HomeSort by relevance Sort by last modified time
    Searched refs:B32 (Results 51 - 62 of 62) sorted by null

1 23

  /external/compiler-rt/test/cfi/
utils.h 50 // vectors of size 32 (if B32 defined), 64 (if B64 defined) or >64 (if BM
54 #ifdef B32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xmd.h 104 # define B32 :32
114 # define B32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xmd.h 104 # define B32 :32
114 # define B32
  /external/scrypt/lib/crypto/
crypto_scrypt-ref.c 77 uint32_t B32[16];
83 B32[i] = le32dec(&B[i * 4]);
85 /* Compute x = doubleround^4(B32). */
87 x[i] = B32[i];
118 /* Compute B32 = B32 + x. */
120 B32[i] += x[i];
124 le32enc(&B[4 * i], B32[i]);
  /external/google-breakpad/src/common/
test_assembler.h 359 &B16(uint16_t), &B32(uint32_t), &B64(uint64_t),
364 &B32(const Label &label), &B64(const Label &label),
test_assembler_unittest.cc 1071 TEST_F(Append, B32) {
1073 section.B32(0xbd412cbcU);
1081 section.B32(l);
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 212 .B32(type)
213 .B32(subtype)
214 .B32(offset)
215 .B32(size)
216 .B32(align);
248 .B32(0xcafed00d) // magic number (incorrect)
249 .B32(10); // number of architectures
257 .B32(0xcafebabe); // magic number
264 .B32(0xcafebabe) // magic number
265 .B32(10); // number of architecture
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 645 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 |
647 (static_cast<uint64_t>(r2.code())) * B32 |
669 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 |
671 (static_cast<uint64_t>(r3.code())) * B32 |
745 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 |
770 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 |
772 (static_cast<uint64_t>(r3.code())) * B32 |
797 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 |
799 (static_cast<uint64_t>(m3)) * B32 |
825 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 |
    [all...]
assembler-s390.h     [all...]
constants-s390.h     [all...]
  /device/generic/goldfish/camera/
Converters.h 92 #define B32(rgb) static_cast<uint8_t>((((rgb) & kBlue8) >> 16) & 0xff)
109 #define B32(rgb) static_cast<uint8_t>((rgb) & kBlue8)
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
Annotations57649Test.java     [all...]

Completed in 1911 milliseconds

1 23