Home
last modified time | relevance | path

Searched refs:mbi (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/libclang/
DCIndexer.cpp55 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/
Dsanitizer_win.cc74 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/
Djgo.txt173 "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"}
Dnmg.txt184 "ngwɛn lɔmbi",
/external/icu/icu4c/source/data/curr/
Dbas.txt225 "Kwàca sàmbià (1968–2012)",
229 "Kwàca sàmbià",
/external/icu/icu4c/source/data/region/
Dbas.txt83 GM{"Gàmbià"}
231 ZM{"Zàmbià"}
/external/llvm/lib/Support/Windows/
DPath.inc507 MEMORY_BASIC_INFORMATION mbi;
508 SIZE_T Result = VirtualQuery(Mapping, &mbi, sizeof(mbi));
515 Size = mbi.RegionSize;
/external/llvm/lib/Target/X86/
DX86InstrAVX512.td3428 defm mbi : AVX512_maskable<opc, ImmFormM, _, (outs _.RC:$dst),