Home
last modified time | relevance | path

Searched defs:highBit (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4c/source/layoutex/
DLXUtilities.cpp19 le_int8 LXUtilities::highBit(le_int32 value) in highBit() function in LXUtilities
/third_party/icu/icu4c/source/extra/scrptrun/
Dscrptrun.cpp50 int8_t ScriptRun::highBit(int32_t value) in highBit() function in ScriptRun
/third_party/flutter/skia/third_party/externals/icu/source/extra/scrptrun/
Dscrptrun.cpp48 int8_t ScriptRun::highBit(int32_t value) in highBit() function in ScriptRun
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/
Dscrptrun.cpp50 int8_t ScriptRun::highBit(int32_t value) in highBit() function in ScriptRun
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dcmaps.cpp33 le_uint8 highBit(le_uint32 value) in highBit() function
/third_party/icu/icu4c/source/samples/layout/
Dcmaps.cpp33 le_uint8 highBit(le_uint32 value) in highBit() function
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dcmaps.cpp33 le_uint8 highBit(le_uint32 value) in highBit() function
/third_party/icu/icu4c/source/test/letest/
Dcmaps.cpp24 le_int8 highBit(le_uint32 value) in highBit() function
DPortableFontInstance.cpp45 le_int8 PortableFontInstance::highBit(le_int32 value) in highBit() function in PortableFontInstance
/third_party/icu/icu4c/source/test/perf/leperf/
Dcmaps.cpp28 le_int8 highBit(le_uint32 value) in highBit() function
DPortableFontInstance.cpp49 le_int8 PortableFontInstance::highBit(le_int32 value) in highBit() function in PortableFontInstance
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicInputMethodImpl.java126 private static byte highBit(int n) { in highBit() method in IndicInputMethodImpl
/third_party/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp120 highBit(int32_t value) in highBit() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java557 private static final byte highBit(int n) in highBit() method in UScriptRun
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScriptRun.java559 private static final byte highBit(int n) in highBit() method in UScriptRun
/third_party/icu/icu4c/source/common/
Dusc_impl.cpp120 highBit(int32_t value) in highBit() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp120 highBit(int32_t value) in highBit() function
/third_party/node/deps/icu-small/source/common/
Dusc_impl.cpp120 highBit(int32_t value) in highBit() function
/third_party/mesa3d/src/mesa/swrast/
Ds_span.c680 const GLuint highBit = 1 << 31; in stipple_polygon_span() local