Home
last modified time | relevance | path

Searched refs:CONVERT (Results 1 – 24 of 24) sorted by relevance

/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c559 #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/
Ddef.c257 #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/
Delf_begin.c118 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 …]
Delf32_getshdr.c189 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()
Delf32_getphdr.c212 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()
Delf_compress.c414 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()
Delf_getshdrstrndx.c148 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx()
209 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx()
Dcommon.h138 #define CONVERT(Var) \ macro
DChangeLog1264 * common.h (CONVERT): Make sure all values are unsigned.
/external/mesa3d/src/mesa/tnl/
Dt_draw.c68 #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/
Dcommon.shi7 [ "X$CONVERT" = "X" ] && CONVERT=convert
/external/deqp/framework/opengl/
DgluDrawUtil.hpp245 #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/
DSRGBReadWritePixelsTest.cpp40 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/ply/ply/example/BASIC/
Dsears.bas8 30 REM CONVERT T TO METERS
/external/ImageMagick/
DMake.com170 $if ((p1 .nes. "") .and. (p1 .nes. "CONVERT")) then goto SkipConvert
179 $write sys$output "..symbol CONVERT defined."
Dcommon.shi.in9 CONVERT="@abs_top_builddir@/utilities/magick convert"
/external/libxml2/os400/
Dxmlcatalog.cmd35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) +
/external/e2fsprogs/lib/ext2fs/
Dtdb.c166 #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/elfutils/libdwfl/
Ddwfl_segment_report_module.c120 CONVERT (u.u32); in buf_read_ulong()
122 CONVERT (u.u64); in buf_read_ulong()
/external/python/cpython2/Modules/
D_ssl.c3552 #define CONVERT(info, target) { \ in PySSL_get_default_verify_paths() macro
3560 CONVERT(X509_get_default_cert_file_env(), ofile_env); in PySSL_get_default_verify_paths()
3561 CONVERT(X509_get_default_cert_file(), ofile); in PySSL_get_default_verify_paths()
3562 CONVERT(X509_get_default_cert_dir_env(), odir_env); in PySSL_get_default_verify_paths()
3563 CONVERT(X509_get_default_cert_dir(), odir); in PySSL_get_default_verify_paths()
3564 #undef CONVERT in PySSL_get_default_verify_paths()
/external/gptfdisk/
DREADME.Windows9 CONVERT* MBR disks to GPT form. Therefore, you should **NOT** use GPT fdisk
/external/elfutils/src/
Delflint.c3435 CONVERT (len); in check_attributes()
3495 CONVERT (subsection_len); in check_attributes()
Dreadelf.c3454 CONVERT (len); in print_attributes()
3492 CONVERT (subsection_len); in print_attributes()
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js2262 …COLLATE|COLUMN|COMMIT|COMPUTE|CONSTRAINT|CONTAINS|CONTAINSTABLE|CONTINUE|CONVERT|CREATE|CROSS|CURR…