Home
last modified time | relevance | path

Searched refs:Int_FromLong (Results 1 – 11 of 11) sorted by relevance

/dports/devel/py-omniorb/omniORBpy-4.2.4/modules/
H A DpyTypeCode.cc200 PyObject* oo = Int_FromLong(offset + base_); in add()
206 PyObject* oo = Int_FromLong(offset + base_); in lookup()
781 PyTuple_SET_ITEM(d_o, 0, Int_FromLong(tk)); in r_unmarshalTypeCode()
866 PyTuple_SET_ITEM(d_o, 0, Int_FromLong(tk)); in r_unmarshalTypeCode()
956 PyTuple_SET_ITEM(d_o, 0, Int_FromLong(tk)); in r_unmarshalTypeCode()
1051 PyTuple_SET_ITEM(d_o, 0, Int_FromLong(tk)); in r_unmarshalTypeCode()
1152 PyTuple_SET_ITEM(d_o, 0, Int_FromLong(tk)); in r_unmarshalTypeCode()
1201 PyTuple_SET_ITEM(d_o, 0, Int_FromLong(tk)); in r_unmarshalTypeCode()
1294 PyTuple_SET_ITEM(d_o, 0, Int_FromLong(tk)); in r_unmarshalTypeCode()
1297 PyTuple_SET_ITEM(d_o, 4, Int_FromLong(mod)); in r_unmarshalTypeCode()
[all …]
H A DpyomniFunc.cc413 return Int_FromLong(omniORB::traceLevel); in pyomni_traceLevel()
438 return Int_FromLong(omniORB::traceExceptions); in pyomni_traceExceptions()
463 return Int_FromLong(omniORB::traceInvocations); in pyomni_traceInvocations()
488 return Int_FromLong(omniORB::traceInvocationReturns); in pyomni_traceInvocationReturns()
513 return Int_FromLong(omniORB::traceThreadId); in pyomni_traceThreadId()
538 return Int_FromLong(omniORB::traceTime); in pyomni_traceTime()
H A Domnipy_sysdep.h63 # define Int_FromLong(l) PyInt_FromLong(l) macro
132 # define Int_FromLong(l) PyLong_FromLong(l) macro
H A DpyValueType.cc84 PyObject* val = Int_FromLong(current); in addValue()
104 val = Int_FromLong(current); in addRepoIds()
160 PyObject* key = Int_FromLong(pos); in add()
171 PyObject* key = Int_FromLong(pos); in lookup()
H A DpyFixed.cc179 return Int_FromLong(self->ob_fixed->fixed_digits()); in fixed_precision()
185 return Int_FromLong(self->ob_fixed->fixed_scale()); in fixed_decimals()
H A DpyPOAManagerFunc.cc117 return Int_FromLong((int)s); in pyPM_get_state()
H A DpyMarshal.cc2439 return Int_FromLong(s); in unmarshalPyObjectShort()
2447 return Int_FromLong(l); in unmarshalPyObjectLong()
2455 return Int_FromLong(us); in unmarshalPyObjectUShort()
2514 return Int_FromLong(o); in unmarshalPyObjectOctet()
2761 PyList_SET_ITEM(r_o, i, Int_FromLong(e)); in unmarshalPyObjectSeqArray()
2771 PyList_SET_ITEM(r_o, i, Int_FromLong(e)); in unmarshalPyObjectSeqArray()
2781 PyList_SET_ITEM(r_o, i, Int_FromLong(e)); in unmarshalPyObjectSeqArray()
H A DpyObjectRef.cc752 return Int_FromLong(h); in pyObjRef_hash()
H A DpyCallDescriptor.cc531 return Int_FromLong(len); in OMNI_USING_NAMESPACE()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dclmodule.c898 func(BytesPerSample, Int_FromLong) in func() argument
899 func(BytesPerPixel, Int_FromLong) in func()
902 func(AlgorithmNumber, Int_FromLong) in func()
903 func(AlgorithmType, Int_FromLong) in func()
904 func2(Algorithm, Int_FromLong) in func()
905 func(ParamNumber, Int_FromLong) in func()
906 func(ParamType, Int_FromLong) in func()
907 func2(ParamID, Int_FromLong) in func()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dclmodule.c898 func(BytesPerSample, Int_FromLong) in func() argument
899 func(BytesPerPixel, Int_FromLong) in func()
902 func(AlgorithmNumber, Int_FromLong) in func()
903 func(AlgorithmType, Int_FromLong) in func()
904 func2(Algorithm, Int_FromLong) in func()
905 func(ParamNumber, Int_FromLong) in func()
906 func(ParamType, Int_FromLong) in func()
907 func2(ParamID, Int_FromLong) in func()