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

123

/seL4-l4v-master/l4v/tools/autocorres/tests/examples/
H A Dsimple.c7 unsigned max(unsigned a, unsigned b) function
H A Dalloc.c29 static word_t max(word_t a, word_t b) function
/seL4-l4v-master/l4v/tools/autocorres/doc/quickstart/
H A Dminmax.c22 unsigned max(unsigned a, unsigned b) function
/seL4-l4v-master/HOL4/src/HolSat/sat_solvers/minisat/
H A DSolver.C118 int max = level[var(ps[1])]; variable
/seL4-l4v-master/HOL4/examples/hardware/hol88/mos-count/
H A Dtoplevel.ml96 let max = 2 EXP (n + 1) in var in function:%
/seL4-l4v-master/HOL4/src/portableML/poly/
H A DDynarray.sml47 fun max (x, y: int) = if x > y then x else y function
H A DArbintcore.sig42 val max : int * int -> int value
/seL4-l4v-master/HOL4/examples/ARM/v4/
H A Drun_arm_evalScript.sml20 val max = value
/seL4-l4v-master/l4v/tools/autocorres/experiments/alloc-proof/
H A Dalloc_simp.c21 word_t max; member in struct:heap
25 void init_heap(struct heap *heap, word_t max) argument
H A Dalloc_lite.c18 static word_t max(word_t a, word_t b) function
/seL4-l4v-master/HOL4/src/metis/
H A DmlibOmegaint.sig37 val max : int * int -> int value
H A DmlibArbint.sig43 val max : int * int -> int value
H A DmlibArbint.sml117 fun max (i,j) = if i < j then j else i function
H A DmlibSubsume.sml200 val max = length flits value
/seL4-l4v-master/HOL4/src/1/
H A Dmp_then.sml38 val max = ith |> concl |> strip_forall |> #2 |> conj length value
/seL4-l4v-master/HOL4/examples/l3-machine-code/lib/
H A DNat.sig47 val max: nat * nat -> nat value
H A DNat.sml57 fun max (a, b) = if a < b then b else a function
/seL4-l4v-master/HOL4/src/portableML/
H A DArbrat.sig42 val max : rat * rat -> rat value
/seL4-l4v-master/HOL4/src/portableML/mosml/
H A DArbintcore.sig40 val max : int * int -> int value
H A DArbintcore.sml117 fun max (i,j) = if i < j then j else i function
/seL4-l4v-master/HOL4/polyml/libpolyml/
H A Dlocking.cpp254 bool PSemaphore::Init(unsigned init, unsigned max) argument
H A Dstatistics.cpp119 #undef max macro
/seL4-l4v-master/HOL4/polyml/basis/
H A DINTEGER.sml48 val max : (int * int) -> int value
H A DWordSignature.sml56 val max : (word * word) -> word value
/seL4-l4v-master/HOL4/src/num/arith/src/
H A DSup_Inf.sml331 and max = eval_max_bound (tl bl) value

Completed in 143 milliseconds

123