Searched refs:off2 (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Djfs_types.h65 u32 off2; member in struct:__anon3150
73 (lxd)->off2 = (offset64) & 0xffffffff;\
79 ( ((s64)((lxd)->off1)) << 32 | (lxd)->off2 )
H A Djfs_xtree.h35 u32 off2; /* 4: offset in unit of fsblksize */ member in struct:xad
50 (xad)->off2 = __cpu_to_le32((offset64) & 0xffffffff);\
61 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Dgazel.c118 u_short off2 = offset; local
122 off2 = ((off2 << 8 & 0xf000) | (off2 & 0xf));
124 return (readreg(cs->hw.gazel.isac, off2));
127 return (readreg_ipac(cs->hw.gazel.ipac, 0x80 + off2));
135 u_short off2 = offset; local
139 off2 = ((off2 << 8 & 0xf000) | (off2
213 u_short off2 = offset; local
230 u_short off2 = offset; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_u32.c111 int off2 = 0; local
128 if ((*(u32*)(ptr+key->off+(off2&key->offmask))^key->val)&key->mask) {
166 off2 = n->sel.off + 3;
168 off2 += ntohs(n->sel.offmask & *(u16*)(ptr+n->sel.offoff)) >>n->sel.offshift;
169 off2 &= ~3;
172 ptr += off2;
173 off2 = 0;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbget.c331 off_t off1, off2; local
340 off2 = smbc_lseek(remotehandle, offset_check, SEEK_SET);
341 if(off2 < 0) {
347 if(off1 != off2) {
348 fprintf(stderr, "Offset in local and remote files is different (local: "OFF_T_FORMAT", remote: "OFF_T_FORMAT")\n", off1, off2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsysirix.c1528 int len, prot, flags, fd, off1, off2, error, base = 0; local
1545 __get_user(off2, &sp[2]);
1553 __get_user(off2, &sp[3]);
1561 pgoff = (off1 << (32 - PAGE_SHIFT)) | (off2 >> PAGE_SHIFT);
1573 long max_size = off2 + len;
1605 int off1, int off2)
1608 current->comm, current->pid, fd, buf, cnt, off64, off1, off2);
1614 int off1, int off2)
1617 current->comm, current->pid, fd, buf, cnt, off64, off1, off2);
1604 irix_pread(int fd, char *buf, int cnt, int off64, int off1, int off2) argument
1613 irix_pwrite(int fd, char *buf, int cnt, int off64, int off1, int off2) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dixjuser.h137 unsigned int off2; member in struct:__anon11234
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dixjuser.h137 unsigned int off2; member in struct:__anon6820
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/fakeprom/
H A Dfw-emu.c93 unsigned long off2 : 21; /* fill */ member in struct:ia64_nasid_va::__anon397
99 unsigned long off2 : 12; /* fill */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/telephony/
H A Dixj.h1109 unsigned int off2; /* State 4 */ member in struct:__anon2768
H A Dixj.c1091 j->cadence_f[4].off2);
1137 if (j->cadence_f[4].off2) {
1139 j->cadence_f[4].off2min = jiffies + (long)((j->cadence_f[4].off2 * (hertz * (100 - var)) / 10000));
1140 j->cadence_f[4].off2dot = jiffies + (long)((j->cadence_f[4].off2 * (hertz * (100)) / 10000));
1141 j->cadence_f[4].off2max = jiffies + (long)((j->cadence_f[4].off2 * (hertz * (100 + var)) / 10000));
1195 j->cadence_f[4].off2, j->cadence_f[4].off2min, j->cadence_f[4].off2dot, j->cadence_f[4].off2max);
1395 if (j->cadence_f[5].off2) {
1396 j->cadence_f[5].off2dot = jiffies + (long)((j->cadence_f[5].off2 * (hertz * 100) / 10000));
2578 if(j->cadence_f[cnt].off2) {
2580 j->cadence_f[cnt].off2min = jiffies + (long)((j->cadence_f[cnt].off2 * (hert
[all...]

Completed in 273 milliseconds