Searched refs:word (Results 376 - 400 of 924) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Denough.c464 code_t word; /* for counting bits in code_t */ local
494 for (n = 0, word = 1; word; n++, word <<= 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-thumb.pl250 .LK_00_19: .word 0x5a827999
251 .LK_20_39: .word 0x6ed9eba1
252 .LK_40_59: .word 0x8f1bbcdc
253 .LK_60_79: .word 0xca62c1d6
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dconfig-dos.h184 #undef word macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Dsuperio.c157 u16 word; local
199 pci_read_config_word (pdev, PCI_COMMAND, &word);
200 word |= PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_IO;
201 pci_write_config_word (pdev, PCI_COMMAND, word);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl250 .LK_00_19: .word 0x5a827999
251 .LK_20_39: .word 0x6ed9eba1
252 .LK_40_59: .word 0x8f1bbcdc
253 .LK_60_79: .word 0xca62c1d6
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dhead_32.S145 .word HV_PTE_PAGE | HV_PTE_DIRTY | HV_PTE_PRESENT | HV_PTE_ACCESSED | \
147 .word (\bits1) | (HV_CPA_TO_PFN(\cpa) << HV_PTE_INDEX_PFN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dstartcode_armv6.S81 @ Get to word-alignment, 1 byte at a time
90 2: @ Get to 4-word alignment, 1 word at a time
99 4: @ Get to cacheline (8-word) alignment
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dsram.S57 .word . - omap1_sram_reprogram_clock
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_intrapred_10bit.asm360 movzx r2d, word [r0+r1*1-2]
361 movzx r3d, word [r0+r1*2-2]
363 movzx r3d, word [r0+r5*1-2]
365 movzx r3d, word [r4-2]
369 movzx r2d, word [r4+r1*1-2]
370 movzx r3d, word [r4+r1*2-2]
372 movzx r3d, word [r4+r5*1-2]
374 movzx r3d, word [r4+r1*4-2]
457 movzx r4d, word [r3+r1*1-2] ; src[4*stride-1]
458 movzx r5d, word [r
[all...]
H A Dhevc_idct.asm79 movsx r3, word [r1]
86 movsx r3, word [r1]
95 movsx r2, word [r1]
103 movsx r2, word [r1]
116 movsx r3, word [r1]
131 movsx r3, word [r1]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dbfin-async-flash.c76 uint16_t word; local
81 word = readw(map->virt + ofs);
85 test.x[0] = word;
H A Dgpio-addr-flash.c78 * gf_read() - read a word at the specified offset
85 uint16_t word; local
90 word = readw(map->virt + (ofs % state->win_size));
91 test.x[0] = word;
121 * gf_write() - write a word at the specified offset
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dhead_64.S58 .word LINUX_VERSION_CODE
75 .word 0
77 .word 0
82 .word _end
141 .word 0
143 .word 0
145 .word 0
147 .word 0
154 .word 0
156 .word SUN4V_CHIP_INVALI
[all...]
H A Dvisemul.c502 unsigned long word; local
507 for (word = 0; word < 2; word++) {
509 s32 src = (rs2 >> (word * 32UL));
518 rd_val |= (val << (32 * word));
525 unsigned long word; local
530 for (word = 0; word < 2; word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dpcf857x.c117 static int i2c_write_le16(struct i2c_client *client, u16 word) argument
119 u8 buf[2] = { word & 0xff, word >> 8, };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-isch.c183 outb(data->word & 0xff, SMBHSTDAT0);
184 outb((data->word & 0xff00) >> 8, SMBHSTDAT1);
221 data->word = inb(SMBHSTDAT0) + (inb(SMBHSTDAT1) << 8);
H A Di2c-sis96x.c195 sis96x_write(SMB_BYTE, data->word & 0xff);
196 sis96x_write(SMB_BYTE + 1, (data->word & 0xff00) >> 8);
223 data->word = sis96x_read(SMB_BYTE) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/lib/
H A Dmemset.S20 * Create a word with c in all byte positions
36 .word 9b, handler; \
48 slli a7, a3, 8 # duplicate character in all bytes of word
62 * Destination is word-aligned.
64 # set 16 bytes per iteration for word-aligned dst
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_intrapred_10bit.asm380 movzx r2d, word [r0+r1*1-2]
381 movzx r3d, word [r0+r1*2-2]
383 movzx r3d, word [r0+r5*1-2]
385 movzx r3d, word [r4-2]
389 movzx r2d, word [r4+r1*1-2]
390 movzx r3d, word [r4+r1*2-2]
392 movzx r3d, word [r4+r5*1-2]
394 movzx r3d, word [r4+r1*4-2]
477 movzx r4d, word [r3+r1*1-2] ; src[4*stride-1]
478 movzx r5d, word [r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/include/mach/
H A Ddebug-macro.S23 omap_uart_phys: .word 0
24 omap_uart_virt: .word 0
25 omap_uart_lsr: .word 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deepro.c218 unsigned short word[8]; member in struct:eepro_local
410 #define RCV_BAR 0x04 /* The following are word (16-bit) registers */
614 j += lp->word[i];
620 Word = lp->word[0];
628 Word = lp->word[1];
639 Word = lp->word[5];
649 Word = lp->word[6];
654 Word = lp->word[7];
728 i = lp->word[5];
729 if (i & 0x2000) /* bit 13 of EEPROM word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dilsp.S289 # Since the divisor is only a word (and larger than the mslw of the dividend),
292 # dividing the divisor word into each dividend word. In this case,
296 # the last two divisions to get a quotient longword and word remainder:
305 mov.w %d5, %d1 # first quotient word
320 # In this algorithm, the divisor is treated as a 2 digit (word) number
321 # which is divided into a 3 digit (word) dividend to get one quotient
322 # digit (word). After subtraction, the dividend is shifted and the
331 btst &31, %d7 # must we normalize? first word of
348 mov.w &0xffff, %d1 # use max trial quotient word
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dadvansys.c110 #define outpw(port, word) outw((word), (port))
947 #define ADV_MEM_WRITEW(addr, word) writew(word, addr)
1053 ushort serial_number_word1; /* 18 Board serial number word 1 */
1054 ushort serial_number_word2; /* 19 Board serial number word 2 */
1055 ushort serial_number_word3; /* 20 Board serial number word 3 */
1126 ushort serial_number_word1; /* 18 Board serial number word 1 */
1127 ushort serial_number_word2; /* 19 Board serial number word 2 */
1128 ushort serial_number_word3; /* 20 Board serial number word
3239 ushort word; local
4540 ushort word; local
4824 unsigned short word = (buf[i + 3] << 8) | buf[i + 2]; local
4831 unsigned short word = (buf[i + 2] << 8) | buf[i + 1]; local
4837 unsigned short word = (buf[off + 1] << 8) | buf[off]; local
5031 int word; local
5490 int word; local
5990 long word; local
7489 ushort word; local
9890 ushort word; local
10722 ushort word; local
10751 ushort word; local
10789 ushort word; local
10818 ushort word; local
10856 ushort word; local
10885 ushort word; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dentry.S997 .word ret_from_trap; .word ret_from_trap ; .word type_SYSCALL
998 .word ret_from_irq ; .word ret_from_irq ; .word type_IRQ
1000 .word ret_from_irq ; .word no_intr_resched ; .word type_IRQ_PREEMPT
1001 .word ret_from_tra
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsyscall_table.S51 #define ENTRY_SAME(_name_) .word sys_##_name_
52 #define ENTRY_DIFF(_name_) .word sys_##_name_
53 #define ENTRY_UHOH(_name_) .word sys_##_name_
54 #define ENTRY_OURS(_name_) .word parisc_##_name_
55 #define ENTRY_COMP(_name_) .word sys_##_name_

Completed in 517 milliseconds

<<11121314151617181920>>