Searched defs:tst (Results 1 - 25 of 82) sorted by relevance

1234

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H A D3-1.c46 struct unique *tst; local
48 tst = sym;
60 while (tst->name) {
61 if (result == tst->value) {
65 tst++;
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-common.c57 Bool ML_(sf_maybe_extend_stack) ( const ThreadState *tst, Addr addr, argument
60 ThreadId tid = tst->tid;
112 Bool ML_(sf_maybe_extend_stack) ( const ThreadState *tst, Addr addr, argument
116 track_frame_memory(addr, size, tst->tid);
H A Dsigframe-solaris.c63 ThreadState *tst = VG_(get_ThreadState)(tid); local
72 if (!ML_(sf_maybe_extend_stack)(tst, esp, sp_top_of_frame - esp, flags))
148 tst->os_state.oldcontext = &frame->ucontext;
182 tst->arch.vex.guest_RDI = signo;
185 tst->arch.vex.guest_RSI = (Addr)&frame->siginfo;
188 tst->arch.vex.guest_RDX = (Addr)&frame->ucontext;
205 if (on_altstack && tst->os_state.ustack
206 && VG_(am_is_valid_for_client)((Addr)tst->os_state.ustack,
207 sizeof(*tst->os_state.ustack),
217 *tst
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
H A D10-1.c39 struct unique *tst; local
41 tst = sym;
43 while (tst->name) {
45 if (tst->value == sym[i].value
46 && strcmp(tst->name, sym[i].name)) {
48 tst->name, sym[i].name);
52 tst++;
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D4-1.c110 struct unique *tst = sym; local
112 while (tst->name) {
113 if (tst->value < 0) {
115 tst->name);
118 tst++;
H A D3-2.c115 struct unique *tst; local
117 tst = sym;
119 while (tst->name) {
121 if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)) { //In case EAGAIN is not equal to EWOULDBLOCK,compare the name
123 tst->name, sym[i].name);
127 tst++;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D1-1.c46 struct unique *tst; local
48 tst = sym;
49 while (tst->name) {
51 printf("Policy: %s\n", tst->name);
54 policy = tst->value;
68 tst->name);
72 tst++;
84 tst->name);
90 tst->name);
94 tst
[all...]
H A D17-1.c51 struct unique *tst; local
53 tst = sym;
54 while (tst->name) {
55 policy = tst->value;
57 printf("Policy: %s\n", tst->name);
111 tst++;
H A D19-1.c45 struct unique *tst; local
47 tst = sym;
48 while (tst->name) {
49 policy = tst->value;
51 printf("Policy: %s\n", tst->name);
83 tst++;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c219 ThreadState* tst; local
228 tst = VG_(get_ThreadState)(tid);
229 tst->arch.vex.guest_RSP -= sizeof(Addr);
234 ML_(fixup_guest_state_to_restart_syscall)(&tst->arch);
251 ThreadState* tst; local
266 tst = VG_(get_ThreadState)(tid);
267 tst->arch.vex.guest_FS_CONST = ARG2;
271 tst = VG_(get_ThreadState)(tid);
272 *(unsigned long *)ARG2 = tst->arch.vex.guest_FS_CONST;
276 tst
[all...]
H A Dsyswrap-mips64-linux.c405 ThreadState* tst; local
412 tst = VG_(get_ThreadState)(tid);
416 ML_(fixup_guest_state_to_restart_syscall)(&tst->arch);
H A Dsyswrap-amd64-solaris.c88 ThreadState *tst = VG_(get_ThreadState)(tid); local
89 UWord *stack = (UWord*)tst->os_state.valgrind_stack_init_SP;
104 uc->uc_mcontext.gregs[VKI_REG_RDI] = (UWord)tst; /* the parameter */
113 ThreadState *tst = VG_(get_ThreadState)(tid); local
120 uc->uc_mcontext.gregs[VKI_REG_RIP] = tst->arch.vex.guest_RIP;
123 uc->uc_mcontext.gregs[VKI_REG_RAX] = tst->arch.vex.guest_RAX;
126 uc->uc_mcontext.gregs[VKI_REG_RBX] = tst->arch.vex.guest_RBX;
129 uc->uc_mcontext.gregs[VKI_REG_RCX] = tst->arch.vex.guest_RCX;
132 uc->uc_mcontext.gregs[VKI_REG_RDX] = tst->arch.vex.guest_RDX;
135 uc->uc_mcontext.gregs[VKI_REG_RBP] = tst
316 ThreadState *tst = VG_(get_ThreadState)(tid); local
[all...]
H A Dsyswrap-s390x-linux.c332 ThreadState* tst; local
339 tst = VG_(get_ThreadState)(tid);
343 ML_(fixup_guest_state_to_restart_syscall)(&tst->arch);
363 ThreadState* tst; local
370 tst = VG_(get_ThreadState)(tid);
374 ML_(fixup_guest_state_to_restart_syscall)(&tst->arch);
/external/valgrind/coregrind/
H A Dm_threadstate.c124 ThreadState *tst = VG_(get_ThreadState)(tid); local
127 // tst->os_state.lwpid == VG_(gettid)() && // check we're this tid
129 tst->status == VgTs_Runnable; // and we're runnable
/external/e2fsprogs/lib/uuid/
H A Dtst_uuid.c74 uuid_t buf, tst; local
157 if (uuid_parse(str, tst) < 0) {
161 if (!uuid_compare(buf, tst)) {
167 uuid_clear(tst);
168 if (uuid_is_null(tst))
174 uuid_copy(buf, tst);
175 if (!uuid_compare(buf, tst))
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-arm.c181 ThreadState* tst = VG_(get_ThreadState)(tid); local
186 VexGuestARMState* arm = (VexGuestARMState*) get_arch (set, tst);
288 static CORE_ADDR** target_get_dtv (ThreadState *tst) argument
290 VexGuestARMState* arm = (VexGuestARMState*)&tst->arch.vex;
H A Dvalgrind-low-arm64.c142 ThreadState* tst = VG_(get_ThreadState)(tid); local
147 VexGuestARM64State* arm = (VexGuestARM64State*) get_arch (set, tst);
263 static CORE_ADDR** target_get_dtv (ThreadState *tst) argument
265 VexGuestARM64State* arm64 = (VexGuestARM64State*)&tst->arch.vex;
H A Dvalgrind-low-ppc32.c181 ThreadState* tst = VG_(get_ThreadState)(tid); local
186 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst);
334 static CORE_ADDR** target_get_dtv (ThreadState *tst) argument
336 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*)&tst->arch.vex;
H A Dvalgrind-low-s390x.c123 ThreadState* tst = VG_(get_ThreadState)(tid); local
128 VexGuestS390XState* s390x = (VexGuestS390XState*) get_arch (set, tst);
199 static CORE_ADDR** target_get_dtv (ThreadState *tst) argument
201 VexGuestS390XState* s390x = (VexGuestS390XState*)&tst->arch.vex;
H A Dvalgrind-low-amd64.c154 ThreadState* tst = VG_(get_ThreadState)(tid); local
159 VexGuestAMD64State* amd64 = (VexGuestAMD64State*) get_arch (set, tst);
348 static CORE_ADDR** target_get_dtv (ThreadState *tst) argument
350 VexGuestAMD64State* amd64 = (VexGuestAMD64State*)&tst->arch.vex;
H A Dvalgrind-low-ppc64.c256 ThreadState* tst = VG_(get_ThreadState)(tid); local
263 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*) get_arch (set, tst);
489 static CORE_ADDR** target_get_dtv (ThreadState *tst) argument
491 VexGuestPPC64State* ppc64 = (VexGuestPPC64State*)&tst->arch.vex;
H A Dvalgrind-low-x86.c121 ThreadState* tst = VG_(get_ThreadState)(tid); local
126 VexGuestX86State* x86 = (VexGuestX86State*) get_arch (set, tst);
259 static CORE_ADDR** target_get_dtv (ThreadState *tst) argument
261 VexGuestX86State* x86 = (VexGuestX86State*)&tst->arch.vex;
/external/webrtc/webrtc/libjingle/xmpp/
H A Dpingtask_unittest.cc26 PingXmppClient(rtc::TaskParent* parent, PingTaskTest* tst) : argument
27 FakeXmppClient(parent), test(tst) {
/external/libxml2/
H A DtestRegexp.c185 testReduce(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const char *tst) { argument
190 sub = xmlExpParse(ctxt, tst);
192 printf("Subset %s failed to parse\n", tst);
/external/tensorflow/tensorflow/core/kernels/hexagon/
H A Dgraph_transfer_utils.cc136 const std::pair<DataType, TensorShape>* tst = local
139 CHECK_NE(tst, nullptr);
140 output_types.push_back(tst->first);

Completed in 3775 milliseconds

1234