/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform_windows.cc | 31 void WriteMemoryProfile(char *buf, uptr buf_size, uptr nthread, uptr nlive) {
|
/external/curl/src/ |
mkhelp.pl | 175 #define BUF_SIZE 0x10000 208 buf = malloc(BUF_SIZE); 211 z.avail_out = BUF_SIZE; 215 fwrite(buf, BUF_SIZE - z.avail_out, 1, stdout);
|
/external/libavc/common/ |
ih264_list.h | 82 WORD32 buf_size,
|
/external/libmpeg2/common/ |
impeg2_job_queue.h | 64 void* impeg2_jobq_init(void *pv_buf, WORD32 buf_size);
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
fanotify03.c | 61 #define BUF_SIZE 256 62 static char fname[BUF_SIZE]; 63 static char buf[BUF_SIZE]; 86 if (read(fd, buf, BUF_SIZE) != -1)
|
fanotify04.c | 59 #define BUF_SIZE 256 60 static char fname[BUF_SIZE]; 61 static char sname[BUF_SIZE]; 62 static char dir[BUF_SIZE];
|
/external/pdfium/core/fpdfapi/parser/ |
cpdf_stream.h | 51 uint32_t buf_size) const;
|
fpdf_parser_decode_embeddertest.cpp | 42 unsigned int buf_size; local 43 EXPECT_TRUE(FlateEncode(data.input, data.input_size, &buf, &buf_size)); 46 std::string((const char*)buf, buf_size))
|
/external/pdfium/public/ |
fpdf_sysfontinfo.h | 162 * buf_size - Buffer size, can be zero if not provided 172 unsigned long buf_size); 186 * buf_size - Buffer size, can be zero if not provided 195 unsigned long buf_size);
|
/hardware/qcom/gps/msm8084/utils/ |
loc_log.h | 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
|
/hardware/qcom/gps/msm8960/utils/ |
loc_log.h | 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
|
/hardware/qcom/gps/msm8994/utils/ |
loc_log.h | 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
|
/hardware/qcom/gps/utils/ |
loc_log.h | 62 extern char *loc_get_time(char *time_string, unsigned long buf_size);
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
StreamUtil.java | 47 private static final int BUF_SIZE = 16 * 1024; 156 byte[] buf = new byte[BUF_SIZE]; 173 byte[] buf = new byte[BUF_SIZE]; 310 byte[] buf = new byte[BUF_SIZE];
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
ftruncate01.c | 81 #define BUF_SIZE 256 /* buffer size */ 159 char tst_buff[BUF_SIZE]; /* buffer to hold data */ 168 for (i = 0; i < BUF_SIZE; i++) {
|
/external/ltp/testcases/kernel/syscalls/stat/ |
stat02.c | 84 #define BUF_SIZE 256 159 char tst_buff[BUF_SIZE]; /* data buffer for file */ 191 for (i = 0; i < BUF_SIZE; i++) {
|
/external/ltp/testcases/kernel/syscalls/truncate/ |
truncate01.c | 83 #define BUF_SIZE 256 /* buffer size */ 166 char tst_buff[BUF_SIZE]; /* buffer to hold data */ 180 for (i = 0; i < BUF_SIZE; i++) {
|
/external/strace/ |
block.c | 60 uint32_t buf_size; /* input */ member in struct:blk_user_trace_setup 243 tprintf("{act_mask=%u, buf_size=%u, " 246 (unsigned)buts.act_mask, buts.buf_size,
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
stress_iio.c | 713 int q[3], i, ind, left_over_size, buf_size; local 780 buf_size = ind - (dptr - data); 783 while ((buf_size > 0) && (!done_flag)) { 789 if (buf_size >= 16) { 797 if (buf_size >= 16) { 805 if (buf_size >= 16) { 814 if (buf_size >= 16) { 822 if (buf_size >= 16) { 830 if (buf_size >= 24) { 841 if (buf_size >= 24) [all...] |
/test/vts-testcase/security/poc/target/kernel_wifi/32219453/ |
poc.cpp | 158 #define BUF_SIZE 256 176 unsigned char buf_test[BUF_SIZE]; 211 nla_put(msg, GSCAN_ATTRIBUTE_ANQPO_HS_NAI_REALM, BUF_SIZE, &buf_test);
|
/external/libpcap/ |
fad-glifc.c | 86 unsigned buf_size; local 133 buf_size = ifn.lifn_count * sizeof (struct lifreq); 134 buf = malloc(buf_size); 146 ifc.lifc_len = buf_size; 150 memset(buf, 0, buf_size);
|
/system/bt/btif/src/ |
btif_gatt_test.cc | 68 static char* format_uuid(tBT_UUID bt_uuid, char* str_buf, size_t buf_size) { 70 snprintf(str_buf, buf_size, "0x%04x", bt_uuid.uu.uuid16); 72 int x = snprintf(str_buf, buf_size, "%02x%02x%02x%02x-%02x%02x-%02x%02x", 77 snprintf(&str_buf[x], buf_size - x, "%02x%02x-%02x%02x%02x%02x%02x%02x", 83 snprintf(str_buf, buf_size, "Unknown (len=%d)", bt_uuid.len);
|
/bionic/libc/bionic/ |
libc_logging.cpp | 160 // Writes number 'value' in base 'base' into buffer 'buf' of size 'buf_size' bytes. 161 // Assumes that buf_size > 0. 162 static void format_unsigned(char* buf, size_t buf_size, uint64_t value, int base, bool caps) { 164 char* end = buf + buf_size - 1; 198 static void format_integer(char* buf, size_t buf_size, uint64_t value, char conversion) { 212 buf_size -= 1; 215 format_unsigned(buf, buf_size, value, base, caps);
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_record.c | 141 * @buf_size: Maximum buf size 151 size_t buf_size, const u8 *payload, size_t payload_len, 160 if (pos + TLS_RECORD_HEADER_LEN > buf + buf_size) 179 if (pos + rl->iv_size > buf + buf_size) 196 if (pos + payload_len > buf + buf_size) 218 clen = buf + buf_size - pos; 240 if (pos + pad + 1 > buf + buf_size) {
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.h | 323 CameraHeapMemory(int fd, size_t buf_size, uint_t num_buffers = 1) : 324 mBufSize(buf_size), 327 mHeap = new MemoryHeapBase(fd, buf_size * num_buffers); 331 explicit CameraHeapMemory(size_t buf_size, uint_t num_buffers = 1) : 332 mBufSize(buf_size), 335 mHeap = new MemoryHeapBase(buf_size * num_buffers); 367 static camera_memory_t* sGetMemory(int fd, size_t buf_size, uint_t num_bufs,
|