Home
last modified time | relevance | path

Searched refs:stk (Results 1 – 25 of 60) sorted by relevance

123

/netbsd-src/usr.bin/checknr/
H A Dchecknr.c71 } 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 Dorder.c403 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 Dcode.c125 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 Dsanitizer_deadlock_detector.h60 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 Dsanitizer_deadlock_detector1.cc95 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(&lt->dd, m->id, stk)) in MutexAfterLock()
161 if (dd.onLockFast(&lt->dd, m->id, stk)) in MutexAfterLock()
169 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
170 dd.onLockAfter(&lt->dd, m->id, stk); in MutexAfterLock()
H A Dsanitizer_deadlock_detector2.cc68 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 Dsanitizer_deadlock_detector_interface.h38 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 Dsanitizer_deadlock_detector.h59 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 Dsanitizer_deadlock_detector1.cpp94 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(&lt->dd, m->id, stk)) in MutexAfterLock()
160 if (dd.onLockFast(&lt->dd, m->id, stk)) in MutexAfterLock()
168 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
169 dd.onLockAfter(&lt->dd, m->id, stk); in MutexAfterLock()
H A Dsanitizer_deadlock_detector2.cpp67 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 Dsanitizer_deadlock_detector_interface.h37 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 Dsanitizer_deadlock_detector.h58 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 Dsanitizer_deadlock_detector1.cc93 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(&lt->dd, m->id, stk)) in MutexAfterLock()
159 if (dd.onLockFast(&lt->dd, m->id, stk)) in MutexAfterLock()
167 dd.addEdges(&lt->dd, m->id, stk ? stk : cb->Unwind(), cb->UniqueTid()); in MutexAfterLock()
168 dd.onLockAfter(&lt->dd, m->id, stk); in MutexAfterLock()
H A Dsanitizer_deadlock_detector2.cc66 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 Dsanitizer_deadlock_detector_interface.h36 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 Ddd_rtl.cc32 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 Dparam_build_set.c98 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 Ddfa.c235 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 Dproc.h92 #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 Dmisc.c97 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 Dlinux_exec_aout.c84 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 Dstack.h40 typedef struct stk stk_t;
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cc527 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 Dtsan_rtl_mutex.cc525 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 Domap4-var-stk-om44.dts13 compatible = "variscite,var-stk-om44", "variscite,var-som-om44", "ti,omap4460", "ti,omap4";

123