Searched refs:filled (Results 1 - 7 of 7) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_nameval.c173 int filled = 0; local
179 !filled) {
194 filled = 1;
/u-boot/test/env/
H A Dhashtable.c99 ut_asserteq(SIZE, htab.filled);
120 ut_asserteq(SIZE / 2, htab.filled);
/u-boot/include/
H A Dsearch.h49 unsigned int filled; member in struct:hsearch_data
/u-boot/lib/
H A Dhashtable.c116 htab->filled = 0;
369 if (htab->filled == htab->size) {
392 ++htab->filled;
452 --htab->filled;
617 debug("EXPORT table = %p, htab.size = %d, htab.filled = %d, size = %lu\n",
618 htab, htab->size, htab->filled, (ulong)size);
951 debug("INSERT: table %p, filled %d/%d rv %p ==> name=\"%s\" value=\"%s\"\n",
952 htab, htab->filled, htab->size,
/u-boot/arch/mips/mach-mtmips/mt7621/spl/
H A Dstart.S71 .word 0 # ep, filled by mkimage
72 .word 0 # stage_size, filled by mkimage
/u-boot/fs/btrfs/
H A Dextent-io.c485 int bits, int filled)
495 if (filled && state->start > start) {
503 if (!filled)
505 } else if (filled) {
514 if (filled)
484 test_range_bit(struct extent_io_tree *tree, u64 start, u64 end, int bits, int filled) argument
H A Dextent-io.h103 int bits, int filled);

Completed in 119 milliseconds