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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_clust.h26 const int max; member in class:Clusterizer
H A Damiconf.h11 # undef max /* this gets redefined */ macro
H A Dhack.h277 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqt_clust.h26 const int max; member in class:Clusterizer
H A Damiconf.h11 # undef max /* this gets redefined */ macro
H A Dhack.h277 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
/seL4-refos-master/libs/libmuslc/src/network/
H A Dinet_ntop.c10 int i, j, max, best; local
/seL4-refos-master/libs/libvterm/src/
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dunicode.c132 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
/seL4-refos-master/libs/libmuslc/src/linux/x32/
H A Dsysinfo.c34 kulong max = tmp.totalram | tmp.totalswap; local
/seL4-refos-master/seL4_tools/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-refos-master/tools/elfloader/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-refos-master/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-refos-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-refos-master/libs/libsel4muslcsys/src/
H A Dsys_io.c367 long max = cpio_fd->size - cpio_fd->current; local
/seL4-refos-master/projects/seL4_libs/libsel4muslcsys/src/
H A Dsys_io.c367 long max = cpio_fd->size - cpio_fd->current; local
/seL4-refos-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-refos-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-refos-master/libs/libmuslc/src/regex/
H A Dregcomp.c126 int max; member in struct:__anon465
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 301 milliseconds