Home
last modified time | relevance | path

Searched defs:probe (Results 26 - 50 of 87) sorted by relevance

1234

/third_party/node/deps/icu-small/source/common/
H A Duvectr32.cpp311 int32_t probe = (min + max) / 2; in sortedInsert() local
H A Dusc_impl.cpp163 int32_t probe = pairedCharPower; in getPairIndex() local
H A Duvector.cpp469 int32_t probe = (min + max) / 2; in sortedInsert() local
H A Drbbi_cache.cpp323 int32_t probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek() local
/third_party/mesa3d/src/panfrost/bifrost/
H A Dnodearray.h148 unsigned probe = (left + right + 1) / 2; in nodearray_sparse_search() local
/third_party/icu/icu4c/source/samples/layout/
H A Dcmaps.cpp137 le_uint16 probe = 1 << fEntrySelector; in unicodeToGlyph() local
186 le_int32 probe = fPower; in unicodeToGlyph() local
[all...]
/third_party/icu/icu4c/source/test/letest/
H A Dcmaps.cpp177 le_uint16 probe = 1 << fEntrySelector; in unicodeToGlyph() local
226 le_int32 probe = fPower; in unicodeToGlyph() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c139 uint32_t probe; in util_cache_entry_get() local
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/
H A Daesni-sha256-x86_64.s
/third_party/rust/crates/autocfg/src/
H A Dlib.rs205 fn probe<T: AsRef<[u8]>>(&self, code: T) -> Result<bool, Error> { in probe() functions
[all...]
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dcmaps.cpp137 le_uint16 probe = 1 << fEntrySelector; in unicodeToGlyph() local
186 le_int32 probe = fPower; in unicodeToGlyph() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duvectr32.cpp311 int32_t probe = (min + max) / 2; in sortedInsert() local
H A Drbbi_cache.cpp322 int32_t probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek() local
/third_party/ffmpeg/libavcodec/
H A Dv4l2_context.c662 int ff_v4l2_context_get_format(V4L2Context* ctx, int probe) in ff_v4l2_context_get_format() argument
/third_party/ffmpeg/libavformat/
H A Dbrstm.c48 static int probe(const AVProbeData *p) in probe() function
H A Dbink.c64 static int probe(const AVProbeData *p) in probe() function
H A Dcafdec.c53 static int probe(const AVProbeData *p) in probe() function
H A Dmlvdec.c54 static int probe(const AVProbeData *p) in probe() function
/third_party/curl/lib/
H A Ddoh.h68 struct dnsprobe probe[DOH_PROBE_SLOTS]; member
/third_party/icu/icu4c/source/common/
H A Drbbi_cache.cpp322 int32_t probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek() local
H A Dusc_impl.cpp163 int32_t probe = pairedCharPower; in getPairIndex() local
H A Duvector.cpp469 int32_t probe = (min + max) / 2; in sortedInsert() local
/third_party/node/deps/v8/src/codegen/
H A Dcompilation-cache.cc180 MaybeHandle<SharedFunctionInfo> probe = CompilationCacheTable::LookupScript( in Lookup() local
/third_party/python/Lib/test/test_asyncio/
H A Dtest_windows_events.py261 async def probe(): function
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrobjs.c526 FT_UInt probe = power * size; in FT_LOCAL_DEF() local

Completed in 18 milliseconds

1234