/external/mesa3d/src/glx/apple/ |
D | apple_glx_pbuffer.c | 74 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_make_current() local 99 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_destroy() local 112 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf) in apple_glx_pbuffer_destroy() 125 struct apple_glx_pbuffer *pbuf = NULL; in apple_glx_pbuffer_create() local 265 struct apple_glx_pbuffer *pbuf; in apple_glx_pbuffer_query() local
|
/external/boringssl/src/crypto/asn1/ |
D | bio_ndef.c | 160 static int ndef_prefix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix() 188 static int ndef_prefix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_prefix_free() 206 static int ndef_suffix_free(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix_free() 216 static int ndef_suffix(BIO *b, unsigned char **pbuf, int *plen, void *parg) in ndef_suffix()
|
/external/ipsec-tools/src/racoon/ |
D | isakmp_ident.c | 256 vchar_t *pbuf = NULL; local 427 vchar_t *pbuf = NULL; local 671 vchar_t *pbuf = NULL; local 861 vchar_t *pbuf = NULL; local 1123 vchar_t *pbuf = NULL; local 1343 vchar_t *pbuf = NULL; local
|
D | isakmp_base.c | 296 vchar_t *pbuf = NULL; local 588 vchar_t *pbuf = NULL; local 792 vchar_t *pbuf = NULL; local 1077 vchar_t *pbuf = NULL; local
|
D | isakmp_agg.c | 342 vchar_t *pbuf = NULL; local 782 vchar_t *pbuf = NULL; local 1322 vchar_t *pbuf = NULL; local
|
D | isakmp_quick.c | 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
|
D | remoteconf.c | 498 char buf[1024], *pbuf; in dump_peers_identifiers() local 513 char buf[1024], *pbuf; in dump_rmconf_single() local
|
D | security.c | 71 vchar_t *pbuf = NULL; local
|
D | isakmp_inf.c | 128 vchar_t *pbuf = NULL; local 337 vchar_t *pbuf; local 454 vchar_t *pbuf; local
|
D | ipsec_doi.c | 1333 vchar_t *pbuf = NULL; local 1469 vchar_t *pbuf = NULL; local
|
/external/opencv3/3rdparty/tbb/ |
D | android_additional.h | 10 char* pbuf = fgets(buf, sizeof(buf), cpuPossible); in getPossibleCPUs() local
|
/external/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.c | 324 const uint8_t *pbuf = param->value.sequence->data; in PKCS5_v2_PBKDF2_keyivgen() local 405 const uint8_t *pbuf = param->value.sequence->data; in PKCS5_v2_PBE_keyivgen() local
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_resource.c | 35 struct pipe_resource *pbuf, in nv50_surface_from_buffer()
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 100 static u_int8_t *pbuf = NULL; /* sadb_x_policy buffer */ variable
|
D | pfkey_dump.c | 488 char pbuf[NI_MAXSERV]; local
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_svga.c | 114 struct pb_buffer *pbuf = vmw_pb_buffer(buf); in vmw_svga_winsys_buffer_destroy() local
|
/external/iputils/ |
D | tracepath6.c | 385 char pbuf[NI_MAXSERV]; in main() local
|
/external/opencv3/modules/core/src/ |
D | parallel.cpp | 466 char* pbuf = fgets(buf, sizeof(buf), cpuPossible); in getNumberOfCPUsImpl() local
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 494 glXDestroyPbuffer(Display *dpy, GLXPbuffer pbuf) in glXDestroyPbuffer() 836 glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf) in glXDestroyGLXPbufferSGIX() 846 glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value) in glXQueryGLXPbufferSGIX()
|
D | fakeglx.c | 2264 Fake_glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in Fake_glXDestroyPbuffer() 2628 Fake_glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf) in Fake_glXDestroyGLXPbufferSGIX() 2638 Fake_glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, unsigned int *value) in Fake_glXQueryGLXPbufferSGIX()
|
/external/skia/src/utils/win/ |
D | SkWGL_win.cpp | 435 HPBUFFER pbuf = extensions.createPbuffer(parentDC, pixelFormatsToTry[f], 1, 1, nullptr); in Create() local
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 2069 glXDestroyPbuffer( Display *dpy, GLXPbuffer pbuf ) in glXDestroyPbuffer() 2419 glXDestroyGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf) in glXDestroyGLXPbufferSGIX() 2429 glXQueryGLXPbufferSGIX(Display *dpy, GLXPbufferSGIX pbuf, int attribute, in glXQueryGLXPbufferSGIX()
|
/external/mesa3d/src/glx/ |
D | glx_pbuffer.c | 720 glXDestroyPbuffer(Display * dpy, GLXPbuffer pbuf) in glXDestroyPbuffer()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_unix.c | 234 char *pbuf, *dir = NULL; in wpa_supplicant_ctrl_iface_path() local
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 614 int my_read(int fd, uchar *pbuf, int len) in my_read()
|