Searched defs:dp (Results 1 – 6 of 6) sorted by relevance
28 #define CCP_CODE(dp) ((dp)[0]) argument29 #define CCP_ID(dp) ((dp)[1]) argument30 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument32 #define CCP_OPT_CODE(dp) ((dp)[0]) argument33 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
100 #define DIRSIZ(dp) ((sizeof(struct venus_dirent) - (CODA_MAXNAMLEN + 1)) + (((dp)->d_namlen + 1 + 3… argument
187 const char *dp; in matcher() local373 const char *dp; in dissect() local576 const char *dp; in backref() local
539 struct dirent *dp; in fts_build() local
720 struct dirent *dp; in glob3() local
3722 r_debug** dp = reinterpret_cast<r_debug**>(load_bias + d->d_un.d_ptr); in prelink_image() local3729 r_debug** dp = reinterpret_cast<r_debug**>( in prelink_image() local