HomeSort by relevance Sort by last modified time
    Searched full:group_start (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/contrib/
dconf 47 group_start=group*bpg+fb
48 group_end=group_start+bpg
49 printf("G %d : %d - %d\n", group, group_start, group_end)
58 substr(block, 0, pos) - group_start,
59 substr(block, pos + 1) - group_start)
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 56 for (size_t group_start = 0; group_start < relocations.size(); ) {
64 DetectGroup(relocations, group_start, previous_offset, &group_size, &group_flags,
86 CHECK((group_start + i) < relocations.size());
87 const ElfRela* relocation = &relocations[group_start + i];
111 group_start += group_size;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1020 int group_start = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 938 int group_start = 0; local
939 while (group_start < tile_cols) {
940 const TileBuffer largest = tile_buffers[group_start];
941 const int group_end = MIN(group_start + num_workers, tile_cols) - 1;
942 memmove(tile_buffers + group_start, tile_buffers + group_start + 1
    [all...]
  /external/elfutils/src/src/
ldscript.y 180 $3->next->group_start = 1;
374 $3->next->group_start = 1;
ld.h 64 bool group_start; member in struct:usedfiles
486 bool group_start; member in struct:filename_list
    [all...]
ld.c 885 last_file->group_start = true;
    [all...]
ldscript.c     [all...]
ldgeneric.c     [all...]

Completed in 3401 milliseconds