Searched refs:cc1 (Results 1 – 8 of 8) sorted by relevance
/external/webkit/V8Binding/v8/src/ |
D | uri.js | 73 function URIEncodePair(cc1 , cc2, result, index) { argument 74 var u = ((cc1 >> 6) & 0xF) + 1; 75 var w = (cc1 >> 2) & 0xF; 76 var x = cc1 & 3; 165 var cc1 = uri.charCodeAt(k); 166 if (unescape(cc1)) { 167 result[index++] = cc1; 169 if (cc1 >= 0xDC00 && cc1 <= 0xDFFF) throw new $URIError("URI malformed"); 170 if (cc1 < 0xD800 || cc1 > 0xDBFF) { 171 index = URIEncodeSingle(cc1, result, index); [all …]
|
/external/webkit/V8Binding/v8/test/mjsunit/ |
D | uri.js | 33 var cc1 = 0x007D; variable 34 var s1 = String.fromCharCode(cc1); 67 assertEquals(cc1, decodeURI(encodeURI(s1)).charCodeAt(0));
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
D | cczoomrotation16.cpp | 303 int32 cc1 = (*((int32*)(clip - 400))); in cc16() local 348 Cg = Cr * cc1; in cc16() 451 int32 cc1 = (*((int32*)(clip - 400))); in cc16Reverse() local 503 Cg = Cr * cc1; in cc16Reverse() 665 int32 cc1 = (*((int32*)(clip - 400))); in cc16rotate_P() local 690 Cg = Cr * cc1; in cc16rotate_P() 801 int32 cc1 = (*((int32*)(clip - 400))); in cc16rotate_N() local 826 Cg = Cr * cc1; in cc16rotate_N() 1032 int32 cc1 = (*((int32*)(clip - 400))); in cc16scaling128x96() local 1082 Cg = Cr * cc1; in cc16scaling128x96() [all …]
|
/external/srec/srec/cfront/ |
D | sp_fft.c | 423 trigonomydata cc1, trigonomydata ss1, in comp_L_butterfly1() argument 475 complex_multiplier(cc1, -ss1, r2, -i2, data + k2, data + k2 + 1); in comp_L_butterfly1() 485 trigonomydata cc1, ss1, cc3, ss3; in do_fft1() local 524 cc1 = cos1[ii]; in do_fft1() 532 comp_L_butterfly1(j, n4, cc1, ss1, cc3, ss3, data + k0); in do_fft1()
|
/external/bzip2/ |
D | blocksort.c | 220 Int32 H, i, j, k, l, r, cc, cc1; in fallbackSort() local 302 cc1 = eclass[fmap[i]]; in fallbackSort() 303 if (cc != cc1) { SET_BH(i); cc = cc1; }; in fallbackSort()
|
/external/icu4c/test/intltest/ |
D | numrgts.cpp | 543 UnicodeString cc1(c1, 10, 10); in Test4086575() local 544 if (buffer != cc1) in Test4086575()
|
/external/grub/ |
D | config.log | 157 cc1: error: unrecognized command line option "-fno-stack-protector"
|
/external/bison/ |
D | config.log | 1375 cc1: error: unrecognized command line option "-framework" 1471 cc1: error: unrecognized command line option "-framework"
|