/third_party/cups-filters/filter/braille/filters/ |
D | texttobrf.in | 55 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="antiword -x db -" [all …]
|
D | musicxmltobrf.in | 42 CONVERT="FreeDots -nw -w $TEXTWIDTH /dev/stdin" 48 printf "DEBUG: Calling $CONVERT | $TRANSLATE on '%s'\n" "$FILE" >&2 51 $CONVERT | $TRANSLATE | addmargins 53 < "$FILE" $CONVERT | $TRANSLATE | addmargins
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | defs.c | 845 #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(INT64, int64); in ruby_to_fieldtype() [all …]
|
/third_party/elfutils/libelf/ |
D | elf_begin.c | 122 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 (elf->state.elf32.ehdr_mem.e_entry); in file_read_elf() [all …]
|
D | elf32_getshdr.c | 187 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 (shdr[cnt].sh_entsize); in ElfW2()
|
D | elf32_getphdr.c | 210 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()
|
D | elf_compress.c | 430 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()
|
D | elf_getshdrstrndx.c | 150 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx() 215 CONVERT (shdr_mem.sh_link); in elf_getshdrstrndx()
|
D | common.h | 135 #define CONVERT(Var) \ macro
|
D | ChangeLog | 1918 * common.h (CONVERT): Make sure all values are unsigned.
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/ |
D | SDL_syshaptic.c | 769 #define CONVERT(x) (((x)*10000) / 0x7FFF) macro 835 constant->lMagnitude = CONVERT(hap_constant->level); in SDL_SYS_ToFFEFFECT() 879 periodic->dwMagnitude = CONVERT(SDL_abs(hap_periodic->magnitude)); in SDL_SYS_ToFFEFFECT() 880 periodic->lOffset = CONVERT(hap_periodic->offset); in SDL_SYS_ToFFEFFECT() 927 condition[i].lOffset = CONVERT(hap_condition->center[i]); in SDL_SYS_ToFFEFFECT() 929 CONVERT(hap_condition->right_coeff[i]); in SDL_SYS_ToFFEFFECT() 931 CONVERT(hap_condition->left_coeff[i]); in SDL_SYS_ToFFEFFECT() 970 ramp->lStart = CONVERT(hap_ramp->start); in SDL_SYS_ToFFEFFECT() 971 ramp->lEnd = CONVERT(hap_ramp->end); in SDL_SYS_ToFFEFFECT()
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/ |
D | SDL_dinputhaptic.c | 610 #define CONVERT(x) (((x)*10000) / 0x7FFF) macro 676 constant->lMagnitude = CONVERT(hap_constant->level); in SDL_SYS_ToDIEFFECT() 719 periodic->dwMagnitude = CONVERT(SDL_abs(hap_periodic->magnitude)); in SDL_SYS_ToDIEFFECT() 720 periodic->lOffset = CONVERT(hap_periodic->offset); in SDL_SYS_ToDIEFFECT() 766 condition[i].lOffset = CONVERT(hap_condition->center[i]); in SDL_SYS_ToDIEFFECT() 768 CONVERT(hap_condition->right_coeff[i]); in SDL_SYS_ToDIEFFECT() 770 CONVERT(hap_condition->left_coeff[i]); in SDL_SYS_ToDIEFFECT() 807 ramp->lStart = CONVERT(hap_ramp->start); in SDL_SYS_ToDIEFFECT() 808 ramp->lEnd = CONVERT(hap_ramp->end); in SDL_SYS_ToDIEFFECT()
|
/third_party/vk-gl-cts/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,…
|
/third_party/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()
|
/third_party/flutter/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()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | expand.c | 188 #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/ |
D | bpf_disasm.c | 86 CONVERT (p->off); in bswap_bpf_insn() 87 CONVERT (p->imm); in bswap_bpf_insn()
|
/third_party/libxml2/os400/ |
D | xmlcatalog.cmd | 35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) +
|
/third_party/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 131 CONVERT (u.u32); in buf_read_ulong() 133 CONVERT (u.u64); in buf_read_ulong()
|
/third_party/python/Modules/ |
D | _ssl.c | 5200 #define CONVERT(info, target) { \ in _ssl_get_default_verify_paths_impl() macro 5209 CONVERT(X509_get_default_cert_file_env(), ofile_env); in _ssl_get_default_verify_paths_impl() 5210 CONVERT(X509_get_default_cert_file(), ofile); in _ssl_get_default_verify_paths_impl() 5211 CONVERT(X509_get_default_cert_dir_env(), odir_env); in _ssl_get_default_verify_paths_impl() 5212 CONVERT(X509_get_default_cert_dir(), odir); in _ssl_get_default_verify_paths_impl() 5213 #undef CONVERT in _ssl_get_default_verify_paths_impl()
|
/third_party/gptfdisk/ |
D | README.Windows | 9 CONVERT* MBR disks to GPT form. Therefore, you should **NOT** use GPT fdisk
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | def.c | 382 #undef CONVERT in to_fieldtype()
|
/third_party/elfutils/src/ |
D | elflint.c | 3479 CONVERT (len); in check_attributes() 3539 CONVERT (subsection_len); in check_attributes()
|
D | readelf.c | 3707 CONVERT (len); in print_attributes() 3745 CONVERT (subsection_len); in print_attributes()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 649 - pan/bi: ADD packing for CONVERT 653 - pan/bi: Disable FMA scheduling for CONVERT
|