Searched refs:dp (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dppp-comp.h30 #define CCP_CODE(dp) ((dp)[0])
31 #define CCP_ID(dp) ((dp)[1])
32 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3])
35 #define CCP_OPT_CODE(dp) ((dp)[0])
36 #define CCP_OPT_LENGTH(dp) ((d
[all...]
H A Dcoda.h120 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c187 const char *dp; local
214 for (dp = start; dp < stop; dp++)
215 if (*dp == g->must[0] && (size_t)(stop - dp) >= g->mlen &&
216 memcmp(dp, g->must, g->mlen) == 0)
218 if (dp == stop) /* we didn't find g->must */
272 dp = dissect(m, m->coldp, endp, gf, gl);
282 dp
373 const char *dp; local
576 const char *dp; local
[all...]
/bionic/libc/bionic/
H A Dfts.c547 struct dirent *dp; local
650 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
651 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
654 if (!(p = fts_alloc(sp, dp->d_name, strlen(dp->d_name))))
656 if (strlen(dp->d_name) >= maxlen) { /* include space for NUL */
658 if (fts_palloc(sp, strlen(dp->d_name) +len + 1)) {
685 p->fts_pathlen = len + strlen(dp->d_name);
711 dp->d_type != DT_DIR && dp
[all...]
/bionic/tests/
H A Dmath_log_test.cpp1085 -0x1.0000000000400000000015555555555dp-41,
/bionic/linker/
H A Dlinker.cpp1854 r_debug** dp = reinterpret_cast<r_debug**>(base + d->d_un.d_ptr); local
1855 *dp = &_r_debug;

Completed in 138 milliseconds