/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTUnicode.cpp | 116 const PVRTuint8* pC = pUTF8; 117 while(*pC) 120 while(*pC && *pC < VALID_ASCII) 122 aUTF32.Append(*pC++); 125 if(!*pC) 128 c32 = *pC++; 133 if(uiTailLen == 0 || (pC + uiTailLen > pUTF8 + uiBytes)) 142 if((pC[uiIndex] & 0xC0) != 0x80) 145 c32 = (c32 << BYTES_PER_TAIL) + (pC[uiIndex] & TAIL_MASK) [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
tns.c | 139 PSY_CONFIGURATION_LONG *pC, /*!< psy config struct */ 156 tC->tnsMaxSfb = tnsMaxBandsLongMainLow[pC->sampRateIdx]; 161 tC->tnsStopBand = min(pC->sfbCnt, tC->tnsMaxSfb); 162 tC->tnsStopLine = pC->sfbOffset[tC->tnsStopBand]; 165 pC->sfbCnt, (const Word16*)pC->sfbOffset); 169 pC->sfbCnt, 170 (const Word16*)pC->sfbOffset); 174 pC->sfbCnt, 175 (const Word16*)pC->sfbOffset) [all...] |
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_primitives.java | 44 byte pC = s.get_charTest(); 45 if (pC != -8) {
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
UT_primitives.java | 41 byte pC = s.get_charTest(); 42 if (pC != -8) {
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
UT_primitives.java | 43 byte pC = s.get_charTest(); 44 if (pC != -8) {
|
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
UT_primitives.java | 44 byte pC = s.get_charTest(); 45 if (pC != -8) {
|
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
UT_primitives.java | 44 byte pC = s.get_charTest(); 45 if (pC != -8) {
|
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
UT_primitives.java | 44 byte pC = s.get_charTest(); 45 if (pC != -8) {
|
/external/aac/libAACenc/src/ |
aacenc_tns.cpp | 359 PSY_CONFIGURATION *pC, 385 tC->lpcStopBand = FDKmin(tC->lpcStopBand, pC->sfbActive); 386 tC->lpcStopLine = pC->sfbOffset[tC->lpcStopBand]; 392 tC->lpcStartLine[LOFILT] = pC->sfbOffset[tC->lpcStartBand[LOFILT]]; 395 while (pC->sfbOffset[i] > (tC->lpcStartLine[LOFILT] + (tC->lpcStopLine - tC->lpcStartLine[LOFILT]) / 4)) i--; 397 tC->lpcStartLine[HIFILT] = pC->sfbOffset[i]; 439 tC->lpcStartBand[HIFILT] = FDKaacEnc_FreqToBandWithRounding(pCfg->filterStartFreq[HIFILT], sampleRate, pC->sfbCnt, pC->sfbOffset); 440 tC->lpcStartLine[HIFILT] = pC->sfbOffset[tC->lpcStartBand[HIFILT]]; 441 tC->lpcStartBand[LOFILT] = FDKaacEnc_FreqToBandWithRounding(pCfg->filterStartFreq[LOFILT], sampleRate, pC->sfbCnt, pC->sfbOffset) [all...] |
/external/pdfium/core/fpdfdoc/ |
doc_tagged.cpp | 344 CPDF_Object* pC = m_pDict->GetDirectObjectFor("C"); 345 if (!pC) 352 if (CPDF_Array* pArray = pC->AsArray()) { 361 CFX_ByteString class_name = pC->GetString();
|
/prebuilts/go/darwin-x86/src/unicode/ |
graphic.go | 9 pC = 1 << iota // a control character. 83 return properties[uint8(r)]&pC != 0
|
tables.go | 36 "Pc": Pc, [all...] |
maketables.go | 161 "P": true, // Pc Pd Ps Pe Pu Pf Po 1099 property = "pC" 1110 case "Pc", "Pd", "Pe", "Pf", "Pi", "Po", "Ps": [all...] |
/prebuilts/go/linux-x86/src/unicode/ |
graphic.go | 9 pC = 1 << iota // a control character. 83 return properties[uint8(r)]&pC != 0
|
tables.go | 36 "Pc": Pc, [all...] |
maketables.go | 161 "P": true, // Pc Pd Ps Pe Pu Pf Po 1099 property = "pC" 1110 case "Pc", "Pd", "Pe", "Pf", "Pi", "Po", "Ps": [all...] |
/external/opencv/cv/src/ |
cvsubdivision2d.cpp | 521 CvSubdiv2DPoint *pA, *pB, *pC; 549 pC = cvSubdiv2DAddPoint( subdiv, ppC, 0 ); 556 cvSubdiv2DSetEdgePoints( edge_BC, pB, pC ); 557 cvSubdiv2DSetEdgePoints( edge_CA, pC, pA );
|
/external/syslinux/com32/lib/libpng/ |
pngrutil.c | 1047 png_bytep pC; 3006 int a, b, c, pa, pb, pc, p; local [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ComputeTest.java | 218 byte pC = s.get_charTest(); 219 if (pC != -8) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
GsmCdmaConnection.java | 272 char pC = findPOrWCharToAppend(phoneNumber, currIndex, nextIndex); 273 ret.append(pC); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateTimeGeneratorTest.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateTimeGeneratorTest.java | [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/ |
x86_64-linux-android-gcc-4.9.x | [all...] |
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
stereo_g729_jitter.rtp | 79 ??E??;_RVs =?? < |