/external/protobuf/php/ext/google/protobuf/ |
def.c | 257 #define CONVERT(upb, str) \ 262 CONVERT(FLOAT, "float"); 263 CONVERT(DOUBLE, "double"); 264 CONVERT(BOOL, "bool"); 265 CONVERT(STRING, "string"); 266 CONVERT(BYTES, "bytes"); 267 CONVERT(MESSAGE, "message"); 268 CONVERT(GROUP, "group"); 269 CONVERT(ENUM, "enum"); 270 CONVERT(INT32, "int32") [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
pyr.h | 94 #define CONVERT (1|8|0x10|0x20|0x200) 141 {"cvtbw", { 2, "", CONVERT, 0x22} }, 142 {"cvthw", { 2, "", CONVERT, 0x23} }, 143 {"cvtwb", { 2, "", CONVERT, 0x24} }, 144 {"cvtwh", { 2, "", CONVERT, 0x25} }, 145 {"cvtwf", { 2, "", CONVERT, 0x26} }, 146 {"cvtwd", { 2, "", CONVERT, 0x27} }, 147 {"cvtfw", { 2, "", CONVERT, 0x28} }, 148 {"cvtfd", { 2, "", CONVERT, 0x29} }, 149 {"cvtdw", { 2, "", CONVERT, 0x2a} } [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
defs.c | 559 #define CONVERT(upb, ruby) \ 564 CONVERT(FLOAT, float); 565 CONVERT(DOUBLE, double); 566 CONVERT(BOOL, bool); 567 CONVERT(STRING, string); 568 CONVERT(BYTES, bytes); 569 CONVERT(MESSAGE, message); 570 CONVERT(ENUM, enum); 571 CONVERT(INT32, int32); 572 CONVERT(INT64, int64) [all...] |
/external/elfutils/libelf/ |
elf32_getphdr.c | 133 /* Now copy the data and at the same time convert the 204 of the host convert the data now. */ 212 CONVERT (phdr[cnt].p_type); 213 CONVERT (phdr[cnt].p_offset); 214 CONVERT (phdr[cnt].p_vaddr); 215 CONVERT (phdr[cnt].p_paddr); 216 CONVERT (phdr[cnt].p_filesz); 217 CONVERT (phdr[cnt].p_memsz); 218 CONVERT (phdr[cnt].p_flags); 219 CONVERT (phdr[cnt].p_align) [all...] |
elf_begin.c | 118 CONVERT (ehdr_mem.e32.e_shnum); 119 CONVERT (ehdr_mem.e32.e_shoff); 134 CONVERT (ehdr_mem.e64.e_shnum); 135 CONVERT (ehdr_mem.e64.e_shoff); 178 CONVERT (size); 226 CONVERT (size); 322 CONVERT (elf->state.elf32.ehdr_mem.e_type); 323 CONVERT (elf->state.elf32.ehdr_mem.e_machine); 324 CONVERT (elf->state.elf32.ehdr_mem.e_version); 325 CONVERT (elf->state.elf32.ehdr_mem.e_entry) [all...] |
elf32_getshdr.c | 107 /* Now copy the data and at the same time convert the byte order. */ 185 of the host convert the data now. */ 189 CONVERT (shdr[cnt].sh_name); 190 CONVERT (shdr[cnt].sh_type); 191 CONVERT (shdr[cnt].sh_flags); 192 CONVERT (shdr[cnt].sh_addr); 193 CONVERT (shdr[cnt].sh_offset); 194 CONVERT (shdr[cnt].sh_size); 195 CONVERT (shdr[cnt].sh_link); 196 CONVERT (shdr[cnt].sh_info) [all...] |
elf_compress.c | 79 elf_newdata) and then convert back to raw if needed before 131 /* Convert to raw if different endianess. */ 414 CONVERT (chdr.ch_type); 415 CONVERT (chdr.ch_size); 416 CONVERT (chdr.ch_addralign); 429 CONVERT (chdr.ch_type); 430 CONVERT (chdr.ch_reserved); 431 CONVERT (chdr.ch_size); 432 CONVERT (chdr.ch_addralign);
|
elf_getshdrstrndx.c | 148 CONVERT (shdr_mem.sh_link); 209 CONVERT (shdr_mem.sh_link);
|
common.h | 136 /* Macro to convert endianess in place. It determines the function it 138 #define CONVERT(Var) \
|
/external/mesa3d/src/mesa/tnl/ |
t_draw.c | 62 /* Convert the incoming array to GLfloats. Understands the 65 #define CONVERT( TYPE, MACRO ) do { \ 90 * Convert array of BGRA/GLubyte[4] values to RGBA/float[4] 130 * \brief Convert fixed-point to floating-point. 166 /* Adjust pointer to point at first requested element, convert to 186 CONVERT(GLbyte, BYTE_TO_FLOAT); 194 CONVERT(GLubyte, UBYTE_TO_FLOAT); 198 CONVERT(GLshort, SHORT_TO_FLOAT); 201 CONVERT(GLushort, USHORT_TO_FLOAT); 204 CONVERT(GLint, INT_TO_FLOAT); [all...] |
/external/deqp/framework/opengl/ |
gluDrawUtil.hpp | 62 VTX_COMP_CONVERT_CAST_TO_FLOAT, //!< Convert to floating-point directly. 115 VertexComponentConversion convert; //!< Component conversion type. member in struct:glu::VertexArrayPointer 124 , convert (convert_) 134 , convert (VTX_COMP_CONVERT_LAST) 245 #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)); \
|
/external/skia/tests/ |
SRGBReadWritePixelsTest.cpp | 18 /** convert 0..1 srgb value to 0..1 linear */ 27 /** convert 0..1 linear value to 0..1 srgb */ 38 template <float (*CONVERT)(float)> static bool check_conversion(uint32_t input, uint32_t output, 49 lower = CONVERT(lower / 255.f); 50 upper = CONVERT(upper / 255.f);
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/ |
asmz.go | [all...] |
/external/ImageMagick/ |
Make.com | 170 $if ((p1 .nes. "") .and. (p1 .nes. "CONVERT")) then goto SkipConvert 171 $write sys$output "Making Convert..." 172 $call Make convert.c 174 $link'link_options' convert.obj, - 178 $convert:==$'f$environment("default")'convert 179 $write sys$output "..symbol CONVERT defined."
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 42 * Convert. 46 public static final int CONVERT = 0xF0000002;
|
OpenWnnJAJP.java | 58 * Mode of the convert engine (Full-width KATAKANA). 64 * Mode of the convert engine (Half-width KATAKANA). 70 * Mode of the convert engine (EISU-KANA conversion). 76 * Mode of the convert engine (Symbol list). 84 * Mode of the convert engine (Keyboard type is QWERTY). 90 * Mode of the convert engine (Keyboard type is 12-keys). 173 /** Convert engine's state */ [all...] |
/external/libxml2/os400/ |
xmlcatalog.cmd | 33 /* Convert SGML to XML catalog. */ 35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) + 36 RSTD(*YES) SPCVAL((*YES '--convert') (*NO '')) + 38 PROMPT('Convert SGML to XML catalog')
|
/external/e2fsprogs/lib/ext2fs/ |
tdb.c | 166 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x) 914 /* read a lump of data at a specified offset, maybe convert */ 1135 return tdb->methods->tdb_write(tdb, offset, CONVERT(off), sizeof(*d)); [all...] |
/external/elfutils/libdwfl/ |
dwfl_segment_report_module.c | 120 CONVERT (u.u32); 122 CONVERT (u.u64);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
DefaultSoftKeyboardJAJP.java | 574 /* Convert the key code to the table index and send the toggle event with the table index */ 653 mWnn.onEvent(new OpenWnnEvent(OpenWnnEvent.CONVERT)); [all...] |
/external/mesa3d/include/GL/ |
vms_x_fix.h | [all...] |
/external/elfutils/src/ |
elflint.c | [all...] |
readelf.c | 8444 convert (Elf *core, Elf_Type type, uint_fast16_t count, function [all...] |
/external/guice/extensions/persist/lib/ |
cglib-nodep-3.0.jar | |