Searched refs:pad (Results 1 - 25 of 1399) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/b43/
H A Dtables_lpphy.c1083 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 152, },
1084 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 147, },
1085 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 143, },
1086 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 139, },
1087 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 135, },
1088 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 131, },
1089 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 128, },
1090 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 124, },
1091 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 121, },
1092 { .gm = 7, .pga = 15, .pad
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dtables_lpphy.c1083 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 152, },
1084 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 147, },
1085 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 143, },
1086 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 139, },
1087 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 135, },
1088 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 131, },
1089 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 128, },
1090 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 124, },
1091 { .gm = 7, .pga = 15, .pad = 14, .dac = 0, .bb_mult = 121, },
1092 { .gm = 7, .pga = 15, .pad
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-omac1.c22 static void gf_mulx(u8 *pad) argument
26 carry = pad[0] & 0x80;
28 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7);
29 pad[AES_BLOCK_SIZE - 1] <<= 1;
31 pad[AES_BLOCK_SIZE - 1] ^= 0x87;
52 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; local
84 os_memset(pad, 0, AES_BLOCK_SIZE);
85 aes_encrypt(ctx, pad, pa
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-omac1.c22 static void gf_mulx(u8 *pad) argument
26 carry = pad[0] & 0x80;
28 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7);
29 pad[AES_BLOCK_SIZE - 1] <<= 1;
31 pad[AES_BLOCK_SIZE - 1] ^= 0x87;
52 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; local
84 os_memset(pad, 0, AES_BLOCK_SIZE);
85 aes_encrypt(ctx, pad, pa
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-omac1.c22 static void gf_mulx(u8 *pad) argument
26 carry = pad[0] & 0x80;
28 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7);
29 pad[AES_BLOCK_SIZE - 1] <<= 1;
31 pad[AES_BLOCK_SIZE - 1] ^= 0x87;
52 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; local
84 os_memset(pad, 0, AES_BLOCK_SIZE);
85 aes_encrypt(ctx, pad, pa
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-mxc/
H A Diomux-v3.c35 * setups a single pad in the iomuxer
37 int mxc_iomux_v3_setup_pad(struct pad_desc *pad) argument
39 if (pad->mux_ctrl_ofs)
40 __raw_writel(pad->mux_mode, base + pad->mux_ctrl_ofs);
42 if (pad->select_input_ofs)
43 __raw_writel(pad->select_input,
44 base + pad->select_input_ofs);
46 if (!(pad->pad_ctrl & NO_PAD_CTRL) && pad
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-mxc/
H A Diomux-v3.c35 * setups a single pad in the iomuxer
37 int mxc_iomux_v3_setup_pad(struct pad_desc *pad) argument
39 if (pad->mux_ctrl_ofs)
40 __raw_writel(pad->mux_mode, base + pad->mux_ctrl_ofs);
42 if (pad->select_input_ofs)
43 __raw_writel(pad->select_input,
44 base + pad->select_input_ofs);
46 if (!(pad->pad_ctrl & NO_PAD_CTRL) && pad
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/www/
H A Dtmhist.js64 return (mo + 1).pad(2) + '-' + yr;
68 return (mo + 1).pad(2) + '.' + yr;
70 return yr + '-' + (mo + 1).pad(2);
77 return (mo + 1) + '-' + da.pad(2) + '-' + yr;
81 return da.pad(2) + '.' + (mo + 1).pad(2) + '.' + yr;
83 return yr + '-' + (mo + 1).pad(2) + '-' + da.pad(2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/www/
H A Dtmhist.js64 return (mo + 1).pad(2) + '-' + yr;
68 return (mo + 1).pad(2) + '.' + yr;
70 return yr + '-' + (mo + 1).pad(2);
77 return (mo + 1) + '-' + da.pad(2) + '-' + yr;
81 return da.pad(2) + '.' + (mo + 1).pad(2) + '.' + yr;
83 return yr + '-' + (mo + 1).pad(2) + '-' + da.pad(2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/www/
H A Dtmhist.js64 return (mo + 1).pad(2) + '-' + yr;
68 return (mo + 1).pad(2) + '.' + yr;
70 return yr + '-' + (mo + 1).pad(2);
77 return (mo + 1) + '-' + da.pad(2) + '-' + yr;
81 return da.pad(2) + '.' + (mo + 1).pad(2) + '.' + yr;
83 return yr + '-' + (mo + 1).pad(2) + '-' + da.pad(2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/mac80211/
H A Daes_cmac.c25 static void gf_mulx(u8 *pad) argument
29 carry = pad[0] & 0x80;
31 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7);
32 pad[AES_BLOCK_SIZE - 1] <<= 1;
34 pad[AES_BLOCK_SIZE - 1] ^= 0x87;
42 u8 *cbc, *pad; local
47 pad = scratch + AES_BLOCK_SIZE;
74 memset(pad,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/mac80211/
H A Daes_cmac.c25 static void gf_mulx(u8 *pad) argument
29 carry = pad[0] & 0x80;
31 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7);
32 pad[AES_BLOCK_SIZE - 1] <<= 1;
34 pad[AES_BLOCK_SIZE - 1] ^= 0x87;
42 u8 *cbc, *pad; local
47 pad = scratch + AES_BLOCK_SIZE;
74 memset(pad,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/csharp/
H A DQueueDatabaseConfig.cs110 private int pad; field in class:BerkeleyDB.QueueDatabaseConfig
116 /// If no pad character is specified, space characters (that is, ASCII
124 get { return pad; }
127 pad = value;
H A DSecondaryQueueDatabaseConfig.cs70 private int pad; field in class:BerkeleyDB.SecondaryQueueDatabaseConfig
76 /// If no pad character is specified, space characters (that is, ASCII
84 get { return pad; }
87 pad = value;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/csharp/
H A DQueueDatabaseConfig.cs110 private int pad; field in class:BerkeleyDB.QueueDatabaseConfig
116 /// If no pad character is specified, space characters (that is, ASCII
124 get { return pad; }
127 pad = value;
H A DSecondaryQueueDatabaseConfig.cs70 private int pad; field in class:BerkeleyDB.SecondaryQueueDatabaseConfig
76 /// If no pad character is specified, space characters (that is, ASCII
84 get { return pad; }
87 pad = value;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/csharp/
H A DQueueDatabaseConfig.cs110 private int pad; field in class:BerkeleyDB.QueueDatabaseConfig
116 /// If no pad character is specified, space characters (that is, ASCII
124 get { return pad; }
127 pad = value;
H A DSecondaryQueueDatabaseConfig.cs70 private int pad; field in class:BerkeleyDB.SecondaryQueueDatabaseConfig
76 /// If no pad character is specified, space characters (that is, ASCII
84 get { return pad; }
87 pad = value;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_quota.h13 __u32 pad; member in struct:xt_quota_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Dhash.c72 __u32 pad, val; local
76 pad = (__u32)len | ((__u32)len << 8);
77 pad |= pad << 16;
79 val = pad;
84 val = pad;
88 val = pad;
95 *buf++ = pad;
100 __u32 pad, val; local
104 pad
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext4/
H A Dhash.c72 __u32 pad, val; local
76 pad = (__u32)len | ((__u32)len << 8);
77 pad |= pad << 16;
79 val = pad;
84 val = pad;
88 val = pad;
95 *buf++ = pad;
100 __u32 pad, val; local
104 pad
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dpg.h59 char pad[12]; /* not used */ member in struct:pg_read_hdr
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/reed_solomon/
H A Dencode_rs.c21 int i, j, pad; variable
31 pad = nn - nroots - len;
32 if (pad < 0 || pad >= nn)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_quota.h13 u_int32_t pad; member in struct:xt_quota_info
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/include/asm/
H A Dcompat_ucontext.h11 compat_uint_t pad[1]; member in struct:compat_ucontext

Completed in 320 milliseconds

1234567891011>>