/external/skia/src/animator/ |
SkBase64.cpp | 139 int k1 = 0; 145 k1 = b >> 4; 149 *dst++ = encode[(k1 | a << 4) & 0x3F];
|
/external/guava/src/com/google/common/collect/ |
ImmutableSortedMap.java | 93 of(K k1, V v1) { 94 Entry<?, ?>[] entries = { entryOf(k1, v1) }; 106 of(K k1, V v1, K k2, V v2) { 108 .put(k1, v1).put(k2, v2).build(); 119 of(K k1, V v1, K k2, V v2, K k3, V v3) { 121 .put(k1, v1).put(k2, v2).put(k3, v3).build(); 132 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 134 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).build(); 145 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { 147 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).put(k5, v5).build() [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
NodeSorter.java | 497 NodeSortKey k1 = (NodeSortKey) m_keys.elementAt(0); local 498 XObject r = k1.m_selectPat.execute(m_execContext, node, 499 k1.m_namespaceContext); 503 if (k1.m_treatAsNumbers) 512 m_key1Value = k1.m_col.getCollationKey(r.str());
|
/external/tremolo/Tremolo/ |
floor1.c | 82 int k1=j; local 86 while(k1<mid && k2<end){ 87 if(vals[A[k1]]<vals[A[k2]]) 88 B[j++]=A[k1++]; 92 while(k1<mid) B[j++]=A[k1++];
|
/frameworks/base/camera/libcameraservice/ |
FakeCamera.cpp | 54 * G = ( Y - k1*Cr - k2*Cb ) 61 static const double k1 = 0.813; member in namespace:android 68 * G + k1/k3*R + k2/k4*B = Y*( 1 + k1/k3 + k2/k4 ) 70 * Y = ( G + k1/k3*R + k2/k4*B ) / (1 + k1/k3 + k2/k4) 71 * Y0 = ( G0 + k1/k3*R0 + k2/k4*B0 ) / ((1 + k1/k3 + k2/k4)*k0) + 16 74 * kYr = k1/k3 83 static const double kYr = k1/k3 [all...] |
/external/srec/srec/cfront/ |
sp_fft.c | 427 unsigned k1, k2, k3; local 432 k1 = quarterLength; 433 k2 = k1 + quarterLength; 437 r1 = data[k1]; 441 i1 = data[k1+1]; 447 data[k1] = r1 + r3; 449 data[k1+1] = i1 + i3;
|
/external/openssl/crypto/ec/ |
ec_asn1.c | 105 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, 118 if (k1) 119 *k1 = group->poly[3]; 132 long k1; member in struct:x9_62_pentanomial_st 200 ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG), 394 unsigned int k1, k2, k3; local 396 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)) 407 char_two->p.ppBasis->k1 = (long)k1; 838 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0) [all...] |
ec.h | 272 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1,
|
/external/freetype/src/base/ |
fttrigon.c | 68 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local 77 k1 = (FT_UInt32)FT_TRIG_SCALE >> 16; /* constant */ 80 hi = k1 * v1; 81 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
|
/external/webkit/WebCore/svg/ |
SVGFECompositeElement.cpp | 114 k1(), k2(), k3(), k4());
|
/external/speex/libspeex/ |
smallft.c | 45 int k1, l1, l2, ib; local 86 for (k1=0;k1<nfm1;k1++){ 87 ip=ifac[k1+2]; 576 int i,k1,l1,l2; local 585 for(k1=0;k1<nf;k1++){ 586 kh=nf-k1; 1157 int i,k1,l1,l2; local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 112 * @param k1 The XSLT name of the enumerated value. 113 * @param v1 An integer representation of k1. 118 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2) 129 m_enums.put(k1, v1); 143 * @param k1 The XSLT name of the enumerated value. 144 * @param v1 An integer representation of k1. 151 boolean prefixedQNameValAllowed, int errorType, String k1, int v1, String k2, int v2, String k3, int v3) 162 m_enums.put(k1, v1); 176 * @param errorType the type of error to issue if validation fails. One of FATAL, ERROR, WARNING. * @param k1 The XSLT name of the enumerated value. 177 * @param v1 An integer representation of k1 [all...] |
/external/dropbear/libtomcrypt/src/ciphers/ |
kseed.c | 188 #define F(L1, L2, R1, R2, K1, K2) \ 189 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \ 190 T = G( G(T2 + (R1 ^ K1)) + T2); \ 192 L1 ^= (T + G(T2 + (R1 ^ K1))); \ 205 ulong32 tmp, k1, k2, k3, k4; local 216 LOAD32H(k1, key); 222 skey->kseed.K[2*i+0] = G(k1 + k3 - KCi[i]); 229 tmp = k1; 230 k1 = ((k1 >> 8) | (k2 << 24)) & 0xFFFFFFFF [all...] |
/external/icu4c/tools/genpname/ |
preparse.pl | [all...] |
/external/tcpdump/ |
print-eigrp.c | 111 u_int8_t k1; member in struct:eigrp_tlv_general_parm_t 305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u", 307 tlv_ptr.eigrp_tlv_general_parm->k1,
|
/external/v8/src/mips/ |
simulator-mips.h | 117 k0, k1, enumerator in enum:assembler::mips::Simulator::Register
|
/bionic/libc/stdlib/ |
strtod.c | 818 int i, k1, n, n1; local 830 k1 = b->k; 833 k1++; 834 b1 = Balloc(k1); 846 k1 = 32 - k; 850 z = *x++ >> k1; 858 k1 = 16 - k; 862 z = *x++ >> k1; [all...] |
/external/v8/src/third_party/dtoa/ |
dtoa.c | 924 int i, k1, n, n1; local 933 k1 = b->k; 936 k1++; 937 b1 = Balloc(k1); 945 k1 = 32 - k; 949 z = *x++ >> k1; 957 k1 = 16 - k; 961 z = *x++ >> k1; [all...] |
/external/qemu/block/ |
qcow2.c | 923 int64_t nb_clusters, k, k1, size; 929 k1 = k; 934 printf("%lld: refcount=%d nb=%lld\n", k, refcount, k - k1);
|
/external/openssl/include/openssl/ |
ec.h | 272 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1,
|
/external/v8/test/mjsunit/ |
large-object-allocation.js | 68 this.k1 = i;
|
/external/icu4c/test/cintltst/ |
capitst.c | 851 uint8_t *k1, *k2; local [all...] |
/external/v8/benchmarks/ |
crypto.js | 1115 var g = new Array(), n = 3, k1 = k-1, km = (1<<k)-1; 1130 if(i >= k1) w = (e_array[j]>>(i-k1))&km; 1132 w = (e_array[j]&((1<<(i+1))-1))<<(k1-i); 1133 if(j > 0) w |= e_array[j-1]>>(BI_DB+i-k1); [all...] |
/external/webkit/SunSpider/tests/v8-v4/ |
v8-crypto.js | 1107 var g = new Array(), n = 3, k1 = k-1, km = (1<<k)-1; 1122 if(i >= k1) w = (e_array[j]>>(i-k1))&km; 1124 w = (e_array[j]&((1<<(i+1))-1))<<(k1-i); 1125 if(j > 0) w |= e_array[j-1]>>(BI_DB+i-k1); [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
motion_comp.cpp | 1911 Int k1 = lx - MB_SIZE, k2 = lx_uv - B_SIZE; local [all...] |