/device/lge/mako/camera/mm-camera-interface/ |
mm_jpeg_encoder.h | 64 uint32_t buff_size,
|
mm_omx_jpeg_encoder.h | 70 uint32_t buff_size, void* user_data);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 84 uptr *buff_size, uptr max_len) { 89 *buff_size = 0; 95 UnmapOrDie(*buff, *buff_size); 97 *buff_size = size;
|
sanitizer_posix.cc | 197 void *MapFileToMemory(const char *file_name, uptr *buff_size) { 204 *buff_size = RoundUpTo(fsize, GetPageSizeCached()); 205 uptr map = internal_mmap(0, *buff_size, PROT_READ, MAP_PRIVATE, fd, 0);
|
sanitizer_common.h | 160 // The size of the mmaped region is stored in '*buff_size', 163 uptr *buff_size, uptr max_len); 166 // in '*buff_size'. 167 void *MapFileToMemory(const char *file_name, uptr *buff_size);
|
sanitizer_win.cc | 136 void *MapFileToMemory(const char *file_name, uptr *buff_size) {
|
sanitizer_linux.cc | 368 uptr buff_size = 0; local 370 ReadFileToBuffer(path, &buff, &buff_size, 1024 * 1024);
|
/external/libcxx/include/support/ibm/ |
xlocale.h | 305 const size_t buff_size = 256; local 307 if ((*strp = (char *)malloc(buff_size)) == NULL) 311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= buff_size)
|
/external/libnfc-nci/src/nfc/nfc/ |
nfc_ncif.c | 145 UINT8 buffer_size = p_cb->buff_size; 775 UINT8 buff_size, num_buff; local 789 buff_size = *p++; 809 if (buff_size > NCI_ISO_DEP_MAX_INFO) 810 buff_size = NCI_ISO_DEP_MAX_INFO; 903 if (buff_size > NCI_NFC_DEP_MAX_DATA) 904 buff_size = NCI_NFC_DEP_MAX_DATA; [all...] |
/external/libnfc-nci/src/nfc/int/ |
nfc_int.h | 115 UINT8 buff_size; /* the max buffer size for this connection. . */ member in struct:__anon3917
|
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 380 UINT8 buff_size; /* Connection buffer size */ member in struct:__anon3755
|
/external/libnfc-nci/src/nfa/hci/ |
nfa_hci_main.c | 673 nfa_hci_cb.buff_size = p_data->conn_create.buff_size; [all...] |
nfa_hci_utils.c | 323 UINT16 max_seg_hcp_pkt_size = nfa_hci_cb.buff_size - NCI_DATA_HDR_SIZE; [all...] |
/external/libnfc-nci/src/nfc/include/ |
nfc_api.h | 308 UINT8 buff_size; /* The max buffer size */ member in struct:__anon3846 [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
nucnvtst.c | 5381 int32_t rules_length, target_cap, bytes_needed, buff_size; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
nucnvtst.c | 5386 int32_t rules_length, target_cap, bytes_needed, buff_size; local [all...] |
/device/lge/mako/camera/ |
QualcommCameraHardware.cpp | 191 uint32_t buff_size); [all...] |