| /netbsd-src/usr.bin/checknr/ |
| H A D | checknr.c | 71 } stk[MAXSTK]; variable 373 stk[stktop].opno == SZ) { in process() 380 stk[++stktop].opno = SZ; in process() 381 stk[stktop].pl = pl; in process() 382 stk[stktop].parm = n; in process() 383 stk[stktop].lno = lineno; in process() 389 stk[stktop].opno == FT) { in process() 396 stk[++stktop].opno = FT; in process() 397 stk[stktop].pl = 1; in process() 398 stk[stktop].parm = n; in process() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/ |
| H A D | order.c | 403 int r0l, r0h, r2, a0, stk, sz; in storearg() local 455 for (stk = 0; stk < 4; stk++) { in storearg() 458 if (stk == nn) in storearg() 460 t = narry[stk]->n_type; in storearg() 468 rary[stk] = R2; /* char talk for 'R0H' */ in storearg() 471 rary[stk] = R0; in storearg() 481 rary[stk] = A0; in storearg() 484 rary[stk] = R2; in storearg() 488 rary[stk] = R0; in storearg() 496 rary[stk] = R0; in storearg() [all …]
|
| H A D | code.c | 125 int i, r0l, r0h, a0, r2, sz, hasch, stk; in bfcode() local 138 stk = r0l = r0h = a0 = r2 = 0; in bfcode() 144 if (stk == 0) in bfcode() 200 stk = 1; in bfcode()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector.h | 60 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock() argument 72 LockWithContext l = {lock_id_short, stk}; in addLock() 105 return all_locks_with_contexts_[i].stk; in findLockContext() 124 u32 stk; member 217 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 220 dtls->addLock(cur_idx, current_epoch_, stk); 244 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() argument 254 dtls->findLockContext(added_edges[i]), stk, in addEdges() 281 bool onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 284 addEdges(dtls, cur_node, stk, 0); [all …]
|
| H A D | sanitizer_deadlock_detector1.cc | 95 m->stk = cb->Unwind(); in MutexInit() 148 rep->loop[i].stk[0] = stk_to; in ReportDeadlock() 149 rep->loop[i].stk[1] = stk_from; in ReportDeadlock() 155 u32 stk = 0; in MutexAfterLock() local 157 stk = cb->Unwind(); in MutexAfterLock() 159 if (dd.onFirstLock(<->dd, m->id, stk)) in MutexAfterLock() 161 if (dd.onLockFast(<->dd, m->id, stk)) in MutexAfterLock() 169 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock() 170 dd.onLockAfter(<->dd, m->id, stk); in MutexAfterLock()
|
| H A D | sanitizer_deadlock_detector2.cc | 68 u32 stk; member 212 tm->stk = cb->Unwind(); in MutexBeforeLock() 223 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() 299 tm->stk = cb->Unwind(); in MutexAfterLock() 410 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; in Report() 411 rep->loop[i].stk[1] = link->stk1; in Report()
|
| H A D | sanitizer_deadlock_detector_interface.h | 38 u32 stk; // creation stack member 60 u32 stk[2]; // stack ids for the edge member
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector.h | 59 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock() argument 70 LockWithContext l = {lock_id_short, stk}; in addLock() 102 return all_locks_with_contexts_[i].stk; in findLockContext() 121 u32 stk; member 213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 216 dtls->addLock(cur_idx, current_epoch_, stk); 240 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() argument 250 dtls->findLockContext(added_edges[i]), stk, in addEdges() 275 bool onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 278 addEdges(dtls, cur_node, stk, 0); [all …]
|
| H A D | sanitizer_deadlock_detector1.cpp | 94 m->stk = cb->Unwind(); in MutexInit() 147 rep->loop[i].stk[0] = stk_to; in ReportDeadlock() 148 rep->loop[i].stk[1] = stk_from; in ReportDeadlock() 154 u32 stk = 0; in MutexAfterLock() local 156 stk = cb->Unwind(); in MutexAfterLock() 158 if (dd.onFirstLock(<->dd, m->id, stk)) in MutexAfterLock() 160 if (dd.onLockFast(<->dd, m->id, stk)) in MutexAfterLock() 168 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock() 169 dd.onLockAfter(<->dd, m->id, stk); in MutexAfterLock()
|
| H A D | sanitizer_deadlock_detector2.cpp | 67 u32 stk; member 209 tm->stk = cb->Unwind(); in MutexBeforeLock() 220 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() 296 tm->stk = cb->Unwind(); in MutexAfterLock() 407 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; in Report() 408 rep->loop[i].stk[1] = link->stk1; in Report()
|
| H A D | sanitizer_deadlock_detector_interface.h | 37 u32 stk; // creation stack member 59 u32 stk[2]; // stack ids for the edge member
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector.h | 58 bool addLock(uptr lock_id, uptr current_epoch, u32 stk) { in addLock() argument 70 LockWithContext l = {lock_id_short, stk}; in addLock() 103 return all_locks_with_contexts_[i].stk; in findLockContext() 122 u32 stk; member 215 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 218 dtls->addLock(cur_idx, current_epoch_, stk); 242 uptr addEdges(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk, in addEdges() argument 252 dtls->findLockContext(added_edges[i]), stk, in addEdges() 279 bool onLock(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 282 addEdges(dtls, cur_node, stk, 0); [all …]
|
| H A D | sanitizer_deadlock_detector1.cc | 93 m->stk = cb->Unwind(); in MutexInit() 146 rep->loop[i].stk[0] = stk_to; in ReportDeadlock() 147 rep->loop[i].stk[1] = stk_from; in ReportDeadlock() 153 u32 stk = 0; in MutexAfterLock() local 155 stk = cb->Unwind(); in MutexAfterLock() 157 if (dd.onFirstLock(<->dd, m->id, stk)) in MutexAfterLock() 159 if (dd.onLockFast(<->dd, m->id, stk)) in MutexAfterLock() 167 dd.addEdges(<->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock() 168 dd.onLockAfter(<->dd, m->id, stk); in MutexAfterLock()
|
| H A D | sanitizer_deadlock_detector2.cc | 66 u32 stk; member 210 tm->stk = cb->Unwind(); in MutexBeforeLock() 221 u32 stk1 = lt->locked[i].stk; in MutexBeforeLock() 297 tm->stk = cb->Unwind(); in MutexAfterLock() 408 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; in Report() 409 rep->loop[i].stk[1] = link->stk1; in Report()
|
| H A D | sanitizer_deadlock_detector_interface.h | 36 u32 stk; // creation stack member 58 u32 stk[2]; // stack ids for the edge member
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
| H A D | dd_rtl.cc | 32 static void PrintStackTrace(Thread *thr, u32 stk) { in PrintStackTrace() argument 33 StackTrace stack = StackDepotGet(stk); in PrintStackTrace() 48 PrintStackTrace(thr, rep->loop[i].stk[1]); in ReportDeadlock() 49 if (rep->loop[i].stk[0]) { in ReportDeadlock() 52 PrintStackTrace(thr, rep->loop[i].stk[0]); in ReportDeadlock()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | param_build_set.c | 98 STACK_OF(BIGNUM_const) *stk) in ossl_param_build_set_multi_key_bn() 100 int i, sz = sk_BIGNUM_const_num(stk); in ossl_param_build_set_multi_key_bn() 106 bn = sk_BIGNUM_const_value(stk, i); in ossl_param_build_set_multi_key_bn() 114 bn = sk_BIGNUM_const_value(stk, i); in ossl_param_build_set_multi_key_bn()
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | dfa.c | 235 static int did_stk_init = false, *stk; in epsclosure() local 257 stk = reallocate_integer_array( stk, current_max_dfa_size ); \ in epsclosure() 264 stk[stkend] = state; \ in epsclosure() 286 stk = allocate_integer_array (current_max_dfa_size); in epsclosure() 306 ns = stk[stkpos]; in epsclosure() 328 if (IS_MARKED (stk[stkpos])) in epsclosure() 329 UNMARK_STATE (stk[stkpos]); in epsclosure()
|
| /netbsd-src/external/cddl/osnet/sys/sys/ |
| H A D | proc.h | 92 #define thread_create(stk, stksz, proc, arg, len, pp, state, pri) \ argument 93 solaris__thread_create(stk, stksz, proc, arg, len, pp, state, pri, \
|
| /netbsd-src/external/cddl/osnet/sys/kern/ |
| H A D | misc.c | 97 solaris__thread_create(void * stk, size_t stksize, void (*proc)(), void *arg, in solaris__thread_create() argument 104 ASSERT(stk == NULL && len == 0); in solaris__thread_create()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_exec_aout.c | 84 char **stk = (char **)*stackp; in linux_aout_copyargs() local 97 if ((error = copyout(&cpp, &stk[1], sizeof (cpp))) != 0) in linux_aout_copyargs() 114 if ((error = copyout(&cpp, &stk[2], sizeof (cpp))) != 0) in linux_aout_copyargs()
|
| /netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| H A D | stack.h | 40 typedef struct stk stk_t;
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cc | 527 u32 stk = r->loop[i].stk[j]; in ReportDeadlock() local 528 if (stk && stk != 0xffffffff) { in ReportDeadlock() 529 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_rtl_mutex.cc | 525 u32 stk = r->loop[i].stk[j]; in ReportDeadlock() local 526 if (stk && stk != 0xffffffff) { in ReportDeadlock() 527 rep.AddStack(StackDepotGet(stk), true); in ReportDeadlock()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | omap4-var-stk-om44.dts | 13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";
|