Searched defs:memtype (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_Memory.h203 * \param memtype Type of the element to expand
209 Index SparseLUImpl<Scalar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions) argument
212 if (memtype == USUB)
/external/swiftshader/third_party/subzero/runtime/
H A Dszrt_asan.c125 const char *memtype = memtype_names[MEMTYPE_INDEX(shadow_val)]; local
127 access_name, memtype, ptr);
/external/libdrm/nouveau/
H A Dnouveau.h102 uint32_t memtype; member in struct:nouveau_bo_config::__anon10557
106 uint32_t memtype; member in struct:nouveau_bo_config::__anon10558
/external/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h332 enum kgsl_user_mem_type memtype; member in struct:kgsl_map_user_mem
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c109 int memtype; member in struct:memalloc
3886 switch (Memalloc[me].memtype) {
3928 Memalloc[me].memtype, me);
3944 switch (M->memtype) {
4125 Memalloc[me].memtype, mturn);
5182 Memalloc[Nmemalloc].memtype = MEM_DATA;
5257 M->memtype = MEM_DATA;
5268 M->memtype = MEM_MMAP;
5312 M->memtype = MEM_SHMEM;
5349 switch (Memalloc[ma].memtype) {
[all...]
/external/v8/src/compiler/
H A Dwasm-compiler.cc1186 Node* WasmGraphBuilder::BuildChangeEndianness(Node* node, MachineType memtype, argument
1191 int valueSizeInBytes = 1 << ElementSizeLog2Of(memtype.representation());
1195 switch (memtype.representation()) {
1282 switch (memtype.representation()) {
1296 if (memtype.IsSigned()) {
3140 void WasmGraphBuilder::BoundsCheckMem(MachineType memtype, Node* index, argument
3146 byte memsize = wasm::WasmOpcodes::MemSize(memtype);
3195 Node* WasmGraphBuilder::LoadMem(wasm::ValueType type, MachineType memtype, argument
3203 BoundsCheckMem(memtype, index, offset, position);
3206 ElementSizeLog2Of(memtype
3250 StoreMem(MachineType memtype, Node* index, uint32_t offset, uint32_t alignment, Node* val, wasm::WasmCodePosition position) argument
[all...]

Completed in 324 milliseconds