HomeSort by relevance Sort by last modified time
    Searched full:buf_size (Results 51 - 75 of 1199) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_sock.h 57 size_t buf_size,
63 size_t buf_size,
70 uint32_t buf_size,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
BufFileInput.cpp 34 BufFileInput::BufFileInput( FILE *f, int buf_size )
36 buf( new int[buf_size] ),
37 size( buf_size ),
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
BufFileInput.cpp 34 BufFileInput::BufFileInput( FILE *f, int buf_size )
36 buf( new int[buf_size] ),
37 size( buf_size ),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_error/
3-1.c 41 #define BUF_SIZE 512
42 char buf[BUF_SIZE];
66 aiocb.aio_nbytes = BUF_SIZE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/
14-1.c 27 #define BUF_SIZE 111
28 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
2-1.c 24 #define BUF_SIZE 1024
29 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
3-1.c 24 #define BUF_SIZE 1024
29 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
4-1.c 28 #define BUF_SIZE 111
29 char buf[BUF_SIZE];
52 aiocb_write.aio_nbytes = BUF_SIZE;
5-1.c 24 #define BUF_SIZE 1024
29 char buf[BUF_SIZE];
52 aiocb_write.aio_nbytes = BUF_SIZE;
8-1.c 27 #define BUF_SIZE 111
28 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
8-2.c 27 #define BUF_SIZE 111
28 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
8-3.c 27 #define BUF_SIZE 111
28 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
8-4.c 27 #define BUF_SIZE 111
28 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
9-1.c 27 #define BUF_SIZE 111
28 char buf[BUF_SIZE];
51 aiocb_write.aio_nbytes = BUF_SIZE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
11-2.c 42 #define BUF_SIZE 111
43 char buf[BUF_SIZE];
65 aiocb.aio_nbytes = BUF_SIZE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
20-3.c 29 #define BUF_SIZE 8
51 if (ftruncate(fd, BUF_SIZE) != 0) {
57 ptr = mmap(NULL, BUF_SIZE, PROT_NONE, MAP_SHARED, fd, 0);
28-2.c 35 #define BUF_SIZE 8
41 char str[BUF_SIZE] = "qwerty";
50 if (ftruncate(fd, BUF_SIZE) != 0) {
56 buf = mmap(NULL, BUF_SIZE, PROT_WRITE | PROT_READ, MAP_SHARED, fd, 0);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
3-1.c 28 #define BUF_SIZE 8
42 if (ftruncate(fd, BUF_SIZE) != 0) {
54 buf = mmap(NULL, BUF_SIZE, PROT_READ, MAP_SHARED, fd, 0);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 79 int buf_size, read_size; local
111 buf_size = ind - (dptr - data);
113 while ((buf_size > 0) && (!done_flag)) {
120 if (buf_size >= 16) {
128 if (buf_size >= 16) {
136 if (buf_size >= 16) {
144 if (buf_size >= 16) {
152 if (buf_size >= 16) {
160 if (buf_size >= 24) {
171 if (buf_size >= 24)
    [all...]
  /development/ndk/platforms/android-9/include/linux/
random.h 31 int buf_size; member in struct:rand_pool_info
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 80 unsigned int *buf_size)
87 if (!n || !buf || !buf_size) return;
93 *buf_size = 8 + 4 + 2 + n->count * 12 + 4;
94 *buf = exif_mem_alloc (ne->mem, *buf_size);
96 *buf_size = 0;
126 ts = *buf_size + s;
135 *buf_size = ts;
136 doff = *buf_size - s;
137 if (s & 1) { doff--; *(*buf + *buf_size - 1) = '\0'; }
153 const unsigned char *buf, unsigned int buf_size)
    [all...]
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 42 unsigned int buf_size);
96 * @param buf_size the size of the buffer
100 unsigned char **buf, unsigned int *buf_size)
108 if (!n || !buf || !buf_size) return;
113 *buf_size = 6 + 2 + 2 + n->count * 12;
118 *buf = exif_mem_alloc (ne->mem, *buf_size);
120 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataOlympus", *buf_size);
132 *buf_size += 8-6 + 4;
133 *buf = exif_mem_alloc (ne->mem, *buf_size);
135 EXIF_LOG_NO_MEMORY(ne->log, "ExifMnoteDataOlympus", *buf_size);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
1-1.c 51 #define BUF_SIZE (1024*1024)
93 bufs = malloc(NUM_AIOCBS * BUF_SIZE);
101 if (write(fd, bufs, NUM_AIOCBS * BUF_SIZE) != (NUM_AIOCBS * BUF_SIZE)) {
116 aiocbs[i]->aio_offset = i * BUF_SIZE;
117 aiocbs[i]->aio_buf = &bufs[i * BUF_SIZE];
118 aiocbs[i]->aio_nbytes = BUF_SIZE;
180 if ((err != 0) && (ret != BUF_SIZE)) {
203 if ((err != 0) && (ret != BUF_SIZE)) {
3-1.c 43 #define BUF_SIZE 1024
44 char buf[BUF_SIZE];
69 aiocb[i].aio_offset = i * BUF_SIZE;
70 aiocb[i].aio_nbytes = BUF_SIZE;
  /external/strace/tests/
lookup_dcookie.c 74 enum { BUF_SIZE = 4096 };
81 char *buf = tail_alloc(BUF_SIZE);
84 do_lookup_cookie(bogus_cookie, buf + BUF_SIZE, bogus_len);
85 do_lookup_cookie(bogus_cookie, buf, BUF_SIZE);

Completed in 1083 milliseconds

1 23 4 5 6 7 8 91011>>