Home
last modified time | relevance | path

Searched refs:FIELD_T (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/api/mediasdk_structures/
H A Dts_struct_decl.h22 FIELD_T(mfxI16, x)
23 FIELD_T(mfxI16, y)
461 FIELD_T(mfxU16, Y)
462 FIELD_T(mfxU16, U)
463 FIELD_T(mfxU16, V)
777 FIELD_T(mfxU8, R)
778 FIELD_T(mfxU8, G)
779 FIELD_T(mfxU8, B)
780 FIELD_T(mfxU8, C)
781 FIELD_T(mfxU8, M)
[all …]
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec263 FIELD_T (tag, 2);
296 FIELD_T (tag, 0);
416 FIELD_T (tag, 2);
453 FIELD_T (tag, 0);
465 FIELD_T (prompt, 0);
3965 FIELD_T (name, 2);
5226 FIELD_T (id, 1);
7147 FIELD_T (name, 1)
10534 FIELD_T (name, 1)
10821 FIELD_T (t58, 1);
[all …]
H A Dheader_variables.spec665 FIELD_T (unknown_text1, 0);
666 FIELD_T (unknown_text2, 0);
667 FIELD_T (unknown_text3, 0);
669 FIELD_T (MENU, 1);
670 FIELD_T (DIMPOST, 1);
671 FIELD_T (DIMAPOST, 1);
673 FIELD_T (DIMALTMZS, 1);
674 FIELD_T (DIMMZS, 1);
677 FIELD_T (STYLESHEET, 1);
679 FIELD_T (VERSIONGUID, 1);
[all …]
H A Dspec.h142 # define BLOCK_NAME(nam, dxf) FIELD_T (nam, dxf)
161 # define SUB_FIELD_T(o, nam, dxf) FIELD_T (o.nam, dxf)
374 # define FIELD_T0(name, dxf) FIELD_T (name, dxf)
546 FIELD_T (name, 2); \
H A Dfree.c145 #define FIELD_T(name, dxf) FIELD_TV (name, dxf) macro
197 FIELD_T (color.name, 0); \
198 FIELD_T (color.book_name, 0); \
H A Dout_json.c448 #define FIELD_T32(nam, dxf) FIELD_T (nam, dxf)
449 #define FIELD_T(nam, dxf) \ macro
1782 FIELD_T (cppname, 2); in json_classes_write()
1783 FIELD_T (appname, 3); in json_classes_write()
H A Din_dxf.c5982 FIELD_T (name, 1); in add_RENDERSETTINGS()
5988 FIELD_T (description, 1); in add_RENDERSETTINGS()
6007 FIELD_T (save_filename, 1); in add_RENDERGLOBAL()
6023 FIELD_T (image_file_name, 1); in add_RENDERENTRY()
6024 FIELD_T (preset_name, 1); in add_RENDERENTRY()
6025 FIELD_T (view_name, 1); in add_RENDERENTRY()
6078 FIELD_T (grip_expr, 300) in add_AcDbBlockGripExpr()
6152 FIELD_T (name, 1); in add_ASSOCDEPENDENCY()
8027 FIELD_T (angle_name, 305); in add_AcDbBlockRotationParameter()
8028 FIELD_T (angle_desc, 306); in add_AcDbBlockRotationParameter()
[all …]
H A Dprint.c137 #define FIELD_T FIELD_TV /*TODO: implement version dependent string fields */ macro
H A Dout_geojson.c233 #define FIELD_T(name, dxf) macro
H A Dout_dxfb.c198 #define FIELD_T(nam, dxf) \ macro
274 FIELD_T (nam, dxf) \
H A Ddec_macros.h516 #define FIELD_T(nam, dxf) \ macro
H A Dout_dxf.c521 #define FIELD_T(nam, dxf) \ macro
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/
H A DBooleanOrTest.cpp26 t1 = newLucene<TermQuery>(newLucene<Term>(FIELD_T, L"files")); in BooleanOrTest()
27 t2 = newLucene<TermQuery>(newLucene<Term>(FIELD_T, L"deleting")); in BooleanOrTest()
35 …d->add(newLucene<Field>(FIELD_T, L"Optimize not deleting all files", Field::STORE_YES, Field::INDE… in BooleanOrTest()
47 static const String FIELD_T; member in BooleanOrTest
64 const String BooleanOrTest::FIELD_T = L"T"; member in BooleanOrTest
/dports/games/pmars/pmars-0.9.2/src/
H A Dasm.c110 FIELD_T dbginfo;
196 static FIELD_T dbginfo;
1376 modifier = (FIELD_T) mF;
1385 modifier = (FIELD_T) mAB;
1387 modifier = (FIELD_T) mB;
1389 modifier = (FIELD_T) mI;
1397 modifier = (FIELD_T) mAB;
1399 modifier = (FIELD_T) mB;
1401 modifier = (FIELD_T) mF;
1411 modifier = (FIELD_T) mB;
[all …]
H A Dglobal.h253 typedef unsigned char FIELD_T; typedef
261 FIELD_T opcode;
262 FIELD_T A_mode, B_mode;
263 FIELD_T debuginfo;
H A Ddisasm.c53 FIELD_T opcode, modifier;
55 opcode = ((FIELD_T) (cell->opcode & 0xf8)) >> 3;
H A Dpmars.c165 INITIALINST.opcode = (FIELD_T) DAT *8 + (FIELD_T) mF; in init()
166 INITIALINST.A_mode = INITIALINST.B_mode = (FIELD_T) DIRECT; in init()
H A Dsim.c404 if (IR.A_mode != (FIELD_T) IMMEDIATE) in simulator1()
409 if (IR.A_mode != (FIELD_T) DIRECT) in simulator1()
421 if (IR.A_mode == (FIELD_T) PREDECR) in simulator1()
448 if (IR.A_mode == (FIELD_T) POSTINC) in simulator1()
487 if (IR.B_mode != (FIELD_T) IMMEDIATE) in simulator1()
492 if (IR.B_mode != (FIELD_T) DIRECT) in simulator1()
503 if (IR.B_mode == (FIELD_T) PREDECR) in simulator1()
532 if (IR.B_mode == (FIELD_T) POSTINC) in simulator1()
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Dasm.c110 FIELD_T dbginfo;
196 static FIELD_T dbginfo;
1386 modifier = (FIELD_T) mF;
1395 modifier = (FIELD_T) mAB;
1397 modifier = (FIELD_T) mB;
1399 modifier = (FIELD_T) mI;
1407 modifier = (FIELD_T) mAB;
1409 modifier = (FIELD_T) mB;
1411 modifier = (FIELD_T) mF;
1421 modifier = (FIELD_T) mB;
[all …]
H A Dglobal.h252 typedef unsigned char FIELD_T; typedef
260 FIELD_T opcode;
261 FIELD_T A_mode, B_mode;
262 FIELD_T debuginfo;
H A Ddisasm.c53 FIELD_T opcode, modifier;
55 opcode = ((FIELD_T) (cell->opcode & 0xf8)) >> 3;
H A Dpmars.c180 INITIALINST.opcode = (FIELD_T) DAT *8 + (FIELD_T) mF; in init()
181 INITIALINST.A_mode = INITIALINST.B_mode = (FIELD_T) DIRECT; in init()
H A Dsim.c413 if (IR.A_mode != (FIELD_T) IMMEDIATE) in simulator1()
418 if (IR.A_mode != (FIELD_T) DIRECT) in simulator1()
430 if (IR.A_mode == (FIELD_T) PREDECR) in simulator1()
454 if (IR.A_mode == (FIELD_T) POSTINC) in simulator1()
493 if (IR.B_mode != (FIELD_T) IMMEDIATE) in simulator1()
498 if (IR.B_mode != (FIELD_T) DIRECT) in simulator1()
509 if (IR.B_mode == (FIELD_T) PREDECR) in simulator1()
535 if (IR.B_mode == (FIELD_T) POSTINC) in simulator1()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/mfx_trace/src/
H A Dmfx_reflect.cpp553 #define FIELD_T(FIELD_TYPE, FIELD_NAME) \ in DeclareMsdkStructs() macro
561 #define FIELD_S(FIELD_TYPE, FIELD_NAME) FIELD_T(FIELD_TYPE, FIELD_NAME) in DeclareMsdkStructs()
/dports/cad/libredwg/libredwg-0.12.4/
H A DNEWS366 Honor dat,dwg->from_version and use the new FIELD_T as seperate type. (GH #185)

12