HomeSort by relevance Sort by last modified time
    Searched refs:pbuf (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/boringssl/src/crypto/pkcs8/
p5_pbev2.c 324 const uint8_t *pbuf = param->value.sequence->data; local
326 pbkdf2param = d2i_PBKDF2PARAM(NULL, &pbuf, plen);
327 if (pbkdf2param == NULL || pbuf != param->value.sequence->data + plen) {
405 const uint8_t *pbuf = param->value.sequence->data; local
407 pbe2param = d2i_PBE2PARAM(NULL, &pbuf, plen);
408 if (pbe2param == NULL || pbuf != param->value.sequence->data + plen) {
  /external/ipsec-tools/src/racoon/
isakmp_quick.c 317 vchar_t *pbuf = NULL; /* for payload parsing */
350 pbuf = isakmp_parse(msg);
351 if (pbuf == NULL)
353 pa = (struct isakmp_parse_t *)pbuf->v;
532 if (pbuf)
533 vfree(pbuf);
697 vchar_t *pbuf = NULL; /* for payload parsing */
721 pbuf = isakmp_parse(msg);
722 if (pbuf == NULL)
725 for (pa = (struct isakmp_parse_t *)pbuf->v
316 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
696 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
840 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
1388 vchar_t *pbuf = NULL; \/* for payload parsing *\/ local
    [all...]
  /external/skia/src/utils/win/
SkWGL_win.cpp 435 HPBUFFER pbuf = extensions.createPbuffer(parentDC, pixelFormatsToTry[f], 1, 1, nullptr); local
436 if (0 != pbuf) {
437 HDC dc = extensions.getPbufferDC(pbuf);
441 return new SkWGLPbufferContext(pbuf, dc, glrc);
443 extensions.releasePbufferDC(pbuf, dc);
445 extensions.destroyPbuffer(pbuf);
  /external/mesa3d/src/glx/apple/
glx_empty.c 270 (Display * dpy, GLXDrawable pbuf),
271 (dpy, pbuf), glXDestroyPbuffer)
  /hardware/intel/img/psb_video/src/
psb_buffer.h 152 void **pbuf /* out */
psb_buffer.c 475 unsigned int *pBuf = NULL;
479 pBuf = (unsigned int *)(vaCodedBufSeg[uiPipeIndex].buf);
480 pBuf -= 16;
483 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s: 0x%08x\n", __FUNCTION__, pBuf[(i*4) + j]);
577 void **pbuf /* out */
588 CHECK_INVALID_PARAM(pbuf == NULL);
600 raw_codedbuf = *pbuf;
604 *pbuf = p = &obj_buffer->codedbuf_mapinfo[0];
  /external/mesa3d/src/mesa/drivers/x11/
realglx.h 143 _real_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf );
241 _real_glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf);
244 _real_glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
glxapi.c 494 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf)
500 (t->DestroyPbuffer)(dpy, pbuf);
836 glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf)
842 (t->DestroyGLXPbufferSGIX)(dpy, pbuf);
846 glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value)
852 return (t->QueryGLXPbufferSGIX)(dpy, pbuf, attribute, value);
    [all...]
  /hardware/intel/common/libva/va/
va_fool.c 347 void **pbuf /* out */
358 *pbuf = fool_ctx->fool_buf[buftype];
361 if (*pbuf && (buftype == VAEncCodedBufferType))
va_trace.h 123 void **pbuf /* out */
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 191 static int handleConvertKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa)
194 uint8_t *buf = *pbuf;
226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool bareData)
229 uint8_t *buf = *pbuf;
316 static int handleSign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbose, bool bareData)
319 uint8_t *buf = *pbuf;
332 *pbuf = buf;
  /external/ipsec-tools/src/libipsec/
pfkey_dump.c 488 char pbuf[NI_MAXSERV]; local
540 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
543 sport = atoi(pbuf);
561 0, pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
564 dport = atoi(pbuf);
  /ndk/sources/host-tools/nawk-20071023/
lib.c 104 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */
107 char *buf = *pbuf;
158 *pbuf = buf;
169 *pbuf = buf;
182 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */
185 char *rr, *buf = *pbuf;
218 *pbuf = buf;
lex.c 101 int gettok(char **pbuf, int *psz) /* get next input token */
104 char *buf = *pbuf;
159 *pbuf = buf;
  /external/mesa3d/src/glx/
glx_pbuffer.c 720 glXDestroyPbuffer(Display * dpy, GLXPbuffer pbuf)
723 if (apple_glx_pbuffer_destroy(dpy, pbuf)) {
724 __glXSendError(dpy, GLXBadPbuffer, pbuf, X_GLXDestroyPbuffer, false);
727 DestroyPbuffer(dpy, pbuf);
945 (Display * dpy, GLXPbufferSGIX pbuf),
946 (dpy, pbuf), glXDestroyPbuffer)
  /external/mesa3d/include/GL/
glxext.h 537 extern void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
556 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
701 extern void glXDestroyGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf);
702 extern int glXQueryGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
707 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
708 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 533 extern void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
552 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
697 extern void glXDestroyGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf);
698 extern int glXQueryGLXPbufferSGIX (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
703 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
704 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 234 char *pbuf, *dir = NULL; local
240 pbuf = os_strdup(wpa_s->conf->ctrl_interface);
241 if (pbuf == NULL)
243 if (os_strncmp(pbuf, "DIR=", 4) == 0) {
245 dir = pbuf + 4;
250 dir = pbuf;
255 os_free(pbuf);
261 os_free(pbuf);
277 os_free(pbuf);
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 114 struct pb_buffer *pbuf = vmw_pb_buffer(buf); local
116 pb_reference(&pbuf, NULL);
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 287 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, bool verbose)
298 uint8_t *buf = *pbuf;
303 *pbuf = buf;
828 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, uint64_t keyId)
830 uint8_t *buf = *pbuf;
    [all...]
  /external/iputils/
tracepath6.c 385 char pbuf[NI_MAXSERV]; local
434 sprintf(pbuf, "%u", base_port);
443 gai = getaddrinfo(argv[0], pbuf, &hints, &ai0);
  /system/bt/stack/hid/
hidh_api.c 447 UINT8 param, UINT16 data, UINT8 report_id, BT_HDR *pbuf )
470 osi_free(pbuf);
472 status = hidh_conn_snd_data(dev_handle, t_type, param, data, report_id, pbuf);
  /toolchain/binutils/binutils-2.25/gold/
dynobj.cc 1722 unsigned char* pbuf = new unsigned char[sz]; local
1779 unsigned char* pbuf = new unsigned char[sz]; local
1822 unsigned char* pbuf = new unsigned char[sz]; local
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glxew.h 288 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
524 typedef void ( * PFNGLXBINDTEXIMAGEATIPROC) (Display *dpy, GLXPbuffer pbuf, int buffer);
526 typedef void ( * PFNGLXRELEASETEXIMAGEATIPROC) (Display *dpy, GLXPbuffer pbuf, int buffer);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h 508 typedef void ( * PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
651 typedef void ( * PFNGLXDESTROYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf);
652 typedef int ( * PFNGLXQUERYGLXPBUFFERSGIXPROC) (Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value);
    [all...]

Completed in 2896 milliseconds

12 3 4