Searched refs:mbi (Results 1 – 8 of 8) sorted by relevance
/external/clang/tools/libclang/ |
D | CIndexer.cpp | 55 MEMORY_BASIC_INFORMATION mbi; in getClangResourcesPath() local 57 VirtualQuery((void *)(uintptr_t)clang_createTranslationUnit, &mbi, in getClangResourcesPath() 58 sizeof(mbi)); in getClangResourcesPath() 59 GetModuleFileNameA((HINSTANCE)mbi.AllocationBase, path, MAX_PATH); in getClangResourcesPath()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_win.cc | 74 MEMORY_BASIC_INFORMATION mbi; in GetThreadStackTopAndBottom() local 75 CHECK_NE(VirtualQuery(&mbi /* on stack */, &mbi, sizeof(mbi)), 0); in GetThreadStackTopAndBottom() 79 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom() 80 *stack_bottom = (uptr)mbi.AllocationBase; in GetThreadStackTopAndBottom() 159 MEMORY_BASIC_INFORMATION mbi; in MemoryRangeIsAvailable() local 160 CHECK(VirtualQuery((void *)range_start, &mbi, sizeof(mbi))); in MemoryRangeIsAvailable() 161 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable() 162 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable()
|
/external/icu/icu4c/source/data/locales/ |
D | jgo.txt | 173 "Nduŋmbi Saŋ", 201 "Nduŋmbi Saŋ", 217 "Nduŋmbi Saŋ", 245 "Nduŋmbi Saŋ", 323 one{"Nǔu ŋgap-mbi {0}"} 324 other{"Nǔu ŋgap-mbi {0}"} 327 one{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"} 328 other{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
|
D | nmg.txt | 184 "ngwɛn lɔmbi",
|
/external/icu/icu4c/source/data/curr/ |
D | bas.txt | 225 "Kwàca sàmbià (1968–2012)", 229 "Kwàca sàmbià",
|
/external/icu/icu4c/source/data/region/ |
D | bas.txt | 83 GM{"Gàmbià"} 231 ZM{"Zàmbià"}
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 507 MEMORY_BASIC_INFORMATION mbi; 508 SIZE_T Result = VirtualQuery(Mapping, &mbi, sizeof(mbi)); 515 Size = mbi.RegionSize;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrAVX512.td | 3428 defm mbi : AVX512_maskable<opc, ImmFormM, _, (outs _.RC:$dst),
|