/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/ |
A D | tst-tls1.c | 23 int *ap, *bp; in do_test() local 35 bp = TLS_IE (bar); in do_test() 36 printf (" = %d\n", *ap + *bp); in do_test() 37 result |= *ap + *bp != 1; in do_test() 43 if (*bp != 1) in do_test() 53 bp = TLS_LD (bar); in do_test() 55 result |= *ap + *bp != 1; in do_test() 61 if (*bp != 1) in do_test() 71 bp = TLS_GD (bar); in do_test() 73 result |= *ap + *bp != 1; in do_test() [all …]
|
A D | tst-tls2.c | 22 int *ap, *bp; in do_test() local 34 bp = TLS_IE (bar); in do_test() 35 printf (" = %d\n", *ap + *bp); in do_test() 36 result |= *ap + *bp != 1; in do_test() 42 if (*bp != 1) in do_test() 52 bp = TLS_LD (bar); in do_test() 54 result |= *ap + *bp != 1; in do_test() 60 if (*bp != 1) in do_test() 70 bp = TLS_GD (bar); in do_test() 72 result |= *ap + *bp != 1; in do_test() [all …]
|
A D | tst-tlsmod1.c | 22 int *ap, *bp, *cp; in in_dso() local 28 bp = TLS_IE (bar); in in_dso() 29 printf (" = %d\n", *ap + *bp); in in_dso() 30 result |= *ap + *bp != 3; in in_dso() 36 if (*bp != 2) in in_dso() 38 printf ("bar = %d\n", *bp); in in_dso() 46 bp = TLS_GD (bar); in in_dso() 48 printf (" = %d\n", *ap + *bp + *cp); in in_dso() 49 result |= *ap + *bp + *cp != 6; in in_dso() 55 if (*bp != 2) in in_dso() [all …]
|
A D | tst-tls3.c | 26 int *ap, *bp, *cp; in do_test() local 39 bp = TLS_IE (bar); in do_test() 40 *bp = 2; in do_test() 46 bp = TLS_GD (bar); in do_test() 48 printf (" = %d\n", *ap + *bp + *cp); in do_test() 49 result |= *ap + *bp + *cp != 6; in do_test() 55 if (*bp != 2) in do_test() 57 printf ("bar = %d\n", *bp); in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/ |
A D | _collate.c | 201 cs->bp -= 1; in next_weight() 204 cs->s += *cs->bp; in next_weight() 205 cs->bp -= 1; in next_weight() 369 if (!cs->bp) { in next_weight() 381 if (!cs->bp) { in next_weight() 397 if (*cs->bp && (((unsigned char)(*cs->bp)) < CHAR_MAX)) { in next_weight() 400 if (!cs->bp) { in next_weight() 404 ++cs->bp; in next_weight() 406 *cs->bp = 1; in next_weight() 411 *++cs->bp = -n; in next_weight() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | e_pow.c | 62 bp[] = {1.0, 1.5,}, variable 213 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ in __ieee754_pow() 214 v = one/(ax+bp[k]); in __ieee754_pow() 221 t_l = ax - (t_h-bp[k]); in __ieee754_pow()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | resolv.c | 2916 *bp = cp; in libc_hidden_def() 2930 bp = dst; in ns_name_pton() 2932 label = bp++; in ns_name_pton() 2949 label = bp++; in ns_name_pton() 2996 if (bp >= eom) { in ns_name_pton() 2999 *bp++ = '\0'; in ns_name_pton() 3010 label = bp++; in ns_name_pton() 3013 if (bp >= eom) { in ns_name_pton() 3016 *bp++ = (u_char)c; in ns_name_pton() 3028 if (bp >= eom) { in ns_name_pton() [all …]
|
/l4re-core-master/l4sys/include/ARCH-x86/ |
A D | __vcpu-arch.h | 47 l4_umword_t bp; /**< ebp register */ member
|
A D | ktrace_events.h | 132 } bp; /* 56 */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr.c | 393 xdr_bool (XDR *xdrs, bool_t *bp) in xdr_bool() argument 400 lb = *bp ? XDR_TRUE : XDR_FALSE; in xdr_bool() 408 *bp = (lb == XDR_FALSE) ? FALSE : TRUE; in xdr_bool()
|
/l4re-core-master/l4sys/include/ARCH-amd64/ |
A D | __vcpu-arch.h | 63 l4_umword_t bp; /**< rbp register */ member
|
A D | ktrace_events.h | 134 } bp; /* 80 */ member
|
/l4re-core-master/l4sys/include/ARCH-mips/ |
A D | ktrace_events.h | 134 } bp; /* 80 */ member 362 } bp; /* 56 */ member
|
/l4re-core-master/l4sys/include/ARCH-arm/ |
A D | ktrace_events.h | 131 } bp; /* 56 */ member
|
/l4re-core-master/l4sys/include/ARCH-arm64/ |
A D | ktrace_events.h | 133 } bp; /* 80 */ member
|
/l4re-core-master/l4sys/include/ARCH-ppc32/ |
A D | ktrace_events.h | 120 } bp; /* 56 */ member
|
/l4re-core-master/l4sys/include/ARCH-sparc/ |
A D | ktrace_events.h | 120 } bp; /* 56 */ member
|