Searched defs:max (Results 1 - 10 of 10) sorted by relevance

/seL4-test-master/projects/musllibc/src/network/
H A Dinet_ntop.c10 int i, j, max, best; local
/seL4-test-master/projects/musllibc/src/linux/x32/
H A Dsysinfo.c34 kulong max = tmp.totalram | tmp.totalswap; local
/seL4-test-master/tools/nanopb/tests/encode_unittests/
H A Dencode_unittests.c176 int32_t max = INT32_MAX; local
/seL4-test-master/tools/nanopb/tests/fuzztest/
H A Dfuzztest.c29 static int rand_int(int min, int max) argument
57 static size_t rand_len(size_t max) argument
/seL4-test-master/tools/seL4/elfloader-tool/src/binaries/elf/
H A Delf.c189 elf_getMemoryBounds(void *elfFile, int phys, uint64_t *min, uint64_t *max) argument
231 uint64_t max = min + elf_getProgramHeaderMemorySize(elfFile, ph); local
/seL4-test-master/projects/util_libs/libelf/src/
H A Delf.c463 int elf_getMemoryBounds(elf_t *elfFile, elf_addr_type_t addr_type, uintptr_t *min, uintptr_t *max) argument
500 uintptr_t max = min + elf_getProgramHeaderMemorySize(elfFile, ph); local
/seL4-test-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_io.c367 long max = cpio_fd->size - cpio_fd->current; local
/seL4-test-master/kernel/src/kernel/
H A Dboot.c143 word_t max = MAX(cnode_size_bits, seL4_VSpaceBits); local
174 word_t max = rootserver_max_size_bits(extra_bi_size_bits); local
803 word_t max = rootserver_max_size_bits(extra_bi_size_bits); local
/seL4-test-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.c922 check_valid(u32_t value, u32_t min, u32_t max) argument
/seL4-test-master/projects/musllibc/src/regex/
H A Dregcomp.c126 int max; member in struct:__anon406
170 tre_ast_new_iter(tre_mem_t mem, tre_ast_node_t *arg, int min, int max, int minimal) argument
471 static int add_icase_literals(struct literals *ls, int min, int max) argument
535 int min, max; local
615 int i, max, min, negmax, negmin; local
713 int min, max; local
982 int min, max; local
1708 int max = lit->code_max; local
[all...]

Completed in 77 milliseconds