Searched defs:bytes (Results 1 - 25 of 29) sorted by relevance

12

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dbitmap.cpp62 size_t bytes = (bits+7) >> 3; local
H A Dmachine_dep.h55 virtual void FlushInstructionCache(void *p, POLYUNSIGNED bytes) {} argument
H A Dosmem.cpp196 void *OSMem::Allocate(size_t &bytes, unsigned permissions) argument
H A Dobjsize.cpp166 POLYUNSIGNED bytes = start->Length() * sizeof(PolyWord); local
H A Dreals.cpp152 union db { double dble; byte bytes[DBLE]; }; member in union:db
H A Dgc_share_phase.cpp473 POLYUNSIGNED bytes = OBJ_OBJECT_LENGTH(s->lengthWord)*sizeof(PolyWord); local
H A Dpexport.cpp142 POLYUNSIGNED bytes = length * sizeof(PolyWord); local
/seL4-l4v-10.1.1/l4v/tools/autocorres/experiments/alloc-proof/
H A Dalloc_simp.c37 alloc(struct heap* heap, word_t bytes){ argument
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/
H A Dprep_cif.c113 unsigned bytes = 0; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/basis/
H A DIntInf.sml83 val bytes = segLength i * Word.toInt RunCall.bytesPerWord value
H A DBoolArray.sml50 val bytes = words * wordSize value
385 val bytes = (Word.fromInt len + 0w7) >> 0w3 value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/ARM/v7/eval/
H A Darm_emitScript.sml23 val bytes = Q.prove( value
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/extra/Win/Examples/
H A DbitViewer.sml195 val bytes = widthBytes*height value
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/cris/
H A Dffi.c162 unsigned bytes = 0; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/metag/
H A Dffi.c103 unsigned i, bytes = 0; local
[all...]
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/lib/
H A DFP64.sml18 val bytes = Word8Vector.length (P.toBytes R.posInf) value
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/mips/
H A Dffi.c70 ffi_prep_args(char *stack, extended_cif *ecif, int bytes, int flags) argument
[all...]
H A Do32.S36 #define bytes a2 define
H A Dn32.S36 #define bytes a2 define
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/pa/
H A Dffi.c142 void ffi_prep_args_pa32(UINT32 *stack, extended_cif *ecif, unsigned bytes) argument
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/powerpc/
H A Dffi_sysv.c95 unsigned bytes; local
352 const unsigned bytes = ecif->cif->bytes; local
[all...]
H A Dffi_linux64.c109 unsigned bytes; local
372 const unsigned long bytes = ecif->cif->bytes; local
[all...]
H A Dffi_darwin.c108 const unsigned bytes = ecif->cif->bytes; local
663 unsigned bytes; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/x86/
H A Dffi64.c359 size_t bytes, n; local
[all...]
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/msvc32include/
H A Dffi.h225 unsigned bytes; member in struct:__anon27

Completed in 386 milliseconds

12