Searched defs:size (Results 101 - 125 of 248) sorted by relevance

12345678910

/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DPIntMap.sml62 fun size Empty = 0 function
H A DUTF8.sml101 fun size s = let function
/seL4-l4v-10.1.1/HOL4/tools/mlyacc/src/
H A Dshrink.sml232 val size : (('a,'b) pairlist * 'c) list -> int = value
H A Dutils-sig.sml54 val size : 'a table -> int value
69 val size : table -> int value
/seL4-l4v-10.1.1/HOL4/examples/muddy/muddyC/buddy/examples/calculator/
H A Dslist.h40 int size(void) const { return len; } function in class:voidSList
182 int size(void) const { return voidSList::size(); } function in class:SList
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Darb.cpp337 unsigned size = numLimbs(DEREFWORD(x)); local
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/avr32/
H A Dffi.c239 unsigned int size = 0, i = 0; local
372 unsigned int i, size = 0; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/microblaze/
H A Dffi.c73 size_t size = (*p_arg)->size; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/or1k/
H A Dffi.c122 int size; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/sh/
H A Dffi.c325 int size, type; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/sh64/
H A Dffi.c159 int size, type; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/xtensa/
H A Dffi.c165 unsigned long size; local
[all...]
/seL4-l4v-10.1.1/isabelle/lib/browser/GraphBrowser/
H A DGraphView.java27 Dimension size; field in class:GraphView
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DRewrite.sig43 val size : rewrite -> int value
H A DSubst.sml25 fun size (Subst m) = NameMap.size m; function
/seL4-l4v-10.1.1/l4v/isabelle/lib/browser/GraphBrowser/
H A DGraphView.java27 Dimension size; field in class:GraphView
/seL4-l4v-10.1.1/HOL4/polyml/basis/
H A DForeignConstants.sml32 val (size: word, align: word, _, _) = (* Just get the first two fields. *) value
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DRewrite.sig43 val size : rewrite -> int value
H A DSubst.sml25 fun size (Subst m) = NameMap.size m; function
/seL4-l4v-10.1.1/seL4/include/arch/riscv/arch/
H A Dsbi.h102 sbi_remote_sfence_vma(const unsigned long *hart_mask, unsigned long start, unsigned long size) argument
109 sbi_remote_sfence_vma_asid(const unsigned long *hart_mask, unsigned long start, unsigned long size, unsigned long asid) argument
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/kernel/
H A Dmultiboot2.h25 uint32_t size; member in struct:multiboot2_tag
30 uint64_t size; member in struct:multiboot2_memory
/seL4-l4v-10.1.1/seL4/src/arch/arm/armv/armv8-a/64/
H A Dcache.c50 word_t size, csselr_old; local
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/lib/
H A DBitsN.sig90 val size: nbit -> Nat.nat value
H A DBitsN.sml14 fun size (B (_, s)) = s function
H A DFP64.sml20 val size = 8 * bytes value

Completed in 146 milliseconds

12345678910