/aosp_15_r20/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
|
D | socketmodule.c | 2801 Py_buffer pbuf; local 2851 Py_buffer pbuf; local 2924 Py_buffer pbuf; local 4168 char pbuf[30]; local 4286 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
|
/aosp_15_r20/external/mesa3d/src/glx/apple/ |
H A D | apple_glx_pbuffer.c | 77 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_make_current() local 102 struct apple_glx_pbuffer *pbuf = &d->types.pbuffer; in pbuffer_destroy() local 115 apple_glx_pbuffer_destroy(Display * dpy, GLXPbuffer pbuf) in apple_glx_pbuffer_destroy() 128 struct apple_glx_pbuffer *pbuf = NULL; in apple_glx_pbuffer_create() local 264 struct apple_glx_pbuffer *pbuf; in apple_glx_pbuffer_query() local
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/ |
H A D | usbd_ioreq.c | 96 uint8_t *pbuf, in USBD_CtlSendData() 118 uint8_t *pbuf, in USBD_CtlContinueSendData() 136 uint8_t *pbuf, in USBD_CtlPrepareRx() 161 uint8_t *pbuf, in USBD_CtlContinueRx()
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Core/Src/ |
H A D | usbd_ioreq.c | 96 uint8_t *pbuf, in USBD_CtlSendData() 118 uint8_t *pbuf, in USBD_CtlContinueSendData() 136 uint8_t *pbuf, in USBD_CtlPrepareRx() 161 uint8_t *pbuf, in USBD_CtlContinueRx()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_bufmgr.cpp | 267 d3d12_buffer_destroy(void *winsys, struct pb_buffer *pbuf) in d3d12_buffer_destroy() 278 d3d12_buffer_map(struct pb_buffer *pbuf, in d3d12_buffer_map() 286 d3d12_buffer_unmap(struct pb_buffer *pbuf) in d3d12_buffer_unmap() 300 d3d12_buffer_validate(struct pb_buffer *pbuf, in d3d12_buffer_validate() 309 d3d12_buffer_fence(struct pb_buffer *pbuf, in d3d12_buffer_fence()
|
/aosp_15_r20/external/libva/va/ |
H A D | va_trace.c | 1726 static void va_TraceCodedBufferIVFHeader(struct trace_context *trace_ctx, void **pbuf) in va_TraceCodedBufferIVFHeader() 1769 void **pbuf, /* out */ in va_TraceMapBuffer() 1829 void *pbuf in va_TraceVABuffers() 5675 void *pbuf in va_TraceMPEG2Buf() 5898 void *pbuf in va_TraceH263Buf() 5961 void *pbuf in va_TraceJPEGBuf() 6011 void *pbuf in va_TraceMPEG4Buf() 6070 void* pbuf in va_TraceVVCBuf() 6113 void *pbuf in va_TraceHEVCBuf() 6153 void *pbuf in va_TraceH264Buf() [all …]
|
/aosp_15_r20/external/curl/lib/ |
H A D | bufq.c | 135 const unsigned char **pbuf, size_t *plen) in chunk_peek() 143 const unsigned char **pbuf, size_t *plen) in chunk_peek_at() 534 const unsigned char **pbuf, size_t *plen) in Curl_bufq_peek() 549 const unsigned char **pbuf, size_t *plen) in Curl_bufq_peek_at()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.c | 124 bo_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_destroy() 155 bo_can_reclaim(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_can_reclaim() 183 bo_slab_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_slab_destroy() 226 bo_destroy_or_cache(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_destroy_or_cache() 506 bo_sparse_destroy(struct zink_screen *screen, struct pb_buffer *pbuf) in bo_sparse_destroy()
|
/aosp_15_r20/device/google/contexthub/util/nanoapp_sign/ |
D | nanoapp_sign.c | 191 static int handleConvertKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa) in handleConvertKey() 226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify() 316 static int handleSign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbos… in handleSign()
|
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | open_memstream.c | 31 char **pbuf; /* point to the stream */ member 113 open_memstream(char **pbuf, size_t *psize) in open_memstream()
|
H A D | open_wmemstream.c | 32 wchar_t **pbuf; /* point to the stream */ member 123 open_wmemstream(wchar_t **pbuf, size_t *psize) in open_wmemstream()
|
/aosp_15_r20/external/one-true-awk/ |
H A D | lib.c | 142 int getrec(char **pbuf, int *pbufsize, bool isrecord) /* get next input record */ in getrec() 226 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ in readrec() 299 int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* csv can have \n's */ in readcsvrec()
|
/aosp_15_r20/external/fastrpc/src/ |
H A D | apps_mem_imp.c | 101 uint64_t pbuf; in __QAIC_IMPL() local 205 uint64_t pbuf; in __QAIC_IMPL() local
|
/aosp_15_r20/device/google/contexthub/util/nanoapp_encr/ |
D | nanoapp_encr.c | 56 static int handleEncrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint64_t keyId, uint32_t *key) in handleEncrypt() 153 static int handleDecrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t *key) in handleDecrypt()
|
/aosp_15_r20/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 403 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp() 573 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey() 600 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs()
|
D | postprocess_elf.c | 291 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp() 834 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey() 861 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs()
|
/aosp_15_r20/cts/apps/CtsVerifier/jni/verifier/ |
H A D | com_android_cts_verifier_camera_StatsImage.cpp | 81 unsigned char* pbuf = buf + byteIndex; in getPixelValue() local 97 unsigned char* pbuf = buf + byteIndex; in getPixelValue() local
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
H A D | usbd_conf.c | 698 USBD_StatusTypeDef USBD_LL_Transmit(USBD_HandleTypeDef *pdev, uint8_t ep_addr, uint8_t *pbuf, uint1… in USBD_LL_Transmit() 733 USBD_StatusTypeDef USBD_LL_PrepareReceive(USBD_HandleTypeDef *pdev, uint8_t ep_addr, uint8_t *pbuf,… in USBD_LL_PrepareReceive()
|
/aosp_15_r20/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
H A D | usbd_conf.c | 698 USBD_StatusTypeDef USBD_LL_Transmit(USBD_HandleTypeDef *pdev, uint8_t ep_addr, uint8_t *pbuf, uint1… in USBD_LL_Transmit() 733 USBD_StatusTypeDef USBD_LL_PrepareReceive(USBD_HandleTypeDef *pdev, uint8_t ep_addr, uint8_t *pbuf,… in USBD_LL_PrepareReceive()
|
/aosp_15_r20/external/python/cpython2/Modules/_io/ |
D | fileio.c | 503 Py_buffer pbuf; in fileio_readinto() local 711 Py_buffer pbuf; in fileio_write() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/open/ |
H A D | open09.c | 27 char pbuf[BUFSIZ]; in verify_open() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | peer_packet_types.h | 28 char* pbuf = buf; in bd_features_text() local
|
/aosp_15_r20/external/coreboot/src/soc/amd/stoneyridge/ |
H A D | smbus_spd.c | 24 char *pbuf = buffer; in readspd() local
|