OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shiftTable
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3DImagePacking.cpp
122
// Specially, the basetable[512] and
shifttable
[512] are generated as follows:
125
unsigned char
shifttable
[512];
135
shifttable
[i | 0x000] = 24;
136
shifttable
[i | 0x100] = 24;
141
shifttable
[i | 0x000] = -e-1;
142
shifttable
[i | 0x100] = -e-1;
147
shifttable
[i|0x000] = 13;
148
shifttable
[i|0x100] = 13;
153
shifttable
[i|0x000] = 24;
154
shifttable
[i|0x100] = 24
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java
471
* @param
shiftTable
the 7 bit single shift language table, or 0 for the default
476
int lengthSeptets, int numPaddingBits, int languageTable, int
shiftTable
) {
483
if (
shiftTable
< 0 ||
shiftTable
> sLanguageShiftTables.length) {
484
Rlog.w(TAG, "unknown single shift table " +
shiftTable
+ ", using default");
485
shiftTable
= 0;
491
String shiftTableToChar = sLanguageShiftTables[
shiftTable
];
498
Rlog.w(TAG, "no single shift table for code " +
shiftTable
+ ", using default");
[
all
...]
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar
/external/jdiff/
xerces.jar
Completed in 292 milliseconds