Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dppp-comp.h30 #define CCP_CODE(dp) ((dp)[0]) argument
31 #define CCP_ID(dp) ((dp)[1]) argument
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument
35 #define CCP_OPT_CODE(dp) ((dp)[0]) argument
36 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
Dcoda.h120 #define DIRSIZ(dp) ((sizeof(struct venus_dirent) - (CODA_MAXNAMLEN + 1)) + (((dp)->d_namlen + 1 + 3… argument
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c187 const char *dp; in matcher() local
373 const char *dp; in dissect() local
576 const char *dp; in backref() local
/bionic/libc/bionic/
Dfts.c548 struct dirent *dp; in fts_build() local
/bionic/linker/
Dlinker.cpp3783 r_debug** dp = reinterpret_cast<r_debug**>(load_bias + d->d_un.d_ptr); in prelink_image() local
3790 r_debug** dp = reinterpret_cast<r_debug**>( in prelink_image() local