Searched defs:bits (Results 1 - 25 of 30) sorted by relevance

12

/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/
H A Dmachine.h51 static inline void clearMemory(word_t* ptr, word_t bits) argument
58 static inline void clearMemoryRAM(word_t* ptr, word_t bits) argument
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dbitmap.cpp59 bool Bitmap::Create(POLYUNSIGNED bits) argument
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/lib/
H A DBitstring.sig39 val bits: Nat.nat * Nat.nat -> bitstring -> bitstring value
H A DBitstring.sml158 fun bits (h, l) = function
H A DBitsN.sig69 val bits: Nat.nat * Nat.nat -> nbit -> nbit value
H A DBitsN.sml76 fun bits (h, l) = function
/seL4-l4v-10.1.1/l4v/tools/haskell-translator/
H A Dpars_skl.py56 bits = line.split() variable
[all...]
/seL4-l4v-10.1.1/seL4/include/arch/riscv/arch/
H A Dmachine.h44 static inline void clearMemory(void* ptr, unsigned int bits) argument
/seL4-l4v-10.1.1/seL4/include/fastpath/
H A Dfastpath.h20 word_t guardBits, radixBits, bits; local
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibClause.sig33 type bits = {parm : parameters, id : int, thm : thm, order : termorder} type
H A DmlibClause.sml207 type bits = {parm : parameters, id : int, thm : thm, order : termorder}; type
/seL4-l4v-10.1.1/HOL4/examples/machine-code/instruction-set-models/ppc/
H A Dppc_Lib.sml15 val bits = (snd o dest_eq o concl o EVAL) tm value
H A Dprog_ppcLib.sml50 val bits = collect_term_of_type ``:ppc_bit`` g; value
/seL4-l4v-10.1.1/seL4/libsel4/include/sel4/
H A Ddeprecated.h131 static inline SEL4_DEPRECATED("Use seL4_CNode_CapData_new().words[0]") seL4_Word seL4_CapData_Guard_new(seL4_Word guard, seL4_Word bits) argument
/seL4-l4v-10.1.1/graph-refine/
H A Dtrace_refute.py642 bits variable
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/extra/Win/
H A DGdiBase.sml76 val bits = value
H A DMenu.sml350 val (bits, typeData, cch, bmp) = value
371 val (bits, typeData, cch, bmp) = value
/seL4-l4v-10.1.1/HOL4/src/portableML/poly/
H A DMD5.sml121 val bits = packLittle [lo,hi] value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/instruction-set-models/arm/
H A Dprog_armLib.sml57 val bits = collect_term_of_type ``:arm_bit`` g value
/seL4-l4v-10.1.1/HOL4/examples/muddy/muddyC/
H A Dmuddy.c874 EXTERNML value mlbvec_true(value bits) { argument
879 EXTERNML value mlbvec_false(value bits) { argument
884 EXTERNML value mlbvec_con(value bits, value val) /* ML */ argument
890 EXTERNML value mlbvec_var(value bits, value var, value step) /* ML */ argument
902 EXTERNML value mlbvec_coerce(value bits, value v) /* ML */ argument
[all...]
/seL4-l4v-10.1.1/HOL4/examples/ARM/v4/
H A DassemblerML.sml68 fun bits h l (n:bool list) = List.take(List.drop(n,l),h + 1 - l); function
[all...]
H A Darm_evalLib.sml651 fun bits h l n = (n mod pow(two,plus1 h)) div (pow(two,l)) function
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/
H A Dmachine.h295 static inline void clearMemory(void* ptr, unsigned int bits) argument
/seL4-l4v-10.1.1/HOL4/src/list/src/
H A DListConv1.sml1006 (let val (bits,lty) = (dest_list lst) value
1051 (let val (bits,lty) = dest_list lst value
/seL4-l4v-10.1.1/HOL4/src/n-bit/
H A DblastLib.sml985 val (bits,rest) = List.partition (Lib.can dest_bit) c value
986 val bits = eq_fst_partition (List.map dest_bit bits) value

Completed in 211 milliseconds

12