Searched refs:word (Results 426 - 450 of 924) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c333 char *word, *next; local
335 word = *buf;
336 if (*word == 0)
339 word = skip_over_blank(word);
340 next = skip_over_word(word);
344 return word;
347 static void parse_escape(char *word) argument
352 if (!word)
355 for (p = q = word; *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dutil.c805 * sizeof(word) MUST BE A POWER OF TWO
808 typedef int word; /* "word" used for optimal copy speed */ typedef
810 #define wsize sizeof(word)
855 TLOOP(*(word *)dst = *(word *)src; src += wsize; dst += wsize);
876 TLOOP(src -= wsize; dst -= wsize; *(word *)dst = *(word *)src);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexRuby.cxx93 static bool keywordIsModifier(const char *word,
122 // Consider the word 'if':
302 // Find the first word after some whitespace
386 // Find the first word after some whitespace
926 // Move along until a complete word is on our left
928 // Default accessor treats '.' as word-chars,
1211 // We've ended on a word, possibly at EOF, and need to
1261 // do after a while or until, as a noise word (like then after if)
1263 static bool keywordIsModifier(const char *word, argument
1267 if (word[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_32.S697 .word 0 # 32 bit align gdt_desc.address
699 .word __BOOT_DS+7
702 .word 0 # 32-bit align idt_desc.address
704 .word IDT_ENTRIES*8-1 # idt contains 256 entries
708 .word 0 # 32 bit align gdt_desc.address
710 .word GDT_ENTRIES*8-1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dget_op.S296 movew %d1,CMDREG1B(%a6) |write back to the command word in stack
360 btstl #5,%d0 |testing extension command word
491 movew CMDREG1B(%a6),%d0 |examine command word, looking for fmove's
495 movew ETEMP(%a6),%d0 |get word with inf information
514 movew ETEMP_EX+2(%a6),%d0 |get word 4
547 movew ETEMP(%a6),%d0 |get word with inf information
581 movew ETEMP_EX+2(%a6),%d0 |get word 4
611 movew CMDREG1B(%a6),%d0 |get the command word
614 movew %d0,CMDREG1B(%a6) |write command word back to fsave stack
H A Dx_snan.S150 cmpil #4,%d0 |check for word
151 beqs sto_word |branch if move_out word
157 | Not byte, word or long
200 movel %a7,%a0 |point to low word
230 | number of bytes to write: 1=byte,2=word,4=long.
235 bsrl get_fline |returns fline word in d0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl376 my $word = 0xf2a00e00|(($1&7)<<13)|(($1&8)<<19)
379 $word |= 0x00010001 if ($mnemonic =~ "2");
384 $word&0xff,($word>>8)&0xff,
385 ($word>>16)&0xff,($word>>24)&0xff,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghashv8-armx.pl376 my $word = 0xf2a00e00|(($1&7)<<13)|(($1&8)<<19)
379 $word |= 0x00010001 if ($mnemonic =~ "2");
384 $word&0xff,($word>>8)&0xff,
385 ($word>>16)&0xff,($word>>24)&0xff,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dck804xrom.c69 * word @0x90: bit 16..30
120 u16 word; local
158 pci_read_config_word(pdev, 0x90, &word);
159 pci_write_config_word(pdev, 0x90, word | ((win_size_bits & 0x7fff0000) >> 16));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Ddrvfbi.c80 u_short word; local
104 word = inpw(PCI_C(PCI_STATUS)) ;
105 outpw(PCI_C(PCI_STATUS), word | PCI_ERRBITS) ;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Detrap_64.S105 .word 661b
119 .word 661b
226 .word 661b
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-ali1535.c394 outb_p(data->word & 0xff, SMBHSTDAT0);
395 outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1);
444 data->word = inb_p(SMBHSTDAT0) + (inb_p(SMBHSTDAT1) << 8);
H A Di2c-ali15x3.c393 outb_p(data->word & 0xff, SMBHSTDAT0);
394 outb_p((data->word & 0xff00) >> 8, SMBHSTDAT1);
443 data->word = inb_p(SMBHSTDAT0) + (inb_p(SMBHSTDAT1) << 8);
H A Di2c-sis5595.c319 sis5595_write(SMB_BYTE, data->word & 0xff);
321 (data->word & 0xff00) >> 8);
348 data->word = sis5595_read(SMB_BYTE) + (sis5595_read(SMB_BYTE + 1) << 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dbitops_mm.h275 * ffz = Find First Zero in word. Undefined if no zero exists,
278 static inline unsigned long ffz(unsigned long word) argument
283 : "=d" (res) : "d" (~word & -~word));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dasm.h131 .word 1f; \
306 #define LONG .word
357 #define PTR .word
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dirlmp.c854 put_unaligned(irlmp->hints.word, data_hintsp);
991 client->hint_mask.word,
1065 (client->hint_mask.word &
1090 put_unaligned(irlmp->hints.word, (__u16 *)irlmp->discovery_rsp.data.hints);
1396 return hint.word;
1418 service->hints.word = hints;
1422 irlmp->hints.word |= hints;
1456 irlmp->hints.word = 0;
1462 irlmp->hints.word |= service->hints.word;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dcumana_2.c240 unsigned long word; local
249 word = readw(info->base + CUMANASCSI2_PSEUDODMA);
250 *addr++ = word;
252 *addr++ = word >> 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dhermes.h501 static inline int hermes_read_wordrec(hermes_t *hw, int bap, u16 rid, u16 *word) argument
507 *word = le16_to_cpu(rec);
511 static inline int hermes_write_wordrec(hermes_t *hw, int bap, u16 rid, u16 word) argument
513 __le16 rec = cpu_to_le16(word);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Daccess.c57 PCI_OP_READ(word, u16, 2)
60 PCI_OP_WRITE(word, u16, 2)
177 PCI_USER_READ_CONFIG(word, u16)
180 PCI_USER_WRITE_CONFIG(word, u16)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsmc9194.h31 typedef unsigned short word; typedef
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dhead.S80 .word 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcb_pcidda.c628 static unsigned int eeprom_coarse_byte(unsigned int word) argument
630 return (word >> 8) & 0xff;
634 static unsigned int eeprom_fine_byte(unsigned int word) argument
636 return word & 0xff;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dstat.h16 #pragma field word
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dcopy_in_user.S15 .word 98b, __retl_one; \

Completed in 435 milliseconds

<<11121314151617181920>>