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

  /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;
  /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/
ld.h 64 bool group_start; member in struct:usedfiles
486 bool group_start; member in struct:filename_list
    [all...]
ldscript.y 180 $3->next->group_start = 1;
374 $3->next->group_start = 1;
ld.c 879 last_file->group_start = true;
    [all...]
ldgeneric.c     [all...]

Completed in 450 milliseconds