Searched defs:p_buffer (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | cio.c | 47 void opj_write_bytes_BE (OPJ_BYTE * p_buffer, OPJ_UINT32 p_value, OPJ_UINT32 p_nb_bytes) in opj_write_bytes_BE() 56 void opj_write_bytes_LE (OPJ_BYTE * p_buffer, OPJ_UINT32 p_value, OPJ_UINT32 p_nb_bytes) in opj_write_bytes_LE() 68 void opj_read_bytes_BE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value, OPJ_UINT32 p_nb_bytes) in opj_read_bytes_BE() 78 void opj_read_bytes_LE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value, OPJ_UINT32 p_nb_bytes) in opj_read_bytes_LE() 91 void opj_write_double_BE(OPJ_BYTE * p_buffer, OPJ_FLOAT64 p_value) in opj_write_double_BE() 97 void opj_write_double_LE(OPJ_BYTE * p_buffer, OPJ_FLOAT64 p_value) in opj_write_double_LE() 106 void opj_read_double_BE(const OPJ_BYTE * p_buffer, OPJ_FLOAT64 * p_value) in opj_read_double_BE() 112 void opj_read_double_LE(const OPJ_BYTE * p_buffer, OPJ_FLOAT64 * p_value) in opj_read_double_LE() 121 void opj_write_float_BE(OPJ_BYTE * p_buffer, OPJ_FLOAT32 p_value) in opj_write_float_BE() 127 void opj_write_float_LE(OPJ_BYTE * p_buffer, OPJ_FLOAT32 p_value) in opj_write_float_LE() [all …]
|
D | openjpeg.c | 91 static OPJ_SIZE_T opj_read_from_file (void * p_buffer, OPJ_SIZE_T p_nb_bytes, FILE * p_file) in opj_read_from_file() 108 static OPJ_SIZE_T opj_write_from_file (void * p_buffer, OPJ_SIZE_T p_nb_bytes, FILE * p_file) in opj_write_from_file()
|
/external/bluetooth/bluedroid/hci/src/ |
D | userial_mct.c | 298 uint16_t userial_read(uint16_t msg_id, uint8_t *p_buffer, uint16_t len) in userial_read()
|
D | userial.c | 318 uint16_t userial_read(uint16_t msg_id, uint8_t *p_buffer, uint16_t len) in userial_read()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 28 static OPJ_SIZE_T opj_read_from_memory (void * p_buffer, OPJ_SIZE_T p_nb_bytes, decodeData* srcDat… in opj_read_from_memory() 45 static OPJ_SIZE_T opj_write_from_memory (void * p_buffer, OPJ_SIZE_T p_nb_bytes, decodeData* srcDat… in opj_write_from_memory()
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_t1t_ndef.c | 2497 tNFC_STATUS RW_T1tReadNDef (UINT8 *p_buffer, UINT16 buf_len) in RW_T1tReadNDef()
|
D | rw_t2t_ndef.c | 2982 tNFC_STATUS RW_T2tReadNDef (UINT8 *p_buffer, UINT16 buf_len) in RW_T2tReadNDef()
|