/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/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()
|
/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/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/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/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/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/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/libxml2/os400/ |
D | xmlcatalog.cmd | 35 PARM KWD(CONVERT) TYPE(*CHAR) LEN(10) VARY(*YES *INT2) +
|
/third_party/boost/libs/convert/doc/ |
D | jamfile.v2 | 40 <doxygen:param>PROJECT_NAME="CONVERT"
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 170 #define CONVERT(x) (DOCONV() ? tdb_convert(&x, sizeof(x)) : &x) macro 1141 return tdb->methods->tdb_write(tdb, offset, CONVERT(off), sizeof(*d)); in tdb_ofs_write() 1220 return tdb->methods->tdb_write(tdb, offset, CONVERT(r), sizeof(r)); in tdb_rec_write() 1874 CONVERT(recovery_head); in tdb_recovery_allocate() 1921 CONVERT(rec); in transaction_setup_recovery() 1955 CONVERT(p); in transaction_setup_recovery() 1976 CONVERT(magic); in transaction_setup_recovery() 3764 CONVERT(*newdb); in tdb_new_database() 3774 CONVERT(*newdb); in tdb_new_database()
|
/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/protobuf/php/ext/google/protobuf/ |
D | def.c | 382 #undef CONVERT in to_fieldtype()
|
/third_party/gptfdisk/ |
D | README.Windows | 9 CONVERT* MBR disks to GPT form. Therefore, you should **NOT** use GPT fdisk
|
/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
|
D | 20.2.0.rst | 525 - pan/bi: Fix CONVERT component counting
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 2672 Add "CONVERT" into the property enum as we're going to add an 49320 It might cause invalid calculations during the CONVERT query otherwise. 49326 It might cause invalid calculations during the CONVERT query otherwise. 49348 queries (CONVERT) will cause the stream lock to be taken and easily causes the
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 217899 gst/videoparse/gstvideoparse.c: Handle -1 values for the CONVERT query too. 217903 Handle -1 values for the CONVERT query too.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 106225 default case and not by the CONVERT query code.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 94608 qtdemux: Implement CONVERT and FORMATS query
|