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

  /external/ceres-solver/internal/ceres/
program.cc 181 const int invalid_index = FindInvalidValue(size, array); local
182 if (invalid_index != size) {
187 array, size, invalid_index);
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc 1283 static const unsigned int invalid_index = static_cast<unsigned int>(-1); member in class:__anon75300::Output_data_got_aarch64::Reloc_stub
    [all...]
arm.cc 469 static const unsigned int invalid_index = static_cast<unsigned int>(-1); member in class:__anon75308::Reloc_stub
511 // and R_SYM must not be invalid_index.
518 this->r_sym_ = Reloc_stub::invalid_index;
523 gold_assert(relobj != NULL && r_sym != invalid_index);
540 // Return the local symbol index or invalid_index.
548 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; }
553 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; }
561 && ((this->r_sym_ != Reloc_stub::invalid_index)
574 (this->r_sym_ != Reloc_stub::invalid_index)
603 // Otherwise, it is invalid_index for a global symbol
    [all...]

Completed in 72 milliseconds