Home
last modified time | relevance | path

Searched refs:cw2 (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/board/freescale/common/
Dics307_clk.c100 static unsigned long ics307_clk_freq(u8 cw0, u8 cw1, u8 cw2) in ics307_clk_freq() argument
103 unsigned long vdw = ((cw1 << 1) & 0x1FE) + ((cw2 >> 7) & 1); in ics307_clk_freq()
104 unsigned long rdw = cw2 & 0x7F; in ics307_clk_freq()
126 debug("ICS307: CW[0-2]: %02X %02X %02X => %lu Hz\n", cw0, cw1, cw2, in ics307_clk_freq()
/external/swiftshader/src/Renderer/
DETC_Decoder.cpp216 unsigned char cw2 : 3; member
429 const int i20 = intensityModifier[cw2][0]; in decodeIndividualOrDifferentialBlock()
430 const int i21 = intensityModifier[cw2][1]; in decodeIndividualOrDifferentialBlock()
431 const int i22 = intensityModifier[cw2][2]; in decodeIndividualOrDifferentialBlock()
432 const int i23 = intensityModifier[cw2][3]; in decodeIndividualOrDifferentialBlock()
/external/swiftshader/src/Device/
DETC_Decoder.cpp216 unsigned char cw2 : 3; member
429 const int i20 = intensityModifier[cw2][0]; in decodeIndividualOrDifferentialBlock()
430 const int i21 = intensityModifier[cw2][1]; in decodeIndividualOrDifferentialBlock()
431 const int i22 = intensityModifier[cw2][2]; in decodeIndividualOrDifferentialBlock()
432 const int i23 = intensityModifier[cw2][3]; in decodeIndividualOrDifferentialBlock()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java844 CollationWeights cw2 = new CollationWeights(); in TestRootElements() local
849 cw2.initForSecondary(); in TestRootElements()
909 if (!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
914 long newWeight = cw2.nextWeight(); in TestRootElements()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java841 CollationWeights cw2 = new CollationWeights(); in TestRootElements() local
846 cw2.initForSecondary(); in TestRootElements()
906 if (!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
911 long newWeight = cw2.nextWeight(); in TestRootElements()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp772 CollationWeights cw2; in TestRootElements() local
777 cw2.initForSecondary(); in TestRootElements()
831 if(!cw2.allocWeights(lowerLimit, sec, 1)) { in TestRootElements()
834 uint32_t newWeight = cw2.nextWeight(); in TestRootElements()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...