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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_types.h65 unsigned off1:8; member in struct:__anon7459
73 (lxd)->off1 = ((s64)offset64) >> 32;\
80 ( ((s64)((lxd)->off1)) << 32 | (lxd)->off2 )
H A Djfs_xtree.h34 unsigned off1:8; /* 1: offset in unit of fsblksize */ member in struct:xad
49 (xad)->off1 = ((u64)offset64) >> 32;\
61 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DObjectArrayFormat.java173 int off1 = loc.input.getBufferOffset();
177 (loc.input.getBufferBytes(), off1, off2 - off1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx_avg_template.c850 static void DEF(OPNAME ## 2tap_qpel16_l3)(uint8_t *dst, uint8_t *src, int stride, int h, int off1, int off2){\
867 :"r"((x86_reg)off1), "r"((x86_reg)off2),\
872 static void DEF(OPNAME ## 2tap_qpel8_l3)(uint8_t *dst, uint8_t *src, int stride, int h, int off1, int off2){\
884 :"r"((x86_reg)off1), "r"((x86_reg)off2),\
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c331 off_t off1, off2; local
333 off1 = lseek(localhandle, offset_check, SEEK_SET);
334 if(off1 < 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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c1430 int len, prot, flags, fd, off1, off2, error, base = 0; local
1446 err = __get_user(off1, &sp[1]);
1453 err |= __get_user(off1, &sp[2]);
1460 if (off1 & PAGE_MASK)
1463 pgoff = (off1 << (32 - PAGE_SHIFT)) | (off2 >> PAGE_SHIFT);
1504 int off1, int off2)
1507 current->comm, current->pid, fd, buf, cnt, off64, off1, off2);
1513 int off1, int off2)
1516 current->comm, current->pid, fd, buf, cnt, off64, off1, off2);
1503 irix_pread(int fd, char __user *buf, int cnt, int off64, int off1, int off2) argument
1512 irix_pwrite(int fd, char __user *buf, int cnt, int off64, int off1, int off2) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dixjuser.h133 unsigned int off1; member in struct:__anon9932
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/telephony/
H A Dixj.h1086 unsigned int off1; /* State 2 */ member in struct:__anon7066
H A Dixj.c962 j->cadence_f[4].off1);
1008 if (j->cadence_f[4].off1) {
1010 j->cadence_f[4].off1min = jiffies + (long)((j->cadence_f[4].off1 * (hertz * (100 - var)) / 10000));
1011 j->cadence_f[4].off1dot = jiffies + (long)((j->cadence_f[4].off1 * (hertz * (100)) / 10000));
1012 j->cadence_f[4].off1max = jiffies + (long)((j->cadence_f[4].off1 * (hertz * (100 + var)) / 10000));
1077 j->cadence_f[4].off1, j->cadence_f[4].off1min, j->cadence_f[4].off1dot, j->cadence_f[4].off1max);
1257 j->cadence_f[5].off1dot = jiffies + (long)((j->cadence_f[5].off1 * (hertz * 100) / 10000));
2435 if(j->cadence_f[cnt].off1) {
2437 j->cadence_f[cnt].off1min = jiffies + (long)((j->cadence_f[cnt].off1 * (hertz * (100 - var)) / 10000));
2438 j->cadence_f[cnt].off1dot = jiffies + (long)((j->cadence_f[cnt].off1 * (hert
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ds2io.c2291 int off, off1, size, block_no, block_no1; local
2308 off1 = mac_control->rings[ring_no].rx_curr_get_info.offset;
2317 if ((block_no == block_no1) && (off == off1) &&

Completed in 205 milliseconds