Searched refs:off0 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dfilefnwce.cpp125 DWORD off0 = SetFilePointer((HANDLE) fd, 0, NULL, FILE_CURRENT); local
126 if (off0 == 0xFFFFFFFF && GetLastError() != NO_ERROR)
133 if (off0 == off1)
137 SetFilePointer((HANDLE) fd, off0, NULL, FILE_BEGIN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_nx.c1172 int i, j = 0, k, start, end, loop, sz[2], off0[2]; local
1192 off0[0] = off & 0xf;
1193 sz[0] = (size < (16 - off0[0])) ? size : (16 - off0[0]);
1196 loop = ((off0[0] + size - 1) >> shift_amount) + 1;
1197 off0[1] = 0;
1223 start = off0[i] >> 2;
1224 end = (off0[i] + sz[i] - 1) >> 2;
1235 if ((off0[0] & 7) == 0) {
1238 val = ((word[0] >> (off0[
1263 int i, j, ret = 0, loop, sz[2], off0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_nx.c1264 int i, j = 0, k, start, end, loop, sz[2], off0[2]; local
1283 off0[0] = off & 0xf;
1284 sz[0] = (size < (16 - off0[0])) ? size : (16 - off0[0]);
1286 loop = ((off0[0] + size - 1) >> shift_amount) + 1;
1287 off0[1] = 0;
1319 start = off0[i] >> 2;
1320 end = (off0[i] + sz[i] - 1) >> 2;
1336 if ((off0[0] & 7) == 0) {
1339 val = ((word[0] >> (off0[
1364 int i, j, ret = 0, loop, sz[2], off0; local
[all...]

Completed in 172 milliseconds