HomeSort by relevance Sort by last modified time
    Searched refs:b1 (Results 151 - 175 of 294) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iproute2/tc/
m_mirred.c 259 SPRINT_BUF(b1);
282 fprintf(f, "mirred (%s to device %s) %s", mirred_n2a(p->eaction), dev,action_n2a(p->action, b1, sizeof (b1)));
f_rsvp.c 339 SPRINT_BUF(b1);
341 fprintf(f, "flowid %s ", sprint_tc_classid(*(__u32*)RTA_DATA(tb[TCA_RSVP_CLASSID]), b1));
368 SPRINT_BUF(b1);
369 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)));
tc_filter.c 233 SPRINT_BUF(b1);
235 ll_proto_n2a(f_proto, b1, sizeof(b1)));
  /external/kernel-headers/original/linux/
signal.h 99 unsigned long a0, a1, a2, a3, b0, b1, b2, b3; \
108 a1 = a->sig[1]; b1 = b->sig[1]; \
109 r->sig[1] = op(a1, b1); \
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct8x4_neon.asm 59 vshl.i16 q5, q5, #1 ; a1, b1
64 vadd.s16 d14, d10, d11 ;temp1 = a1 + b1
65 vsub.s16 d15, d10, d11 ;temp2 = a1 - b1
107 vadd.s16 d11, d4, d6 ;b1 = ip[4]+ip[8]
115 vadd.s16 d14, d10, d11 ;temp1 = a1 + b1
116 vsub.s16 d15, d10, d11 ;temp2 = a1 - b1
  /external/stlport/test/unit/
fstream_test.cpp 383 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
387 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
389 CPPUNIT_CHECK( b1[9] == '0' );
409 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
413 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
415 CPPUNIT_CHECK( b1[9] == '0' );
460 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' }; local
466 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) )
    [all...]
  /ndk/sources/android/stlport/test/unit/
fstream_test.cpp 401 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
405 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
407 CPPUNIT_CHECK( b1[9] == '0' );
427 char b1[] = { 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x' }; local
431 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) );
433 CPPUNIT_CHECK( b1[9] == '0' );
478 wchar_t b1[] = { L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x', L'x' }; local
484 int chars_read = (int)s.rdbuf()->sgetn( b1, sizeof(b1) / sizeof(wchar_t) )
    [all...]
  /external/iproute2/ip/
iproute.c 132 SPRINT_BUF(b1);
304 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
345 SPRINT_BUF(b1);
346 fprintf(fp, "tos %s ", rtnl_dsfield_n2a(r->rtm_tos, b1, sizeof(b1)));
361 fprintf(fp, " table %s ", rtnl_rttable_n2a(table, b1, sizeof(b1)));
363 fprintf(fp, " proto %s ", rtnl_rtprot_n2a(r->rtm_protocol, b1, sizeof(b1)));
    [all...]
ipmaddr.c 198 SPRINT_BUF(b1);
201 b1, sizeof(b1)));
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 1271 UBool b1, b2; local
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 1282 UBool b1, b2; local
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 79 // double = determinant3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3)
84 // | a1, b1, c1 |
88 static double determinant3x3(double a1, double a2, double a3, double b1, double b2, double b3, double c1, double c2, double c3)
91 - b1 * determinant2x2(a2, a3, c2, c3)
105 double b1 = m[0][1]; local
125 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4)
151 double b1 = matrix[0][1]; local
176 result[0][1] = - determinant3x3(b1, b3, b4, c1, c3, c4, d1, d3, d4);
178 result[2][1] = - determinant3x3(a1, a3, a4, b1, b3, b4, d1, d3, d4);
179 result[3][1] = determinant3x3(a1, a3, a4, b1, b3, b4, c1, c3, c4)
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_rights_manager.c 609 uint8_t *b1 = dbuf, *b2 = b1 + DRM_ONE_AES_BLOCK_LEN, *b3 = b2 + DRM_ONE_AES_BLOCK_LEN, *bt; local
626 /* Unchain CBC using the previous ciphertext block in b1 */
628 buf[i] ^= b1[i];
647 b3[i] ^= b1[i];
664 bt = b1, b1 = b2, b2 = b3, b3 = bt;
  /external/chromium/third_party/icu/source/i18n/
titletrn.cpp 134 if(csc.b1 && isIncremental) {
  /external/icu4c/i18n/
titletrn.cpp 134 if(csc.b1 && isIncremental) {
  /external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 44 vqsub.s16 d13, d2, d3 ;b1
76 vqsub.s16 d13, d2, d3 ;b1
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 157 psubw xmm0, xmm2 ; b1 = 0-2
184 movdqa xmm4, xmm0 ; b1
226 psubw xmm0, xmm2 ; b1 = 0-2
256 movdqa xmm4, xmm0 ; b1
502 psubw xmm0, xmm2 ; b1 = 0-2
529 movdqa xmm4, xmm0 ; b1
571 psubw xmm0, xmm2 ; b1 = 0-2
601 movdqa xmm4, xmm0 ; b1
  /external/libvpx/vp8/decoder/arm/neon/
dequant_dc_idct_neon.asm 57 vqsub.s16 d13, d2, d3 ;b1
86 vqsub.s16 d13, d2, d3 ;b1
dequant_idct_neon.asm 51 vqsub.s16 d13, d2, d3 ;b1
80 vqsub.s16 d13, d2, d3 ;b1
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 419 final byte b1 = readRawByte();
423 return (((int)b1 & 0xff) ) |
431 final byte b1 = readRawByte();
439 return (((long)b1 & 0xff) ) |
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 375 final byte b1 = readRawByte();
379 return ((b1 & 0xff) ) |
387 final byte b1 = readRawByte();
395 return (((long)b1 & 0xff) ) |
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.c 356 EAS_I32 b1; local
370 b1 = -pWTIntFrame->frame.b1;
383 acc1 = z1 * b1;
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.c 356 EAS_I32 b1; local
370 b1 = -pWTIntFrame->frame.b1;
383 acc1 = z1 * b1;
  /frameworks/base/core/tests/coretests/src/android/os/
AidlTest.java 289 boolean[] b1 = new boolean[]{false, true};
291 boolean[] br = mRemote.booleanArray(b0, b1, b2);
296 assertTrue(b1[0]);
297 assertFalse(b1[1]);
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSMemory.cpp 106 jbyte b1 = *src++; local
107 *dst++ = b1;
117 jbyte b1 = *src++; local
122 *dst++ = b1;

Completed in 262 milliseconds

1 2 3 4 5 67 8 91011>>