Searched refs:tloc (Results 1 – 6 of 6) sorted by relevance
382 t->tloc = n; /* table entry mod 1000 */ in rtrav()401 if (t->tloc <= 300) in twrite()402 speak(<ext[t->tloc]); in twrite()403 else if (t->tloc <= 500) in twrite()404 printf("special code %d\n", t->tloc - 300); in twrite()406 rspeak(t->tloc - 500); in twrite()
181 newloc = kk->tloc; in fdwarf()322 ll2 = tkk->tloc; in march()351 if (tkk->tloc != ll2 || tkk->conditions != ll1) in march()375 ll = tkk->tloc; in mback()383 if (forced(ll) && k == j->tloc) in mback()
113 int tloc; /* n in writeup (newloc % 1000) */ member
23 #define __sanitizer_syscall_pre_time(tloc) \ argument24 __sanitizer_syscall_pre_impl_time((long)(tloc))25 #define __sanitizer_syscall_post_time(res, tloc) \ argument26 __sanitizer_syscall_post_impl_time(res, (long)(tloc))2024 void __sanitizer_syscall_pre_impl_time(long tloc);2025 void __sanitizer_syscall_post_impl_time(long res, long tloc);
206 PRE_SYSCALL(time)(void *tloc) {}208 POST_SYSCALL(time)(long res, void *tloc) {210 if (tloc)211 POST_WRITE(tloc, sizeof(long));
3662 "\tloc\t\t\tđịnh vị\n"