Home
last modified time | relevance | path

Searched refs:c_def (Results 1 – 25 of 95) sorted by relevance

1234

/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dcombat.cpp51 c_def = mission.GetUnit( file.Read16() ); in Load()
64 file.Write16( c_def->ID() ); in Save()
94 if ( !c_def->IsAircraft() ) { in CalcModifiers()
157 c_def->Hit( atthits ); in CalcResults()
162 if ( !c_att->IsAlive() ) c_def->AwardXP( 3 ); in CalcResults()
165 if ( !c_def->IsMine() ) { in CalcResults()
166 if ( !c_def->IsAlive() ) c_att->AwardXP( 3 ); in CalcResults()
197 aastr = c_att->OffensiveStrength( c_def ) + axp; in CalcResults()
199 dastr = c_def->OffensiveStrength( c_att ) + dxp; in CalcResults()
200 ddstr = c_def->DefensiveStrength() + dxp; in CalcResults()
[all …]
H A Dcombat.h44 Unit *GetDefender( void ) const { return c_def; } in GetDefender()
52 Unit *c_def; // defender variable
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dzabbix_template.py313 c_def = TEMPLATE_COMPONENT_DEF[component]
314 q_params = dict(c_def["output"])
322 if c_def["inherited"] == "inherited":
370 c_def = TEMPLATE_COMPONENT_DEF[component]
371 compare_key = c_def["filter"]
385 if "pid_ref_name2" in c_def:
401 c_def["filter"]: object_params[c_def["filter"]],
443 zabbix_id_mapper[c_def["qtype"]]
446 zabbix_id_mapper[c_def["qtype"]]
822 q_object = c_def["qtype"]
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_assert02.py67 c_def = self.session.open_cursor(uri_def)
74 c_def['key1'] = 'value1'
79 c_def.close()
86 c_def = self.session.open_cursor(uri_def)
91 c_def.set_key('key1')
97 c_def.search()
108 c_def.close()
114 c_def = self.session.open_cursor(uri_def)
119 c_def.set_key('key1')
125 c_def.search()
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/test/
H A Dtdatasizes.c234 c_def.chunk_lengths[0] = CHK_X; in test_empty_SDSs()
235 c_def.chunk_lengths[1] = CHK_Y; in test_empty_SDSs()
298 HDmemset(&c_def, 0, sizeof(c_def)) ; in test_chunked_partial()
299 c_def.chunk_lengths[0] = CHK_X; in test_chunked_partial()
300 c_def.chunk_lengths[1] = CHK_Y; in test_chunked_partial()
375 HDmemset(&c_def, 0, sizeof(c_def)) ; in test_chkcmp_SDSs()
376 c_def.chunk_lengths[0] = CHK_X; in test_chkcmp_SDSs()
377 c_def.chunk_lengths[1] = CHK_Y; in test_chkcmp_SDSs()
403 HDmemset(&c_def, 0, sizeof(c_def)) ; in test_chkcmp_SDSs()
404 c_def.chunk_lengths[0] = CHK_X; in test_chkcmp_SDSs()
[all …]
H A Dtszip.c716 c_def.comp.chunk_lengths[0] = CLENGTH; in test_szip_chunk()
717 c_def.comp.chunk_lengths[1] = CWIDTH; in test_szip_chunk()
734 c_def.comp.comp_type = COMP_CODE_SZIP; in test_szip_chunk()
739 c_def.comp.cinfo.szip.bits_per_pixel = 0; in test_szip_chunk()
740 c_def.comp.cinfo.szip.pixels = 0; in test_szip_chunk()
953 c_def.comp.chunk_lengths[0] = CHK_DIM0; in test_szip_chunk_3d()
954 c_def.comp.chunk_lengths[1] = CHK_DIM1; in test_szip_chunk_3d()
955 c_def.comp.chunk_lengths[2] = CHK_DIM2; in test_szip_chunk_3d()
978 c_def.comp.comp_type = COMP_CODE_SZIP; in test_szip_chunk_3d()
983 c_def.comp.cinfo.szip.bits_per_pixel = 2; in test_szip_chunk_3d()
[all …]
H A Dtdatainfo.c1104 HDmemset(&c_def, 0, sizeof(c_def)); in test_chunked_partial()
1105 c_def.chunk_lengths[0] = 10; in test_chunked_partial()
1313 HDmemset(&c_def, 0, sizeof(c_def)); in test_chkcmp_SDSs()
1314 c_def.chunk_lengths[0] = CHK_X; in test_chkcmp_SDSs()
1315 c_def.chunk_lengths[1] = CHK_Y; in test_chkcmp_SDSs()
1338 HDmemset(&c_def, 0, sizeof(c_def)); in test_chkcmp_SDSs()
1339 c_def.chunk_lengths[0] = CHK_X; in test_chkcmp_SDSs()
1340 c_def.chunk_lengths[1] = CHK_Y; in test_chkcmp_SDSs()
1348 HDmemset(&c_def, 0, sizeof(c_def)); in test_chkcmp_SDSs()
1349 c_def.chunk_lengths[0] = CHK_X; in test_chkcmp_SDSs()
[all …]
H A Dtrank0.c42 HDF_CHUNK_DEF c_def; /* Chunking definitions */ in test_rank0() local
76 HDmemset(&c_def, 0, sizeof(HDF_CHUNK_DEF)); in test_rank0()
78 status = SDsetchunk(sds_id, c_def, comp_flag); in test_rank0()
H A DtemptySDSs.c252 HDF_CHUNK_DEF c_def; /* Chunking definitions */ in test_chunked_SDSs() local
276 c_def.chunk_lengths[0] = 3; in test_chunked_SDSs()
277 c_def.chunk_lengths[1] = 2; in test_chunked_SDSs()
287 status = SDsetchunk(esds_id, c_def, comp_flag); in test_chunked_SDSs()
308 status = SDsetchunk(sds_id, c_def, comp_flag); in test_chunked_SDSs()
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dtdupimgs.c93 HDF_CHUNK_DEF c_def; in test_mgr_dup_images() local
101 c_def.chunk_lengths[0] = 3; in test_mgr_dup_images()
102 c_def.chunk_lengths[1] = 2; in test_mgr_dup_images()
104 status = GRsetchunk(riid, c_def, comp_flag); in test_mgr_dup_images()
121 HDF_CHUNK_DEF c_def; in test_mgr_dup_images() local
130 c_def.comp.chunk_lengths[i]=dims[i]/2; in test_mgr_dup_images()
134 c_def.comp.comp_type = COMP_CODE_DEFLATE; in test_mgr_dup_images()
136 c_def.comp.cinfo.deflate.level = 9; in test_mgr_dup_images()
137 status = GRsetchunk(riid,c_def,comp_flag); in test_mgr_dup_images()
/dports/devel/color/color-a04952cf27cc315e31811f2e940221bf8cf9f8ca/example/less-than-1k/constant/x11/
H A Dgreen.cpp11 ::color::rgb<float> c_def( ::color::constant::green_t{} ); in main()
15 cout << c_def[0] << ", " << c_def[1] << ", " << c_def[2] << endl; in main()
H A Dmaroon.cpp11 ::color::rgb<float> c_def( ::color::constant::maroon_t{} ); in main()
15 cout << c_def[0] << ", " << c_def[1] << ", " << c_def[2] << endl; in main()
H A Dpurple.cpp11 ::color::rgb<float> c_def( ::color::constant::purple_t{} ); in main()
15 cout << c_def[0] << ", " << c_def[1] << ", " << c_def[2] << endl; in main()
H A Dgray.cpp11 ::color::rgb<float> c_def( ::color::constant::gray_t<>{} ); in main()
15 cout << c_def[0] << ", " << c_def[1] << ", " << c_def[2] << endl; in main()
/dports/science/hdf/hdf-4.2.15/mfhdf/examples/
H A DSD_chunking_example.c15 HDF_CHUNK_DEF c_def, c_def_out; /* Chunking definitions */ in main() local
60 c_def.chunk_lengths[0] = 3; in main()
61 c_def.chunk_lengths[1] = 2; in main()
114 status = SDsetchunk (sds_id, c_def, comp_flag); in main()
/dports/math/eprover/eprover-E-2.0/CLAUSES/
H A Dccl_formulafunc.c992 WFormula_p w_def, c_def, formula, arch_form; in TFormulaSetIntroduceDefs() local
1036 c_def = WTFormulaAlloc(terms, newdef); in TFormulaSetIntroduceDefs()
1037 DocFormulaCreationDefault(c_def, inf_fof_split_equiv, w_def, NULL); in TFormulaSetIntroduceDefs()
1038 cell->vals[2].i_val = c_def->ident; /* ..and this is the in TFormulaSetIntroduceDefs()
1043 WFormulaPushDerivation(c_def, DCSplitEquiv, arch_form, NULL); in TFormulaSetIntroduceDefs()
1045 FormulaSetInsert(set, c_def); in TFormulaSetIntroduceDefs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/
H A Dbytestring_unittest.cpp140 EXPECT_FALSE(c_def < def); in TEST()
145 EXPECT_FALSE(def < c_def); in TEST()
177 EXPECT_FALSE(c_def < empty); in TEST()
178 EXPECT_TRUE(empty < c_def); in TEST()
196 EXPECT_FALSE(c_def < a); in TEST()
197 EXPECT_TRUE(a < c_def); in TEST()
205 EXPECT_FALSE(c_def < abc); in TEST()
206 EXPECT_TRUE(abc < c_def); in TEST()
1350 EXPECT_FALSE(c_def < def); in TEST()
1382 EXPECT_TRUE(a < c_def); in TEST()
[all …]
H A Dwidestring_unittest.cpp140 EXPECT_FALSE(c_def < def); in TEST()
145 EXPECT_FALSE(def < c_def); in TEST()
177 EXPECT_FALSE(c_def < empty); in TEST()
178 EXPECT_TRUE(empty < c_def); in TEST()
196 EXPECT_FALSE(c_def < a); in TEST()
197 EXPECT_TRUE(a < c_def); in TEST()
205 EXPECT_FALSE(c_def < abc); in TEST()
206 EXPECT_TRUE(abc < c_def); in TEST()
1298 EXPECT_FALSE(c_def < def); in TEST()
1330 EXPECT_TRUE(a < c_def); in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/
H A Dbytestring_unittest.cpp160 EXPECT_FALSE(c_def < def); in TEST()
165 EXPECT_FALSE(def < c_def); in TEST()
197 EXPECT_FALSE(c_def < empty); in TEST()
198 EXPECT_TRUE(empty < c_def); in TEST()
216 EXPECT_FALSE(c_def < a); in TEST()
217 EXPECT_TRUE(a < c_def); in TEST()
225 EXPECT_FALSE(c_def < abc); in TEST()
226 EXPECT_TRUE(abc < c_def); in TEST()
1367 EXPECT_FALSE(c_def < def); in TEST()
1399 EXPECT_TRUE(a < c_def); in TEST()
[all …]
H A Dwidestring_unittest.cpp160 EXPECT_FALSE(c_def < def); in TEST()
165 EXPECT_FALSE(def < c_def); in TEST()
197 EXPECT_FALSE(c_def < empty); in TEST()
198 EXPECT_TRUE(empty < c_def); in TEST()
216 EXPECT_FALSE(c_def < a); in TEST()
217 EXPECT_TRUE(a < c_def); in TEST()
225 EXPECT_FALSE(c_def < abc); in TEST()
226 EXPECT_TRUE(abc < c_def); in TEST()
1321 EXPECT_FALSE(c_def < def); in TEST()
1353 EXPECT_TRUE(a < c_def); in TEST()
[all …]
/dports/devel/mimir/mimir-2.15/dcg/
H A Dcoder.c70 static FILE *c_def; variable
81 if ((c_def = fopen (fname, "w")) == NULL) in try_open_output_files()
104 fprintf (c_def, "#\n"); in code_file_headers()
105 fprintf (c_def, "# File: %s.def\n", basename); in code_file_headers()
106 fprintf (c_def, "# Generated on %s", atime); in code_file_headers()
107 fprintf (c_def, "#\n"); in code_file_headers()
249 fprintf (c_def, "> %s;\n", lhs); in code_enumeration_type()
384 fprintf (c_def, "> %s;\n", lhs); in code_rhs_record()
430 fprintf (c_def, "> [%s];\n", elt_def); in code_rhs_list_definition()
1833 fprintf (c_def, "#endif\n"); in code_header_trailer()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcore_parse.hrl74 -record(c_def, {anno=[], name, % name :: Tree, record
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcore_parse.hrl74 -record(c_def, {anno=[], name, % name :: Tree, record
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcore_parse.hrl74 -record(c_def, {anno=[], name, % name :: Tree, record
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dcore_parse.hrl74 -record(c_def, {anno=[], name, % name :: Tree, record

1234