Searched refs:kSizeInBytes (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_utility_unittest.cc | 109 const size_t kSizeInBytes = (kBlockSize + 1) * 4; in TEST_F() local 111 EXPECT_FALSE(RtcpParseCommonHeader(buffer, kSizeInBytes - 1, &header)); in TEST_F() 112 EXPECT_TRUE(RtcpParseCommonHeader(buffer, kSizeInBytes, &header)); in TEST_F() 124 const size_t kSizeInBytes = (kBlockSize + 1) * 4; in TEST_F() local 126 kSizeInBytes - RtcpCommonHeader::kHeaderSizeBytes; in TEST_F() 129 buffer[kSizeInBytes - 1] = kPayloadSizeBytes + 1; in TEST_F() 130 EXPECT_FALSE(RtcpParseCommonHeader(buffer, kSizeInBytes, &header)); in TEST_F() 133 buffer[kSizeInBytes - 1] = kPayloadSizeBytes; in TEST_F() 134 EXPECT_TRUE(RtcpParseCommonHeader(buffer, kSizeInBytes, &header)); in TEST_F() 139 buffer[kSizeInBytes - 1] = kPayloadSizeBytes - 1; in TEST_F() [all …]
|
/external/vixl/src/aarch64/ |
D | simulator-aarch64.h | 285 template <int kSizeInBytes> 293 VIXL_STATIC_ASSERT(sizeof(new_value) <= kSizeInBytes); in Write() 294 if (sizeof(new_value) < kSizeInBytes) { in Write() 296 memset(value_ + sizeof(new_value), 0, kSizeInBytes - sizeof(new_value)); in Write() 314 kSizeInBytes); in Insert() 331 VIXL_ASSERT((sizeof(result) + (lane * sizeof(result))) <= kSizeInBytes); in GetLane() 348 uint8_t value_[kSizeInBytes];
|
/external/v8/src/arm/ |
D | assembler-arm.h | 167 static const int kSizeInBytes = 4; member 212 static const int kSizeInBytes = 8; member
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 12274 static const int kSizeInBytes = in BuildAllocateOrderedHashTable() local 12279 Add<HAllocate>(Add<HConstant>(kSizeInBytes), HType::HeapObject(), in BuildAllocateOrderedHashTable()
|