Home
last modified time | relevance | path

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

12

/third_party/boost/boost/stacktrace/detail/
Dlocation_from_symbol.hpp62 boost::winapi::MEMORY_BASIC_INFORMATION_ mbi;
63 if (!boost::winapi::VirtualQuery(addr, &mbi, sizeof(mbi))) {
67 … boost::winapi::HMODULE_ handle = reinterpret_cast<boost::winapi::HMODULE_>(mbi.AllocationBase);
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Djgo.txt176 "Nduŋmbi Saŋ",
204 "Nduŋmbi Saŋ",
220 "Nduŋmbi Saŋ",
248 "Nduŋmbi Saŋ",
328 one{"Nǔu ŋgap-mbi {0}"}
329 other{"Nǔu ŋgap-mbi {0}"}
332 one{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
333 other{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
Dnmg.txt183 "ngwɛn lɔmbi",
/third_party/skia/third_party/externals/icu/source/data/locales/
Djgo.txt176 "Nduŋmbi Saŋ",
204 "Nduŋmbi Saŋ",
220 "Nduŋmbi Saŋ",
248 "Nduŋmbi Saŋ",
328 one{"Nǔu ŋgap-mbi {0}"}
329 other{"Nǔu ŋgap-mbi {0}"}
332 one{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
333 other{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
Dnmg.txt183 "ngwɛn lɔmbi",
/third_party/icu/icu4c/source/data/locales/
Djgo.txt176 "Nduŋmbi Saŋ",
204 "Nduŋmbi Saŋ",
220 "Nduŋmbi Saŋ",
248 "Nduŋmbi Saŋ",
328 one{"Nǔu ŋgap-mbi {0}"}
329 other{"Nǔu ŋgap-mbi {0}"}
332 one{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
333 other{"Ɛ́ gɛ́ mɔ {0} ŋgap-mbi"}
Dnmg.txt183 "ngwɛn lɔmbi",
/third_party/boost/boost/dll/
Druntime_symbol_info.hpp71 boost::winapi::MEMORY_BASIC_INFORMATION_ mbi; in symbol_location_ptr() local
72 if (!boost::winapi::VirtualQuery(ptr, &mbi, sizeof(mbi))) { in symbol_location_ptr()
77 …return boost::dll::detail::path_from_handle(reinterpret_cast<boost::winapi::HMODULE_>(mbi.Allocati… in symbol_location_ptr()
/third_party/skia/third_party/externals/icu/source/data/curr/
Dbas.txt228 "Kwàca sàmbià (1968–2012)",
232 "Kwàca sàmbià",
Dpcm.txt132 "Kolómbiá Pẹ́so",
212 "Gámbiá Dalási",
628 "Zámbiá Kwácha",
855 one{"Kolómbiá pẹ́so"}
856 other{"Kolómbiá pẹ́sos"}
935 one{"Gámbiá dalási"}
936 other{"Gámbiá dalásis"}
1351 one{"Zámbiá kwácha"}
1352 other{"Zámbiá kwáchas"}
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Dbas.txt227 "Kwàca sàmbià (1968–2012)",
231 "Kwàca sàmbià",
/third_party/icu/icu4c/source/data/curr/
Dbas.txt228 "Kwàca sàmbià (1968–2012)",
232 "Kwàca sàmbià",
Dpcm.txt132 "Kolómbiá Pẹ́so",
212 "Gámbiá Dalási",
628 "Zámbiá Kwácha",
855 one{"Kolómbiá pẹ́so"}
856 other{"Kolómbiá pẹ́sos"}
935 one{"Gámbiá dalási"}
936 other{"Gámbiá dalásis"}
1351 one{"Zámbiá kwácha"}
1352 other{"Zámbiá kwáchas"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dwo.txt86 GM{"Gàmbi"}
248 ZM{"Sàmbi"}
Dbas.txt77 GM{"Gàmbià"}
224 ZM{"Zàmbià"}
/third_party/icu/icu4c/source/data/region/
Dwo.txt86 GM{"Gàmbi"}
246 ZM{"Sàmbi"}
Dbas.txt77 GM{"Gàmbià"}
224 ZM{"Zàmbià"}
/third_party/flutter/skia/third_party/externals/icu/source/data/region/
Dwo.txt85 GM{"Gàmbi"}
247 ZM{"Sàmbi"}
Dbas.txt76 GM{"Gàmbià"}
224 ZM{"Zàmbià"}
/third_party/glib/glib/
Dgutils.c2321 MEMORY_BASIC_INFORMATION mbi; in get_module_for_address() local
2322 VirtualQuery (address, &mbi, sizeof (mbi)); in get_module_for_address()
2323 hmodule = (HMODULE) mbi.AllocationBase; in get_module_for_address()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc567 MEMORY_BASIC_INFORMATION mbi;
568 SIZE_T Result = VirtualQuery(Mapping, &mbi, sizeof(mbi));
575 Size = mbi.RegionSize;
/third_party/icu/icu4c/source/data/unit/
Dyo_BJ.txt182 other{"{0} ɛ́mbiì"}
/third_party/skia/third_party/externals/icu/source/data/unit/
Dyo_BJ.txt182 other{"{0} ɛ́mbiì"}
Dyo.txt262 other{"{0} ẹ́mbiì"}
/third_party/ffmpeg/libavcodec/
Dituh263dec.c592 int i, mbi; in h263_skip_b_part() local
598 mbi = s->mb_intra; in h263_skip_b_part()
606 s->mb_intra = mbi; in h263_skip_b_part()

12