Home
last modified time | relevance | path

Searched refs:CONVERT (Results 1 - 17 of 17) sorted by relevance

/third_party/cups-filters/filter/braille/filters/
H A Dtexttobrf.in55 CONVERT=""
58 CONVERT=""
63 CONVERT="antiword -"
67 CONVERT="docx2txt"
71 CONVERT="rtf2txt /dev/stdin"
75 CONVERT="pdftotext -raw - -"
110 CONVERT=""
114 CONVERT=""
118 CONVERT=""
122 CONVERT
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c845 #define CONVERT(upb, ruby) \ in ruby_to_fieldtype() macro
850 CONVERT(FLOAT, float); in ruby_to_fieldtype()
851 CONVERT(DOUBLE, double); in ruby_to_fieldtype()
852 CONVERT(BOOL, bool); in ruby_to_fieldtype()
853 CONVERT(STRING, string); in ruby_to_fieldtype()
854 CONVERT(BYTES, bytes); in ruby_to_fieldtype()
855 CONVERT(MESSAGE, message); in ruby_to_fieldtype()
856 CONVERT(ENUM, enum); in ruby_to_fieldtype()
857 CONVERT(INT32, int32); in ruby_to_fieldtype()
858 CONVERT(INT6 in ruby_to_fieldtype()
862 #undef CONVERT ruby_to_fieldtype() macro
870 #define CONVERT fieldtype_to_ruby() macro
883 #undef CONVERT fieldtype_to_ruby() macro
893 #define CONVERT ruby_to_descriptortype() macro
917 #undef CONVERT ruby_to_descriptortype() macro
925 #define CONVERT descriptortype_to_ruby() macro
945 #undef CONVERT descriptortype_to_ruby() macro
954 #define CONVERT ruby_to_label() macro
964 #undef CONVERT ruby_to_label() macro
1011 #define CONVERT FieldDescriptor_label() macro
1018 #undef CONVERT FieldDescriptor_label() macro
[all...]
/third_party/elfutils/libelf/
H A Delf_begin.c122 CONVERT (ehdr_mem.e32.e_shnum); in get_shnum()
123 CONVERT (ehdr_mem.e32.e_shoff); in get_shnum()
138 CONVERT (ehdr_mem.e64.e_shnum); in get_shnum()
139 CONVERT (ehdr_mem.e64.e_shoff); in get_shnum()
193 CONVERT (size); in get_shnum()
252 CONVERT (size); in get_shnum()
362 CONVERT (elf->state.elf32.ehdr_mem.e_type); in file_read_elf()
363 CONVERT (elf->state.elf32.ehdr_mem.e_machine); in file_read_elf()
364 CONVERT (elf->state.elf32.ehdr_mem.e_version); in file_read_elf()
365 CONVERT (el in file_read_elf()
[all...]
H A Delf32_getshdr.c187 CONVERT (shdr[cnt].sh_name); in ElfW2()
188 CONVERT (shdr[cnt].sh_type); in ElfW2()
189 CONVERT (shdr[cnt].sh_flags); in ElfW2()
190 CONVERT (shdr[cnt].sh_addr); in ElfW2()
191 CONVERT (shdr[cnt].sh_offset); in ElfW2()
192 CONVERT (shdr[cnt].sh_size); in ElfW2()
193 CONVERT (shdr[cnt].sh_link); in ElfW2()
194 CONVERT (shdr[cnt].sh_info); in ElfW2()
195 CONVERT (shdr[cnt].sh_addralign); in ElfW2()
196 CONVERT (shd in ElfW2()
[all...]
H A Delf32_getphdr.c210 CONVERT (phdr[cnt].p_type); in ElfW2()
211 CONVERT (phdr[cnt].p_offset); in ElfW2()
212 CONVERT (phdr[cnt].p_vaddr); in ElfW2()
213 CONVERT (phdr[cnt].p_paddr); in ElfW2()
214 CONVERT (phdr[cnt].p_filesz); in ElfW2()
215 CONVERT (phdr[cnt].p_memsz); in ElfW2()
216 CONVERT (phdr[cnt].p_flags); in ElfW2()
217 CONVERT (phdr[cnt].p_align); in ElfW2()
H A Delf_compress.c430 CONVERT (chdr.ch_type); in elf_compress()
431 CONVERT (chdr.ch_size); in elf_compress()
432 CONVERT (chdr.ch_addralign); in elf_compress()
445 CONVERT (chdr.ch_type); in elf_compress()
446 CONVERT (chdr.ch_reserved); in elf_compress()
447 CONVERT (chdr.ch_size); in elf_compress()
448 CONVERT (chdr.ch_addralign); in elf_compress()
H A Delf_getshdrstrndx.c150 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx()
215 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx()
H A Dcommon.h135 #define CONVERT(Var) \ macro
/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.hpp245 #define DECLARE_VA_CTOR(NAME, DATATYPE, TYPE, CONVERT) \
248 return VertexArrayBinding(BindingPoint(name, offset), VertexArrayPointer(TYPE, CONVERT, numComponents, numElements, stride, data)); \
256 return VertexArrayBinding(BindingPoint(location), VertexArrayPointer(TYPE, CONVERT, numComponents, numElements, stride, data)); \
/third_party/skia/tests/
H A DSRGBReadWritePixelsTest.cpp41 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()
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c188 #define CONVERT(op,s) (((op)<<1)+(s)) macro
189 #define SIGNED(op) CONVERT(op, 1)
190 #define UNSIGNED(op) CONVERT(op, 0)
216 switch (CONVERT(expr->op,is_signed)) { in simplify_int_binop()
/third_party/elfutils/libcpu/
H A Dbpf_disasm.c86 CONVERT (p->off); in bswap_bpf_insn()
87 CONVERT (p->imm); in bswap_bpf_insn()
/third_party/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c131 CONVERT (u.u32); in buf_read_ulong()
133 CONVERT (u.u64); in buf_read_ulong()
/third_party/python/Modules/
H A D_ssl.c5303 #define CONVERT(info, target) { \ in _ssl_get_default_verify_paths_impl() macro
5312 CONVERT(X509_get_default_cert_file_env(), ofile_env); in _ssl_get_default_verify_paths_impl()
5313 CONVERT(X509_get_default_cert_file(), ofile); in _ssl_get_default_verify_paths_impl()
5314 CONVERT(X509_get_default_cert_dir_env(), odir_env); in _ssl_get_default_verify_paths_impl()
5315 CONVERT(X509_get_default_cert_dir(), odir); in _ssl_get_default_verify_paths_impl()
5316 #undef CONVERT in _ssl_get_default_verify_paths_impl() macro
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c382 #undef CONVERT in to_fieldtype() macro
/third_party/elfutils/src/
H A Delflint.c3479 CONVERT (len); in check_attributes()
3539 CONVERT (subsection_len); in check_attributes()
H A Dreadelf.c3708 CONVERT (len); in print_attributes()
3746 CONVERT (subsection_len); in print_attributes()

Completed in 39 milliseconds