HomeSort by relevance Sort by last modified time
    Searched refs:b0 (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/srec/srec/include/
voicing.h 62 int b0; /* background estimate, level 0 */ member in struct:__anon7656
  /frameworks/base/core/java/android/net/
SntpClient.java 163 byte b0 = buffer[offset];
169 int i0 = ((b0 & 0x80) == 0x80 ? (b0 & 0x7F) + 0x80 : b0);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ClientHello.java 102 byte b0 = (byte) in.read();
104 cipher_suites[i] = CipherSuite.getByCode(b0, b1);
147 byte b0 = (byte) in.read();
150 cipher_suites[i] = CipherSuite.getByCode(b0, b1, b2);
ServerHello.java 93 byte b0 = (byte) in.read();
95 cipher_suite = CipherSuite.getByCode(b0, b1);
  /frameworks/base/opengl/libagl/
dxt.cpp 73 * r4r3r2 r1r0g5g4 g3g2g1g0 b4b3b2b1 b0 0 0 0 rgb << 3
82 * b4b3b2b1 b0------ (rgb << 3) & 0x0000f8
101 int b0 = (x >> 24) & 0xff; local
106 return (uint32_t)((b3 << 24) | (b2 << 16) | (b1 << 8) | b0);
167 // bits: b31 b30 b29 ... b3 b2 b1 b0
169 // &: b31 (b31 & b30) (b29 & b28) ... (b2 & b1) (b1 & b0)
170 // & 0x55..: 0 (b31 & b30) 0 ... 0 (b1 & b0)
237 int b0 = blue(color0); local
244 c[0] = (r0 << 11) | ((g0 >> 1) << 6) | (b0 << 1) | 0x1;
261 b2 = avg23(b0, b1)
367 int b0 = blue(color0); local
524 int b0 = blue(color0); local
    [all...]
  /external/libffi/testsuite/libffi.call/
nested_struct10.c 47 struct A b0; local
51 b0 = *(struct A*)(args[0]);
55 *(B*)resp = B_fn(b0, b1, b2);
nested_struct4.c 41 struct A b0; local
44 b0 = *(struct A*)(args[0]);
47 *(B*)resp = B_fn(b0, b1);
nested_struct5.c 41 struct A b0; local
44 b0 = *(struct A*)(args[0]);
47 *(B*)resp = B_fn(b0, b1);
nested_struct6.c 46 struct A b0; local
50 b0 = *(struct A*)(args[0]);
54 *(B*)resp = B_fn(b0, b1, b2);
nested_struct7.c 41 struct A b0; local
44 b0 = *(struct A*)(args[0]);
47 *(B*)resp = B_fn(b0, b1);
nested_struct8.c 46 struct A b0; local
50 b0 = *(struct A*)(args[0]);
54 *(B*)resp = B_fn(b0, b1, b2);
nested_struct9.c 46 struct A b0; local
50 b0 = *(struct A*)(args[0]);
54 *(B*)resp = B_fn(b0, b1, b2);
  /external/speex/libspeex/
lsp.c 148 spx_word16_t b0, b1; local
159 b0=x;
165 spx_word16_t tmp=b0;
166 b0 = SUB16(MULT16_16_Q13(x,b0), b1);
168 sum = ADD32(sum, EXTEND32(MULT16_16_P14(coef[m-i],b0)));
180 float b0, b1, tmp; local
183 b0=0; /* b_(m+1) */
191 tmp=b0; /* tmp holds the previous value of b0 */
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 36 __u32 b0 = buf[0], b1 = buf[1]; local
42 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);
43 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);
46 buf[0] += b0;
  /frameworks/base/media/libeffects/testlibs/
AudioBiquadFilter.cpp 158 const audio_coef_t b0 = mCoefs[0]; local
166 acc = mul_coef_sample(b0, x0);
205 const audio_coef_t b0 = mCoefs[0]; local
219 acc = mul_coef_sample(b0, x0);
  /external/libvpx/vp8/common/ppc/
idctllm_altivec.asm 74 vmrghw v4, v0, v1 ;# a0 b0 a1 b1
80 vperm v0, v4, v5, v10 ;# a0 b0 c0 d0
130 vmrglh v3, v0, v1 ;# b0 d0 b1 d1 b2 d2 b3 d3
132 vmrghh v0, v2, v3 ;# a0 b0 c0 d0 a1 b1 c1 d1
  /frameworks/base/opengl/java/android/opengl/
Group.java 86 byte b0 = indicesBytes[idx];
89 indicesBytes[idx + 1] = b0;
  /external/kernel-headers/original/linux/
signal.h 99 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
111 a0 = a->sig[0]; b0 = b->sig[0]; \
112 r->sig[0] = op(a0, b0); \
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 104 u4 b0 = value & 0xff; local
108 return b0; // 0:000:a:bcdefgh
109 if (value == ((b0 << 16) | b0))
110 return (0x1 << 8) | b0; /* 0:001:a:bcdefgh */
111 if (value == ((b0 << 24) | (b0 << 16) | (b0 << 8) | b0))
112 return (0x3 << 8) | b0; /* 0:011:a:bcdefgh *
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 330 byte b0 = d[idx++];
331 if ((b0 & 0x80) == 0) {
334 int val = b0 & 0xff;
336 } else if (((b0 & 0xe0) == 0xc0) || ((b0 & 0xf0) == 0xe0) ||
337 ((b0 & 0xf8) == 0xf0) || ((b0 & 0xfc) == 0xf8) || ((b0 & 0xfe) == 0xfc)) {
339 if ((b0 & 0xf0) == 0xe0) utfCount = 2;
340 else if ((b0 & 0xf8) == 0xf0) utfCount = 3
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 18 TRANSPOSE_MATRIX $a0, $a1, $a2, $a3, $b0, $b1, $b2, $b3
19 ; input: $a0, $a1, $a2, $a3; output: $b0, $b1, $b2, $b3
24 ; b3 b2 b1 b0
27 uxtb16 $b0, $a0 ; xx 02 xx 00
30 orr $b1, $b0, $b1, lsl #8 ; 12 02 10 00
41 pkhbt $b0, $b1, $b3, lsl #16 ; 30 20 10 00 -- p3
  /external/v8/test/mjsunit/regress/
regress-crbug-3867.js 66 b.b0 = 0;
67 assertArrayEquals(["b3", "b2", "b1", "b4", "b0"], props(b));
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 105 jbyte b0 = *src++; local
108 *dst++ = b0;
116 jbyte b0 = *src++; local
123 *dst++ = b0;
  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 201 8f # 00b0: d2l
255 b0 # 014c: areturn
  /external/chromium/net/base/
escape.cc 48 Charmap(uint32 b0, uint32 b1, uint32 b2, uint32 b3,
50 map_[0] = b0; map_[1] = b1; map_[2] = b2; map_[3] = b3;

Completed in 944 milliseconds

12 3 4