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

  /system/bt/stack/gap/
gap_ble.cc 108 auto last_one = std::prev(gap_clcbs.end()); local
109 *it = *last_one;
110 gap_clcbs.erase(last_one);
  /toolchain/binutils/binutils-2.27/binutils/
ar.c 864 bfd **last_one;
963 last_one = &(arch->archive_next);
970 *last_one = next_one;
971 last_one = &next_one->archive_next;
973 *last_one = (bfd *) NULL;
861 bfd **last_one; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
coff-ppc.c 2240 bfd* last_one = ppc_get_last(); local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp     [all...]

Completed in 1494 milliseconds