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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-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.h135 unsigned int byte0 : 8; member in struct:__anon8506
145 unsigned int byte0 : 8; member in struct:__anon8507
155 unsigned int byte0 : 1; member in struct:__anon8508
166 unsigned int byte0 : 1; member in struct:__anon8509
181 unsigned int byte0 : 8; member in struct:__anon8510
191 unsigned int byte0 : 8; member in struct:__anon8511
201 unsigned int byte0 : 1; member in struct:__anon8512
212 unsigned int byte0 : 1; member in struct:__anon8513
259 unsigned int byte0 : 8; member in struct:__anon8518
277 unsigned int byte0 member in struct:__anon8520
295 unsigned int byte0 : 8; member in struct:__anon8522
313 unsigned int byte0 : 8; member in struct:__anon8524
[all...]
H A Diop_sw_cpu_defs.h135 unsigned int byte0 : 8; member in struct:__anon8439
145 unsigned int byte0 : 8; member in struct:__anon8440
155 unsigned int byte0 : 1; member in struct:__anon8441
166 unsigned int byte0 : 1; member in struct:__anon8442
181 unsigned int byte0 : 8; member in struct:__anon8443
191 unsigned int byte0 : 8; member in struct:__anon8444
201 unsigned int byte0 : 1; member in struct:__anon8445
212 unsigned int byte0 : 1; member in struct:__anon8446
H A Diop_sw_mpu_defs.h143 unsigned int byte0 : 8; member in struct:__anon8472
153 unsigned int byte0 : 8; member in struct:__anon8473
163 unsigned int byte0 : 1; member in struct:__anon8474
174 unsigned int byte0 : 1; member in struct:__anon8475
189 unsigned int byte0 : 8; member in struct:__anon8476
199 unsigned int byte0 : 8; member in struct:__anon8477
209 unsigned int byte0 : 1; member in struct:__anon8478
220 unsigned int byte0 : 1; member in struct:__anon8479
H A Diop_sw_cfg_defs.h361 unsigned int byte0 : 8; member in struct:__anon8409
371 unsigned int byte0 : 1; member in struct:__anon8410
382 unsigned int byte0 : 8; member in struct:__anon8411
392 unsigned int byte0 : 1; member in struct:__anon8412
/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
210 byte0 = result & 0xff;
215 crc32 = ((byte0 << 24) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 174 milliseconds