Searched refs:words (Results 1 - 25 of 488) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dfind_last_bit.c20 unsigned long words; local
24 words = size / BITS_PER_LONG;
28 tmp = (addr[words] & (~0UL >> (BITS_PER_LONG
34 while (words) {
35 tmp = addr[--words];
38 return words * BITS_PER_LONG + __fls(tmp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dfind_last_bit.c20 unsigned long words; local
24 words = size / BITS_PER_LONG;
28 tmp = (addr[words] & (~0UL >> (BITS_PER_LONG
34 while (words) {
35 tmp = addr[--words];
38 return words * BITS_PER_LONG + __fls(tmp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dsim-endian.c53 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
55 _SWAP_4 (out.words[0] =, in.words[1]); \
56 _SWAP_4 (out.words[1] =, in.words[0]); \
62 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
64 _SWAP_4 (out.words[0] =, in.words[3]); \
65 _SWAP_4 (out.words[1] =, in.words[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dsim-endian.c53 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
55 _SWAP_4 (out.words[0] =, in.words[1]); \
56 _SWAP_4 (out.words[1] =, in.words[0]); \
62 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
64 _SWAP_4 (out.words[0] =, in.words[3]); \
65 _SWAP_4 (out.words[1] =, in.words[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dsim-endian.c53 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
55 _SWAP_4 (out.words[0] =, in.words[1]); \
56 _SWAP_4 (out.words[1] =, in.words[0]); \
62 union { unsigned_16 word; unsigned_4 words[4]; } in, out; \
64 _SWAP_4 (out.words[0] =, in.words[3]); \
65 _SWAP_4 (out.words[1] =, in.words[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/lib/
H A Ddiv64.c23 uint32_t *words = (uint32_t *) n; local
37 reg3 = words[0];
41 words[0] = reg3;
42 reg3 = words[1];
68 words[1] = reg3;
133 uint32_t *words = (uint32_t *) n; local
136 reg3 = words[0];
140 words[0] = reg3;
141 reg3 = words[1];
145 words[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/lib/
H A Ddiv64.c23 uint32_t *words = (uint32_t *) n; local
37 reg3 = words[0];
41 words[0] = reg3;
42 reg3 = words[1];
68 words[1] = reg3;
133 uint32_t *words = (uint32_t *) n; local
136 reg3 = words[0];
140 words[0] = reg3;
141 reg3 = words[1];
145 words[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/util/
H A Dextract-names.pl17 push @words, split ',';
25 print join("\n", @words),"\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/util/
H A Dextract-names.pl17 push @words, split ',';
25 print join("\n", @words),"\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/util/
H A Dextract-names.pl17 push @words, split ',';
25 print join("\n", @words),"\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/util/
H A Dextract-names.pl17 push @words, split ',';
25 print join("\n", @words),"\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/util/
H A Dextract-names.pl17 push @words, split ',';
25 print join("\n", @words),"\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/util/
H A Dextract-names.pl17 push @words, split ',';
25 print join("\n", @words),"\n";
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
90 u32 words[4]; member in union:__anon31798
112 c2p_16x8(d.words);
113 store_iplan2_masked(p, bpp, d.words, first);
116 /* Multiple destination words */
124 c2p_16x8(d.words);
125 store_iplan2_masked(p, bpp, d.words, first);
133 c2p_16x8(d.words);
134 store_iplan2(p, bpp, d.words);
143 c2p_16x8(d.words);
[all...]
H A Dc2p_planar.c21 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words
92 u32 words[8]; member in union:__anon31799
112 c2p_32x8(d.words);
113 store_planar_masked(p, dst_nextplane, bpp, d.words,
117 /* Multiple destination words */
125 c2p_32x8(d.words);
127 d.words, first);
135 c2p_32x8(d.words);
136 store_planar(p, dst_nextplane, bpp, d.words);
145 c2p_32x8(d.words);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/tidspbridge/gen/
H A Dgb.c29 u32 *words; member in struct:gb_t_map
43 map->words[bitn / BITS_PER_LONG] &= ~mask;
60 map->words = (u32 *) gs_alloc(map->wcnt * sizeof(u32));
61 if (map->words != NULL) {
63 map->words[i] = 0L;
82 gs_frees(map->words, map->wcnt * sizeof(u32));
116 for (word = map->words, i = 0; i < map->wcnt; word++, i++) {
147 map->words[bitn / BITS_PER_LONG] |= mask;
163 word = map->words[bitn / BITS_PER_LONG];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
90 u32 words[4]; member in union:__anon20105
112 c2p_16x8(d.words);
113 store_iplan2_masked(p, bpp, d.words, first);
116 /* Multiple destination words */
124 c2p_16x8(d.words);
125 store_iplan2_masked(p, bpp, d.words, first);
133 c2p_16x8(d.words);
134 store_iplan2(p, bpp, d.words);
143 c2p_16x8(d.words);
[all...]
H A Dc2p_planar.c21 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words
92 u32 words[8]; member in union:__anon20106
112 c2p_32x8(d.words);
113 store_planar_masked(p, dst_nextplane, bpp, d.words,
117 /* Multiple destination words */
125 c2p_32x8(d.words);
127 d.words, first);
135 c2p_32x8(d.words);
136 store_planar(p, dst_nextplane, bpp, d.words);
145 c2p_32x8(d.words);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/tidspbridge/gen/
H A Dgb.c29 u32 *words; member in struct:gb_t_map
43 map->words[bitn / BITS_PER_LONG] &= ~mask;
60 map->words = (u32 *) gs_alloc(map->wcnt * sizeof(u32));
61 if (map->words != NULL) {
63 map->words[i] = 0L;
82 gs_frees(map->words, map->wcnt * sizeof(u32));
116 for (word = map->words, i = 0; i < map->wcnt; word++, i++) {
147 map->words[bitn / BITS_PER_LONG] |= mask;
163 word = map->words[bitn / BITS_PER_LONG];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/ppc/
H A Dsim-endian.c51 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
53 _SWAP_4 (out.words[0] =, in.words[1]); \
54 _SWAP_4 (out.words[1] =, in.words[0]); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/ppc/
H A Dsim-endian.c51 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
53 _SWAP_4 (out.words[0] =, in.words[1]); \
54 _SWAP_4 (out.words[1] =, in.words[0]); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/ppc/
H A Dsim-endian.c51 union { unsigned_8 dword; unsigned_4 words[2]; } in, out; \
53 _SWAP_4 (out.words[0] =, in.words[1]); \
54 _SWAP_4 (out.words[1] =, in.words[0]); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/igb/
H A De1000_nvm.h35 s32 igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
36 s32 igb_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/igb/
H A De1000_nvm.h35 s32 igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
36 s32 igb_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/replace/
H A Dinet_ntop.c110 unsigned int words[NS_IN6ADDRSZ / NS_INT16SZ]; local
118 memset(words, '\0', sizeof words);
120 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3));
126 if (words[i] == 0) {
163 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) {
169 inc = snprintf(tp, 5, "%x", words[i]);

Completed in 278 milliseconds

1234567891011>>