/bionic/libc/kernel/arch-x86/asm/ |
D | kmap_types.h | 21 #define D(n) macro 24 D(0) KM_BOUNCE_READ, enumerator 25 D(1) KM_SKB_SUNRPC_DATA, enumerator 26 D(2) KM_SKB_DATA_SOFTIRQ, enumerator 27 D(3) KM_USER0, enumerator 29 D(4) KM_USER1, enumerator 30 D(5) KM_BIO_SRC_IRQ, enumerator 31 D(6) KM_BIO_DST_IRQ, enumerator 32 D(7) KM_PTE0, enumerator 34 D(8) KM_PTE1, enumerator [all …]
|
/bionic/libc/kernel/arch-mips/asm/ |
D | kmap_types.h | 21 #define D(n) macro 24 D(0) KM_BOUNCE_READ, enumerator 25 D(1) KM_SKB_SUNRPC_DATA, enumerator 26 D(2) KM_SKB_DATA_SOFTIRQ, enumerator 27 D(3) KM_USER0, enumerator 29 D(4) KM_USER1, enumerator 30 D(5) KM_BIO_SRC_IRQ, enumerator 31 D(6) KM_BIO_DST_IRQ, enumerator 32 D(7) KM_PTE0, enumerator 34 D(8) KM_PTE1, enumerator [all …]
|
/bionic/libc/bionic/ |
D | md5.c | 48 #define D m->counter[3] macro 56 D = 0x10325476; in MD5_Init() 83 DD = D; in calc() 87 DO1(A,B,C,D,0,7,0xd76aa478); in calc() 88 DO1(D,A,B,C,1,12,0xe8c7b756); in calc() 89 DO1(C,D,A,B,2,17,0x242070db); in calc() 90 DO1(B,C,D,A,3,22,0xc1bdceee); in calc() 92 DO1(A,B,C,D,4,7,0xf57c0faf); in calc() 93 DO1(D,A,B,C,5,12,0x4787c62a); in calc() 94 DO1(C,D,A,B,6,17,0xa8304613); in calc() [all …]
|
/bionic/libc/netbsd/resolv/ |
D | res_state.c | 47 # define D(...) __libc_format_log(ANDROID_LOG_DEBUG,"libc", __VA_ARGS__) macro 49 # define D(...) do{}while(0) macro 100 D("%s: rt=%p for thread=%d", __FUNCTION__, rt, gettid()); in _res_thread_free() 123 D("%s: Called for tid=%d rt=%p rt->pi=%p rt->serial=%d", in _res_thread_get() 133 D("%s: exiting for tid=%d rt=%d since system property not found", in _res_thread_get() 140 D("%s: tid=%d rt=%p nothing changed, returning", in _res_thread_get() 156 D("%s: tid=%d Created new DNS state rt=%p", in _res_thread_get() 163 D("%s: tid=%d, rt=%p, resetting DNS state (options RES_INIT=%d)", in _res_thread_get() 167 D("%s: tid=%d rt=%p, woot, res_ninit() returned < 0", in _res_thread_get()
|
/bionic/libc/tools/ |
D | bionic_utils.py | 15 def D(msg): function 62 D("this script seems to be located in: %s" % path) 69 D("probing "+file) 72 D("found %s in %s" % (target_file, path)) 84 D("probing "+file) 87 D("found %s in %s" % (target_file, path)) 112 D("Could not find Bionic root !!") 117 D("Could not find %s" % (path)) 128 D("found original kernel headers in: %s" % (ret)) 133 D("could not execute 'uname -r' command properly") [all …]
|
D | gensyscalls.py | 330 D("generating " + glibc_syscalls_h_path) 352 D( "generating "+path ) 398 D( "scanning for existing architecture-specific stub files" ) 404 D( "scanning " + arch_path ) 409 D( "found %d stub files" % len(self.old_stubs) ) 412 D( "creating %s" % bionic_temp ) 415 D( "re-generating stubs and support files" ) 422 D( "comparing files" ) 429 D( "new file: " + stub) 434 D( "changed file: " + stub) [all …]
|
/bionic/libc/kernel/tools/ |
D | utils.py | 16 def D(msg): function 57 D("this script seems to be located in: %s" % path) 60 D("probing "+path) 67 D("found %s in %s" % (target_file, path)) 154 D("update_file: cannot read existing file '%s'" % path) 166 D("update_file: cannot create path to '%s'" % path)
|
/bionic/libm/ |
D | NOTICE | 20 Optimized by Bruce D. Evans. 43 Optimized by Bruce D. Evans. 49 Copyright (c) 2009-2011, Bruce D. Evans, Steven G. Kargl, David Schultz. 58 written by Steven G. Kargl with input from Bruce D. Evans 518 Copyright (c) 2005 Bruce D. Evans and Steven G. Kargl
|
/bionic/libc/ |
D | NOTICE | 4150 Copyright 2000 David E. O'Brien, John D. Polstra.
|