Searched refs:offsets (Results 51 - 75 of 845) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dmisc.S17 #include <asm/asm-offsets.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmisc.S17 #include <asm/asm-offsets.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/minix/
H A Ditree_v1.c24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) argument
38 offsets[n++] = block;
40 offsets[n++] = 7;
41 offsets[n++] = block;
44 offsets[n++] = 8;
45 offsets[n++] = block>>9;
46 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/vmwgfx/
H A Dsvga_overlay.h124 * Computes the size, pitches and offsets for YUV frames.
130 * Pitches and offsets for the given YUV frame are put in 'pitches'
131 * and 'offsets' respectively. They are both optional though.
142 uint32 *offsets) // OUT (optional)
148 if (offsets) {
149 offsets[0] = 0;
163 if (offsets) {
164 offsets[1] = *size;
176 if (offsets) {
177 offsets[
137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dsvga_overlay.h124 * Computes the size, pitches and offsets for YUV frames.
130 * Pitches and offsets for the given YUV frame are put in 'pitches'
131 * and 'offsets' respectively. They are both optional though.
142 uint32 *offsets) // OUT (optional)
148 if (offsets) {
149 offsets[0] = 0;
163 if (offsets) {
164 offsets[1] = *size;
176 if (offsets) {
177 offsets[
137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/minix/
H A Ditree_v1.c24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH]) argument
38 offsets[n++] = block;
40 offsets[n++] = 7;
41 offsets[n++] = block;
44 offsets[n++] = 8;
45 offsets[n++] = block>>9;
46 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/kvm/
H A DMakefile1 #This Make file is to generate asm-offsets.h and build source.
4 #Generate asm-offsets.h for vmm module build
5 offsets-file := asm-offsets.h
7 always := $(offsets-file)
8 targets := $(offsets-file)
9 targets += arch/ia64/kvm/asm-offsets.s
34 arch/ia64/kvm/asm-offsets.s: arch/ia64/kvm/asm-offsets.c \
39 $(obj)/$(offsets
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/kvm/
H A DMakefile1 #This Make file is to generate asm-offsets.h and build source.
4 #Generate asm-offsets.h for vmm module build
5 offsets-file := asm-offsets.h
7 always := $(offsets-file)
8 targets := $(offsets-file)
9 targets += arch/ia64/kvm/asm-offsets.s
34 arch/ia64/kvm/asm-offsets.s: arch/ia64/kvm/asm-offsets.c \
39 $(obj)/$(offsets
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/lib/
H A Ddbg_stackcheck.S8 #include <asm/asm-offsets.h>
H A Ddbg_stackkill.S9 #include <asm/asm-offsets.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dsyscall_64.c6 #include <asm/asm-offsets.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dsyscall_64.c6 #include <asm/asm-offsets.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/tests/
H A Dmtd_stresstest.c45 static int *offsets; variable
175 offs = offsets[eb];
180 offs = offsets[eb] = 0;
191 offsets[eb + 1] = 0;
205 offsets[eb++] = mtd->erasesize;
208 offsets[eb] = offs;
286 offsets = kmalloc(ebcnt * sizeof(int), GFP_KERNEL);
287 if (!readbuf || !writebuf || !offsets) {
292 offsets[i] = mtd->erasesize;
314 kfree(offsets);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_stresstest.c45 static int *offsets; variable
175 offs = offsets[eb];
180 offs = offsets[eb] = 0;
191 offsets[eb + 1] = 0;
205 offsets[eb++] = mtd->erasesize;
208 offsets[eb] = offs;
286 offsets = kmalloc(ebcnt * sizeof(int), GFP_KERNEL);
287 if (!readbuf || !writebuf || !offsets) {
292 offsets[i] = mtd->erasesize;
314 kfree(offsets);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/tests/
H A Dos2_delete.c47 off_t offsets[READDIR_SIZE]; local
52 /* scan, remembering offsets */
56 offsets[i] = telldir(d);
72 seekdir(d, offsets[j-1]);
154 off_t offsets[READDIR_SIZE]; local
159 /* scan, remembering offsets */
163 offsets[i] = telldir(d);
179 seekdir(d, offsets[j-1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/tests/
H A Dos2_delete.c47 off_t offsets[READDIR_SIZE]; local
52 /* scan, remembering offsets */
56 offsets[i] = telldir(d);
72 seekdir(d, offsets[j-1]);
154 off_t offsets[READDIR_SIZE]; local
159 /* scan, remembering offsets */
163 offsets[i] = telldir(d);
179 seekdir(d, offsets[j-1]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/tests/
H A Dos2_delete.c47 off_t offsets[READDIR_SIZE]; local
52 /* scan, remembering offsets */
56 offsets[i] = telldir(d);
72 seekdir(d, offsets[j-1]);
154 off_t offsets[READDIR_SIZE]; local
159 /* scan, remembering offsets */
163 offsets[i] = telldir(d);
179 seekdir(d, offsets[j-1]);

Completed in 236 milliseconds

1234567891011>>