Searched defs:dp (Results 1 – 5 of 5) sorted by relevance
30 #define CCP_CODE(dp) ((dp)[0]) argument31 #define CCP_ID(dp) ((dp)[1]) argument32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument35 #define CCP_OPT_CODE(dp) ((dp)[0]) argument36 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
120 #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
548 struct dirent *dp; in fts_build() local
3783 r_debug** dp = reinterpret_cast<r_debug**>(load_bias + d->d_un.d_ptr); in prelink_image() local3790 r_debug** dp = reinterpret_cast<r_debug**>( in prelink_image() local