Home
last modified time | relevance | path

Searched refs:DT_UINT (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/apcupsd/apcupsd-3.14.14/src/drivers/modbus/
H A Dmapping.cpp47 const RegInfo APCModbusMapping::REG_UPS_STATUS = { 0, 2, DT_UINT };
48 const RegInfo APCModbusMapping::REG_UPS_STATUS_CHANGE_CAUSE = { 2, 1, DT_UINT };
49 const RegInfo APCModbusMapping::REG_MOG_OUTLET_STATUS = { 3, 2, DT_UINT };
50 const RegInfo APCModbusMapping::REG_SOG0_OUTLET_STATUS = { 6, 2, DT_UINT };
51 const RegInfo APCModbusMapping::REG_SOG1_OUTLET_STATUS = { 9, 2, DT_UINT };
52 const RegInfo APCModbusMapping::REG_SOG2_OUTLET_STATUS = { 12, 2, DT_UINT };
53 const RegInfo APCModbusMapping::REG_SOG3_OUTLET_STATUS = { 15, 2, DT_UINT };
54 const RegInfo APCModbusMapping::REG_SIMPLE_SIGNALLING_STATUS = { 18, 1, DT_UINT };
55 const RegInfo APCModbusMapping::REG_GENERAL_ERROR = { 19, 1, DT_UINT };
56 const RegInfo APCModbusMapping::REG_POWER_SYSTEM_ERROR = { 20, 2, DT_UINT };
[all …]
H A Dmodbus.cpp658 if (reg.type != DT_UINT && reg.type != DT_INT) in write_int_to_ups()
699 if (reg.type != DT_UINT && reg.type != DT_INT) in read_int_from_ups()
717 if (reg.type != DT_UINT && reg.type != DT_INT) in read_dbl_from_ups()
H A Dmapping.h53 DT_UINT, // Unsigned integer or float enumerator
/dports/sysutils/apcctrl/apcctrl-0.8.21/src/drivers/modbus/
H A Dmapping.cpp47 const RegInfo APCModbusMapping::REG_UPS_STATUS = { 0, 2, DT_UINT };
48 const RegInfo APCModbusMapping::REG_UPS_STATUS_CHANGE_CAUSE = { 2, 1, DT_UINT };
49 const RegInfo APCModbusMapping::REG_MOG_OUTLET_STATUS = { 3, 2, DT_UINT };
50 const RegInfo APCModbusMapping::REG_SOG0_OUTLET_STATUS = { 6, 2, DT_UINT };
51 const RegInfo APCModbusMapping::REG_SOG1_OUTLET_STATUS = { 9, 2, DT_UINT };
52 const RegInfo APCModbusMapping::REG_SOG2_OUTLET_STATUS = { 12, 2, DT_UINT };
53 const RegInfo APCModbusMapping::REG_SOG3_OUTLET_STATUS = { 15, 2, DT_UINT };
54 const RegInfo APCModbusMapping::REG_SIMPLE_SIGNALLING_STATUS = { 18, 1, DT_UINT };
55 const RegInfo APCModbusMapping::REG_GENERAL_ERROR = { 19, 1, DT_UINT };
56 const RegInfo APCModbusMapping::REG_POWER_SYSTEM_ERROR = { 20, 2, DT_UINT };
[all …]
H A Dmodbus.cpp641 if (reg.type != DT_UINT && reg.type != DT_INT) in write_int_to_ups()
682 if (reg.type != DT_UINT && reg.type != DT_INT) in read_int_from_ups()
700 if (reg.type != DT_UINT && reg.type != DT_INT) in read_dbl_from_ups()
H A Dmapping.h53 DT_UINT, // Unsigned integer or float enumerator
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXDataTarget.cpp105 case DT_UINT: in FXIMPLEMENT()
161 case DT_UINT: in onUpdValue()
206 case DT_UINT: in onCmdOption()
249 case DT_UINT: in onUpdOption()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXDataTarget.cpp105 case DT_UINT: in FXIMPLEMENT()
161 case DT_UINT: in onUpdValue()
206 case DT_UINT: in onCmdOption()
249 case DT_UINT: in onUpdOption()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXDataTarget.cpp105 case DT_UINT: in FXIMPLEMENT()
161 case DT_UINT: in onUpdValue()
206 case DT_UINT: in onCmdOption()
249 case DT_UINT: in onUpdOption()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dexpatomics.cpp160 return mk_prototype("atomicadduf", "pure", DT_UINT, 2, DT_CPTR, DT_FLOAT); in get_atomic_function_ex()
204 return mk_prototype("atomicaddud", "pure", DT_UINT, 2, DT_CPTR, DT_DBLE); in get_atomic_function_ex()
211 return mk_prototype("atomicmulud", "pure", DT_UINT, 2, DT_CPTR, DT_DBLE); in get_atomic_function_ex()
218 return mk_prototype("atomicmaxud", "pure", DT_UINT, 2, DT_CPTR, DT_DBLE); in get_atomic_function_ex()
220 return mk_prototype("atomicminud", "pure", DT_UINT, 2, DT_CPTR, DT_DBLE); in get_atomic_function_ex()
351 return mk_prototype("atomicmulu", "pure", DT_UINT, 2, DT_CPTR, DT_UINT); in get_atomic_function()
393 return mk_prototype("atomicaddu", "pure", DT_UINT, 2, DT_CPTR, DT_UINT); in get_atomic_function()
397 return mk_prototype("atomicsubu", "pure", DT_UINT, 2, DT_CPTR, DT_UINT); in get_atomic_function()
403 return mk_prototype("atomiclshiftu", "pure", DT_UINT, 2, DT_CPTR, DT_UINT); in get_atomic_function()
405 return mk_prototype("atomicrshiftu", "pure", DT_UINT, 2, DT_CPTR, DT_UINT); in get_atomic_function()
[all …]
H A Dexpsmp.cpp228 SECT_LB = getPrivateTemp(DT_UINT); in expSmpSectionInit()
229 SECT_UB = getPrivateTemp(DT_UINT); in expSmpSectionInit()
230 SECT_LAST = getPrivateTemp(DT_UINT); in expSmpSectionInit()
231 SECT_ST = getPrivateTemp(DT_UINT); in expSmpSectionInit()
245 SECT_LB = getPrivateTemp(DT_UINT); in expSmpSectionEnd()
246 SECT_UB = getPrivateTemp(DT_UINT); in expSmpSectionEnd()
247 SECT_LAST = getPrivateTemp(DT_UINT); in expSmpSectionEnd()
248 SECT_ST = getPrivateTemp(DT_UINT); in expSmpSectionEnd()
1778 ili = ll_make_kmpc_for_static_init_args(DT_UINT, args); in exp_smp()
H A Dompaccel.cpp91 if (dtype == DT_INT || dtype == DT_UINT) { in _long_unsigned()
1495 ili = mk_ompaccel_shift(ili, DT_UINT, ad_icon(5), DT_UINT); in ompaccel_nvvm_emit_inter_warp_copy()
H A Dkmpcutil.cpp1437 case DT_UINT: in ll_make_kmpc_atomic_write()
1482 case DT_UINT: in ll_make_kmpc_atomic_read()
H A Dllutil.cpp922 return TARGET_PTRSIZE == 8 ? DT_UINT8 : DT_UINT; in generic_dummy_dtype()
1036 return DT_UINT; in get_dtype_from_tytype()
H A Dcgmain.cpp2135 return DT_UINT; in msz_dtype()
5936 binops->next = gen_llvm_expr(rhs_ili, make_lltype_from_dtype(DT_UINT)); in gen_binary_expr()
6471 ll_tmp = make_lltype_from_dtype(DT_UINT); in make_load()
6524 LL_Type *ll_tmp = make_lltype_from_dtype(DT_UINT); in make_load()
8607 operand = gen_llvm_expr(ILI_OPND(ilix, 1), make_lltype_from_dtype(DT_UINT)); in gen_llvm_expr()
11487 llt = make_lltype_from_dtype(DT_UINT); in make_type_from_opc()
12282 case DT_UINT: in gen_constant()
H A Dexpand.cpp2297 resdt = DT_UINT; in efunc()
/dports/multimedia/vdpauinfo/vdpauinfo-3463ab40a89179e6e199575e8bee9c23ee027377/
H A Dvdpauinfo.cpp219 DT_UINT, enumerator
243 {"VIDEO_SURFACE_WIDTH",VDP_VIDEO_MIXER_PARAMETER_VIDEO_SURFACE_WIDTH,DT_UINT},
244 {"VIDEO_SURFACE_HEIGHT",VDP_VIDEO_MIXER_PARAMETER_VIDEO_SURFACE_HEIGHT,DT_UINT},
246 {"LAYERS",VDP_VIDEO_MIXER_PARAMETER_LAYERS,DT_UINT},
265 case DT_UINT: printf("%8u %8u", minval, maxval); break; in display_range()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXDataTarget.h68 DT_UINT, enumerator
106 …t& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_UINT){} in target()
164 void connect(FXuint& value){ data=&value; type=DT_UINT; } in connect()
201 …(FXuint& value,FXObject* tgt,FXSelector sel){ target=tgt; data=&value; message=sel; type=DT_UINT; } in connect()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXDataTarget.cpp118 case DT_UINT: in FXIMPLEMENT()
174 case DT_UINT: in onUpdValue()
222 case DT_UINT: in onCmdOption()
278 case DT_UINT: in onUpdOption()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXDataTarget.h87 DT_UINT, enumerator
128 …t& value,FXObject* tgt=NULL,FXSelector sel=0):data(&value),target(tgt),message(sel),type(DT_UINT){}
189 void connect(FXuint& value){ data=&value; type=DT_UINT; } in connect()
229 …(FXuint& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; type=DT_UINT; } in connect()
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXDataTarget.h87 DT_UINT, enumerator
128 …t& value,FXObject* tgt=NULL,FXSelector sel=0):data(&value),target(tgt),message(sel),type(DT_UINT){}
189 void connect(FXuint& value){ data=&value; type=DT_UINT; } in connect()
229 …(FXuint& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; type=DT_UINT; } in connect()
/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXDataTarget.h68 DT_UINT, enumerator
106 …t& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_UINT){} in target()
164 void connect(FXuint& value){ data=&value; type=DT_UINT; } in connect()
201 …(FXuint& value,FXObject* tgt,FXSelector sel){ target=tgt; data=&value; message=sel; type=DT_UINT; } in connect()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXDataTarget.cpp118 case DT_UINT: in FXIMPLEMENT()
174 case DT_UINT: in onUpdValue()
222 case DT_UINT: in onCmdOption()
278 case DT_UINT: in onUpdOption()
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXDataTarget.h65 DT_UINT, enumerator
100 …t& value,FXObject* tgt=NULL,FXSelector sel=0):target(tgt),data(&value),message(sel),type(DT_UINT){} in target()
157 void connect(FXuint& value){ type=DT_UINT; data=&value; } in connect()