Home
last modified time | relevance | path

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

/external/compiler-rt/lib/builtins/
Denable_execute_stack.c51 MEMORY_BASIC_INFORMATION mbi; in __enable_execute_stack() local
52 if (!VirtualQuery (addr, &mbi, sizeof(mbi))) in __enable_execute_stack()
54 VirtualProtect (mbi.BaseAddress, mbi.RegionSize, PAGE_EXECUTE_READWRITE, &mbi.Protect); in __enable_execute_stack()
/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.cc76 MEMORY_BASIC_INFORMATION mbi; in GetThreadStackTopAndBottom() local
77 CHECK_NE(VirtualQuery(&mbi /* on stack */, &mbi, sizeof(mbi)), 0); in GetThreadStackTopAndBottom()
81 *stack_top = (uptr)mbi.BaseAddress + mbi.RegionSize; in GetThreadStackTopAndBottom()
82 *stack_bottom = (uptr)mbi.AllocationBase; in GetThreadStackTopAndBottom()
160 MEMORY_BASIC_INFORMATION mbi; in MemoryRangeIsAvailable() local
161 CHECK(VirtualQuery((void *)range_start, &mbi, sizeof(mbi))); in MemoryRangeIsAvailable()
162 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable()
163 (uptr)mbi.BaseAddress + mbi.RegionSize >= range_end; in MemoryRangeIsAvailable()
/external/icu/icu4c/source/data/locales/
Djgo.txt177 "Nduŋmbi Saŋ",
205 "Nduŋmbi Saŋ",
221 "Nduŋmbi Saŋ",
249 "Nduŋmbi Saŋ",
329 one{"Nǔu ŋgap-mbi {0}"}
330 other{"Nǔu ŋgap-mbi {0}"}
333 one{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
334 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.inc528 MEMORY_BASIC_INFORMATION mbi;
529 SIZE_T Result = VirtualQuery(Mapping, &mbi, sizeof(mbi));
536 Size = mbi.RegionSize;
/external/llvm/lib/Target/X86/
DX86InstrAVX512.td3992 defm mbi : AVX512_maskable<opc, ImmFormM, _, (outs _.RC:$dst),