Searched defs:x10 (Results 1 - 10 of 10) sorted by relevance

/external/dropbear/libtomcrypt/src/ciphers/
H A Drc2.c141 unsigned x76, x54, x32, x10, i; local
152 x10 = ((unsigned)pt[1] << 8) + (unsigned)pt[0];
155 x10 = (x10 + (x32 & ~x76) + (x54 & x76) + xkey[4*i+0]) & 0xFFFF;
156 x10 = ((x10 << 1) | (x10 >> 15));
158 x32 = (x32 + (x54 & ~x10) + (x76 & x10) + xkey[4*i+1]) & 0xFFFF;
161 x54 = (x54 + (x76 & ~x32) + (x10
218 unsigned x76, x54, x32, x10; local
[all...]
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c45 struct S10 *x10; variable in typeref:struct:S10
H A Dstruct2.c42 struct S10 *x10; variable in typeref:struct:S10
/external/clang/test/Parser/
H A Dcxx-decl.cpp3 const char const *x10; // expected-warning {{duplicate 'const' declaration specifier}} variable
/external/clang/test/CodeGen/
H A Doverride-layout.c152 struct X10 x10; local
154 x10.y = sizeof(struct X10);
/external/clang/test/FixIt/
H A Dfixit.cpp81 int x10 >= 0; // expected-error {{invalid '>=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
108 int x10 >= 0; // expected-error {{invalid '>=' at end of declaration; did you mean '='?}} local
109 (void)x10;
128 if (int x10 >= 0) { (void)x10; } // expected-error {{invalid '>=' at end of declaration; did you mean '='?}}
/external/speex/libspeex/
H A Dfilters.c503 spx_word16_t x10, x20; local
506 x10 = xx1[N2-2-i];
522 y2 = MAC16_16(MAC16_16(y2, a0, x10), NEG16(a0), x20);
523 y3 = MAC16_16(MAC16_16(y3, a1, x10), a1, x20);
527 y2 = ADD32(y2,MULT16_16(a0, x10-x20));
528 y3 = ADD32(y3,MULT16_16(a1, x10+x20));
532 x10 = xx1[N2+j-i];
537 y0 = MAC16_16(MAC16_16(y0, a0, x10), NEG16(a0), x20);
538 y1 = MAC16_16(MAC16_16(y1, a1, x10), a1, x20);
542 y0 = ADD32(y0,MULT16_16(a0, x10
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest2.java619 public void x10() { method in class:SerializationStressTest2.NonPublicClassTest
694 public void x10() { method in class:SerializationStressTest2.SInterfaceTest
743 public void x10() { method in class:SerializationStressTest2.SuperclassTest
773 public void x10() { method in class:SerializationStressTest2.SuperclassTest2
775 super.x10();
1706 test.x10();
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c247 SET_INT_VECTOR(0x10, #0xC000, #vgabios_int10_handler)
258 int #0x10 variable
315 cmp bl, #0x10
347 cmp ah, #0x10
467 mov al, #0x10
571 int #0x10
577 int #0x10
670 case 0x10:
671 // All other functions of group AH=0x10 rewritten in assembler
678 case 0x10
3863 mov dl, #0x10 ;; I/O space #0 local
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c723 unsigned char fdpt0[0x10];
724 unsigned char fdpt1[0x10];
1447 int #0x10
1795 while ((inb(0x64) & 0x02) && (--max>0)) outb(0x80, 0x10);
2259 #define ATA_CB_ER_IDNF 0x10 // ATA id not found
2287 #define ATA_CB_STAT_SKC 0x10 // seek complete
2288 #define ATA_CB_STAT_SERV 0x10 // service
2329 #define ATA_CMD_RECALIBRATE 0x10
2365 #define ATA_MODE_USEIRQ 0x10
3720 write_byte(0x40,0x10,read_byt
4014 mov ax, #0x10 ;; 010 000 = 2nd descriptor in table, TI=GDT, RPL=00 local
8711 mov al, #0x10 ;; get CMOS diskette drive type local
[all...]

Completed in 206 milliseconds