Home
last modified time | relevance | path

Searched defs:P (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/tls/
A Dtst-tlsmod17b.c1 #define P(N) extern int tlsmod17a##N (void); macro
11 #define P(N) res |= tlsmod17a##N (); in tlsmod17b() macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh64/
A Dmemcpy.S48 #define LDUAQ(P,O,D0,D1) ldlo.q P,O,D0; ldhi.q P,O+7,D1 argument
49 #define STUAQ(P,O,D0,D1) stlo.q P,O,D0; sthi.q P,O+7,D1 argument
50 #define LDUAL(P,O,D0,D1) ldlo.l P,O,D0; ldhi.l P,O+3,D1 argument
51 #define STUAL(P,O,D0,D1) stlo.l P,O,D0; sthi.l P,O+3,D1 argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/
A Dmalloc.h644 #define unlink(P, BK, FD) { \ argument
936 #define check_chunk(P) argument
937 #define check_free_chunk(P) argument
938 #define check_inuse_chunk(P) argument
939 #define check_remalloced_chunk(P,N) argument
940 #define check_malloced_chunk(P,N) argument
947 #define check_chunk(P) __do_check_chunk(P) argument
948 #define check_free_chunk(P) __do_check_free_chunk(P) argument
949 #define check_inuse_chunk(P) __do_check_inuse_chunk(P) argument
950 #define check_remalloced_chunk(P,N) __do_check_remalloced_chunk(P,N) argument
[all …]
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/stdlib/malloc-standard/
A Dmalloc.h655 #define unlink(P, BK, FD) { \ argument
947 #define check_chunk(P) argument
948 #define check_free_chunk(P) argument
949 #define check_inuse_chunk(P) argument
950 #define check_remalloced_chunk(P,N) argument
951 #define check_malloced_chunk(P,N) argument
958 #define check_chunk(P) __do_check_chunk(P) argument
959 #define check_free_chunk(P) __do_check_free_chunk(P) argument
960 #define check_inuse_chunk(P) __do_check_inuse_chunk(P) argument
961 #define check_remalloced_chunk(P,N) __do_check_remalloced_chunk(P,N) argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_erf.c187 double R,S,P,Q,s,y,z,r; in erf() local
239 double R,S,P,Q,s,y,z,r; in libm_hidden_def() local
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dlkc.h24 #define P(name,type,arg) extern type name arg macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dobstack.h128 #define __BPTR_ALIGN(B, P, A) ((B) + (((P) - (B) + (A)) & ~(A))) argument
137 #define __PTR_ALIGN(B, P, A) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dmd5.c318 static const char P[] = { in __md5_Transform() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw.c104 # define __getcwd(P, N) xgetcwd () argument

Completed in 27 milliseconds