/external/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 729 #define CONVERT(upb, ruby) \ in ruby_to_fieldtype() macro 734 CONVERT(FLOAT, float); in ruby_to_fieldtype() 735 CONVERT(DOUBLE, double); in ruby_to_fieldtype() 736 CONVERT(BOOL, bool); in ruby_to_fieldtype() 737 CONVERT(STRING, string); in ruby_to_fieldtype() 738 CONVERT(BYTES, bytes); in ruby_to_fieldtype() 739 CONVERT(MESSAGE, message); in ruby_to_fieldtype() 740 CONVERT(ENUM, enum); in ruby_to_fieldtype() 741 CONVERT(INT32, int32); in ruby_to_fieldtype() 742 CONVERT(INT64, int64); in ruby_to_fieldtype() [all …]
|
/external/elfutils/libelf/ |
D | elf_begin.c | 124 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum() 125 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum() 140 CONVERT (ehdr_mem.e64.e_shnum); in get_shnum() 141 CONVERT (ehdr_mem.e64.e_shoff); in get_shnum() 193 CONVERT (size); in get_shnum() 250 CONVERT (size); in get_shnum() 360 CONVERT (elf->state.elf32.ehdr_mem.e_type); in file_read_elf() 361 CONVERT (elf->state.elf32.ehdr_mem.e_machine); in file_read_elf() 362 CONVERT (elf->state.elf32.ehdr_mem.e_version); in file_read_elf() 363 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 | 432 CONVERT (chdr.ch_type); in elf_compress() 433 CONVERT (chdr.ch_size); in elf_compress() 434 CONVERT (chdr.ch_addralign); in elf_compress() 447 CONVERT (chdr.ch_type); in elf_compress() 448 CONVERT (chdr.ch_reserved); in elf_compress() 449 CONVERT (chdr.ch_size); in elf_compress() 450 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/ImageMagick/tests/ |
D | common.shi | 7 [ "X$CONVERT" = "X" ] && CONVERT=convert
|
/external/tensorflow/tensorflow/python/autograph/core/ |
D | config_lib.py | 40 CONVERT = 1 variable in Action 64 return Action.CONVERT
|
/external/mesa3d/src/mesa/tnl/ |
D | t_draw.c | 71 #define CONVERT( TYPE, MACRO ) do { \ macro 196 CONVERT(GLbyte, BYTE_TO_FLOAT); in _tnl_import_array() 204 CONVERT(GLubyte, UBYTE_TO_FLOAT); in _tnl_import_array() 208 CONVERT(GLshort, SHORT_TO_FLOAT); in _tnl_import_array() 211 CONVERT(GLushort, USHORT_TO_FLOAT); in _tnl_import_array() 214 CONVERT(GLint, INT_TO_FLOAT); in _tnl_import_array() 217 CONVERT(GLuint, UINT_TO_FLOAT); in _tnl_import_array() 220 CONVERT(GLdouble, (GLfloat)); in _tnl_import_array()
|
/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/ply/ply/example/BASIC/ |
D | sears.bas | 8 30 REM CONVERT T TO METERS
|
/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/skia/tests/ |
D | SRGBReadWritePixelsTest.cpp | 41 template <float (*CONVERT)(float)> static bool check_conversion(uint32_t input, uint32_t output, in check_conversion() 52 lower = CONVERT(lower / 255.f); in check_conversion() 53 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/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/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/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/tensorflow/tensorflow/python/autograph/impl/ |
D | conversion.py | 146 if action == config.Action.CONVERT:
|
/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
|
/external/elfutils/libcpu/ |
D | bpf_disasm.c | 86 CONVERT (p->off); in bswap_bpf_insn() 87 CONVERT (p->imm); in bswap_bpf_insn()
|