Searched refs:byteoff (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/
H A Dwp_dgst.c114 unsigned int byteoff = bitoff / 8; local
120 memcpy(c->data + byteoff, inp, bitrem);
125 memcpy(c->data + byteoff, inp, bits / 8);
148 unsigned int byteoff = bitoff / 8; local
153 c->data[byteoff++] |= inp[0] & (0xff >> inpgap);
172 c->data[byteoff++] |= b >> bitrem;
174 c->data[byteoff++] = b;
180 byteoff = 0;
184 c->data[byteoff] = b << (8 - bitrem);
189 c->data[byteoff
209 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/
H A Dwp_dgst.c114 unsigned int byteoff = bitoff / 8; local
120 memcpy(c->data + byteoff, inp, bitrem);
125 memcpy(c->data + byteoff, inp, bits / 8);
148 unsigned int byteoff = bitoff / 8; local
153 c->data[byteoff++] |= inp[0] & (0xff >> inpgap);
172 c->data[byteoff++] |= b >> bitrem;
174 c->data[byteoff++] = b;
180 byteoff = 0;
184 c->data[byteoff] = b << (8 - bitrem);
189 c->data[byteoff
209 unsigned int bitoff = c->bitoff, byteoff = bitoff / 8; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsromstubs.c38 srom_read(si_t *sih, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf, argument
45 srom_write(si_t *sih, uint bus, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf) argument
H A Dbcmsrom.c2051 uint byteoff, uint nbytes, uint16 *buf, bool check_crc)
2058 if (byteoff & 1 || nbytes & 1 || (byteoff + nbytes) > SROM_MAX)
2061 off = byteoff / 2;
2100 if (bcmsdh_cis_read(NULL, SDIO_FUNC_1, (uint8 *)buf, byteoff + nbytes) != 0)
2124 rc = get_si_pcmcia_srom(sih, osh, regs, byteoff, buf, nbytes, check_crc);
2145 uint byteoff, uint nbytes, uint16 *buf)
2161 /* check input - 16-bit access only. use byteoff 0x55aa to indicate
2164 if ((byteoff != 0x55aa) && ((byteoff
2050 srom_read(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf, bool check_crc) argument
2144 srom_write(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint nbytes, uint16 *buf) argument
2417 srom_write_short(si_t *sih, uint bustype, void *curmap, osl_t *osh, uint byteoff, uint16 value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmsrom.h32 uint byteoff, uint nbytes, uint16 *buf,
36 uint byteoff, uint nbytes, uint16 *buf);
39 uint byteoff, uint16 value);
H A Dwlioctl.h987 uint byteoff; /* byte offset */ member in struct:__anon19592
997 uint32 byteoff; /* byte offset */ member in struct:__anon19593
1004 uint32 byteoff; /* byte offset of the field in d11regs_t */ member in struct:__anon19594
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_dir2_sf.c385 int byteoff; /* byte offset in sf dir */ local
392 byteoff = (int)((char *)sfep - (char *)sfp);
402 sfep = (xfs_dir2_sf_entry_t *)((char *)sfp + byteoff);
881 int byteoff; /* offset of removed entry */ local
929 byteoff = (int)((char *)sfep - (char *)sfp);
935 if (byteoff + entsize < oldsize)
936 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize,
937 oldsize - (byteoff + entsize));
H A Dxfs_dir2_leaf.c760 int byteoff; /* offset in current block */ local
1027 byteoff = xfs_dir2_byte_to_off(mp, curoff);
1031 if (byteoff == 0)
1037 while ((char *)ptr - (char *)data < byteoff) {

Completed in 201 milliseconds