/external/rust/crates/grpcio-sys/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 | 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()
|
/external/nanopb-c/tests/common/ |
D | malloc_wrappers.c | 11 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/ |
D | malloc_wrappers.c | 11 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/ |
D | port_def.inc | 34 #define UPB_SIZE(size32, size64) size32 36 #define UPB_SIZE(size32, size64) size64
|
/external/angle/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()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 141 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/ |
D | upb.c | 9 #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
|
D | upb.h | 15 #define UPB_SIZE(size32, size64) size32 argument 17 #define UPB_SIZE(size32, size64) size64 argument
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6 #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
|
D | upb.h | 4 #define UPB_SIZE(size32, size64) size32 argument 6 #define UPB_SIZE(size32, size64) size64 argument
|