| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gdbhooks.py | 167 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 D | gdbhooks.py | 167 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 D | ChangeLog-2015 | 29138 (intptr): New function. Replace int(...) by intptr(...).
|
| H A D | ChangeLog-2016 | 17186 * 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 D | ptrlock.c | 37 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 D | ptrlock.c | 37 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 D | ifdef.c | 375 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 D | dt_dis.c | 172 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 D | prop_dictionary_util.c | 93 TEMPLATE(intptr, intptr_t) in TEMPLATE() 147 STEMPLATE(intptr, intptr_t) in STEMPLATE()
|
| H A D | prop_array_util.c | 86 TEMPLATE(intptr, intptr_t) in TEMPLATE() 159 STEMPLATE(intptr, intptr_t) in STEMPLATE()
|
| H A D | prop_number.c | 527 TEMPLATE(intptr, intptr_t, INTPTR_MIN, INTPTR_MAX) in TEMPLATE()
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | stdint.m4 | 473 # ------------- 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 D | stdint.m4 | 473 # ------------- 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 D | stdint.m4 | 473 # ------------- 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 D | stdint.m4 | 473 # ------------- 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 D | stdint.m4 | 473 # ------------- 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 D | stdint.m4 | 473 # ------------- 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 D | regress.c | 1914 int *intptr = arg; in incr_arg_cb() local 1916 ++*intptr; in incr_arg_cb()
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/ |
| H A D | inclhack.def | 2568 * hpux intptr
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/ |
| H A D | inclhack.def | 2638 * hpux intptr
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | ChangeLog | 14041 for intptr and ptrlock.
|