/external/llvm/test/MC/COFF/ |
section-name-encoding.s | 35 .macro pad_sections2 pad 36 // 10x \pad 37 .section p0\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long [all...] |
/external/llvm/test/MC/ARM/ |
eh-directive-pad-diagnostics.s | 4 @ Check the diagnostics for .pad directive. 11 @ TEST1: .pad before .fnstart 16 .pad #0 17 @ CHECK: error: .fnstart must precede .pad directive 18 @ CHECK: .pad #0 27 @ TEST2: .pad after .handlerdata 35 .pad #0 36 @ CHECK: error: .pad must precede .handlerdata directive 37 @ CHECK: .pad #0
|
/external/chromium_org/content/common/ |
gamepad_user_gesture.cc | 15 const WebKit::WebGamepad& pad = gamepads.items[i]; local 19 if (pad.connected) { 21 unsigned buttons_to_check = std::min(pad.buttonsLength, 25 if (pad.buttons[button_index] > 0.5f)
|
/external/valgrind/main/none/tests/s390x/ |
clcle.c | 16 register unsigned long pad asm ("6") = _pad; 24 : "d" (pad) 35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad) 41 cc = clcle(&a1, &l1, &a3, &l3, pad); 47 void multiplex(unsigned long l1, unsigned long l3, char pad) 49 testrun(b1, l1, b1, l3, pad); 50 testrun(b1, l1, b2, l3, pad); 51 testrun(b1, l1, b3, l3, pad); 52 testrun(b1, l1, b4, l3, pad); 53 testrun(b2, l1, b2, l3, pad); [all...] |
/external/wpa_supplicant_8/src/crypto/ |
aes-omac1.c | 16 static void gf_mulx(u8 *pad) 20 carry = pad[0] & 0x80; 22 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); 23 pad[AES_BLOCK_SIZE - 1] <<= 1; 25 pad[AES_BLOCK_SIZE - 1] ^= 0x87; 46 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; local 78 os_memset(pad, 0, AES_BLOCK_SIZE); 79 aes_encrypt(ctx, pad, pad) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
StructArrayTest.java | 26 ScriptC_struct_array pad = new ScriptC_struct_array(mRS, local 33 pad.bind_s(S); 34 pad.invoke_verify();
|
/external/clang/test/CodeGen/ |
2008-01-04-WideBitfield.c | 5 unsigned char pad : 4; member in struct:X
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/SharedLibs/ |
shared-lib-test-so.cc | 15 int pad[10]; variable
|
/bionic/libc/kernel/common/linux/netfilter/ |
xt_quota.h | 29 u_int32_t pad; member in struct:xt_quota_info
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_quota.h | 22 u_int32_t pad; member in struct:xt_quota_info
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
rbutil.h | 25 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
|
/external/icu4c/tools/genrb/ |
rbutil.h | 25 int32_t itostr(char * buffer, int32_t i, uint32_t radix, int32_t pad);
|
/external/iptables/include/linux/netfilter/ |
xt_quota.h | 13 __u32 pad; member in struct:xt_quota_info
|
/external/kernel-headers/original/linux/netfilter/ |
xt_quota.h | 11 u_int32_t pad; member in struct:xt_quota_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 14 u_int16_t pad; member in struct:xt_nflog_info
|
xt_quota.h | 11 u_int32_t pad; member in struct:xt_quota_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
pg.h | 59 char pad[12]; /* not used */ member in struct:pg_read_hdr
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 14 u_int16_t pad; member in struct:xt_nflog_info
|
xt_quota.h | 11 u_int32_t pad; member in struct:xt_quota_info
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pg.h | 59 char pad[12]; /* not used */ member in struct:pg_read_hdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 14 u_int16_t pad; member in struct:xt_nflog_info
|
xt_quota.h | 11 u_int32_t pad; member in struct:xt_quota_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
pg.h | 59 char pad[12]; /* not used */ member in struct:pg_read_hdr
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/netfilter/ |
xt_quota.h | 22 u_int32_t pad; member in struct:xt_quota_info
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/netfilter/ |
xt_quota.h | 22 u_int32_t pad; member in struct:xt_quota_info
|