Home
last modified time | relevance | path

Searched defs:ByteSize (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp145 const unsigned ByteSize = 1U << i; in initializeCallbacks() local
514 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
528 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
545 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
559 const unsigned ByteSize = 1U << Idx; in instrumentAtomic() local
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp40 DWORD ByteSize = 0; in getChecksum() local
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py203 def ByteSize(self): member in WireFormatTest.testByteSizeFunctions.MockMessage
Dcpp_message.py588 def ByteSize(self): function
Dpython_message.py785 def ByteSize(self): function
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc912 int FileDescriptorSet::ByteSize() const { in ByteSize() function in google::protobuf::FileDescriptorSet
1492 int FileDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::FileDescriptorProto
1872 int DescriptorProto_ExtensionRange::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto_ExtensionRange
2335 int DescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::DescriptorProto
3037 int FieldDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::FieldDescriptorProto
3373 int OneofDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::OneofDescriptorProto
3680 int EnumDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::EnumDescriptorProto
4011 int EnumValueDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::EnumValueDescriptorProto
4343 int ServiceDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::ServiceDescriptorProto
4742 int MethodDescriptorProto::ByteSize() const { in ByteSize() function in google::protobuf::MethodDescriptorProto
[all …]
Dmessage.cc146 int Message::ByteSize() const { in ByteSize() function in google::protobuf::Message
Dextension_set.cc1208 int ExtensionSet::ByteSize() const { in ByteSize() function in google::protobuf::internal::ExtensionSet
1390 int ExtensionSet::Extension::ByteSize(int number) const { in ByteSize() function in google::protobuf::internal::ExtensionSet::Extension
Dwire_format.cc907 int WireFormat::ByteSize(const Message& message) { in ByteSize() function in google::protobuf::internal::WireFormat
Dwire_format_unittest.cc215 TEST(WireFormatTest, ByteSize) { in TEST() argument
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc397 int CodeGeneratorRequest::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorRequest
758 int CodeGeneratorResponse_File::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorResponse_File
1052 int CodeGeneratorResponse::ByteSize() const { in ByteSize() function in google::protobuf::compiler::CodeGeneratorResponse
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfExpression.cpp57 unsigned ByteSize = SizeInBits / SizeOfByte; in AddOpPiece() local
/external/nanopb-c/generator/google/protobuf/
Dmessage.py246 def ByteSize(self): member in Message
/external/protobuf/python/google/protobuf/
Dmessage.py250 def ByteSize(self): member in Message
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dkv_pb.py112 def ByteSize(self): member in KeyValue
284 def ByteSize(self): member in KeyValues
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py739 def ByteSize(self): function
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp99 uint32_t ByteSize; member in llvm::dsymutil::__anon1f629b1b0111::DeclContext
118 DeclContext(unsigned Hash, uint32_t Line, uint32_t ByteSize, uint16_t Tag, in DeclContext()
1606 unsigned ByteSize = UINT32_MAX; in getChildDeclContext() local
/external/llvm/lib/IR/
DConstantFold.cpp212 unsigned ByteSize) { in ExtractConstantBytes()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1381 static PyObject* ByteSize(CMessage* self, PyObject* args) { in CheckAndGetInteger() function
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc417 size_t ByteSize() { return num_elements * sizeof(E); } in ByteSize() function in v8::internal::compiler::AccessTester
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1893 unsigned ByteSize = VT.getStoreSize(); in CreateStackTemporary() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1499 SDValue PPC::get_VSPLTI_elt(SDNode *N, unsigned ByteSize, SelectionDAG &DAG) { in get_VSPLTI_elt()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6655 const uint64_t ByteSize = DL.getTypeAllocSize(RetTy); in LowerFSINCOS() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12568 unsigned ByteSize = SrcVT.getSizeInBits()/8; in BuildFILD() local