Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 25 of 46) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/x86_64/
A Dstrcspn.S61 testb %cl, %cl /* is NUL char? */
65 movb 1(%rax), %cl /* get byte from skipset */
66 testb %cl, %cl /* is NUL char? */
70 movb 2(%rax), %cl /* get byte from skipset */
71 testb %cl, %cl /* is NUL char? */
78 testb %cl, %cl /* is NUL char? */
101 movb (%rax), %cl /* get byte from string */
105 movb 1(%rax), %cl /* get byte from string */
109 movb 2(%rax), %cl /* get byte from string */
113 movb 3(%rax), %cl /* get byte from string */
[all …]
A Dstrspn.S55 movb (%rax), %cl /* get byte from stopset */
56 testb %cl, %cl /* is NUL char? */
60 movb 1(%rax), %cl /* get byte from stopset */
61 testb %cl, %cl /* is NUL char? */
65 movb 2(%rax), %cl /* get byte from stopset */
66 testb %cl, %cl /* is NUL char? */
73 testb %cl, %cl /* is NUL char? */
96 movb (%rax), %cl /* get byte from string */
100 movb 1(%rax), %cl /* get byte from string */
104 movb 2(%rax), %cl /* get byte from string */
[all …]
A Dstrchr.S46 0: movb (%rax), %cl /* load byte */
47 cmpb %cl,%sil /* compare byte. */
49 testb %cl,%cl /* is byte NUL? */
239 testb %cl, %cl /* is first byte C? */
241 cmpb %dl, %cl /* is first byte NUL? */
252 testb %cl, %cl /* is third byte C? */
254 cmpb %dl, %cl /* is third byte NUL? */
265 testb %cl, %cl /* is fifth byte C? */
267 cmpb %dl, %cl /* is fifth byte NUL? */
278 testb %cl, %cl /* is seventh byte C? */
[all …]
A Dstrlen.S109 testb %cl, %cl /* is first byte NUL? */
127 testb %cl, %cl /* is first byte NUL? */
A Dstrcat.S113 testb %cl, %cl /* is first byte NUL? */
131 testb %cl, %cl /* is first byte NUL? */
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-clock.c32 clock_test (clockid_t cl) in clock_test() argument
46 if (clock_getres (cl, &ts) == 0) in clock_test()
55 cl, ts.tv_sec, ts.tv_nsec); in clock_test()
59 printf ("clock %d: cannot get resolution\n", cl); in clock_test()
69 if (clock_gettime (cl, &ts) == 0) in clock_test()
74 cl, i); in clock_test()
80 cl, ts.tv_sec, ts.tv_nsec); in clock_test()
93 printf ("clock %d: cannot get time (try %d)\n", cl, i); in clock_test()
107 clockid_t cl; in do_test() local
112 if (clock_getcpuclockid (0, &cl) == 0) in do_test()
[all …]
A Dtst-cond23.c28 check (pthread_condattr_t *condattr, int pshared, clockid_t cl) in check() argument
36 if (cl != cl2) in check()
39 (int) cl2, (int) cl); in check()
60 run_test (clockid_t cl) in run_test() argument
64 printf ("clock = %d\n", (int) cl); in run_test()
84 if (pthread_condattr_setclock (&condattr, cl) != 0) in run_test()
90 if (check (&condattr, PTHREAD_PROCESS_SHARED, cl)) in run_test()
99 if (check (&condattr, PTHREAD_PROCESS_PRIVATE, cl)) in run_test()
111 if (pthread_condattr_setclock (&condattr, cl) != 0) in run_test()
117 if (check (&condattr, PTHREAD_PROCESS_PRIVATE, cl)) in run_test()
[all …]
A Dtst-clock2.c79 clockid_t cl[N + 1]; in do_test() local
81 if (pthread_getcpuclockid (pthread_self (), &cl[0]) != 0) in do_test()
87 cl[0] = CLOCK_THREAD_CPUTIME_ID; in do_test()
125 if (pthread_getcpuclockid (th[i], &cl[i + 1]) != 0) in do_test()
140 if (clock_gettime (cl[i], &t[i]) != 0) in do_test()
173 if (clock_settime (cl[i], &ts) != 0) in do_test()
175 printf ("clock_settime(%d) round %d failed\n", cl[i], i); in do_test()
181 if (clock_gettime (cl[i], &ts) != 0) in do_test()
A Dtst-cond11.c28 run_test (clockid_t cl) in run_test() argument
35 printf ("clock = %d\n", (int) cl); in run_test()
43 if (pthread_condattr_setclock (&condattr, cl) != 0) in run_test()
55 if (cl != cl2) in run_test()
58 (int) cl2, (int) cl); in run_test()
111 if (clock_gettime (cl, &ts) != 0) in run_test()
A Dtst-cancel4.c92 cl (void *arg) in cl() function
131 pthread_cleanup_push (cl, NULL); in tf_read()
176 pthread_cleanup_push (cl, NULL); in tf_readv()
222 pthread_cleanup_push (cl, NULL); in tf_write()
268 pthread_cleanup_push (cl, NULL); in tf_writev()
303 pthread_cleanup_push (cl, NULL); in tf_sleep()
335 pthread_cleanup_push (cl, NULL); in tf_usleep()
367 pthread_cleanup_push (cl, NULL); in tf_nanosleep()
416 pthread_cleanup_push (cl, NULL); in tf_select()
465 pthread_cleanup_push (cl, NULL); in tf_pselect()
[all …]
A Dtst-cancel20.c33 cl (void *arg) in cl() function
44 pthread_cleanup_push (cl, (void *) 1L); in sh_body()
60 pthread_cleanup_push (cl, (void *) 2L); in sh()
73 pthread_cleanup_push (cl, (void *) 3L); in tf_body()
97 pthread_cleanup_push (cl, (void *) 4L); in tf()
A Dtst-cancel21.c34 cl (void *arg) in cl() function
45 pthread_cleanup_push (cl, (void *) 1L); in sh_body()
61 pthread_cleanup_push (cl, (void *) 2L); in sh()
74 pthread_cleanup_push (cl, (void *) 3L); in tf_body()
206 pthread_cleanup_push (cl, (void *) 4L); in do_one_test()
A Dtst-once4.c66 cl (void *arg) in cl() function
75 pthread_cleanup_push (cl, NULL); in tf1()
90 pthread_cleanup_push (cl, NULL); in tf2()
A Dtst-clock1.c30 clockid_t cl; in do_test() local
32 int e = pthread_getcpuclockid (pthread_self (), &cl); in do_test()
A Dtst-tsd5.c28 cl (void *p) in cl() function
51 if (pthread_key_create (&k, cl) != 0) in do_test()
A Dtst-cpuclock1.c54 clockid_t cl; in do_test() local
78 e = clock_getcpuclockid (dead_child, &cl); in do_test()
99 e = clock_getcpuclockid (child, &cl); in do_test()
113 const clockid_t child_clock = cl; in do_test()
A Dtst-once3.c68 cl (void *arg) in cl() function
77 pthread_cleanup_push (cl, NULL) in tf()
A Dtst-cancel18.c34 cl (void *arg) in cl() function
50 pthread_cleanup_push (cl, NULL); in tf()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_udp.c120 CLIENT *cl; in clntudp_bufcreate() local
128 if (cl == NULL || cu == NULL) in clntudp_bufcreate()
148 cl->cl_ops = &udp_ops; in clntudp_bufcreate()
149 cl->cl_private = (caddr_t) cu; in clntudp_bufcreate()
198 cl->cl_auth = authnone_create (); in clntudp_bufcreate()
199 return cl; in clntudp_bufcreate()
203 if (cl) in clntudp_bufcreate()
247 CLIENT *cl, /* client handle */ in clntudp_call() argument
443 if (!AUTH_VALIDATE (cl->cl_auth, in clntudp_call()
581 clntudp_destroy (CLIENT *cl) in clntudp_destroy() argument
[all …]
A Dclnt_raw.c212 clntraw_geterr (CLIENT *cl attribute_unused, struct rpc_err *err attribute_unused) in clntraw_geterr()
218 clntraw_freeres (CLIENT *cl attribute_unused, xdrproc_t xdr_res, caddr_t res_ptr) in clntraw_freeres()
239 clntraw_control (CLIENT *cl attribute_unused, int i attribute_unused, char *c attribute_unused) in clntraw_control()
245 clntraw_destroy (CLIENT *cl attribute_unused) in clntraw_destroy()
/l4re-core-master/lua/lib/contrib/src/
A Dlundump.c313 LClosure *cl; in luaU_undump() local
323 cl = luaF_newLclosure(L, loadByte(&S)); in luaU_undump()
324 setclLvalue2s(L, L->top, cl); in luaU_undump()
326 cl->p = luaF_newproto(L); in luaU_undump()
327 luaC_objbarrier(L, cl, cl->p); in luaU_undump()
328 loadFunction(&S, cl->p, NULL); in luaU_undump()
329 lua_assert(cl->nupvalues == cl->p->sizeupvalues); in luaU_undump()
330 luai_verifycode(L, cl->p); in luaU_undump()
331 return cl; in luaU_undump()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/
A Dclnt.h213 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument
214 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/i486/
A Dpthread_cond_wait.S125 sete %cl
228 sete %cl
292 setne %cl
321 setne %cl
345 setne %cl
365 setne %cl
385 setne %cl
426 setne %cl
474 sete %cl
504 setne %cl
[all …]
A Dpthread_cond_timedwait.S183 sete %cl
309 sete %cl
382 setne %cl
411 setne %cl
435 setne %cl
455 setne %cl
475 setne %cl
540 setne %cl
588 sete %cl
618 setne %cl
[all …]
A Dpthread_cond_broadcast.S174 setne %cl
195 setne %cl
210 setne %cl
225 sete %cl

Completed in 26 milliseconds

12