Searched refs:byte (Results 26 - 50 of 608) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/aki3068net/
H A Dcrt0_ram.S84 .byte 0xff,0xff
86 .byte 0xff,0xff
88 .byte 0xff,0x00
90 .byte 0x00,0x00
92 .byte 0x01,0x01
94 .byte 0x00,0x00
96 .byte 0x00,0x00
98 .byte 0x0c,0x0c
100 .byte 0x00,0x00
102 .byte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/generic/
H A Dcrt0_ram.S84 .byte 0x00,0x00
86 .byte 0x00,0x00
88 .byte 0x00,0x00
90 .byte 0x00,0x00
92 .byte 0x00,0x00
94 .byte 0x00,0x00
96 .byte 0x00,0x00
98 .byte 0x00,0x00
100 .byte 0x00,0x00
102 .byte
[all...]
H A Dcrt0_rom.S85 .byte 0x00,0x00
87 .byte 0x00,0x00
89 .byte 0x00,0x00
91 .byte 0x00,0x00
93 .byte 0x00,0x00
95 .byte 0x00,0x00
97 .byte 0x00,0x00
99 .byte 0x00,0x00
101 .byte 0x00,0x00
103 .byte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/platform/h8300h/h8max/
H A Dcrt0_ram.S84 .byte 0xff,0xff
86 .byte 0xff,0xff
88 .byte 0x00,0x00
90 .byte 0x00,0x00
92 .byte 0x01,0x01
94 .byte 0xf6,0xf6
96 .byte 0x00,0x00
98 .byte 0xee,0xee
100 .byte 0x00,0x00
102 .byte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddiva_pci.h16 byte diva_os_get_pci_bus(void *pci_dev_handle);
17 byte diva_os_get_pci_func(void *pci_dev_handle);
H A Dcapidtmf.h51 byte digit_buffer[CAPIDTMF_RECV_DIGIT_BUFFER_SIZE];
62 byte current_digit_value;
63 byte state;
67 byte ulaw;
70 word capidtmf_recv_indication (t_capidtmf_state *p_state, byte *buffer);
71 void capidtmf_recv_block (t_capidtmf_state *p_state, byte *buffer, word length);
72 void capidtmf_init (t_capidtmf_state *p_state, byte ulaw);
H A Ddivacapi.h130 byte msn[MAX_CPN_MASK_SIZE];
144 byte * info;
149 byte info[MAX_MSG_SIZE];
165 typedef void (* t_std_internal_command)(dword Id, PLCI *plci, byte Rc);
184 byte * xbuffer_used;
193 byte * queue;
199 byte msg_lost;
200 byte appl_flags;
204 byte MaxNCCI;
205 byte MaxNCCIDat
[all...]
H A Ddi.c44 byte pr_dpc(ADAPTER * a);
45 static byte pr_ready(ADAPTER * a);
46 static byte isdn_rc(ADAPTER *, byte, byte, byte, word, dword, dword);
47 static byte isdn_ind(ADAPTER *, byte, byte, byte, PBUFFE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmac_asc.h17 #define ASC_FREQ(chan,byte) ((0x810)+((chan)<<3)+(byte))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/ddb5xxx/common/
H A Drtc_ds1386.c41 u8 byte; local
48 byte = READ_RTC(0xB);
49 byte &= 0x3f;
50 WRITE_RTC(0xB, byte);
63 byte |= 0x80;
64 WRITE_RTC(0xB, byte);
84 u8 byte; local
91 byte = READ_RTC(0xB);
92 byte &= 0x3f;
93 WRITE_RTC(0xB, byte);
149 unsigned char byte; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dstrnlen_user.S60 movi a5, MASK0 # mask for byte 0
61 movi a6, MASK1 # mask for byte 1
62 movi a7, MASK2 # mask for byte 2
63 movi a8, MASK3 # mask for byte 3
82 bnone a9, a5, .Lz0 # if byte 0 is zero
83 bnone a9, a6, .Lz1 # if byte 1 is zero
84 bnone a9, a7, .Lz2 # if byte 2 is zero
85 bnone a9, a8, .Lz3 # if byte 3 is zero
96 bnone a9, a5, .Lz0 # if byte 0 is zero
97 bnone a9, a6, .Lz1 # if byte
[all...]
H A Dstrncpy_user.S65 movi a5, MASK0 # mask for byte 0
66 movi a6, MASK1 # mask for byte 1
67 movi a7, MASK2 # mask for byte 2
68 movi a8, MASK3 # mask for byte 3
78 EX(l8ui, a9, a3, 0, fixup_l) # get byte 0
80 EX(s8i, a9, a11, 0, fixup_s) # store byte 0
81 beqz a9, .Lret # if byte 0 is zero
88 EX(l8ui, a9, a3, 0, fixup_l) # get byte 0
90 EX(s8i, a9, a11, 0, fixup_s) # store byte 0
91 beqz a9, .Lret # if byte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dmiropcm20-rds-core.c50 printk(" byte-border\n");
57 static int byte2trans(unsigned char byte, unsigned char sendbuffer[], int size) argument
64 sendbuffer[7-i] = (byte & (1 << i)) ? RDS_DATAMASK : 0;
72 unsigned char byte; local
76 byte=inb(RDS_REGISTER);
79 while ((byte & RDS_BUSYMASK) && i);
84 print_matrix(&byte, 1);
86 return (byte);
95 static inline void rds_rawwrite_nowait(unsigned char byte) argument
99 print_matrix(&byte,
104 rds_rawwrite(unsigned char byte) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/vsyscall/
H A Dvsyscall-trapa.S15 .byte 0x1 /* Version number */
19 .byte 0x11 /* Return address register column */
21 .byte 0xc /* DW_CFA_def_cfa */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drmd.h29 byte buf[64];
H A Darcfour.c38 byte sbox[256];
43 byte *outbuf, const byte *inbuf, unsigned int length )
47 register byte *sbox = ctx->sbox;
66 byte *outbuf, const byte *inbuf, unsigned int length)
75 do_arcfour_setkey (void *context, const byte *key, unsigned int keylen)
80 byte karr[256];
115 arcfour_setkey ( void *context, const byte *key, unsigned int keylen )
128 byte scratc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dvsyscall-sigreturn.S39 .byte 1 /* Version number */
43 .byte 8 /* Return address register column */
45 .byte 0x1b /* DW_EH_PE_pcrel|DW_EH_PE_sdata4. */
46 .byte 0x0c /* DW_CFA_def_cfa */
49 .byte 0x88 /* DW_CFA_offset, column 0x8 */
77 .byte 0x0f; /* DW_CFA_def_cfa_expression */ \
79 0: .byte 0x74; /* DW_OP_breg4 */ \
81 .byte 0x06; /* DW_OP_deref */ \
85 .byte 0x10; /* DW_CFA_expression */ \
88 0: .byte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dchangebit.S19 eor r0, r0, #0x18 @ big endian byte ordering
H A Dclearbit.S20 eor r0, r0, #0x18 @ big endian byte ordering
H A Dsetbit.S20 eor r0, r0, #0x18 @ big endian byte ordering
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmissing-string.c52 return *(const byte*)a - *(const byte*)b;
H A Dstdmem.c105 ((byte*)p)[EXTRA_ALIGN+0] = n;
106 ((byte*)p)[EXTRA_ALIGN+1] = n >> 8 ;
107 ((byte*)p)[EXTRA_ALIGN+2] = n >> 16 ;
108 ((byte*)p)[EXTRA_ALIGN+3] = MAGIC_NOR_BYTE;
139 ((byte*)p)[EXTRA_ALIGN+0] = n;
140 ((byte*)p)[EXTRA_ALIGN+1] = n >> 8 ;
141 ((byte*)p)[EXTRA_ALIGN+2] = n >> 16 ;
142 ((byte*)p)[EXTRA_ALIGN+3] = MAGIC_SEC_BYTE;
202 const byte *p = a;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvsyscall-sigreturn.S43 .byte 1 /* Version number */
47 .byte 8 /* Return address register column */
49 .byte 0x1b /* DW_EH_PE_pcrel|DW_EH_PE_sdata4. */
50 .byte 0 /* DW_CFA_nop */
76 .byte 0x0f; /* DW_CFA_def_cfa_expression */ \
78 0: .byte 0x74; /* DW_OP_breg4 */ \
80 .byte 0x06; /* DW_OP_deref */ \
84 .byte 0x10; /* DW_CFA_expression */ \
87 0: .byte 0x74; /* DW_OP_breg4 */ \
101 .byte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex21 In most contemporary architectures, a 'byte' is synonymous with an
24 purposes of the bitpacking convention, a byte implies the native,
32 The most ubiquitous architectures today consider a 'byte' to be an
35 convention is still well defined for any native byte size; Vorbis uses
37 that a byte is one octet for purposes of example.
41 A byte has a well-defined 'least significant' bit (LSb), which is the
42 only bit set when the byte is storing the two's complement integer
43 value +1. A byte's 'most significant' bit (MSb) is at the opposite
44 end of the byte. Bits in a byte ar
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dwrapper.c50 * Function stuff_byte (byte, buf)
52 * Byte stuff one single byte and put the result in buffer pointed to by
58 static inline int stuff_byte(__u8 byte, __u8 *buf) argument
60 switch (byte) {
66 buf[1] = byte^IRDA_TRANS; /* Complement bit 5 */
71 buf[0] = byte;
169 * (for reference, 115200 b/s is 1 byte every 69 us)
274 * Function async_unwrap_bof(dev, byte)
282 iobuff_t *rx_buff, __u8 byte)
314 * Function async_unwrap_eof(dev, byte)
280 async_unwrap_bof(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
320 async_unwrap_eof(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
378 async_unwrap_ce(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
408 async_unwrap_other(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
472 async_unwrap_char(struct net_device *dev, struct net_device_stats *stats, iobuff_t *rx_buff, __u8 byte) argument
[all...]

Completed in 315 milliseconds

1234567891011>>