/external/ceres-solver/internal/ceres/ |
cxsparse.h | 121 CS_ENTRY* scratch_; member in class:ceres::internal::CXSparse
|
/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...] |
/art/compiler/utils/mips/ |
assembler_mips.h | 497 : scratch_(scratch), stack_adjust_(stack_adjust) {} 500 const MipsManagedRegister scratch_; member in class:art::mips::MipsExceptionSlowPath
|
/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());
|
/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())
|
/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...] |
/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...] |