HomeSort by relevance Sort by last modified time
    Searched full:fdrp (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/
skdiff_main.cpp 280 : fDrp(drp) {
284 fDrp->fBase.fBitmap.setPixelRef(NULL);
285 fDrp->fComparison.fBitmap.setPixelRef(NULL);
286 fDrp->fDifference.fBitmap.setPixelRef(NULL);
287 fDrp->fWhite.fBitmap.setPixelRef(NULL);
291 DiffRecord* fDrp;
  /external/openssh/
ssh-agent.c 931 prepare_select(fd_set **fdrp, fd_set **fdwp, int *fdl, u_int *nallocp,
953 if (*fdrp == NULL || sz > *nallocp) {
954 if (*fdrp)
955 xfree(*fdrp);
958 *fdrp = xmalloc(sz);
965 memset(*fdrp, 0, sz);
972 FD_SET(sockets[i].fd, *fdrp);
    [all...]

Completed in 122 milliseconds