Searched refs:word (Results 26 - 50 of 924) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dcsum_partial_copy.c110 unsigned long word; local
111 err |= __get_user(word, src);
114 checksum += word;
116 carry = checksum < word;
117 *dst = word;
123 unsigned long word, tmp; local
124 err |= __get_user(word, src);
126 mskql(word, len, word);
127 checksum += word;
149 unsigned long word, carry; local
204 unsigned long word; local
270 unsigned long second, word; local
291 unsigned long second, word; local
312 unsigned long second, word; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Ddecnet.h33 typedef u_int8_t word[2]; /* 2 byte field */ typedef
67 word sh_dst; /* destination node address */
68 word sh_src; /* source node address */
156 word inIII_src; /* source node address */
158 word inIII_blksize; /* maximum data link block size */
168 word in_src; /* source node address */
170 word in_blksize; /* maximum data link block size */
174 word in_hello; /* hello timer */
181 word ve_src; /* source node address */
188 word te_sr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dpr_pc.h27 word NextReq; /* pointer to next Req Buffer */
28 word NextRc; /* pointer to next Rc Buffer */
29 word NextInd; /* pointer to next Ind Buffer */
42 word Signature; /* ISDN-P initialized indication */
46 word next;
51 word Reference;
56 word next;
61 word Reference;
65 word next;
70 word MLengt
[all...]
H A Dcapi20.h52 word MessageBufferSize;
53 word maxLogicalConnection;
54 word maxBDataBlocks;
55 word maxBDataLen;
58 word CapiMajor;
59 word CapiMinor;
60 word ManuMajor;
61 word ManuMinor;
64 word Number;
65 word Channel
[all...]
H A Dpc_maint.h92 word er_b1;
93 word er_b2;
98 word XError;
99 word RError;
111 word w[BUFFER_SZ>>1];
112 word l[BUFFER_SZ>>2]; /* word is wrong, do not use! Use 'd' instead. */
122 word w[MIPS_BUFFER_SZ>>1];
123 word l[BUFFER_SZ>>2]; /* word i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dlang-ucs2.exp1 in word set: 12A0 121B 122D 129B
2 in word set: 010D 0065 0073 006B 0079
3 in word set: 0044 0061 006E 0073 006B
4 in word set: 0045 006E 0067 006C 0069 0073 0068
5 in word set: 0053 0075 006F 006D 0069
6 in word set: 0046 0072 0061 006E 00E7 0061 0069 0073
7 in word set: 0044 0065 0075 0074 0073 0063 0068
8 in word set: 0395 03BB 03BB 03B7 03BD 03B9 03BA 03AC
9 in word set: 05E2 05D1 05E8 05D9 05EA
10 in word se
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/av7110/
H A DBoot.S46 .word tbl // table needed by firmware ROM
47 tbl: .word (endtbl - tbl)
48 .word 0
49 .word conf
50 endtbl: .word 0
51 conf: .word 0xa5a55a5a
52 .word 0x001f1555
53 .word 0x00000009
100 flag: .word 0x2c0003f8
105 buffer: .word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dbitmap.h76 * @word: value to rotate
79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) argument
81 return (word << shift) | (word >> (32 - shift));
87 * @word: value to rotate
90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) argument
92 return (word >> shift) | (word << (32 - shift));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/fastwc/
H A Dwc2.l5 word {ws}*{nonws}+
10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/fastwc/
H A Dwc2.l5 word {ws}*{nonws}+
10 {word}{ws}* cc += yyleng; ++wc;
11 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dfpucw.h1 /* Manipulating the FPU control word.
23 through the 'PC' bits in the FPU control word ('fctrl' register). (See
35 The FPU control word is under control of the application, i.e. it is
38 is not clear about it. But in any case, gcc treats the control word
40 word is preserved across calls, and it restores the control word at the
53 GET_FPUCW () yields the current FPU control word
54 SET_FPUCW (word) sets the FPU control word
77 # define SET_FPUCW(word) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dwords.h8 inline size_t CountWords(const word *X, size_t N)
15 inline void SetWords(word *r, word a, size_t n)
21 inline void CopyWords(word *r, const word *a, size_t n)
27 inline void XorWords(word *r, const word *a, const word *b, size_t n)
33 inline void XorWords(word *r, const word *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dbitops.h9 * zeroes of a bits-in-byte and byte-in-word and word-in-dword-swapped
40 * ffz = Find First Zero in word. Undefined if no zero exists,
49 * __ffs - find first bit in word.
50 * @word: The word to search
54 static inline unsigned long __ffs(unsigned long word) argument
56 return cris_swapnwbrlz(~word);
61 * @x: the word to search
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dchecksum.h103 const unsigned int *word = iph; local
104 const unsigned int *stop = word + ihl;
108 csum = word[0];
109 csum += word[1];
110 carry = (csum < word[1]);
113 csum += word[2];
114 carry = (csum < word[2]);
117 csum += word[3];
118 carry = (csum < word[3]);
121 word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.h161 Remove the specified word from the list.
163 @param name word to be removed from the list
220 /* Copy each token in wordlist delimited by space into word */
221 #define foreach(word, wordlist, next) \
223 strncpy(word, next, sizeof(word)), \
224 word[strcspn(word, " ")] = '\0', \
225 word[sizeof(word)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-isnanf.h50 typedef union { float value; unsigned int word[NWORDS]; } memory_float; member in union:__anon2669
54 m.word[FLT_EXPBIT0_WORD] ^= (unsigned int) 1 << (FLT_EXPBIT0_BIT - 1);
56 m.word[FLT_EXPBIT0_WORD + (FLT_EXPBIT0_WORD < NWORDS / 2 ? 1 : - 1)]
60 m.word[FLT_EXPBIT0_WORD + 1] |= (unsigned int) 1 << FLT_EXPBIT0_BIT;
62 m.word[0] |= (unsigned int) 1;
H A Dtest-isnand.h50 typedef union { double value; unsigned int word[NWORDS]; } memory_double; member in union:__anon2668
54 m.word[DBL_EXPBIT0_WORD] ^= (unsigned int) 1 << (DBL_EXPBIT0_BIT - 1);
56 m.word[DBL_EXPBIT0_WORD + (DBL_EXPBIT0_WORD < NWORDS / 2 ? 1 : - 1)]
59 m.word[DBL_EXPBIT0_WORD + (DBL_EXPBIT0_WORD < NWORDS / 2 ? 1 : - 1)]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dmax7301.c28 u16 word = ((reg & 0x7F) << 8) | (val & 0xFF); local
30 return spi_write(spi, (const u8 *)&word, sizeof(word));
38 u16 word; local
41 word = 0x8000 | (reg << 8);
42 ret = spi_write(spi, (const u8 *)&word, sizeof(word));
49 ret = spi_read(spi, (u8 *)&word, sizeof(word));
52 return word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dfile.c170 int set_boolean (char *word, char *value, int *ptr) argument
174 log (LOG_DEBUG, "set_%s: %s flag to '%s'\n", word, word, value);
179 word);
186 int set_int (char *word, char *value, int *ptr) argument
190 log (LOG_DEBUG, "set_%s: %s flag to '%s'\n", word, word, value);
194 snprintf (filerr, sizeof (filerr), "%s must be a number\n", word);
201 int set_string (char *word, char *value, char *ptr, int len) argument
204 log (LOG_DEBUG, "set_%s: %s flag to '%s'\n", word, wor
210 set_port(char *word, char *value, int context, void *item) argument
229 set_rtimeout(char *word, char *value, int context, void *item) argument
254 set_rws(char *word, char *value, int context, void *item) argument
300 set_rmax(char *word, char *value, int context, void *item) argument
323 set_authfile(char *word, char *value, int context, void *item) argument
349 set_autodial(char *word, char *value, int context, void *item) argument
365 set_flow(char *word, char *value, int context, void *item) argument
403 set_defaultroute(char *word, char *value, int context, void *item) argument
419 set_authname(char *word, char *value, int context, void *item) argument
441 set_hostname(char *word, char *value, int context, void *item) argument
463 set_passwdauth(char *word, char *value, int context, void *item) argument
479 set_hbit(char *word, char *value, int context, void *item) argument
499 set_challenge(char *word, char *value, int context, void *item) argument
519 set_lbit(char *word, char *value, int context, void *item) argument
540 set_debug(char *word, char *value, int context, void *item) argument
560 set_pppoptfile(char *word, char *value, int context, void *item) argument
582 set_papchap(char *word, char *value, int context, void *item) argument
634 set_redial(char *word, char *value, int context, void *item) argument
650 set_accesscontrol(char *word, char *value, int context, void *item) argument
667 set_userspace(char *word, char *value, int context, void *item) argument
684 set_range(char *word, char *value, struct iprange *in) argument
750 set_iprange(char *word, char *value, int context, void *item) argument
772 set_lac(char *word, char *value, int context, void *item) argument
794 set_exclusive(char *word, char *value, int context, void *item) argument
810 set_ip(char *word, char *value, unsigned int *addr) argument
824 set_localaddr(char *word, char *value, int context, void *item) argument
844 set_remoteaddr(char *word, char *value, int context, void *item) argument
860 set_lns(char *word, char *value, int context, void *item) argument
933 set_rand_source(char *word, char *value, int context, void *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dbitops.h32 * __ffs - find first set bit in word
33 * @word: The word to search
37 static inline unsigned long __ffs(unsigned long word) argument
39 return __builtin_ctzl(word);
43 * ffz - find first zero bit in word
44 * @word: The word to search
48 static inline unsigned long ffz(unsigned long word) argument
50 return __builtin_ctzl(~word);
59 __fls(unsigned long word) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/boot/compressed/
H A Dhead.S32 .word 0
34 .word 0x0202 ; header version number (>= 0x0105)
36 .word 0 ; default_switch
37 .word 0 ; SETUPSEG
38 .word 0x1000
39 .word 0 ; pointing to kernel version string
44 .word 0x8000 ; size to move, when setup is not
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dbitops.h33 static inline unsigned long ffz(unsigned long word) argument
41 : "=r" (result), "=r" (word)
42 : "0" (~0L), "1" (word)
48 * __ffs - find first bit in word.
49 * @word: The word to search
53 static inline unsigned long __ffs(unsigned long word) argument
61 : "=r" (result), "=r" (word)
62 : "0" (~0L), "1" (word)
67 static inline unsigned long ffz(unsigned long word) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-arm9tdmi.S64 .word nommu_early_abort
65 .word legacy_pabort
66 .word cpu_arm9tdmi_proc_init
67 .word cpu_arm9tdmi_proc_fin
68 .word cpu_arm9tdmi_reset
69 .word cpu_arm9tdmi_do_idle
70 .word cpu_arm9tdmi_dcache_clean_area
71 .word cpu_arm9tdmi_switch_mm
72 .word 0 @ cpu_*_set_pte
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Duna_asm_32.S61 .word 4b, retl_efault
62 .word 5b, retl_efault
63 .word 6b, retl_efault
64 .word 7b, retl_efault
65 .word 8b, retl_efault
66 .word 9b, retl_efault
67 .word 10b, retl_efault
68 .word 11b, retl_efault
69 .word 12b, retl_efault
70 .word 1
[all...]
H A Duna_asm_64.S51 .word 4b, __retl_efault
52 .word 5b, __retl_efault
53 .word 6b, __retl_efault
54 .word 7b, __retl_efault
55 .word 8b, __retl_efault
56 .word 9b, __retl_efault
57 .word 10b, __retl_efault
58 .word 11b, __retl_efault
59 .word 12b, __retl_efault
60 .word 1
[all...]

Completed in 291 milliseconds

1234567891011>>