/external/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 559 #define CONVERT(upb, ruby) \ in ruby_to_fieldtype() macro 564 CONVERT(FLOAT, float); in ruby_to_fieldtype() 565 CONVERT(DOUBLE, double); in ruby_to_fieldtype() 566 CONVERT(BOOL, bool); in ruby_to_fieldtype() 567 CONVERT(STRING, string); in ruby_to_fieldtype() 568 CONVERT(BYTES, bytes); in ruby_to_fieldtype() 569 CONVERT(MESSAGE, message); in ruby_to_fieldtype() 570 CONVERT(ENUM, enum); in ruby_to_fieldtype() 571 CONVERT(INT32, int32); in ruby_to_fieldtype() 572 CONVERT(INT64, int64); in ruby_to_fieldtype() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 257 #define CONVERT(upb, str) \ in string_to_descriptortype() macro 262 CONVERT(FLOAT, "float"); in string_to_descriptortype() 263 CONVERT(DOUBLE, "double"); in string_to_descriptortype() 264 CONVERT(BOOL, "bool"); in string_to_descriptortype() 265 CONVERT(STRING, "string"); in string_to_descriptortype() 266 CONVERT(BYTES, "bytes"); in string_to_descriptortype() 267 CONVERT(MESSAGE, "message"); in string_to_descriptortype() 268 CONVERT(GROUP, "group"); in string_to_descriptortype() 269 CONVERT(ENUM, "enum"); in string_to_descriptortype() 270 CONVERT(INT32, "int32"); in string_to_descriptortype() [all …]
|
/external/elfutils/libelf/ |
D | elf_begin.c | 117 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum() 118 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum() 133 CONVERT (ehdr_mem.e64.e_shnum); in get_shnum() 134 CONVERT (ehdr_mem.e64.e_shoff); in get_shnum() 186 CONVERT (size); in get_shnum() 243 CONVERT (size); in get_shnum() 350 CONVERT (elf->state.elf32.ehdr_mem.e_type); in file_read_elf() 351 CONVERT (elf->state.elf32.ehdr_mem.e_machine); in file_read_elf() 352 CONVERT (elf->state.elf32.ehdr_mem.e_version); in file_read_elf() 353 CONVERT (elf->state.elf32.ehdr_mem.e_entry); in file_read_elf() [all …]
|
D | elf32_getshdr.c | 189 CONVERT (shdr[cnt].sh_name); in ElfW2() 190 CONVERT (shdr[cnt].sh_type); in ElfW2() 191 CONVERT (shdr[cnt].sh_flags); in ElfW2() 192 CONVERT (shdr[cnt].sh_addr); in ElfW2() 193 CONVERT (shdr[cnt].sh_offset); in ElfW2() 194 CONVERT (shdr[cnt].sh_size); in ElfW2() 195 CONVERT (shdr[cnt].sh_link); in ElfW2() 196 CONVERT (shdr[cnt].sh_info); in ElfW2() 197 CONVERT (shdr[cnt].sh_addralign); in ElfW2() 198 CONVERT (shdr[cnt].sh_entsize); in ElfW2()
|
D | elf32_getphdr.c | 212 CONVERT (phdr[cnt].p_type); in ElfW2() 213 CONVERT (phdr[cnt].p_offset); in ElfW2() 214 CONVERT (phdr[cnt].p_vaddr); in ElfW2() 215 CONVERT (phdr[cnt].p_paddr); in ElfW2() 216 CONVERT (phdr[cnt].p_filesz); in ElfW2() 217 CONVERT (phdr[cnt].p_memsz); in ElfW2() 218 CONVERT (phdr[cnt].p_flags); in ElfW2() 219 CONVERT (phdr[cnt].p_align); in ElfW2()
|
D | elf_compress.c | 434 CONVERT (chdr.ch_type); in elf_compress() 435 CONVERT (chdr.ch_size); in elf_compress() 436 CONVERT (chdr.ch_addralign); in elf_compress() 449 CONVERT (chdr.ch_type); in elf_compress() 450 CONVERT (chdr.ch_reserved); in elf_compress() 451 CONVERT (chdr.ch_size); in elf_compress() 452 CONVERT (chdr.ch_addralign); in elf_compress()
|
D | elf_getshdrstrndx.c | 152 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx() 217 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx()
|
D | common.h | 138 #define CONVERT(Var) \ macro
|
/external/mesa3d/src/mesa/tnl/ |
D | t_draw.c | 68 #define CONVERT( TYPE, MACRO ) do { \ macro 190 CONVERT(GLbyte, BYTE_TO_FLOAT); in _tnl_import_array() 198 CONVERT(GLubyte, UBYTE_TO_FLOAT); in _tnl_import_array() 202 CONVERT(GLshort, SHORT_TO_FLOAT); in _tnl_import_array() 205 CONVERT(GLushort, USHORT_TO_FLOAT); in _tnl_import_array() 208 CONVERT(GLint, INT_TO_FLOAT); in _tnl_import_array() 211 CONVERT(GLuint, UINT_TO_FLOAT); in _tnl_import_array() 214 CONVERT(GLdouble, (GLfloat)); in _tnl_import_array()
|
/external/ImageMagick/tests/ |
D | common.shi | 7 [ "X$CONVERT" = "X" ] && CONVERT=convert
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 245 #define DECLARE_VA_CTOR(NAME, DATATYPE, TYPE, CONVERT) \ argument 248 …return VertexArrayBinding(BindingPoint(name, offset), VertexArrayPointer(TYPE, CONVERT, numCompone… 256 …return VertexArrayBinding(BindingPoint(location), VertexArrayPointer(TYPE, CONVERT, numComponents,…
|
/external/skia/tests/ |
D | SRGBReadWritePixelsTest.cpp | 39 template <float (*CONVERT)(float)> static bool check_conversion(uint32_t input, uint32_t output, in check_conversion() 50 lower = CONVERT(lower / 255.f); in check_conversion() 51 upper = CONVERT(upper / 255.f); in check_conversion()
|
/external/skqp/tests/ |
D | SRGBReadWritePixelsTest.cpp | 39 template <float (*CONVERT)(float)> static bool check_conversion(uint32_t input, uint32_t output, in check_conversion() 50 lower = CONVERT(lower / 255.f); in check_conversion() 51 upper = CONVERT(upper / 255.f); in check_conversion()
|
/external/ImageMagick/ |
D | Make.com | 170 $if ((p1 .nes. "") .and. (p1 .nes. "CONVERT")) then goto SkipConvert 179 $write sys$output "..symbol CONVERT defined."
|
D | common.shi.in | 13 CONVERT="@abs_top_builddir@/utilities/magick convert"
|
/external/ply/ply/example/BASIC/ |
D | sears.bas | 8 30 REM CONVERT T TO METERS
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_ind_map_blocks_enter/ |
D | format | 15 …02, "UNWRIT" }, { 0x0004, "DELALLOC" }, { 0x0008, "PRE_IO" }, { 0x0010, "CONVERT" }, { 0x0020, "ME…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_ext_map_blocks_enter/ |
D | format | 15 …02, "UNWRIT" }, { 0x0004, "DELALLOC" }, { 0x0008, "PRE_IO" }, { 0x0010, "CONVERT" }, { 0x0020, "ME…
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_seq_tensor.cc | 230 #define DEFINE_HELPER(FUNCTION, TYPE, TYPE_ENUM, CONVERT) \ argument 261 const char* error = CONVERT(scalar, *buf); \ 276 const char* error = CONVERT(scalar, &value); \
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | main.m | 40 // CONVERT BACK TO POLYNOMIAL
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_ind_map_blocks_exit/ |
D | format | 18 …02, "UNWRIT" }, { 0x0004, "DELALLOC" }, { 0x0008, "PRE_IO" }, { 0x0010, "CONVERT" }, { 0x0020, "ME…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_ext_map_blocks_exit/ |
D | format | 18 …02, "UNWRIT" }, { 0x0004, "DELALLOC" }, { 0x0008, "PRE_IO" }, { 0x0010, "CONVERT" }, { 0x0020, "ME…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ext4/ext4_ext_handle_unwritten_extents/ |
D | format | 18 …02, "UNWRIT" }, { 0x0004, "DELALLOC" }, { 0x0008, "PRE_IO" }, { 0x0010, "CONVERT" }, { 0x0020, "ME…
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | paths_copy.cl | 396 // 2. CONVERT COMMANDS IN PB_ELEMS BLOCK OFFSETS 398 // - HEAD: SAVED HEAD ID PB_ELEMS MAP. CONVERT AND COPY H INDICES. 399 // - NODE: CONVERT AND COPY B INDICES
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | paths_copy.cl | 396 // 2. CONVERT COMMANDS IN PB_ELEMS BLOCK OFFSETS 398 // - HEAD: SAVED HEAD ID PB_ELEMS MAP. CONVERT AND COPY H INDICES. 399 // - NODE: CONVERT AND COPY B INDICES
|