HomeSort by relevance Sort by last modified time
    Searched refs:group_offset (Results 1 - 8 of 8) sorted by null

  /external/jemalloc/src/
bitmap.c 22 binfo->levels[0].group_offset = 0;
26 binfo->levels[i].group_offset = binfo->levels[i-1].group_offset
30 binfo->levels[i].group_offset = binfo->levels[i-1].group_offset
32 assert(binfo->levels[i].group_offset <= BITMAP_GROUPS_MAX);
41 return (binfo->levels[binfo->nlevels].group_offset);
61 bitmap[binfo->levels[1].group_offset - 1] >>= extra;
63 size_t group_count = binfo->levels[i].group_offset -
64 binfo->levels[i-1].group_offset;
    [all...]
  /external/e2fsprogs/ext2ed/
inode_com.c 29 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
43 group_offset=file_system_info.first_group_desc_offset+group_num*sizeof (struct ext2_group_desc);
45 low_read ((char *) &desc,sizeof (struct ext2_group_desc),group_offset);
76 long group_num,group_offset,entry_num,block_num,first_entry,last_entry; local
91 group_offset=file_system_info.first_group_desc_offset+group_num*sizeof (struct ext2_group_desc);
93 low_read ((char *) &desc,sizeof (struct ext2_group_desc),group_offset);
127 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
133 group_offset=file_system_info.first_group_desc_offset+group_num*sizeof (struct ext2_group_desc);
135 low_read ((char *) &desc,sizeof (struct ext2_group_desc),group_offset);
288 long group_num,group_offset,entry_num,block_num,wanted_entry local
321 long group_num,group_offset; local
376 long block_num,group_offset,group_num; local
403 long group_num,group_offset,entry_num,block_num,first_entry,last_entry,inode_num; local
424 long group_num,group_offset,inode_offset,inode_entry; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
bitmap.h 91 size_t group_offset; member in struct:bitmap_level_s
138 size_t rgoff = binfo->levels[binfo->nlevels].group_offset - 1;
188 gp = &bitmap[binfo->levels[i].group_offset + goff];
212 g = bitmap[binfo->levels[i].group_offset];
216 g = bitmap[binfo->levels[i].group_offset + bit];
257 gp = &bitmap[binfo->levels[i].group_offset + goff];
  /external/mesa3d/src/intel/tools/
decoder.h 67 uint32_t group_offset, group_count; member in struct:gen_group
decoder.c 182 group->group_offset = 0;
322 field->start = ctx->group->group_offset+strtoul(atts[i + 1], &p, 0);
324 field->end = ctx->group->group_offset+strtoul(atts[i + 1], &p, 0);
325 if (ctx->group->group_offset)
326 ctx->group->group_offset = field->end+1;
393 get_group_offset_count(ctx, name, atts, &ctx->group->group_offset,
444 ctx->group->group_offset = 0;
  /external/libxaac/decoder/
ixheaacd_spectrum_dec.c 61 WORD32 group_offset; local
67 group_offset = 0;
70 ptr_sfb_info->group_len[group_idx] = group[group_idx] - group_offset;
71 group_offset = group[group_idx];
73 } while (group_offset < 8);
  /external/e2fsprogs/debugfs/
logdump.c 148 int inode_group, group_offset, inodes_per_block; local
159 group_offset = ((inode_to_dump - 1)
166 (group_offset / inodes_per_block);
167 inode_offset_to_dump = ((group_offset % inodes_per_block)
  /external/deqp/external/openglcts/modules/gl/
gl4cVertexAttrib64BitTest.cpp 1661 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type); local
2441 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type) + vertex_offset; local
2469 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type) + vertex_offset; local
2502 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type) + vertex_offset; local
2543 const GLint group_offset = calculateAttributeGroupOffset(configuration, n_type) + vertex_offset; local
    [all...]

Completed in 344 milliseconds