Home
last modified time | relevance | path

Searched refs:highBit (Results 1 – 21 of 21) sorted by relevance

/external/icu4c/layout/
DOpenTypeUtilities.cpp18 le_int8 OpenTypeUtilities::highBit(le_int32 value) in highBit() function in OpenTypeUtilities
56 le_uint8 bit = highBit(recordCount); in getTagOffset()
83 le_uint8 bit = highBit(recordCount); in getGlyphRangeIndex()
114 le_int32 power = 1 << highBit(count); in search()
136 le_int32 power = 1 << highBit(count); in search()
DOpenTypeUtilities.h22 static le_int8 highBit(le_int32 value);
DCoverageTables.cpp45 le_uint8 bit = OpenTypeUtilities::highBit(count); in getGlyphCoverage()
DPairPositioningSubtables.cpp143 le_uint8 bit = OpenTypeUtilities::highBit(recordCount); in findPairValueRecord()
DKernTable.cpp112 entrySelector = OpenTypeUtilities::highBit(nPairs); in KernTable()
/external/icu4c/layoutex/
DLXUtilities.cpp17 le_int8 LXUtilities::highBit(le_int32 value) in highBit() function in LXUtilities
55 le_int32 power = 1 << highBit(count); in search()
DLXUtilities.h19 static le_int8 highBit(le_int32 value);
/external/icu4c/extra/scrptrun/
Dscrptrun.cpp44 const int32_t ScriptRun::pairedCharPower = 1 << highBit(pairedCharCount);
47 int8_t ScriptRun::highBit(int32_t value) in highBit() function in ScriptRun
Dscrptrun.h85 static int8_t highBit(int32_t value);
/external/chromium_org/third_party/icu/source/common/
Dusc_impl.c56 static int8_t highBit(int32_t value);
120 highBit(int32_t value) in highBit() function
160 int32_t pairedCharPower = 1 << highBit(pairedCharCount); in getPairIndex()
/external/icu4c/common/
Dusc_impl.c56 static int8_t highBit(int32_t value);
120 highBit(int32_t value) in highBit() function
160 int32_t pairedCharPower = 1 << highBit(pairedCharCount); in getPairIndex()
/external/chromium_org/third_party/icu/source/test/letest/
Dcmaps.cpp21 le_int8 highBit(le_uint32 value) in highBit() function
167 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper()
DPortableFontInstance.h57 static le_int8 highBit(le_int32 value);
DPortableFontInstance.cpp31 le_int8 PortableFontInstance::highBit(le_int32 value) in highBit() function in PortableFontInstance
111 fDirPower = 1 << highBit(numTables); in PortableFontInstance()
/external/icu4c/samples/layout/
Dcmaps.cpp27 le_uint8 highBit(le_uint32 value) in highBit() function
173 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper()
/external/icu4c/test/letest/
Dcmaps.cpp21 le_int8 highBit(le_uint32 value) in highBit() function
167 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper()
DPortableFontInstance.h57 static le_int8 highBit(le_int32 value);
DPortableFontInstance.cpp31 le_int8 PortableFontInstance::highBit(le_int32 value) in highBit() function in PortableFontInstance
111 fDirPower = 1 << highBit(numTables); in PortableFontInstance()
/external/harfbuzz_ng/src/hb-icu-le/
Dcmaps.cpp21 static inline le_int8 highBit(le_uint32 value) in highBit() function
167 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper()
/external/mesa3d/src/mesa/swrast/
Ds_span.c676 const GLuint highBit = 1 << 31; in stipple_polygon_span() local
678 GLuint i, m = highBit >> (GLuint) (span->x % 32); in stipple_polygon_span()
685 m = highBit; in stipple_polygon_span()
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_span.c676 const GLuint highBit = 1 << 31; in stipple_polygon_span() local
678 GLuint i, m = highBit >> (GLuint) (span->x % 32); in stipple_polygon_span()
685 m = highBit; in stipple_polygon_span()