Searched refs:byte0 (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dpartition.h19 unsigned char byte0; member in struct:hsc
40 #define boot_ind start.byte0
41 #define sys_ind end.byte0
H A Dfat.c287 int byte0 = readByte(Stream, start); 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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/mouse/
H A Dalps.h17 unsigned char byte0, mask0; member in struct:alps_model_info
H A Dalps.c189 if ((psmouse->packet[0] & priv->i->mask0) != priv->i->byte0)
367 if (poll_failed || (buf[0] & priv->i->mask0) != priv->i->byte0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/iop/
H A Diop_sw_spu_defs.h135 unsigned int byte0 : 8; member in struct:__anon8463
145 unsigned int byte0 : 8; member in struct:__anon8464
155 unsigned int byte0 : 1; member in struct:__anon8465
166 unsigned int byte0 : 1; member in struct:__anon8466
181 unsigned int byte0 : 8; member in struct:__anon8467
191 unsigned int byte0 : 8; member in struct:__anon8468
201 unsigned int byte0 : 1; member in struct:__anon8469
212 unsigned int byte0 : 1; member in struct:__anon8470
259 unsigned int byte0 : 8; member in struct:__anon8475
277 unsigned int byte0 member in struct:__anon8477
295 unsigned int byte0 : 8; member in struct:__anon8479
313 unsigned int byte0 : 8; member in struct:__anon8481
[all...]
H A Diop_sw_cpu_defs.h135 unsigned int byte0 : 8; member in struct:__anon8396
145 unsigned int byte0 : 8; member in struct:__anon8397
155 unsigned int byte0 : 1; member in struct:__anon8398
166 unsigned int byte0 : 1; member in struct:__anon8399
181 unsigned int byte0 : 8; member in struct:__anon8400
191 unsigned int byte0 : 8; member in struct:__anon8401
201 unsigned int byte0 : 1; member in struct:__anon8402
212 unsigned int byte0 : 1; member in struct:__anon8403
H A Diop_sw_mpu_defs.h143 unsigned int byte0 : 8; member in struct:__anon8429
153 unsigned int byte0 : 8; member in struct:__anon8430
163 unsigned int byte0 : 1; member in struct:__anon8431
174 unsigned int byte0 : 1; member in struct:__anon8432
189 unsigned int byte0 : 8; member in struct:__anon8433
199 unsigned int byte0 : 8; member in struct:__anon8434
209 unsigned int byte0 : 1; member in struct:__anon8435
220 unsigned int byte0 : 1; member in struct:__anon8436
H A Diop_sw_cfg_defs.h361 unsigned int byte0 : 8; member in struct:__anon8366
371 unsigned int byte0 : 1; member in struct:__anon8367
382 unsigned int byte0 : 8; member in struct:__anon8368
392 unsigned int byte0 : 1; member in struct:__anon8369
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sctp/
H A Dcrc32c.c193 __u8 byte0, byte1, byte2, byte3; local
210 byte0 = result & 0xff;
215 crc32 = ((byte0 << 24) |
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Dnicstar.c2990 short byte1, byte0; local
2999 if ((byte0 = ns_h2i(mac[j++])) < 0)
3001 esi[i] = (unsigned char) (byte1 * 16 + byte0);

Completed in 193 milliseconds