Searched refs:nzero (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 40 double nzero = 0.0; 42 nzero *= -1; 106 double nzero = 0.0; in testMaxMin() local 108 nzero *= -1; in testMaxMin() 117 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin() 118 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin() 123 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin() 124 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin() 139 maxMinTest(nan, nzero, nan, TRUE); in testMaxMin() 140 maxMinTest(nan, nzero, nan, FALSE); in testMaxMin() [all …]
|
/external/syslinux/com32/lib/syslinux/ |
D | shuffle.c | 71 int nmoves, nzero; in syslinux_do_shuffle() local 82 nzero = 0; in syslinux_do_shuffle() 85 nzero++; in syslinux_do_shuffle() 114 desc_blocks = (nzero + DESC_BLOCK_SIZE - 1) / DESC_BLOCK_SIZE; in syslinux_do_shuffle() 143 need_blocks = (nmoves + nzero + DESC_BLOCK_SIZE - 1) / DESC_BLOCK_SIZE; in syslinux_do_shuffle() 159 need_ptrs = nmoves + nzero + 1; in syslinux_do_shuffle() 169 nmoves, nzero, dbuf, descoffs); in syslinux_do_shuffle() 206 np, nmoves, nzero, desc_blocks); in syslinux_do_shuffle()
|
/external/jemalloc/src/ |
D | arena.c | 3141 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase; in arena_ralloc_large_grow() local 3142 assert(nzero > 0); in arena_ralloc_large_grow() 3143 memset(zbase, 0, nzero); in arena_ralloc_large_grow()
|