/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
rd-v32-b1.s | 2 ba b1 3 ba b1 6 ba b2 7 ba b2 11 ba b2 12 ba b2 15 ba b3 16 ba b3
|
rd-v32-b1.d | 9 0: bf0e 0580 0000 ba 8005 <b1> 10 6: ffed ff7f ba 8005 <b1> 15 8005: ffed 0201 ba 8107 <b2> 16 8009: fee0 ba 8107 <b2> 22 8207: 01e0 ba 8107 <b2> 23 8209: ffed fefe ba 8107 <b2> 27 1020d: ffed 0080 ba 820d <b3> 28 10211: bf0e fc7f ffff ba 820d <b3>
|
rd-v10_32o-2.s | 2 ba b1 5 ba b2 6 ba b2 10 ba b2 11 ba b2 14 ba b3
|
rd-v32-b3.s | 3 ba b 10 ba a
|
fragtest.s | 5 ba l1 ; 2, 254 = 0xFE 8 ba l2 ; 2, 226 = 0xE2 15 ba l3 ; 4, 256 = 0x0100 18 ba l4 ; 4, 1126 = 0x0466 25 ba l5 ; 4, 264 = 0x0108 28 ba l6 ; 12, 33126 = 0x00008844 40 ba l8 ; 2, 254 = 0xFE 43 ba l7 ; 2, -256 = 0x01 50 ba l10 ; 4, 258 = 0x0102 53 ba l9 ; 4, -260 = 0xFEF [all...] |
fragtest.d | 7 [ ]+0:[ ]+fee0[ ]+ba[ ]+(0x[0]?100|100 <l1>) 10 [ ]+80:[ ]+e2e0[ ]+ba[ ]+(0x[0]?164|164 <l2>) 16 [ ]+164:[ ]+ffed 0001[ ]+ba (0x[0]?268|268 <l3>) 19 [ ]+1e6:[ ]+ffed 6604[ ]+ba (0x[0]?650|650 <l4>) 25 [ ]+650:[ ]+ffed 0801[ ]+ba (0x[0]?75c|75c <l5>) 28 [ ]+6d2:[ ]+08e0[ ]+ba[ ]+(0x[0]?6dc|[0]?6dc <l4\+0x8c>) 32 [ ]+6dc:[ ]+f9e0[ ]+ba[ ]+(0x[0]?6d6|6d6 <l4\+0x86>) 39 [ ]+88c0:[ ]+fee0[ ]+ba[ ]+(0x89c0|89c0 <l8>) 43 [ ]+8942:[ ]+01e0[ ]+ba[ ]+(0x8844|8844 <l6>) 48 [ ]+8a3c:[ ]+ffed 0201[ ]+ba (0x8b42|8b42 <l10> [all...] |
rd-fragtest-pic.d | 9 [ ]+0:[ ]+fee0[ ]+ba[ ]+(0x[0]?100|100 <l1>) 12 [ ]+80:[ ]+e2e0[ ]+ba[ ]+(0x[0]?164|164 <l2>) 18 [ ]+164:[ ]+ffed 0001[ ]+ba (0x[0]?268|268 <l3>) 21 [ ]+1e6:[ ]+ffed 6604[ ]+ba (0x[0]?650|650 <l4>) 27 [ ]+650:[ ]+ffed 0a01[ ]+ba (0x[0]?75e|75e <l5>) 30 [ ]+6d2:[ ]+0ae0[ ]+ba[ ]+(0x[0]?6de|[0]?6de <l4\+0x8e>) 33 [ ]+6de:[ ]+f7e0[ ]+ba[ ]+(0x[0]?6d6|6d6 <l4\+0x86>) 40 [ ]+88c2:[ ]+fee0[ ]+ba[ ]+(0x89c2|89c2 <l8>) 44 [ ]+8944:[ ]+01e0[ ]+ba[ ]+(0x8846|8846 <l6>) 49 [ ]+8a3e:[ ]+ffed 0201[ ]+ba (0x8b44|8b44 <l10> [all...] |
rd-bkw3b.d | 66 7a: ffed 5601 ba 1d0 <next_label> 68 80: bf0e a481 0000 ba 8224 <sym43> 70 88: bf0e 9a81 0000 ba 8222 <sym42> 72 90: bf0e 9081 0000 ba 8220 <sym41> 74 98: bf0e 8681 0000 ba 821e <sym40> 76 a0: bf0e 7c81 0000 ba 821c <sym39> 78 a8: bf0e 7281 0000 ba 821a <sym38> 80 b0: bf0e 6881 0000 ba 8218 <sym37> 82 b8: bf0e 5e81 0000 ba 8216 <sym36> 84 c0: bf0e 5481 0000 ba 8214 <sym35 [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc-solaris/ |
addend.s | 5 ba foo1+0x4 6 ba foo1+0x4 7 ba foo1 8 ba foo1
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sun4/ |
addend.s | 5 ba foo1+0x4 6 ba foo1+0x4 7 ba foo1 8 ba foo1
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
hp_input.c | 27 int16_t *ba, /* (i) B- and A-coefficients (2:nd order) 46 tmpW32 = y[1] * ba[3]; /* (-a[1])*y[i-1] (low part) */ 47 tmpW32 += y[3] * ba[4]; /* (-a[2])*y[i-2] (low part) */ 49 tmpW32 += y[0] * ba[3]; /* (-a[1])*y[i-1] (high part) */ 50 tmpW32 += y[2] * ba[4]; /* (-a[2])*y[i-2] (high part) */ 53 tmpW32 += signal[i] * ba[0]; /* b[0]*x[0] */ 54 tmpW32 += x[0] * ba[1]; /* b[1]*x[i-1] */ 55 tmpW32 += x[1] * ba[2]; /* b[2]*x[i-2] */
|
hp_output.c | 27 int16_t *ba, /* (i) B- and A-coefficients (2:nd order) 46 tmpW32 = y[1] * ba[3]; /* (-a[1])*y[i-1] (low part) */ 47 tmpW32 += y[3] * ba[4]; /* (-a[2])*y[i-2] (low part) */ 49 tmpW32 += y[0] * ba[3]; /* (-a[1])*y[i-1] (high part) */ 50 tmpW32 += y[2] * ba[4]; /* (-a[2])*y[i-2] (high part) */ 53 tmpW32 += signal[i] * ba[0]; /* b[0]*x[0] */ 54 tmpW32 += x[0] * ba[1]; /* b[1]*x[i-1] */ 55 tmpW32 += x[1] * ba[2]; /* b[2]*x[i-2] */
|
hp_input.h | 26 int16_t *ba, /* (i) B- and A-coefficients (2:nd order)
|
hp_output.h | 26 int16_t *ba, /* (i) B- and A-coefficients (2:nd order)
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/ |
v32-ba-1.s | 3 ba b 10 ba a
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_destroy/ |
1-1.c | 27 pthread_barrierattr_t ba; local 30 if (pthread_barrierattr_init(&ba) != 0) { 36 rc = pthread_barrierattr_destroy(&ba); 44 rc = pthread_barrierattr_init(&ba);
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/ |
jscond_insn.d | 10 0: 01 ba jeq r1 13 2: 12 ba jne r2 16 4: 23 ba jcs r3 19 6: 34 ba jcc r4 22 8: 45 ba jhi r5 25 a: 56 ba jls r6 28 c: 67 ba jgt r7 31 e: 78 ba jle r8 34 10: 89 ba jfs r9 37 12: 9a ba jfc r1 [all...] |
/external/sfntly/cpp/src/test/ |
byte_array_test.cc | 29 void FillTestByteArray(ByteArray* ba, int32_t size) { 31 ba->Put(i, (byte_t)(i % 256)); 35 void ReadByteArrayWithBuffer(ByteArray* ba, ByteVector* buffer, ByteVector* b) { 36 b->resize(ba->Length()); 38 while (index < ba->Length()) { 39 int32_t bytes_read = ba->Get(index, buffer); 46 void ReadByteArrayWithSlidingWindow(ByteArray* ba, int window_size, 48 b->resize(ba->Length()); 51 while (index < ba->Length()) { 54 int32_t bytes_read = ba->Get(index, &((*b)[0]), index, actual_window_size) 119 ByteArrayPtr ba = new MemoryByteArray(size); local 133 ByteArrayPtr ba = new GrowableMemoryByteArray(); local [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/lm32/ |
csr.d | 11 4: d0 1f 00 00 wcsr IE,ba 13 c: d0 3f 00 00 wcsr IM,ba 15 14: d0 7f 00 00 wcsr ICC,ba 17 1c: d0 9f 00 00 wcsr DCC,ba 19 24: 90 00 f8 00 rcsr ba,IE 21 2c: 90 20 f8 00 rcsr ba,IM 23 34: 90 40 f8 00 rcsr ba,IP 25 3c: 90 a0 f8 00 rcsr ba,CC 27 44: 90 c0 f8 00 rcsr ba,CFG
|
insn.d | 10 0: b4 00 f8 00 add ba,r0,r0 11 4: b7 e0 00 00 add r0,ba,r0 12 8: b4 1f 00 00 add r0,r0,ba 17 1c: 37 e0 00 00 addi r0,ba,0 18 20: 37 e0 80 00 addi r0,ba,-32768 19 24: 37 e0 7f ff addi r0,ba,32767 20 28: 34 1f 00 00 mvi ba,0 21 2c: 34 1f 80 00 mvi ba,-32768 22 30: 34 1f 7f ff mvi ba,32767 23 34: a0 00 f8 00 and ba,r0,r [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_setpshared/ |
1-1.c | 31 pthread_barrierattr_t ba; 37 if (pthread_barrierattr_init(&ba) != 0) { 43 rc = pthread_barrierattr_setpshared(&ba, pshared); 50 if (pthread_barrierattr_getpshared(&ba, &pshared) != 0) { 62 rc = pthread_barrierattr_setpshared(&ba, pshared2); 69 if (pthread_barrierattr_getpshared(&ba, &pshared2) != 0) {
|
2-1.c | 34 pthread_barrierattr_t ba; 44 if (pthread_barrierattr_init(&ba) != 0) { 50 rc = pthread_barrierattr_setpshared(&ba, pshared);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/ |
1-1.c | 27 pthread_barrierattr_t ba; local 31 rc = pthread_barrierattr_init(&ba); 38 if (pthread_barrierattr_getpshared(&ba, &pshared) != 0) { 50 rc = pthread_barrierattr_destroy(&ba);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/ |
1-1.c | 28 pthread_barrierattr_t ba; local 32 rc = pthread_barrierattr_init(&ba); 40 if (pthread_barrierattr_getpshared(&ba, &pshared) != 0) { 54 rc = pthread_barrierattr_destroy(&ba);
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/ |
warn_nobreak.s | 1 .set nobreak , 2 # This should not cause warning for ba, bt to be turned off 2 add ba, r2, r2 5 add ba, r3, r4 8 add ba, r3, r4 11 add ba, r3, r4
|