Searched refs:intptr (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/config/linux/
H A Dptrlock.c37 int *intptr; local
47 __asm volatile ("" : "=r" (intptr) : "0" (ptrlock));
50 intptr += (sizeof (*ptrlock) / sizeof (int)) - 1;
53 do_wait (intptr, 2);
54 while (__atomic_load_n (intptr, MEMMODEL_RELAXED) == 2);
62 int *intptr; local
64 __asm volatile ("" : "=r" (intptr) : "0" (ptrlock));
67 intptr += (sizeof (*ptrlock) / sizeof (int)) - 1;
69 futex_wake (intptr, INT_MAX);
/netbsd-current/external/gpl3/gcc/dist/libgomp/config/linux/
H A Dptrlock.c37 int *intptr; local
47 __asm volatile ("" : "=r" (intptr) : "0" (ptrlock));
50 intptr += (sizeof (*ptrlock) / sizeof (int)) - 1;
53 do_wait (intptr, 2);
54 while (__atomic_load_n (intptr, MEMMODEL_RELAXED) == 2);
62 int *intptr; local
64 __asm volatile ("" : "=r" (intptr) : "0" (ptrlock));
67 intptr += (sizeof (*ptrlock) / sizeof (int)) - 1;
69 futex_wake (intptr, INT_MAX);
/netbsd-current/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(sel
[all...]
/netbsd-current/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(sel
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dreadconf.c1065 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; local
1136 intptr = &options->connection_timeout;
1151 if (*activep && *intptr == -1)
1152 *intptr = value;
1156 intptr = &options->forward_agent;
1174 if (*activep && *intptr == -1)
1175 *intptr = value;
1179 if (*activep && *intptr == -1)
1180 *intptr = 1;
1186 intptr
[all...]
H A Dservconf.c1433 int cmdline = 0, *intptr, value, value2, n, port, oactive, r, found; local
1475 intptr = NULL;
1506 intptr = &options->use_pam;
1532 intptr = &options->login_grace_time;
1541 if (*activep && *intptr == -1)
1542 *intptr = value;
1584 intptr = &options->address_family;
1601 if (*activep && *intptr == -1)
1602 *intptr = value;
1646 if (intptr !
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile.c98 int *intptr; variable
H A Dcompile-cplus.c101 int *intptr; variable
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile.c98 int *intptr; variable
H A Dcompile-cplus.c101 int *intptr; variable
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_dis.c172 uint_t intptr = DIF_INSTR_INTEGER(in); local
175 intptr, DIF_INSTR_RD(in));
177 if (intptr < dp->dtdo_intlen) {
179 (u_longlong_t)dp->dtdo_inttab[intptr]);
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Difdef.c375 scan_char_literal (lit, intptr)
377 int *intptr;
409 *intptr = value;
/netbsd-current/common/lib/libprop/
H A Dprop_array_util.c86 TEMPLATE(intptr, intptr_t)
159 STEMPLATE(intptr, intptr_t)
H A Dprop_dictionary_util.c93 TEMPLATE(intptr, intptr_t)
147 STEMPLATE(intptr, intptr_t)
H A Dprop_number.c527 TEMPLATE(intptr, intptr_t, INTPTR_MIN, INTPTR_MAX)
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsnprintf.c566 int *intptr; local
928 intptr = va_arg(args, int *);
929 *intptr = (int)len;
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.c1727 int *intptr = arg; local
1729 ++*intptr;
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress.c1914 int *intptr = arg;
1916 ++*intptr;

Completed in 206 milliseconds