HomeSort by relevance Sort by last modified time
    Searched refs:pad (Results 1 - 25 of 1427) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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);
  /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();
34 pad.destroy();
StructPadTest.java 27 ScriptC_struct_pad pad = new ScriptC_struct_pad(mRS); local
42 pad.set_s(I);
43 pad.invoke_verify();
46 pad.destroy();
  /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
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
nop123.s 1 # A nop to pad with an explicit insn.
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/
xen-x86_32.h 43 UINTN pad[5]; /* sizeof(vcpu_info_t) == 64 */ member in struct:arch_vcpu_info
xen-x86_64.h 43 UINTN pad; /* sizeof(vcpu_info_t) == 64 */ member in struct:arch_vcpu_info
  /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/syslinux/libinstaller/
bin2c.pl 21 ($table_name, $pad) = @ARGV;
24 print STDERR "Usage: $0 table_name [pad] < input_file > output_file\n";
28 $pad = 1 if ($pad < 1);
54 $align = $total_len % $pad;
56 $n = $pad - $align;
  /external/clang/test/CodeGen/
2008-01-04-WideBitfield.c 5 unsigned char pad : 4; member in struct:X
  /external/libpcap/pcap/
can_socketcan.h 49 u_int8_t pad; member in struct:__anon25662
  /external/strace/linux/mips/
rt_sigframe.h 34 uint32_t pad[6]; member in struct:__anon35299
  /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...]
  /external/libese/libese-hw/
ese_hw_fake.c 44 ese->pad[0] = 1; /* rx complete */
45 ese->pad[1] = 1; /* tx complete */
50 if (!ese->pad[0] || !ese->pad[1]) {
59 if (!ese->pad[1]) {
63 ese->pad[0] = complete;
76 if (!ese->pad[0]) {
80 ese->pad[1] = complete;
94 if (!ese->pad[1]) {
106 ese->pad[0] = complete
    [all...]
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_quota.h 29 __u32 pad; member in struct:xt_quota_info
  /bionic/libc/kernel/uapi/linux/
pg.h 35 char pad[12]; member in struct:pg_read_hdr
  /external/icu/icu4c/source/tools/genrb/
rbutil.h 29 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 16 __u32 pad; member in struct:xt_quota_info
  /external/kernel-headers/original/uapi/linux/
pg.h 60 char pad[12]; /* not used */ member in struct:pg_read_hdr
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_config.h 29 uint8_t pad[8]; member in struct:DvrConfig
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_quota.h 15 __u32 pad; member in struct:xt_quota_info

Completed in 256 milliseconds

1 2 3 4 5 6 7 8 91011>>