Searched defs:cur_index (Results 1 - 4 of 4) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
H A D | block.c | 47 u64 *cur_index, int *offset, int *length) 52 bh = sb_bread(sb, *cur_index); 59 bh = sb_bread(sb, ++(*cur_index)); 88 u64 cur_index = index >> msblk->devblksize_log2; local 114 for (b = 0; bytes < length; b++, cur_index++) { 115 bh[b] = sb_getblk(sb, cur_index); 128 bh[0] = get_block_length(sb, &cur_index, &offset, &length); 147 bh[b] = sb_getblk(sb, ++cur_index); 271 ERROR("sb_bread failed reading block 0x%llx\n", cur_index); 46 get_block_length(struct super_block *sb, u64 *cur_index, int *offset, int *length) argument
|
/external/iproute2/ip/ |
H A D | ipmaddr.c | 234 int cur_index = 0; local 238 cur_index = list->index; 239 fprintf(fp, "%d:\t%s%s", cur_index, list->name, _SL_); 240 } else if (cur_index != list->index) { 241 cur_index = list->index; 242 fprintf(fp, "%d:\t%s\n", cur_index, list->name);
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
H A D | inode.c | 89 int *cur_index, int *offset, int *c_byte) 95 if (!(bh = sb_bread(s, *cur_index))) 106 if (!(bh = sb_bread(s, ++(*cur_index)))) 135 if (!(bh = sb_bread(s, ++(*cur_index)))) 142 *cur_index); 163 unsigned int cur_index = index >> msblk->devblksize_log2; local 178 if (!(bh[0] = sb_getblk(s, cur_index))) 182 if (!(bh[b] = sb_getblk(s, ++cur_index))) 188 if (!(bh[0] = get_block_length(s, &cur_index, &offset, 201 if (!(bh[b] = sb_getblk(s, ++cur_index))) 88 get_block_length(struct super_block *s, int *cur_index, int *offset, int *c_byte) argument [all...] |
/external/valgrind/perf/ |
H A D | tinycc.c | 13842 address. cur_index/cur_field is the pointer to the current 13846 int *cur_index, Sym **cur_field, 13879 *cur_index = index_last; 13925 index = *cur_index; 13843 decl_designator(CType *type, Section *sec, unsigned long c, int *cur_index, Sym **cur_field, int size_only) argument
|
Completed in 164 milliseconds