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/mips/
code-stubs-mips.h 234 scratch_(scratch),
238 ASSERT(ScratchRegisterBits::is_valid(scratch_.code()));
247 Register scratch_; member in class:v8::internal::WriteInt32ToHeapNumberStub
261 | ScratchRegisterBits::encode(scratch_.code())
code-stubs-mips.cc 736 // Set up the correct exponent in scratch_. All non-Smi int32s have the same.
740 __ li(scratch_, Operand(non_smi_exponent));
741 // Set the sign bit in scratch_ if the value was negative.
742 __ or_(scratch_, scratch_, sign_);
753 __ or_(scratch_, scratch_, at);
754 __ sw(scratch_, FieldMemOperand(the_heap_number_,
756 __ sll(scratch_, the_int_, 32 - shift_distance);
758 __ sw(scratch_, FieldMemOperand(the_heap_number_
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 231 scratch_(scratch) { }
238 Register scratch_; member in class:v8::internal::WriteInt32ToHeapNumberStub
250 | ScratchRegisterBits::encode(scratch_.code());
code-stubs-arm.cc 714 // Set up the correct exponent in scratch_. All non-Smi int32s have the same.
718 __ mov(scratch_, Operand(non_smi_exponent));
719 // Set the sign bit in scratch_ if the value was negative.
720 __ orr(scratch_, scratch_, Operand(HeapNumber::kSignMask), LeaveCC, cs);
729 __ orr(scratch_, scratch_, Operand(the_int_, LSR, shift_distance));
730 __ str(scratch_, FieldMemOperand(the_heap_number_,
732 __ mov(scratch_, Operand(the_int_, LSL, 32 - shift_distance));
733 __ str(scratch_, FieldMemOperand(the_heap_number_
    [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 947 milliseconds