/external/protobuf/src/google/protobuf/stubs/ |
substitute.h | 105 : text_(scratch_), size_(1) { scratch_[0] = value; } 107 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} 109 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} 111 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} 113 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} 115 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {} 117 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {} 119 : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {} 121 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) { 135 char scratch_[kFastToBufferSize]; member in class:google::protobuf::strings::internal::SubstituteArg [all...] |
/external/ceres-solver/internal/ceres/ |
cxsparse.cc | 48 CXSparse::CXSparse() : scratch_(NULL), scratch_size_(0) { 53 cs_di_free(scratch_); 64 cs_di_free(scratch_); 66 scratch_ = 83 cs_di_ipvec(symbolic_factorization->pinv, b, scratch_, A->n); 85 cs_di_lsolve(numeric_factorization->L, scratch_); 87 cs_di_ltsolve(numeric_factorization->L, scratch_); 89 cs_di_pvec(symbolic_factorization->pinv, scratch_, b, A->n);
|
cxsparse.h | 123 CS_ENTRY* scratch_; member in class:ceres::internal::CXSparse
|
/art/compiler/utils/arm64/ |
assembler_arm64.h | 68 : scratch_(scratch), stack_adjust_(stack_adjust) { 74 const Arm64ManagedRegister scratch_; member in class:art::arm64::Arm64Exception
|
assembler_arm64.cc | 621 temps.Exclude(reg_x(exception->scratch_.AsXRegister())); 631 ___ Mov(reg_x(X0), reg_x(exception->scratch_.AsXRegister()));
|
/art/compiler/utils/mips/ |
assembler_mips.h | 86 : scratch_(scratch), stack_adjust_(stack_adjust) {} 89 : scratch_(src.scratch_), 95 const MipsManagedRegister scratch_; member in class:art::mips::MipsExceptionSlowPath [all...] |
assembler_mips.cc | [all...] |
/art/compiler/utils/mips64/ |
assembler_mips64.h | 86 : scratch_(scratch), stack_adjust_(stack_adjust) {} 89 : scratch_(src.scratch_), 95 const Mips64ManagedRegister scratch_; member in class:art::mips64::Mips64ExceptionSlowPath
|
assembler_mips64.cc | [all...] |
/art/compiler/utils/arm/ |
assembler_arm.h | 1105 const ArmManagedRegister scratch_; member in class:art::arm::FINAL [all...] |
assembler_arm.cc | 865 __ mov(R0, ShifterOperand(scratch_.AsCoreRegister())); [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.cc | 159 : BranchGenerator(codegen), value_(value), scratch_(scratch) { } 162 __ Fabs(scratch_, value_); 163 // Compare with 0.0. Because scratch_ is positive, the result can be one of 165 __ Fcmp(scratch_, 0.0); 170 __ Fabs(scratch_, value_); 171 __ Fcmp(scratch_, 0.0); 177 const FPRegister& scratch_; member in class:v8::internal::BranchIfNonZeroNumber [all...] |