Searched refs:offsets (Results 1 - 25 of 270) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Ditree_v2.c23 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) argument
33 offsets[n++] = block;
35 offsets[n++] = 7;
36 offsets[n++] = block;
38 offsets[n++] = 8;
39 offsets[n++] = block>>8;
40 offsets[n++] = block & 255;
43 offsets[n++] = 9;
44 offsets[n++] = block>>16;
45 offsets[
[all...]
H A Ditree_v1.c23 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) argument
32 offsets[n++] = block;
34 offsets[n++] = 7;
35 offsets[n++] = block;
38 offsets[n++] = 8;
39 offsets[n++] = block>>9;
40 offsets[n++] = block & 511;
H A Ditree_common.c31 int *offsets,
41 add_chain (chain, NULL, i_data(inode) + *offsets);
51 add_chain(++p, bh, (block_t *)bh->b_data + *++offsets);
71 int *offsets,
90 branch[n].p = (block_t*) bh->b_data + offsets[n];
149 int offsets[DEPTH]; local
153 int depth = block_to_path(inode, block, offsets);
159 partial = get_branch(inode, depth, offsets, chain, &err);
190 err = alloc_branch(inode, left, offsets+(partial-chain), partial);
218 int offsets[DEPT
29 get_branch(struct inode *inode, int depth, int *offsets, Indirect chain[DEPTH], int *err) argument
69 alloc_branch(struct inode *inode, int num, int *offsets, Indirect *branch) argument
216 find_shared(struct inode *inode, int depth, int offsets[DEPTH], Indirect chain[DEPTH], block_t *top) argument
297 int offsets[DEPTH]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java41 private int[] offsets; field in class:VisitedObjects
49 offsets = new int[INIT_LEN];
65 offsets[i] = offset;
80 offsets[index] = offset;
89 return offsets[i];
100 if (offsets[i] == offset) {
133 System.arraycopy(offsets, 0, newOffsets, 0, oldLen);
136 offsets = newOffsets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dmisc.S17 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dcurrent.h20 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Ddbg_stackcheck.S8 #include <asm/asm-offsets.h>
H A Ddbg_stackkill.S9 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Ditree.c22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH]) argument
34 offsets[n++] = block;
36 offsets[n++] = DIRECT;
37 offsets[n++] = block;
39 offsets[n++] = DIRECT+1;
40 offsets[n++] = block >> ptrs_bits;
41 offsets[n++] = block & (indirect_blocks - 1);
43 offsets[n++] = DIRECT+2;
44 offsets[n++] = block >> (ptrs_bits * 2);
45 offsets[
87 get_branch(struct inode *inode, int depth, int offsets[], Indirect chain[], int *err) argument
124 alloc_branch(struct inode *inode, int num, int *offsets, Indirect *branch) argument
205 int offsets[DEPTH]; local
276 find_shared(struct inode *inode, int depth, int offsets[], Indirect chain[], sysv_zone_t *top) argument
366 int offsets[DEPTH]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsyscall.c6 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dkernel-offsets.h21 #include <common-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dcpu_setup_pa6t.S25 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A DMakefile13 USER_OBJS += user-offsets.s
14 extra-y += user-offsets.s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A DMakefile21 USER_OBJS += user-offsets.s
22 extra-y += user-offsets.s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dtrxhdr.h45 * as below where size of "offsets" field will vary as per the TRX version.
57 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member in struct:trx_header
59 uint32 offsets[1]; /* Offsets of partitions from start of header */ member in struct:trx_header
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/legacy/
H A Dq40ide.c73 unsigned long base, int *offsets,
88 hw->io_ports[i] = Q40_ISA_IO_W(base + offsets[i]);
90 hw->io_ports[i] = Q40_ISA_IO_B(base + offsets[i]);
72 q40_ide_setup_ports( hw_regs_t *hw, unsigned long base, int *offsets, unsigned long ctrl, unsigned long intr, ide_ack_intr_t *ack_intr, int irq) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/
H A DMakefile211 $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.s: FORCE
214 define filechk_gen-asm-offsets
227 $(ARCH_DIR)/include/user_constants.h: $(ARCH_DIR)/sys-$(SUBARCH)/user-offsets.s
228 $(call filechk,gen-asm-offsets)
232 $(Q)ln -sf ../../../include/asm-um/asm-offsets.h $@
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-x86_64/
H A Dkernel-offsets.h30 #include <common-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib/
H A Dstrlen_user.S10 #include <asm/asm-offsets.h>
H A Dstrnlen_user.S10 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsim.h13 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsim.h13 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dchaining_example.c64 (ov.dataoffsets[i]-ov.offsets[i]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A Dcacheflush.S15 #include <asm/asm-offsets.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dcacheflush.S15 #include <asm/asm-offsets.h>

Completed in 149 milliseconds

1234567891011