/external/llvm/test/MC/COFF/ |
section-name-encoding.s | 41 .macro pad_sections2 pad 42 // 10x \pad 43 .section p0\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long [all...] |
/external/fec/ |
decode_rs_8.c | 14 int decode_rs_8(data_t *data, int *eras_pos, int no_eras, int pad){ 17 if(pad < 0 || pad > 222){
|
decode_rs_ccsds.c | 10 int decode_rs_ccsds(data_t *data,int *eras_pos,int no_eras,int pad){ 15 for(i=0;i<NN-pad;i++) 18 r = decode_rs_8(cdata,eras_pos,no_eras,pad); 22 for(i=0;i<NN-pad;i++)
|
encode_rs_ccsds.c | 11 void encode_rs_ccsds(data_t *data,data_t *parity,int pad){ 16 for(i=0;i<NN-NROOTS-pad;i++) 19 encode_rs_8(cdata,parity,pad);
|
/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/ltrace/sysdeps/linux-gnu/ |
arch_mksyscallent | 53 pad = 32 - length(SYSCALL[i]); 54 if (pad<1) { 55 pad=1; 57 printf("\t\"%s\",%*s/* %d */\n", SYSCALL[i], pad, "", i);
|
mksignalent | 43 pad = 16 - length(SIGNAL[i]); 44 if (pad<1) { 45 pad=1; 47 printf("\t\"%s\",%*s/* %d */\n", SIGNAL[i], pad, "", i);
|
mksyscallent | 56 pad = 32 - length(SYSCALL[i]); 57 if (pad<1) { 58 pad=1; 60 printf("\t\"%s\",%*s/* %d */\n", SYSCALL[i], pad, "", i);
|
mksyscallent_mips | 53 pad = 32 - length(SYSCALL[i]); 54 if (pad<1) { 55 pad=1; 57 printf("\t\"%s\",%*s/* %d */\n", SYSCALL[i], pad, "", i);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
nop123.s | 1 # A nop to pad with an explicit insn.
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
StructArrayTest.java | 25 ScriptC_struct_array pad = new ScriptC_struct_array(mRS); local 30 pad.bind_s(S); 31 pad.invoke_verify();
|
/external/valgrind/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/clang/test/CodeGen/ |
2008-01-04-WideBitfield.c | 5 unsigned char pad : 4; member in struct:X
|
/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; 47 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; local 89 os_memset(pad, 0, AES_BLOCK_SIZE); 90 aes_encrypt(ctx, pad, pad) [all...] |
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_quota.h | 31 __u32 pad; member in struct:xt_quota_info
|
/bionic/libc/kernel/uapi/linux/ |
pg.h | 39 char pad[12]; member in struct:pg_read_hdr
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_quota.h | 31 __u32 pad; member in struct:xt_quota_info
|
/development/ndk/platforms/android-21/include/linux/ |
pg.h | 39 char pad[12]; member in struct:pg_read_hdr
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_quota.h | 22 u_int32_t pad; member in struct:xt_quota_info
|
/external/icu/icu4c/source/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 | 15 __u32 pad; member in struct:xt_quota_info
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_quota.h | 15 __u32 pad; member in struct:xt_quota_info
|
/external/kernel-headers/original/uapi/linux/ |
pg.h | 59 char pad[12]; /* not used */ member in struct:pg_read_hdr
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btMaterial.h | 28 int pad[2]; member in class:btMaterial
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
xt_quota.h | 13 u_int32_t pad; member in struct:xt_quota_info
|