/external/mesa3d/src/glx/apple/ |
D | apple_glx_pbuffer.c | 76 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_make_current() local 101 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_destroy() local 114 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf) in apple_glx_pbuffer_destroy() 127 struct apple_glx_pbuffer *pbuf = NULL; in apple_glx_pbuffer_create() local 267 struct apple_glx_pbuffer *pbuf; in apple_glx_pbuffer_query() local
|
/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 236 Py_buffer pbuf; in utf_7_decode() local 259 Py_buffer pbuf; in utf_8_decode() local 282 Py_buffer pbuf; in utf_16_decode() local 305 Py_buffer pbuf; in utf_16_le_decode() local 329 Py_buffer pbuf; in utf_16_be_decode() local 361 Py_buffer pbuf; in utf_16_ex_decode() local 386 Py_buffer pbuf; in utf_32_decode() local 409 Py_buffer pbuf; in utf_32_le_decode() local 432 Py_buffer pbuf; in utf_32_be_decode() local 463 Py_buffer pbuf; in utf_32_ex_decode() local [all …]
|
D | binascii.c | 469 Py_buffer pbuf; in binascii_b2a_base64() local 617 Py_buffer pbuf; in binascii_rlecode_hqx() local 877 Py_buffer pbuf; in binascii_crc32() local
|
/external/u-boot/drivers/crypto/ |
D | ace_sha.c | 27 int ace_sha_hash_digest(const unsigned char *pbuf, unsigned int buf_len, in ace_sha_hash_digest() 102 void hw_sha256(const unsigned char *pbuf, unsigned int buf_len, in hw_sha256() 109 void hw_sha1(const unsigned char *pbuf, unsigned int buf_len, in hw_sha1()
|
/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 | security.c | 71 vchar_t *pbuf = NULL; 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 | isakmp_inf.c | 128 vchar_t *pbuf = NULL; local 337 vchar_t *pbuf; local 454 vchar_t *pbuf; local
|
/external/u-boot/drivers/crypto/fsl/ |
D | fsl_hash.c | 161 int caam_hash(const unsigned char *pbuf, unsigned int buf_len, in caam_hash() 201 void hw_sha256(const unsigned char *pbuf, unsigned int buf_len, in hw_sha256() 208 void hw_sha1(const unsigned char *pbuf, unsigned int buf_len, in hw_sha1()
|
/external/libmtp/util/ |
D | mtp-probe.c | 65 char pbuf[FILENAME_MAX]; in get_ep_type() local 135 char pbuf[FILENAME_MAX]; in has_3_ep() local
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open09.c | 47 char pbuf[BUFSIZ]; in main() local
|
/external/u-boot/drivers/block/ |
D | ide.c | 135 volatile ushort *pbuf; in ide_output_data_shorts() local 152 volatile ushort *pbuf; in ide_input_data_shorts() local 854 volatile ushort *pbuf = in ide_input_swap_data() local 878 volatile ushort *pbuf; in ide_output_data() local 904 volatile ushort *pbuf; in ide_input_data() local
|
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork08.c | 53 static char pbuf[10]; variable
|
D | fork07.c | 57 static char pbuf[10]; variable
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_resource.c | 36 struct pipe_resource *pbuf, in nv50_surface_from_buffer()
|
/external/ltp/testcases/kernel/syscalls/fsync/ |
D | fsync02.c | 80 char pbuf[BUFSIZ]; in main() local
|
/external/u-boot/drivers/i2c/ |
D | rk_i2c.c | 155 uchar *pbuf = buf; in rk_i2c_read() local 255 uchar *pbuf = buf; in rk_i2c_write() local
|
/external/oj-libjdwp/src/share/back/ |
D | error_messages.c | 65 char pbuf[MAX_MESSAGE_LEN+1]; in vprint_message() local
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 100 static u_int8_t *pbuf = NULL; /* sadb_x_policy buffer */ variable
|
/external/u-boot/drivers/mmc/ |
D | tmio-common.c | 181 static int tmio_sd_pio_read_one_block(struct udevice *dev, char *pbuf, in tmio_sd_pio_read_one_block() 235 const char *pbuf, uint blocksize) in tmio_sd_pio_write_one_block()
|
/external/one-true-awk/ |
D | lib.c | 109 int getrec(char **pbuf, int *pbufsize, int isrecord) /* get next input record */ in getrec() 187 int readrec(char **pbuf, int *pbufsize, FILE *inf) /* read one record into buf */ in readrec()
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 192 PyMac_GetStr255(PyObject *v, Str255 pbuf) in PyMac_GetStr255()
|