Home
last modified time | relevance | path

Searched refs:temp_int (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dgaussianwriter.cc54 int temp_int = 1; in reorderedMOCoefficients() local
61 temp_int++; in reorderedMOCoefficients()
94 temp_int++; in densityMatrixToString()
116 int temp_int; in WriteFile() local
134 temp_int = 1; in WriteFile()
140 temp_int++; in WriteFile()
146 temp_int = 1; in WriteFile()
152 temp_int++; in WriteFile()
159 temp_int = 1; in WriteFile()
191 temp_int = 1; in WriteFile()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Dgaussianwriter.cc54 int temp_int = 1;
61 temp_int++;
94 temp_int++;
116 int temp_int;
134 temp_int = 1;
140 temp_int++;
146 temp_int = 1;
152 temp_int++;
159 temp_int = 1;
191 temp_int = 1;
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dentity.c1259 LONG temp_int; in openbor_set_entity_property() local
1570 handle->dead = temp_int; in openbor_set_entity_property()
1627 handle->drop = temp_int; in openbor_set_entity_property()
1660 handle->exists = temp_int; in openbor_set_entity_property()
1687 handle->frozen = temp_int; in openbor_set_entity_property()
1780 handle->idling = temp_int; in openbor_set_entity_property()
1789 handle->inpain = temp_int; in openbor_set_entity_property()
2032 handle->nograb = temp_int; in openbor_set_entity_property()
2227 handle->rising = temp_int; in openbor_set_entity_property()
2257 handle->seal = temp_int; in openbor_set_entity_property()
[all …]
H A Ddrawmethod.c561 LONG temp_int; in openbor_set_drawmethod_property() local
597 handle->alpha = temp_int; in openbor_set_drawmethod_property()
660 handle->clipx = temp_int; in openbor_set_drawmethod_property()
669 handle->clipy = temp_int; in openbor_set_drawmethod_property()
678 handle->clipw = temp_int; in openbor_set_drawmethod_property()
687 handle->cliph = temp_int; in openbor_set_drawmethod_property()
696 handle->remap = temp_int; in openbor_set_drawmethod_property()
711 handle->flag = temp_int; in openbor_set_drawmethod_property()
729 handle->flipx = temp_int; in openbor_set_drawmethod_property()
738 handle->flipy = temp_int; in openbor_set_drawmethod_property()
[all …]
H A Dcollision_attack.c445 LONG temp_int; in openbor_set_attack_property() local
510 handle->blast = temp_int; in openbor_set_attack_property()
518 handle->no_kill = temp_int; in openbor_set_attack_property()
526 handle->steal = temp_int; in openbor_set_attack_property()
622 handle->otg = temp_int; in openbor_set_attack_property()
638 handle->maptime = temp_int; in openbor_set_attack_property()
663 handle->freeze = temp_int; in openbor_set_attack_property()
687 handle->no_pain = temp_int; in openbor_set_attack_property()
719 handle->grab = temp_int; in openbor_set_attack_property()
727 handle->seal = temp_int; in openbor_set_attack_property()
[all …]
H A Dbinding.c257 LONG temp_int; in openbor_set_bind_property() local
286 handle->frame = temp_int; in openbor_set_bind_property()
295 handle->animation = temp_int; in openbor_set_bind_property()
304 handle->match = temp_int; in openbor_set_bind_property()
313 handle->direction = temp_int; in openbor_set_bind_property()
349 handle->offset.x = temp_int; in openbor_set_bind_property()
358 handle->offset.y = temp_int; in openbor_set_bind_property()
367 handle->offset.z = temp_int; in openbor_set_bind_property()
376 handle->overriding = temp_int; in openbor_set_bind_property()
385 handle->sortid = temp_int; in openbor_set_bind_property()
[all …]
H A Drecursive_damage.c217 LONG temp_int; in openbor_set_recursive_damage_property() local
240 if (SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_recursive_damage_property()
242 handle->force = temp_int; in openbor_set_recursive_damage_property()
249 if (SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_recursive_damage_property()
251 handle->index = temp_int; in openbor_set_recursive_damage_property()
260 handle->mode = temp_int; in openbor_set_recursive_damage_property()
281 handle->rate = temp_int; in openbor_set_recursive_damage_property()
290 handle->tag = temp_int; in openbor_set_recursive_damage_property()
299 handle->tick = temp_int; in openbor_set_recursive_damage_property()
308 handle->time = temp_int; in openbor_set_recursive_damage_property()
[all …]
H A Dlevel.c961 handle->bgdir = temp_int; in openbor_set_level_property()
1090 handle->nohurt = temp_int; in openbor_set_level_property()
1100 handle->nohit = temp_int; in openbor_set_level_property()
1110 handle->facing = temp_int; in openbor_set_level_property()
1341 handle->mirror = temp_int; in openbor_set_level_property()
1396 handle->pos = temp_int; in openbor_set_level_property()
1406 handle->quake = temp_int; in openbor_set_level_property()
1426 handle->rocking = temp_int; in openbor_set_level_property()
1505 handle->width = temp_int; in openbor_set_level_property()
1585 handle->notime = temp_int; in openbor_set_level_property()
[all …]
H A Dcollision_coordinates.c126 LONG temp_int; in openbor_set_collision_coordinates_property() local
147 if(SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_collision_coordinates_property()
149 handle->z1 = temp_int; in openbor_set_collision_coordinates_property()
156 if(SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_collision_coordinates_property()
158 handle->z2 = temp_int; in openbor_set_collision_coordinates_property()
164 if(SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_collision_coordinates_property()
166 handle->height = temp_int; in openbor_set_collision_coordinates_property()
172 if(SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_collision_coordinates_property()
174 handle->width = temp_int; in openbor_set_collision_coordinates_property()
182 handle->x = temp_int; in openbor_set_collision_coordinates_property()
[all …]
H A Danimation.c189 LONG temp_int; in openbor_set_animation_property() local
213 if(SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_animation_property()
215 handle->animhits = (int)temp_int; in openbor_set_animation_property()
222 if(SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_animation_property()
224 handle->antigrav = (int)temp_int; in openbor_set_animation_property()
231 if(SUCCEEDED(ScriptVariant_IntegerValue(varlist[ARG_VALUE], &temp_int))) in openbor_set_animation_property()
233 handle->numframes = (int)temp_int; in openbor_set_animation_property()
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dm-conc.c934 temp_int,MdcConcModalityNames[temp_int+1]); in MdcLoadHeaderCONC()
990 if ((temp_int < 0) || (temp_int >= MDC_CONC_NUM_FILE_TYPES)) { in MdcLoadHeaderCONC()
1018 if ((temp_int < 0) || (temp_int >= MDC_CONC_NUM_ACQ_MODES)) { in MdcLoadHeaderCONC()
1067 if ((temp_int < 0) || (temp_int >= MDC_CONC_NUM_BED_MOTIONS)) { in MdcLoadHeaderCONC()
1248 if ((temp_int < 0) || (temp_int >= MDC_CONC_NUM_DATA_TYPES)) { in MdcLoadHeaderCONC()
1291 if ((temp_int < 0) || (temp_int >= MDC_CONC_NUM_ORDER_MODES)) { in MdcLoadHeaderCONC()
1375 if ((temp_int >= 0) && (temp_int < MDC_CONC_NUM_RECON_TYPES)) { in MdcLoadHeaderCONC()
1541 if ((temp_int >= 0) && (temp_int < MDC_CONC_NUM_NORM_TYPES)) { in MdcLoadHeaderCONC()
1644 if ((temp_int >= 0) && (temp_int < MDC_CONC_NUM_CALIB_UNITS)) { in MdcLoadHeaderCONC()
1977 if ((temp_int < 0) || (temp_int >= MDC_CONC_NUM_LENGTH_UNITS)) { in MdcLoadHeaderCONC()
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dutil-atomic.c36 int *temp_int = NULL; in SCAtomicTest01() local
41 temp_int = SC_ATOMIC_GET(temp); in SCAtomicTest01()
42 if (temp_int != NULL) in SCAtomicTest01()
46 temp_int = SC_ATOMIC_GET(temp); in SCAtomicTest01()
47 if (temp_int == NULL) in SCAtomicTest01()
49 if (*temp_int != a) in SCAtomicTest01()
53 temp_int = SC_ATOMIC_GET(temp); in SCAtomicTest01()
54 if (temp_int == NULL) in SCAtomicTest01()
56 if (*temp_int != b) in SCAtomicTest01()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/cx23885/
H A Daltera-ci.c160 if (temp_int == NULL) in check_filter()
167 return temp_int; in check_filter()
433 if (temp_int != NULL) { in altera_ci_irq()
461 if (temp_int != NULL) { in altera_hw_filt_release()
489 if (temp_int != NULL) { in altera_ci_release()
646 if (temp_int != NULL) { in altera_hw_filt_init()
658 if (!temp_int) { in altera_hw_filt_init()
718 if (temp_int != NULL) { in altera_ci_init()
731 if (!temp_int) { in altera_ci_init()
817 if (temp_int == NULL) in altera_ci_tuner_reset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/cx23885/
H A Daltera-ci.c160 if (temp_int == NULL) in check_filter()
167 return temp_int; in check_filter()
433 if (temp_int != NULL) { in altera_ci_irq()
461 if (temp_int != NULL) { in altera_hw_filt_release()
489 if (temp_int != NULL) { in altera_ci_release()
646 if (temp_int != NULL) { in altera_hw_filt_init()
658 if (!temp_int) { in altera_hw_filt_init()
718 if (temp_int != NULL) { in altera_ci_init()
731 if (!temp_int) { in altera_ci_init()
817 if (temp_int == NULL) in altera_ci_tuner_reset()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/cx23885/
H A Daltera-ci.c160 if (temp_int == NULL) in check_filter()
167 return temp_int; in check_filter()
433 if (temp_int != NULL) { in altera_ci_irq()
461 if (temp_int != NULL) { in altera_hw_filt_release()
489 if (temp_int != NULL) { in altera_ci_release()
646 if (temp_int != NULL) { in altera_hw_filt_init()
658 if (!temp_int) { in altera_hw_filt_init()
718 if (temp_int != NULL) { in altera_ci_init()
731 if (!temp_int) { in altera_ci_init()
817 if (temp_int == NULL) in altera_ci_tuner_reset()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwmon/
H A Dsbtsi_temp.c77 s32 temp_int, temp_dec; in sbtsi_read() local
96 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_INT); in sbtsi_read()
98 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_INT); in sbtsi_read()
105 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_HIGH_INT); in sbtsi_read()
111 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_LOW_INT); in sbtsi_read()
120 if (temp_int < 0) in sbtsi_read()
121 return temp_int; in sbtsi_read()
125 *val = sbtsi_reg_to_mc(temp_int, temp_dec); in sbtsi_read()
135 u8 temp_int, temp_dec; in sbtsi_write() local
151 sbtsi_mc_to_reg(val, &temp_int, &temp_dec); in sbtsi_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwmon/
H A Dsbtsi_temp.c77 s32 temp_int, temp_dec; in sbtsi_read() local
96 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_INT); in sbtsi_read()
98 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_INT); in sbtsi_read()
105 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_HIGH_INT); in sbtsi_read()
111 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_LOW_INT); in sbtsi_read()
120 if (temp_int < 0) in sbtsi_read()
121 return temp_int; in sbtsi_read()
125 *val = sbtsi_reg_to_mc(temp_int, temp_dec); in sbtsi_read()
135 u8 temp_int, temp_dec; in sbtsi_write() local
151 sbtsi_mc_to_reg(val, &temp_int, &temp_dec); in sbtsi_write()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwmon/
H A Dsbtsi_temp.c77 s32 temp_int, temp_dec; in sbtsi_read() local
96 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_INT); in sbtsi_read()
98 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_INT); in sbtsi_read()
105 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_HIGH_INT); in sbtsi_read()
111 temp_int = i2c_smbus_read_byte_data(data->client, SBTSI_REG_TEMP_LOW_INT); in sbtsi_read()
120 if (temp_int < 0) in sbtsi_read()
121 return temp_int; in sbtsi_read()
125 *val = sbtsi_reg_to_mc(temp_int, temp_dec); in sbtsi_read()
135 u8 temp_int, temp_dec; in sbtsi_write() local
151 sbtsi_mc_to_reg(val, &temp_int, &temp_dec); in sbtsi_write()
[all …]
/dports/math/eclib/eclib-20210318/progs/
H A Dcheckap.cc51 int temp_int; in main() local
52 datafile.read((char*)&temp_int,sizeof(int)); // = number of newforms in main()
53 nnf=temp_int; in main()
54 datafile.read((char*)&temp_int,sizeof(int)); // = number of bad primes in main()
55 naq=temp_int; in main()
56 datafile.read((char*)&temp_int,sizeof(int)); // = number of eigs in main()
57 nap=temp_int; in main()
H A Daplist.cc52 int temp_int; in main() local
53 datafile.read((char*)&temp_int,sizeof(int)); // = number of newforms in main()
54 nnf=temp_int; in main()
55 datafile.read((char*)&temp_int,sizeof(int)); // = number of bad primes in main()
56 naq=temp_int; in main()
57 datafile.read((char*)&temp_int,sizeof(int)); // = number of eigs in main()
58 nap=temp_int; in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/um/drivers/
H A Dvector_transports.c244 int temp_int; in build_gre_transport_data() local
266 if (temp_int > 0) in build_gre_transport_data()
285 if (temp_int > 0) { in build_gre_transport_data()
291 if (temp_int > 0) in build_gre_transport_data()
306 int temp_int, temp_rxs, temp_txs; in build_l2tpv3_transport_data() local
330 if (temp_int > 0) in build_l2tpv3_transport_data()
347 if (temp_int > 0) in build_l2tpv3_transport_data()
372 if (temp_int > 0) { in build_l2tpv3_transport_data()
376 vp->parsed, "pin_counter", &temp_int)) { in build_l2tpv3_transport_data()
377 if (temp_int > 0) in build_l2tpv3_transport_data()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/um/drivers/
H A Dvector_transports.c244 int temp_int; in build_gre_transport_data() local
266 if (temp_int > 0) in build_gre_transport_data()
285 if (temp_int > 0) { in build_gre_transport_data()
291 if (temp_int > 0) in build_gre_transport_data()
306 int temp_int, temp_rxs, temp_txs; in build_l2tpv3_transport_data() local
330 if (temp_int > 0) in build_l2tpv3_transport_data()
347 if (temp_int > 0) in build_l2tpv3_transport_data()
372 if (temp_int > 0) { in build_l2tpv3_transport_data()
376 vp->parsed, "pin_counter", &temp_int)) { in build_l2tpv3_transport_data()
377 if (temp_int > 0) in build_l2tpv3_transport_data()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/um/drivers/
H A Dvector_transports.c244 int temp_int; in build_gre_transport_data() local
266 if (temp_int > 0) in build_gre_transport_data()
285 if (temp_int > 0) { in build_gre_transport_data()
291 if (temp_int > 0) in build_gre_transport_data()
306 int temp_int, temp_rxs, temp_txs; in build_l2tpv3_transport_data() local
330 if (temp_int > 0) in build_l2tpv3_transport_data()
347 if (temp_int > 0) in build_l2tpv3_transport_data()
372 if (temp_int > 0) { in build_l2tpv3_transport_data()
376 vp->parsed, "pin_counter", &temp_int)) { in build_l2tpv3_transport_data()
377 if (temp_int > 0) in build_l2tpv3_transport_data()
[all …]
/dports/multimedia/dirac/dirac-1.0.2/util/instrumentation/
H A Dinstrmain.cpp89 int temp_int; in ReadInstrumentationHeader() local
92 in >> temp_int; in ReadInstrumentationHeader()
93 srcparams.SetCFormat( (ChromaFormat)temp_int ); in ReadInstrumentationHeader()
95 in >> temp_int; in ReadInstrumentationHeader()
96 srcparams.SetXl( temp_int ); in ReadInstrumentationHeader()
98 in >> temp_int; in ReadInstrumentationHeader()
99 srcparams.SetYl( temp_int ); in ReadInstrumentationHeader()
101 in >> temp_int; in ReadInstrumentationHeader()
102 srcparams.SetSourceSampling( temp_int ); in ReadInstrumentationHeader()
/dports/audio/nas/nas-1.9.4/server/dda/hpux/
H A Dauhpux.c340 int temp_int, input; in InitDevice() local
388 osLogMsg("RX buffer size = %d\n", temp_int); in InitDevice()
400 osLogMsg("TX buffer size = %d\n", temp_int); in InitDevice()
437 temp_int, AUDIO_FORMAT_LINEAR16BIT); in InitDevice()
473 outputMode = temp_int; in InitDevice()
489 osLogMsg("Number of channels = %d\n", temp_int); in InitDevice()
1098 int temp_int, input; in AuInitPhysicalDevices() local
1283 osLogMsg("RX buffer size = %d\n", temp_int); in AuInitPhysicalDevices()
1295 osLogMsg("TX buffer size = %d\n", temp_int); in AuInitPhysicalDevices()
1335 temp_int, AUDIO_FORMAT_LINEAR16BIT); in AuInitPhysicalDevices()
[all …]

12345678910>>...15