Home
last modified time | relevance | path

Searched refs:nr_entries (Results 1 – 8 of 8) sorted by relevance

/external/fio/
Dgettime.c468 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/
Dgen7-3d.batch-ref.txt26 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/
Dvki-xen-memory.h55 unsigned int nr_entries; member
/external/pdfium/third_party/libopenjpeg20/
Djp2.c1007 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()
Djp2.h127 OPJ_UINT16 nr_entries; member
/external/kernel-headers/original/uapi/linux/
Dvirtio_gpu.h178 __le32 nr_entries; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-xen.c153 (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/
Dintel_decode.c2882 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()