Searched refs:byte1 (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunwind_decoder.c87 unsigned char byte1, abreg; local
90 byte1 = *dp++;
93 abreg = (byte1 & 0x7f);
94 if (byte1 & 0x80)
104 unsigned char byte1, byte2, abreg, x, ytreg; local
107 byte1 = *dp++; byte2 = *dp++;
109 abreg = (byte1 & 0x7f);
111 x = (byte1 >> 7) & 1;
112 if ((byte1 & 0x80) == 0 && ytreg == 0)
122 unsigned char byte1, byte local
142 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
174 unsigned char byte1, mask, grsave; local
210 unsigned char byte1 = *dp++; local
217 unsigned char byte1 = *dp++, r, dst; local
242 unw_word grmask, frmask, byte1, byte2, byte3; local
270 unsigned char r, byte1, byte2; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/iop/
H A Diop_sw_spu_defs.h136 unsigned int byte1 : 8; member in struct:__anon8506
146 unsigned int byte1 : 8; member in struct:__anon8507
156 unsigned int byte1 : 1; member in struct:__anon8508
167 unsigned int byte1 : 1; member in struct:__anon8509
182 unsigned int byte1 : 8; member in struct:__anon8510
192 unsigned int byte1 : 8; member in struct:__anon8511
202 unsigned int byte1 : 1; member in struct:__anon8512
213 unsigned int byte1 : 1; member in struct:__anon8513
260 unsigned int byte1 : 8; member in struct:__anon8518
278 unsigned int byte1 member in struct:__anon8520
296 unsigned int byte1 : 8; member in struct:__anon8522
314 unsigned int byte1 : 8; member in struct:__anon8524
[all...]
H A Diop_sw_cpu_defs.h136 unsigned int byte1 : 8; member in struct:__anon8439
146 unsigned int byte1 : 8; member in struct:__anon8440
156 unsigned int byte1 : 1; member in struct:__anon8441
167 unsigned int byte1 : 1; member in struct:__anon8442
182 unsigned int byte1 : 8; member in struct:__anon8443
192 unsigned int byte1 : 8; member in struct:__anon8444
202 unsigned int byte1 : 1; member in struct:__anon8445
213 unsigned int byte1 : 1; member in struct:__anon8446
H A Diop_sw_mpu_defs.h144 unsigned int byte1 : 8; member in struct:__anon8472
154 unsigned int byte1 : 8; member in struct:__anon8473
164 unsigned int byte1 : 1; member in struct:__anon8474
175 unsigned int byte1 : 1; member in struct:__anon8475
190 unsigned int byte1 : 8; member in struct:__anon8476
200 unsigned int byte1 : 8; member in struct:__anon8477
210 unsigned int byte1 : 1; member in struct:__anon8478
221 unsigned int byte1 : 1; member in struct:__anon8479
H A Diop_sw_cfg_defs.h362 unsigned int byte1 : 8; member in struct:__anon8409
372 unsigned int byte1 : 1; member in struct:__anon8410
383 unsigned int byte1 : 8; member in struct:__anon8411
393 unsigned int byte1 : 1; member in struct:__anon8412
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dfilter-sr-latin.c141 #define IS_UPPERCASE_CYRILLIC(byte1,byte2) \
142 ((byte1) == 0xd0 && (unsigned char) ((byte2) - 0x80) < 0x30)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_entry.c136 u_char FPU_modrm, byte1; local
218 if ( !valid_prefix(&byte1, (u_char __user **)&FPU_EIP,
224 byte1);
244 if ( (byte1 & 0xf8) != 0xd8 )
246 if ( byte1 == FWAIT_OPCODE )
273 code = (FPU_modrm << 8) | byte1;
297 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm;
319 if ( !(byte1 & 1) )
332 if ( access_limit < data_sizes_16[(byte1 >> 1) & 3] )
337 switch ( (byte1 >>
[all...]
H A Derrors.c55 u_char byte1, FPU_modrm; local
66 FPU_get_user(byte1, (u_char __user *) address);
67 if ( (byte1 & 0xf8) == 0xd8 )
69 printk(" %02x", byte1);
72 printk(" [%02x]", byte1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dxan.c138 int byte1, byte2, byte3; local
161 byte1 = *src++;
164 size = byte1 >> 6;
172 bytecopy (dest, dest - (((byte1 & 0x3f) << 8) + byte2 + 1), size);
177 byte1 = *src++;
190 dest - ((((opcode & 0x10) >> 4) << 0x10) + 1 + (byte1 << 8) + byte2),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dcrc32c.c193 __u8 byte0, byte1, byte2, byte3; local
211 byte1 = (result>>8) & 0xff;
216 (byte1 << 16) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprep_setup.c510 * byte1: 0 0 0 1 0 d a5 a4
521 * byte1 = 0001 0100 (0x14)
524 unsigned char byte1=0x10, byte2=0x10; local
529 byte1 |= (!!value) << 2; /* set d */
530 byte1 |= (bytenum >> 1) & 0x3; /* set a5, a4 */
535 outb(byte1, PREP_IBM_PM1); /* first nibble */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfat.c288 int byte1 = readByte(Stream, start+1); local
290 if (num < 2 || byte0 < 0 || byte1 < 0 || num > Stream->num_clus+1) {
296 return (byte1 << 4) | ((byte0 & 0xf0)>>4);
298 return ((byte1 & 0xf) << 8) | byte0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ipmi/
H A Dipmi_watchdog.c117 #define WDOG_SET_TIMEOUT(byte1, byte2, val) \
118 (byte1) = (((val) * 10) & 0xff), (byte2) = (((val) * 10) >> 8)
119 #define WDOG_GET_TIMEOUT(byte1, byte2) \
120 (((byte1) | ((byte2) << 8)) / 10)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-scsi.c2461 * @byte1: Byte 1 from pass-thru CDB.
2467 ata_scsi_map_proto(u8 byte1) argument
2469 switch((byte1 & 0x1e) >> 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.c2990 short byte1, byte0; local
2997 if ((byte1 = ns_h2i(mac[j++])) < 0)
3001 esi[i] = (unsigned char) (byte1 * 16 + byte0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11.h3168 uint8 byte1; /* ext ch,rec. ch. width, RIFS support */ member in struct:ht_add_ie
3189 /* byte1 defn's */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A D802.11.h3149 uint8 byte1; /* ext ch,rec. ch. width, RIFS support */ member in struct:ht_add_ie
3170 /* byte1 defn's */

Completed in 292 milliseconds