/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 | 118 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum() 119 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum() 134 CONVERT (ehdr_mem.e64.e_shnum); in get_shnum() 135 CONVERT (ehdr_mem.e64.e_shoff); in get_shnum() 178 CONVERT (size); in get_shnum() 226 CONVERT (size); in get_shnum() 322 CONVERT (elf->state.elf32.ehdr_mem.e_type); in file_read_elf() 323 CONVERT (elf->state.elf32.ehdr_mem.e_machine); in file_read_elf() 324 CONVERT (elf->state.elf32.ehdr_mem.e_version); in file_read_elf() 325 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 | 414 CONVERT (chdr.ch_type); in elf_compress() 415 CONVERT (chdr.ch_size); in elf_compress() 416 CONVERT (chdr.ch_addralign); in elf_compress() 429 CONVERT (chdr.ch_type); in elf_compress() 430 CONVERT (chdr.ch_reserved); in elf_compress() 431 CONVERT (chdr.ch_size); in elf_compress() 432 CONVERT (chdr.ch_addralign); in elf_compress()
|
D | elf_getshdrstrndx.c | 148 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx() 209 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/skqp/tests/ |
D | SRGBReadWritePixelsTest.cpp | 40 template <float (*CONVERT)(float)> static bool check_conversion(uint32_t input, uint32_t output, in check_conversion() 51 lower = CONVERT(lower / 255.f); in check_conversion() 52 upper = CONVERT(upper / 255.f); in check_conversion()
|
/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/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 | 9 CONVERT="@abs_top_builddir@/utilities/magick convert"
|
/external/ply/ply/example/BASIC/ |
D | sears.bas | 8 30 REM CONVERT T TO METERS
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_seq_tensor.cc | 161 #define DEFINE_HELPER(FUNCTION, TYPE, TYPE_ENUM, CONVERT) \ argument 189 const char* error = CONVERT(l[i], *buf); \ 202 const char* error = CONVERT(obj, &value); \
|
/external/skia/tests/ |
D | SRGBReadWritePixelsTest.cpp | 40 template <float (*CONVERT)(float)> static bool check_conversion(uint32_t input, uint32_t output, in check_conversion() 51 lower = CONVERT(lower / 255.f); in check_conversion() 52 upper = CONVERT(upper / 255.f); in check_conversion()
|
/external/perfetto/src/ftrace_reader/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/perfetto/src/ftrace_reader/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/ftrace_reader/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/perfetto/src/ftrace_reader/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/ftrace_reader/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/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 166 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x) macro 1135 return tdb->methods->tdb_write(tdb, offset, CONVERT(off), sizeof(*d)); in tdb_ofs_write() 1214 return tdb->methods->tdb_write(tdb, offset, CONVERT(r), sizeof(r)); in tdb_rec_write() 1863 CONVERT(recovery_head); in tdb_recovery_allocate() 1910 CONVERT(rec); in transaction_setup_recovery() 1944 CONVERT(p); in transaction_setup_recovery() 1965 CONVERT(magic); in transaction_setup_recovery() 3749 CONVERT(*newdb); in tdb_new_database() 3759 CONVERT(*newdb); in tdb_new_database()
|
/external/libxml2/os400/ |
D | xmlcatalog.cmd | 35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) +
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 120 CONVERT (u.u32); in buf_read_ulong() 122 CONVERT (u.u64); in buf_read_ulong()
|