Home
last modified time | relevance | path

Searched refs:Int64ByteSize (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py122 [wire_format.Int64ByteSize, 0, 1],
123 [wire_format.Int64ByteSize, 127, 1],
124 [wire_format.Int64ByteSize, 128, 2],
125 [wire_format.Int64ByteSize, -1, 10],
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py126 [wire_format.Int64ByteSize, 0, 1],
127 [wire_format.Int64ByteSize, 127, 1],
128 [wire_format.Int64ByteSize, 128, 2],
129 [wire_format.Int64ByteSize, -1, 10],
Dwire_format.py123 return Int64ByteSize(field_number, int32)
130 def Int64ByteSize(field_number, int64): function
Dtype_checkers.py290 _FieldDescriptor.TYPE_INT64: wire_format.Int64ByteSize,
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp150 const SizeT Int64ByteSize = typeWidthInBytes(IceType_i64); in createNodeNameDeclaration() local
151 Var->setAlignment(Int64ByteSize); // Wasteful, 32-bit could use 4 bytes. in createNodeNameDeclaration()
159 const SizeT Int64ByteSize = typeWidthInBytes(IceType_i64); in createBlockProfilingInfoDeclaration() local
161 GlobalInits.get(), Int64ByteSize)); in createBlockProfilingInfoDeclaration()
167 Var->setAlignment(Int64ByteSize); in createBlockProfilingInfoDeclaration()