Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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
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()
/external/nanopb-c/tests/common/
Dmalloc_wrappers.c11 size_t size32 = (size + 3) / 4 + 3; in malloc_with_check() local
12 uint32_t *buf = malloc(size32 * sizeof(uint32_t)); in malloc_with_check()
13 buf[0] = size32; in malloc_with_check()
15 buf[size32 - 1] = 0xBADBAD; in malloc_with_check()
/external/grpc-grpc/third_party/nanopb/tests/common/
Dmalloc_wrappers.c11 size_t size32 = (size + 3) / 4 + 3; in malloc_with_check() local
12 uint32_t *buf = malloc(size32 * sizeof(uint32_t)); in malloc_with_check()
13 buf[0] = size32; in malloc_with_check()
15 buf[size32 - 1] = 0xBADBAD; in malloc_with_check()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dport_def.inc34 #define UPB_SIZE(size32, size64) size32
36 #define UPB_SIZE(size32, size64) size64
/external/angle/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()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp141 immediate_storage(gl_constant_value *values, int size32, GLenum type) in immediate_storage() argument
143 memcpy(this->values, values, size32 * sizeof(gl_constant_value)); in immediate_storage()
144 this->size32 = size32; in immediate_storage()
150 int size32; /**< Number of 32-bit components (1-4) */ member in immediate_storage
913 int size32 = size * ((datatype == GL_DOUBLE || in add_constant() local
924 for (i = 0; i * 4 < size32; i++) { in add_constant()
925 int slot_size = MIN2(size32 - (i * 4), 4); in add_constant()
926 if (tmp->type != datatype || tmp->size32 != slot_size) in add_constant()
937 if (i * 4 >= size32) in add_constant()
943 for (i = 0; i * 4 < size32; i++) { in add_constant()
[all …]
/external/protobuf/php/ext/google/protobuf/
Dupb.c9 #define UPB_SIZE(size32, size64) size32 argument
11 #define UPB_SIZE(size32, size64) size64 argument
4600 #define UPB_SIZE(size32, size64) size32 argument
4602 #define UPB_SIZE(size32, size64) size64 argument
Dupb.h15 #define UPB_SIZE(size32, size64) size32 argument
17 #define UPB_SIZE(size32, size64) size64 argument
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6 #define UPB_SIZE(size32, size64) size32 argument
8 #define UPB_SIZE(size32, size64) size64 argument
5471 #define UPB_SIZE(size32, size64) size32 argument
5473 #define UPB_SIZE(size32, size64) size64 argument
Dupb.h4 #define UPB_SIZE(size32, size64) size32 argument
6 #define UPB_SIZE(size32, size64) size64 argument