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

  /art/runtime/gc/space/
large_object_space.cc 394 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); local
395 while (cur_info < end_info) {
405 CHECK_EQ(cur_info, end_info);
557 const AllocationInfo* end_info = GetAllocationInfoForAddress(free_end_start); local
558 while (cur_info < end_info) {
586 *end_info = GetAllocationInfoForAddress(free_end_start); cur_info < end_info;
  /development/tools/etc1tool/
etc1tool.cpp 141 png_infop end_info = NULL; local
178 if (!(end_info = png_create_info_struct(png_ptr))) {
179 fprintf(stderr, "Could not create end_info struct.\n");
222 png_destroy_read_struct(&png_ptr, &info_ptr, &end_info);
  /external/ImageMagick/coders/
png.c 2201 *end_info, local
    [all...]

Completed in 198 milliseconds