Home
last modified time | relevance | path

Searched refs:size32 (Results 1 – 12 of 12) sorted by relevance

/third_party/grpc/third_party/upb/upbc/
Dmessage_layout.h15 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
Dgenerator.cc190 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()
Dprotoc-gen-upb.cc95 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/
Dport_def.inc34 #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/
Dformatutils11.cpp45 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/
Dformatutils11.cpp45 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/
Dpfe_hw.c404 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/
Dbuffer.cpp282 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/
Dphp-upb.h28 #define UPB_SIZE(size32, size64) size32 argument
30 #define UPB_SIZE(size32, size64) size64 argument
Dphp-upb.c29 #define UPB_SIZE(size32, size64) size32 argument
31 #define UPB_SIZE(size32, size64) size64 argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h27 #define UPB_SIZE(size32, size64) size32 argument
29 #define UPB_SIZE(size32, size64) size64 argument
Dupb.c28 #define UPB_SIZE(size32, size64) size32 argument
30 #define UPB_SIZE(size32, size64) size64 argument