Home
last modified time | relevance | path

Searched refs:intptr (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgdbhooks.py167 def intptr(gdbval): function
179 return intptr(self.gdbval)
218 if intptr(self.gdbval) == 0:
227 return '<ggc_freed 0x%x>' % intptr(self.gdbval)
233 val_code_name = val_tree_code_name[intptr(val_TREE_CODE)]
237 result = '<%s 0x%x' % (val_code_name.string(), intptr(self.gdbval))
239 return '<tree 0x%x>' % intptr(self.gdbval)
240 if intptr(val_tclass) == tcc_declaration:
246 elif intptr(val_tclass) == tcc_type:
272 result = '<%s 0x%x' % (t, intptr(self.gdbval))
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgdbhooks.py167 def intptr(gdbval): function
179 return intptr(self.gdbval)
218 if intptr(self.gdbval) == 0:
227 return '<ggc_freed 0x%x>' % intptr(self.gdbval)
233 val_code_name = val_tree_code_name[intptr(val_TREE_CODE)]
237 result = '<%s 0x%x' % (val_code_name.string(), intptr(self.gdbval))
239 return '<tree 0x%x>' % intptr(self.gdbval)
240 if intptr(val_tclass) == tcc_declaration:
246 elif intptr(val_tclass) == tcc_type:
272 result = '<%s 0x%x' % (t, intptr(self.gdbval))
[all …]
H A DChangeLog-201529138 (intptr): New function. Replace int(...) by intptr(...).
H A DChangeLog-201617186 * match.pd ((intptr)x eq/ne CST to x eq/ne (typeof x) CST): New
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dptrlock.c37 int *intptr; in gomp_ptrlock_get_slow() local
47 __asm volatile ("" : "=r" (intptr) : "0" (ptrlock)); in gomp_ptrlock_get_slow()
50 intptr += (sizeof (*ptrlock) / sizeof (int)) - 1; in gomp_ptrlock_get_slow()
53 do_wait (intptr, 2); in gomp_ptrlock_get_slow()
54 while (__atomic_load_n (intptr, MEMMODEL_RELAXED) == 2); in gomp_ptrlock_get_slow()
62 int *intptr; in gomp_ptrlock_set_slow() local
64 __asm volatile ("" : "=r" (intptr) : "0" (ptrlock)); in gomp_ptrlock_set_slow()
67 intptr += (sizeof (*ptrlock) / sizeof (int)) - 1; in gomp_ptrlock_set_slow()
69 futex_wake (intptr, INT_MAX); in gomp_ptrlock_set_slow()
/netbsd-src/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dptrlock.c37 int *intptr; in gomp_ptrlock_get_slow() local
47 __asm volatile ("" : "=r" (intptr) : "0" (ptrlock)); in gomp_ptrlock_get_slow()
50 intptr += (sizeof (*ptrlock) / sizeof (int)) - 1; in gomp_ptrlock_get_slow()
53 do_wait (intptr, 2); in gomp_ptrlock_get_slow()
54 while (__atomic_load_n (intptr, MEMMODEL_RELAXED) == 2); in gomp_ptrlock_get_slow()
62 int *intptr; in gomp_ptrlock_set_slow() local
64 __asm volatile ("" : "=r" (intptr) : "0" (ptrlock)); in gomp_ptrlock_set_slow()
67 intptr += (sizeof (*ptrlock) / sizeof (int)) - 1; in gomp_ptrlock_set_slow()
69 futex_wake (intptr, INT_MAX); in gomp_ptrlock_set_slow()
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Difdef.c375 scan_char_literal (lit, intptr) in scan_char_literal() argument
377 int *intptr;
409 *intptr = value;
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dis.c172 uint_t intptr = DIF_INSTR_INTEGER(in); in dt_dis_setx() local
175 intptr, DIF_INSTR_RD(in)); in dt_dis_setx()
177 if (intptr < dp->dtdo_intlen) { in dt_dis_setx()
179 (u_longlong_t)dp->dtdo_inttab[intptr]); in dt_dis_setx()
/netbsd-src/common/lib/libprop/
H A Dprop_dictionary_util.c93 TEMPLATE(intptr, intptr_t) in TEMPLATE()
147 STEMPLATE(intptr, intptr_t) in STEMPLATE()
H A Dprop_array_util.c86 TEMPLATE(intptr, intptr_t) in TEMPLATE()
159 STEMPLATE(intptr, intptr_t) in STEMPLATE()
H A Dprop_number.c527 TEMPLATE(intptr, intptr_t, INTPTR_MIN, INTPTR_MAX) in TEMPLATE()
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dstdint.m4473 # ------------- done int64_t types, emit intptr types ------------
491 # ------------- done intptr types, emit int_least types ------------
512 # ------------- done intptr types, emit int_fast types ------------
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dstdint.m4473 # ------------- done int64_t types, emit intptr types ------------
491 # ------------- done intptr types, emit int_least types ------------
512 # ------------- done intptr types, emit int_fast types ------------
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dstdint.m4473 # ------------- done int64_t types, emit intptr types ------------
491 # ------------- done intptr types, emit int_least types ------------
512 # ------------- done intptr types, emit int_fast types ------------
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dstdint.m4473 # ------------- done int64_t types, emit intptr types ------------
491 # ------------- done intptr types, emit int_least types ------------
512 # ------------- done intptr types, emit int_fast types ------------
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dstdint.m4473 # ------------- done int64_t types, emit intptr types ------------
491 # ------------- done intptr types, emit int_least types ------------
512 # ------------- done intptr types, emit int_fast types ------------
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dstdint.m4473 # ------------- done int64_t types, emit intptr types ------------
491 # ------------- done intptr types, emit int_least types ------------
512 # ------------- done intptr types, emit int_fast types ------------
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress.c1914 int *intptr = arg; in incr_arg_cb() local
1916 ++*intptr; in incr_arg_cb()
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dinclhack.def2568 * hpux intptr
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dinclhack.def2638 * hpux intptr
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A DChangeLog14041 for intptr and ptrlock.