/external/icu4c/layout/ |
D | OpenTypeUtilities.cpp | 18 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()
|
D | OpenTypeUtilities.h | 22 static le_int8 highBit(le_int32 value);
|
D | CoverageTables.cpp | 45 le_uint8 bit = OpenTypeUtilities::highBit(count); in getGlyphCoverage()
|
D | PairPositioningSubtables.cpp | 143 le_uint8 bit = OpenTypeUtilities::highBit(recordCount); in findPairValueRecord()
|
D | KernTable.cpp | 112 entrySelector = OpenTypeUtilities::highBit(nPairs); in KernTable()
|
/external/icu4c/layoutex/ |
D | LXUtilities.cpp | 17 le_int8 LXUtilities::highBit(le_int32 value) in highBit() function in LXUtilities 55 le_int32 power = 1 << highBit(count); in search()
|
D | LXUtilities.h | 19 static le_int8 highBit(le_int32 value);
|
/external/icu4c/extra/scrptrun/ |
D | scrptrun.cpp | 44 const int32_t ScriptRun::pairedCharPower = 1 << highBit(pairedCharCount); 47 int8_t ScriptRun::highBit(int32_t value) in highBit() function in ScriptRun
|
D | scrptrun.h | 85 static int8_t highBit(int32_t value);
|
/external/chromium_org/third_party/icu/source/common/ |
D | usc_impl.c | 56 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/ |
D | usc_impl.c | 56 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/ |
D | cmaps.cpp | 21 le_int8 highBit(le_uint32 value) in highBit() function 167 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper()
|
D | PortableFontInstance.h | 57 static le_int8 highBit(le_int32 value);
|
D | PortableFontInstance.cpp | 31 le_int8 PortableFontInstance::highBit(le_int32 value) in highBit() function in PortableFontInstance 111 fDirPower = 1 << highBit(numTables); in PortableFontInstance()
|
/external/icu4c/samples/layout/ |
D | cmaps.cpp | 27 le_uint8 highBit(le_uint32 value) in highBit() function 173 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper()
|
/external/icu4c/test/letest/ |
D | cmaps.cpp | 21 le_int8 highBit(le_uint32 value) in highBit() function 167 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper()
|
D | PortableFontInstance.h | 57 static le_int8 highBit(le_int32 value);
|
D | PortableFontInstance.cpp | 31 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/ |
D | cmaps.cpp | 21 static inline le_int8 highBit(le_uint32 value) in highBit() function 167 le_uint8 bit = highBit(nGroups); in CMAPGroupMapper()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 676 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/ |
D | s_span.c | 676 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()
|