Home
last modified time | relevance | path

Searched refs:nlength (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/search/
Dlfind.c36 size_t nlength = LENGTH1; in lfind_0100() local
40 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0100()
52 size_t nlength = LENGTH2; in lfind_0200() local
56 ret = lfind(&key, array, &nlength, sizeof(int), (int (*)(const void *, const void *))compare); in lfind_0200()
/third_party/iowow/src/fs/
Diwfsmfile.c1110 uint64_t nlength = FSMBK_LENGTH(nk); in _fsm_blk_allocate_lw() local
1116 if (nlength > length_blk) { /* re-save rest of free-space */ in _fsm_blk_allocate_lw()
1120 - (nlength - length_blk); /*rest blk size*/ in _fsm_blk_allocate_lw()
1123 *olength_blk = nlength; in _fsm_blk_allocate_lw()
1125 _fsm_put_fbk(impl, (*offset_blk + length_blk), (nlength - length_blk)); in _fsm_blk_allocate_lw()
1128 _fsm_put_fbk(impl, (*offset_blk + length_blk), (nlength - length_blk)); in _fsm_blk_allocate_lw()
/third_party/ltp/scripts/
Dcheckpatch.pl4194 my ($nlength, $nindent) = line_stats($lines[$ctx_ln - 1]);