/external/vixl/test/aarch32/ |
test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
test-simulator-cond-rd-rn-rm-a32-ge.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \
|
test-simulator-cond-rd-rn-rm-a32-q.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \
|
test-simulator-cond-rd-rn-rm-a32-sel.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \
|
test-simulator-cond-rd-rn-rm-t32-ge.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \
|
test-simulator-cond-rd-rn-rm-t32-q.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \
|
test-simulator-cond-rd-rn-rm-t32-sel.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \
|
test-simulator-cond-rdlow-operand-imm8-t32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
test-simulator-rd-rn-rm-a32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
test-simulator-rd-rn-rm-t32.cc | 47 #define BUF_SIZE (4096) 52 #define SETUP() MacroAssembler masm(BUF_SIZE) 68 MacroAssembler masm(BUF_SIZE); \ [all...] |
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.cpp | 848 int fd, size_t buf_size, uint_t num_bufs, 853 mem = new CameraHeapMemory(buf_size, num_bufs); 855 mem = new CameraHeapMemory(fd, buf_size, num_bufs); [all...] |
/prebuilts/ndk/r11/sources/android/support/src/stdio/ |
vfprintf.c | 763 if (!f->buf_size) { 766 f->buf_size = sizeof internal_buf; 774 f->buf_size = 0;
|
/prebuilts/ndk/r13/sources/android/support/src/stdio/ |
vfprintf.c | 763 if (!f->buf_size) { 766 f->buf_size = sizeof internal_buf; 774 f->buf_size = 0;
|
/system/tpm/trunks/ftdi/ |
mpsse.c | 694 int retval = MPSSE_FAIL, buf_size = 0, txsize = 0, n = 0; local 712 buf = build_block_buffer(mpsse, mpsse->tx, data + n, txsize, &buf_size); 714 retval = raw_write(mpsse, buf, buf_size);
|
/art/runtime/ |
trace.h | 244 void DumpBuf(uint8_t* buf, size_t buf_size, TraceClockSource clock_source)
|
/cts/apps/CameraITS/pymodules/its/ |
device.py | 736 buf_size = numpy.product(buf.shape) 737 yuv_bufs[buf_size].append(buf) 757 buf_size = widths[j] * heights[j] * 3 / 2 758 obj["data"] = yuv_bufs[buf_size][i] [all...] |
/external/autotest/client/tests/aiostress/ |
aio-stress.c | 201 int buf_size; member in struct:io_unit 339 if (io->res != io->buf_size) { 353 io->iocb.u.c.offset, io->buf_size); 945 t->ios[i].buf_size = reclen; [all...] |
/external/harfbuzz_ng/src/ |
hb-buffer.h | 440 unsigned int buf_size,
|
/external/libmpeg2/common/ |
impeg2_job_queue.c | 218 * @param[in] buf_size
|
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
aio-stress.c | 199 int buf_size; member in struct:io_unit 338 if (io->res != io->buf_size) { 354 io->buf_size); 961 t->ios[i].buf_size = reclen; [all...] |