Home
last modified time | relevance | path

Searched refs:tuplePtr (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpam.c1356 tuplePtr = ul; in pnm_backgroundtuple()
1359 tuplePtr = ul; in pnm_backgroundtuple()
1362 tuplePtr = ul; in pnm_backgroundtuple()
1365 tuplePtr = ur; in pnm_backgroundtuple()
1367 tuplePtr = ul; in pnm_backgroundtuple()
1369 tuplePtr = ul; in pnm_backgroundtuple()
1371 tuplePtr = ul; in pnm_backgroundtuple()
1373 tuplePtr = ur; in pnm_backgroundtuple()
1375 tuplePtr = ur; in pnm_backgroundtuple()
1377 tuplePtr = ll; in pnm_backgroundtuple()
[all …]
/dports/devel/efl/efl-1.25.1/src/bindings/mono/eina_mono/
H A Deina_hash.cs743 for (IntPtr tuplePtr; eina_iterator_next(itr, out tuplePtr);) in GetEnumerator()
745 var tuple = Marshal.PtrToStructure<Eina.HashTupleNative>(tuplePtr); in GetEnumerator()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/src/
H A DPyTorchModelLoader.cpp90 const std::vector<GlowIValue> *tuplePtr; in expandIntIValIfNeeded() local
91 ASSIGN_VALUE_OR_RETURN_ERR(tuplePtr, glowIVal.toTuple()); in expandIntIValIfNeeded()
93 tuplePtr->size() == size, in expandIntIValIfNeeded()
95 size, tuplePtr->size())); in expandIntIValIfNeeded()
97 for (const auto &ival : *tuplePtr) { in expandIntIValIfNeeded()
149 const std::vector<GlowIValue> *tuplePtr; in contractIntIValIfNeeded() local
150 ASSIGN_VALUE_OR_RETURN_ERR(tuplePtr, glowIVal.toTuple()); in contractIntIValIfNeeded()
151 RETURN_ERR_IF_NOT(!tuplePtr->empty(), "Unexpected empty tuple"); in contractIntIValIfNeeded()
153 ASSIGN_VALUE_OR_RETURN_ERR(value, (*tuplePtr)[0].toInt()); in contractIntIValIfNeeded()
154 for (size_t i = 1; i < tuplePtr->size(); ++i) { in contractIntIValIfNeeded()
[all …]
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltTupleCmd.c493 static int GetTuple(TupleCmd *cmdPtr, Tcl_Obj *objPtr, Blt_Tuple *tuplePtr);
1072 GetTuple(TupleCmd *cmdPtr, Tcl_Obj *objPtr, Blt_Tuple *tuplePtr) in GetTuple() argument
1089 *tuplePtr = tuple; in GetTuple()
1128 *tuplePtr = tuple; in GetTuple()