HomeSort by relevance Sort by last modified time
    Searched refs:pbuf (Results 76 - 100 of 100) sorted by null

1 2 34

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sgi/
hpc3.h 25 u32 pbuf; member in struct:hpc_dma_desc
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 1329 vchar_t *pbuf = NULL; local
1332 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, tlen);
1333 if (pbuf == NULL)
1336 for (pa = (struct isakmp_parse_t *)pbuf->v;
1343 vfree(pbuf);
1356 vfree(pbuf);
1376 vfree(pbuf);
1380 vfree(pbuf);
1381 pbuf = NULL;
1465 vchar_t *pbuf = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c     [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 94 int adjbuf(char **pbuf, int *psiz, int minlen, int quantum, char **pbptr,
96 /* pbuf: address of pointer to buffer being managed
109 int boff = pbptr ? *pbptr - *pbuf : 0;
113 tbuf = (char *) realloc(*pbuf, minlen);
114 dprintf( ("adjbuf %s: %d %d (pbuf=%p, tbuf=%p)\n", whatrtn, *psiz, minlen, *pbuf, tbuf) );
120 *pbuf = tbuf;
807 int format(char **pbuf, int *pbufsize, const char *s, Node *a) /* printf-like conversions */
816 char *buf = *pbuf;
937 *pbuf = buf
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glxext.h 450 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
581 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
582 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
glx.h 270 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 450 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
581 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
582 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
glx.h 270 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glxext.h 450 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
581 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
582 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
glx.h 270 extern void glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1249 char *pbuf; local
1250 EXPECT_POISONED(pbuf);
1251 int res = asprintf(&pbuf, "%d", 1234567); // NOLINT
1253 EXPECT_NOT_POISONED(pbuf);
1254 assert(pbuf[0] == '1');
1255 assert(pbuf[1] == '2');
1256 assert(pbuf[2] == '3');
1257 assert(pbuf[6] == '7');
1258 assert(pbuf[7] == 0);
1259 free(pbuf);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
ca.c 2868 char buf[25],*pbuf, *p; local
    [all...]
  /external/openssl/apps/
ca.c 2868 char buf[25],*pbuf, *p; local
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bio.h 362 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h 362 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    [all...]
  /external/openssl/crypto/bio/
bio.h 359 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    [all...]
  /external/openssl/include/openssl/
bio.h 359 typedef int asn1_ps_func(BIO *b, unsigned char **pbuf, int *plen, void *parg);
    [all...]

Completed in 3236 milliseconds

1 2 34