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

  /external/chromium_org/third_party/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/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 45 CXSparse::CXSparse() : scratch_(NULL), scratch_size_(0) {
50 cs_di_free(scratch_);
61 cs_di_free(scratch_);
63 scratch_ =
80 cs_di_ipvec(symbolic_factorization->pinv, b, scratch_, A->n);
82 cs_di_lsolve(numeric_factorization->L, scratch_);
84 cs_di_ltsolve(numeric_factorization->L, scratch_);
86 cs_di_pvec(symbolic_factorization->pinv, scratch_, b, A->n);
cxsparse.h 121 CS_ENTRY* scratch_; member in class:ceres::internal::CXSparse
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 233 scratch_(scratch) { }
241 Register scratch_; member in class:v8::internal::WriteInt32ToHeapNumberStub
253 | ScratchRegisterBits::encode(scratch_.code());
code-stubs-arm.cc 639 if (the_int_.is(r1) && the_heap_number_.is(r0) && scratch_.is(r2)) {
642 if (the_int_.is(r2) && the_heap_number_.is(r0) && scratch_.is(r3)) {
670 // Set up the correct exponent in scratch_. All non-Smi int32s have the same.
674 __ mov(scratch_, Operand(non_smi_exponent));
675 // Set the sign bit in scratch_ if the value was negative.
676 __ orr(scratch_, scratch_, Operand(HeapNumber::kSignMask), LeaveCC, cs);
685 __ orr(scratch_, scratch_, Operand(the_int_, LSR, shift_distance));
686 __ str(scratch_, FieldMemOperand(the_heap_number_
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 235 scratch_(scratch),
239 ASSERT(ScratchRegisterBits::is_valid(scratch_.code()));
249 Register scratch_; member in class:v8::internal::WriteInt32ToHeapNumberStub
263 | ScratchRegisterBits::encode(scratch_.code())
code-stubs-mips.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.h 409 scratch_(scratch),
413 ASSERT(ScratchRegisterBits::is_valid(scratch_.code()));
423 Register scratch_; member in class:v8::internal::WriteInt32ToHeapNumberStub
437 | ScratchRegisterBits::encode(scratch_.code())
    [all...]
code-stubs-mips.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.h 497 : scratch_(scratch), stack_adjust_(stack_adjust) {}
500 const MipsManagedRegister scratch_; member in class:art::mips::MipsExceptionSlowPath
assembler_mips.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.h 407 scratch_(scratch) { }
415 Register scratch_; member in class:v8::internal::WriteInt32ToHeapNumberStub
427 | ScratchRegisterBits::encode(scratch_.code());
    [all...]
code-stubs-arm.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm.h 648 : scratch_(scratch), stack_adjust_(stack_adjust) {
652 const ArmManagedRegister scratch_;
assembler_arm.cc     [all...]

Completed in 7962 milliseconds