Searched refs:size32 (Results 1 – 12 of 12) sorted by relevance
/third_party/grpc/third_party/upb/upbc/ |
D | message_layout.h | 15 size32 += other.size32; in Add() 20 size32 = std::max(size32, other.size32); in MaxFrom() 25 size32 = Align(size32, align.size32); in AlignUp() 29 int64_t size32; member
|
D | generator.cc | 190 return absl::Substitute("UPB_SIZE($0, $1)", size.size32, size.size64); in GetSizeInit() 761 case_offset.size32 = ~case_offset.size32; in WriteSource() 763 assert(case_offset.size32 < 0); in WriteSource()
|
D | protoc-gen-upb.cc | 95 return absl::Substitute("UPB_SIZE($0, $1)", size.size32, size.size64); in GetSizeInit() 888 case_offset.size32 = ~case_offset.size32; in WriteSource() 890 assert(case_offset.size32 < 0); in WriteSource()
|
/third_party/grpc/third_party/upb/upb/ |
D | port_def.inc | 34 #define UPB_SIZE(size32, size64) size32 36 #define UPB_SIZE(size32, size64) size64
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 45 static const DXGIFormatSize size32(32, 1, 1); in GetDXGIFormatSizeInfo() local 109 return size32; in GetDXGIFormatSizeInfo() 136 return size32; in GetDXGIFormatSizeInfo() 167 return size32; in GetDXGIFormatSizeInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 45 static const DXGIFormatSize size32(32, 1, 1); in GetDXGIFormatSizeInfo() local 109 return size32; in GetDXGIFormatSizeInfo() 136 return size32; in GetDXGIFormatSizeInfo() 167 return size32; in GetDXGIFormatSizeInfo()
|
/third_party/uboot/u-boot-2020.01/drivers/net/pfe_eth/ |
D | pfe_hw.c | 404 u32 size32 = size >> 2; in pe_load_dmem_section() local 429 for (i = 0; i < size32; i++, addr += 4) in pe_load_dmem_section()
|
/third_party/boost/libs/asio/test/ |
D | buffer.cpp | 282 std::size_t size32 = buffer_copy(mutable_buffer_sequence, cb2, 128); in test() local 283 (void)size32; in test()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.h | 28 #define UPB_SIZE(size32, size64) size32 argument 30 #define UPB_SIZE(size32, size64) size64 argument
|
D | php-upb.c | 29 #define UPB_SIZE(size32, size64) size32 argument 31 #define UPB_SIZE(size32, size64) size64 argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 27 #define UPB_SIZE(size32, size64) size32 argument 29 #define UPB_SIZE(size32, size64) size64 argument
|
D | upb.c | 28 #define UPB_SIZE(size32, size64) size32 argument 30 #define UPB_SIZE(size32, size64) size64 argument
|