Searched refs:nr_entries (Results 1 – 8 of 8) sorted by relevance
/external/fio/ |
D | gettime.c | 468 unsigned long nr_entries; member 507 for (i = 0; i < t->nr_entries; i++, c++) { in clock_thread_fn() 561 unsigned long nr_entries, tentries, failed = 0; in fio_monotonic_clocktest() local 572 nr_entries = CLOCK_ENTRIES_DEBUG; in fio_monotonic_clocktest() 574 nr_entries = CLOCK_ENTRIES_TEST; in fio_monotonic_clocktest() 585 tentries = nr_entries * nr_cpus; in fio_monotonic_clocktest() 597 t->nr_entries = nr_entries; in fio_monotonic_clocktest() 598 t->entries = &entries[i * nr_entries]; in fio_monotonic_clocktest()
|
/external/libdrm/intel/tests/ |
D | gen7-3d.batch-ref.txt | 26 0x12300064: 0x040002c0: 16KB start, size=1 64B rows, nr_entries=704, total size 45056B 28 0x1230006c: 0x04000000: 16KB start, size=1 64B rows, nr_entries=0, total size 0B 30 0x12300074: 0x04000000: 16KB start, size=1 64B rows, nr_entries=0, total size 0B 32 0x1230007c: 0x04000000: 16KB start, size=1 64B rows, nr_entries=0, total size 0B
|
/external/valgrind/include/vki/ |
D | vki-xen-memory.h | 55 unsigned int nr_entries; member
|
/external/pdfium/third_party/libopenjpeg20/ |
D | jp2.c | 1007 top_k = color->jp2_pclr->nr_entries - 1; in opj_jp2_apply_pclr() 1061 OPJ_UINT16 nr_entries,nr_channels; in opj_jp2_read_pclr() local 1080 nr_entries = (OPJ_UINT16) l_value; in opj_jp2_read_pclr() 1081 if ((nr_entries == 0U) || (nr_entries > 1024U)) { in opj_jp2_read_pclr() 1082 opj_event_msg(p_manager, EVT_ERROR, "Invalid PCLR box. Reports %d entries\n", (int)nr_entries); in opj_jp2_read_pclr() 1097 entries = (OPJ_UINT32*) opj_malloc((size_t)nr_channels * nr_entries * sizeof(OPJ_UINT32)); in opj_jp2_read_pclr() 1126 jp2_pclr->nr_entries = nr_entries; in opj_jp2_read_pclr() 1140 for(j = 0; j < nr_entries; ++j) { in opj_jp2_read_pclr()
|
D | jp2.h | 127 OPJ_UINT16 nr_entries; member
|
/external/kernel-headers/original/uapi/linux/ |
D | virtio_gpu.h | 178 __le32 nr_entries; member
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-xen.c | 153 (Addr)&arg->nr_entries, sizeof(arg->nr_entries)); in PRE() 1366 POST_MEM_WRITE(arg->nr_entries, sizeof(arg->nr_entries)); in POST() 1368 arg->nr_entries * 20 /* size of an e820 entry */); in POST()
|
/external/libdrm/intel/ |
D | intel_decode.c | 2882 int nr_entries = ctx->data[1] & 0xffff; in gen7_3DSTATE_URB_unit() local 2887 start_kb, entry_size, nr_entries, nr_entries * 64 * entry_size); in gen7_3DSTATE_URB_unit()
|