Home
last modified time | relevance | path

Searched refs:delem (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/devel/libmowgli/libmowgli-5ab559e3af5b11767ada53d4401fb1c4443f3723/src/libmowgli/
H A Dmowgli_dictionary.c192 for (delem = dict->head, i = 0; delem != NULL; delem = delem->next, i++) in mowgli_dictionary_get_linear_index()
361 delem->left = delem->right = NULL; in mowgli_dictionary_link()
362 delem->next = delem->prev = NULL; in mowgli_dictionary_link()
436 if (delem == NULL) in mowgli_dictionary_unlink_root()
469 delem->prev->next = delem->next; in mowgli_dictionary_unlink_root()
474 if (delem->next) in mowgli_dictionary_unlink_root()
475 delem->next->prev = delem->prev; in mowgli_dictionary_unlink_root()
772 return delem; in mowgli_dictionary_add()
799 if (delem == NULL) in mowgli_dictionary_delete()
867 if (delem->left) in stats_recurse()
[all …]
H A Dmowgli_patricia.c130 delem = delem->node.down[val]; in first_leaf()
244 (*destroy_cb)(delem->leaf.key, delem->leaf.data, in mowgli_patricia_destroy()
311 delem = delem->node.parent; in mowgli_patricia_foreach()
382 delem = delem->node.parent; in mowgli_patricia_search()
532 delem = delem->node.parent; in mowgli_patricia_foreach_next()
589 while (delem != NULL && !IS_LEAF(delem)) in mowgli_patricia_elem_find()
595 delem = delem->node.down[val]; in mowgli_patricia_elem_find()
598 if (delem != NULL && strcmp(delem->leaf.key, ckey)) in mowgli_patricia_elem_find()
649 while (delem != NULL && !IS_LEAF(delem)) in mowgli_patricia_elem_add()
656 delem = delem->node.down[val]; in mowgli_patricia_elem_add()
[all …]
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/container/
H A Ddictionary.c183 for (delem = dict->head, i = 0; delem != NULL; delem = delem->next, i++) in mowgli_dictionary_get_linear_index()
351 delem->left = delem->right = NULL; in mowgli_dictionary_link()
352 delem->next = delem->prev = NULL; in mowgli_dictionary_link()
427 if (delem == NULL) in mowgli_dictionary_unlink_root()
469 delem->prev->next = delem->next; in mowgli_dictionary_unlink_root()
474 if (delem->next) in mowgli_dictionary_unlink_root()
475 delem->next->prev = delem->prev; in mowgli_dictionary_unlink_root()
758 delem->key = key; in mowgli_dictionary_add()
770 return delem; in mowgli_dictionary_add()
869 if (delem->left) in stats_recurse()
[all …]
H A Dpatricia.c138 delem = delem->node.down[val]; in first_leaf()
143 return delem; in first_leaf()
283 (*destroy_cb)(delem->leaf.key, delem->leaf.data, in mowgli_patricia_destroy()
358 delem = delem->node.parent; in mowgli_patricia_foreach()
439 delem = delem->node.parent; in mowgli_patricia_search()
598 delem = delem->node.parent; in mowgli_patricia_foreach_next()
664 while (delem != NULL && !IS_LEAF(delem)) in mowgli_patricia_elem_find()
671 delem = delem->node.down[val]; in mowgli_patricia_elem_find()
675 if ((delem != NULL) && strcmp(delem->leaf.key, ckey)) in mowgli_patricia_elem_find()
733 while (delem != NULL && !IS_LEAF(delem)) in mowgli_patricia_elem_add()
[all …]
/dports/irc/atheme-services/atheme-7.2.9/libmowgli-2/src/libmowgli/container/
H A Ddictionary.c183 for (delem = dict->head, i = 0; delem != NULL; delem = delem->next, i++) in mowgli_dictionary_get_linear_index()
351 delem->left = delem->right = NULL; in mowgli_dictionary_link()
352 delem->next = delem->prev = NULL; in mowgli_dictionary_link()
427 if (delem == NULL) in mowgli_dictionary_unlink_root()
469 delem->prev->next = delem->next; in mowgli_dictionary_unlink_root()
474 if (delem->next) in mowgli_dictionary_unlink_root()
475 delem->next->prev = delem->prev; in mowgli_dictionary_unlink_root()
758 delem->key = key; in mowgli_dictionary_add()
770 return delem; in mowgli_dictionary_add()
869 if (delem->left) in stats_recurse()
[all …]
H A Dpatricia.c138 delem = delem->node.down[val]; in first_leaf()
143 return delem; in first_leaf()
283 (*destroy_cb)(delem->leaf.key, delem->leaf.data, in mowgli_patricia_destroy()
358 delem = delem->node.parent; in mowgli_patricia_foreach()
439 delem = delem->node.parent; in mowgli_patricia_search()
598 delem = delem->node.parent; in mowgli_patricia_foreach_next()
664 while (delem != NULL && !IS_LEAF(delem)) in mowgli_patricia_elem_find()
671 delem = delem->node.down[val]; in mowgli_patricia_elem_find()
675 if ((delem != NULL) && strcmp(delem->leaf.key, ckey)) in mowgli_patricia_elem_find()
733 while (delem != NULL && !IS_LEAF(delem)) in mowgli_patricia_elem_add()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmiod/libsrc/
H A Diodutil.cc44 const DcmTagKey tagKey = delem.getTag(); in getAndCheckElementFromDataset()
49 result = delem.copyFrom(*stack.top()); in getAndCheckElementFromDataset()
74 if (delem) in getAndCheckElementFromDataset()
155 if (delem == NULL) in addElementToDataset()
160 if (delem == NULL) in addElementToDataset()
205 dataset.remove(delem); in addElementToDataset()
225 delete delem; in addElementToDataset()
267 else if ((delem == NULL) in checkElementValue()
268 || OFconst_cast(DcmElement*, delem) in checkElementValue()
347 return checkElementValue(&delem, delem.getTag(), vm, type, searchCond, moduleName, logLevel); in checkElementValue()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/tests/
H A Dtpread.cc220 DcmElement *delem = NULL; in sequentialNonOverlappingRead() local
229 cond = dset->findAndGetElement(DCM_RWavePointer, delem); in sequentialNonOverlappingRead()
252 DcmElement *delem = NULL; in sequentialOverlappingRead() local
258 cond = sequentialOverlappingRead(rnd, delem, &cache, buffer); in sequentialOverlappingRead()
261 cond = dset->findAndGetElement(DCM_RWavePointer, delem); in sequentialOverlappingRead()
284 DcmElement *delem = NULL; in randomRead() local
290 cond = randomRead(rnd, delem, &cache, buffer); in randomRead()
293 cond = dset->findAndGetElement(DCM_RWavePointer, delem); in randomRead()
296 cond = randomRead(rnd, delem, &cache, buffer); in randomRead()
302 cond = randomRead(rnd, delem, &cache, buffer); in randomRead()
[all …]
/dports/games/maelstrom/Maelstrom-3.0.6/
H A Ddialog.cpp183 struct dialog_elem *delem; in Add_Dialog() local
185 for ( delem = &dialog_list; delem->next; delem = delem->next ); in Add_Dialog()
186 delem->next = new dialog_elem; in Add_Dialog()
187 delem = delem->next; in Add_Dialog()
188 delem->dialog = dialog; in Add_Dialog()
189 delem->next = NULL; in Add_Dialog()
202 struct dialog_elem *delem; in Run() local
271 for ( delem = dialog_list.next; delem; delem = delem->next ) { in Run()
274 delem->dialog->Show(); in Run()
285 for ( delem = dialog_list.next; delem; delem = delem->next ) in Run()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/include/dcmtk/dcmpstat/
H A Ddvpsdef.h123 delem = new a_type(a_name); \
124 if (delem) dset.insert(delem, OFTrue); else result=EC_MemoryExhausted; \
131 delem = new a_type(a_name); \
132 if (delem) ditem->insert(delem, OFTrue); else result=EC_MemoryExhausted; \
139 delem = new a_type(a_name); \
140 if (delem) rspDataset->insert(delem, OFTrue); else writeresult=EC_MemoryExhausted; \
147 delem = new a_type(a_name); \
148 if (delem) \
150 delem->setGTag(a_group); \
151 dset.insert(delem, OFTrue); \
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsr/libsrc/
H A Ddsrsc3gr.cc104 DcmFloatingPointSingle delem(DCM_GraphicData); in read() local
105 …OFCondition result = DSRTypes::getAndCheckElementFromDataset(dataset, delem, "3-3n", "1", "SCOORD3… in read()
113 const unsigned long count = delem.getVM(); in read()
118 result = delem.getFloat32(x, i++); in read()
121 result = delem.getFloat32(y, i++); in read()
124 result = delem.getFloat32(z, i++); in read()
139 DcmFloatingPointSingle delem(DCM_GraphicData); in write() local
145 result = delem.putFloat32((*iterator).XCoord, i++); in write()
148 result = delem.putFloat32((*iterator).YCoord, i++); in write()
150 result = delem.putFloat32((*iterator).ZCoord, i++); in write()
[all …]
H A Ddsrwavch.cc99 DcmUnsignedShort delem(DCM_ReferencedWaveformChannels); in read() local
100 …OFCondition result = DSRTypes::getAndCheckElementFromDataset(dataset, delem, "2-2n", "1C", "WAVEFO… in read()
107 const unsigned long count = delem.getVM(); in read()
112 result = delem.getUint16(group, i++); in read()
115 result = delem.getUint16(channel, i++); in read()
129 DcmUnsignedShort delem(DCM_ReferencedWaveformChannels); in write() local
135 result = delem.putUint16((*iterator).MultiplexGroupNumber, i++); in write()
137 result = delem.putUint16((*iterator).ChannelNumber, i++); in write()
142 …result = DSRTypes::addElementToDataset(result, dataset, new DcmUnsignedShort(delem), "2-2n", "1", … in write()
H A Ddsrscogr.cc102 DcmFloatingPointSingle delem(DCM_GraphicData); in read() local
103 …OFCondition result = DSRTypes::getAndCheckElementFromDataset(dataset, delem, "2-2n", "1", "SCOORD … in read()
110 const unsigned long count = delem.getVM(); in read()
115 result = delem.getFloat32(column, i++); in read()
118 result = delem.getFloat32(row, i++); in read()
132 DcmFloatingPointSingle delem(DCM_GraphicData); in write() local
138 result = delem.putFloat32((*iterator).Column, i++); in write()
140 result = delem.putFloat32((*iterator).Row, i++); in write()
145 …result = DSRTypes::addElementToDataset(result, dataset, new DcmFloatingPointSingle(delem), "2-2n",… in write()
H A Ddsrtcodt.cc95 DcmDateTime delem(DCM_ReferencedDateTime); in read() local
96 …OFCondition result = DSRTypes::getAndCheckElementFromDataset(dataset, delem, "1-n", "1C", "TCOORD … in read()
102 const unsigned long count = delem.getVM(); in read()
106 if (delem.getOFString(value, i).good()) in read()
129 DcmDateTime delem(DCM_ReferencedDateTime); in write() local
130 result = delem.putOFStringArray(tmpString); in write()
133 …result = DSRTypes::addElementToDataset(result, dataset, new DcmDateTime(delem), "1-n", "1", "TCOOR… in write()
H A Ddsrtcosp.cc98 DcmUnsignedLong delem(DCM_ReferencedSamplePositions); in read() local
99 …OFCondition result = DSRTypes::getAndCheckElementFromDataset(dataset, delem, "1-n", "1C", "TCOORD … in read()
105 const unsigned long count = delem.getVM(); in read()
109 if (delem.getUint32(value, i).good()) in read()
122 DcmUnsignedLong delem(DCM_ReferencedSamplePositions); in write() local
128 delem.putUint32(*iterator, i++); in write()
133 …result = DSRTypes::addElementToDataset(result, dataset, new DcmUnsignedLong(delem), "1-n", "1", "T… in write()
H A Ddsrimgse.cc97 DcmUnsignedShort delem(DCM_ReferencedSegmentNumber); in read() local
98 …OFCondition result = DSRTypes::getAndCheckElementFromDataset(dataset, delem, "1-n", "1C", "IMAGE c… in read()
104 const unsigned long count = delem.getVM(); in read()
109 result = delem.getUint16(value, i++); in read()
122 DcmUnsignedShort delem(DCM_ReferencedSegmentNumber); in write() local
128 result = delem.putUint16((*iterator), i++); in write()
133 …result = DSRTypes::addElementToDataset(result, dataset, new DcmUnsignedShort(delem), "1-n", "1", "… in write()
H A Ddsrtcoto.cc101 DcmDecimalString delem(DCM_ReferencedTimeOffsets); in read() local
102 …OFCondition result = DSRTypes::getAndCheckElementFromDataset(dataset, delem, "1-n", "1C", "TCOORD … in read()
108 const unsigned long count = delem.getVM(); in read()
112 if (delem.getFloat64(value, i).good()) in read()
137 DcmDecimalString delem(DCM_ReferencedTimeOffsets); in write() local
138 result = delem.putOFStringArray(tmpString); in write()
141 …result = DSRTypes::addElementToDataset(result, dataset, new DcmDecimalString(delem), "1-n", "1", "… in write()
H A Ddsrimgfr.cc98 DcmIntegerString delem(DCM_ReferencedFrameNumber); in read() local
99 …OFCondition result = DSRTypes::getAndCheckElementFromDataset(dataset, delem, "1-n", "1C", "IMAGE c… in read()
105 const unsigned long count = delem.getVM(); in read()
110 result = delem.getSint32(value, i++); in read()
142 DcmIntegerString delem(DCM_ReferencedFrameNumber); in write() local
143 result = delem.putOFStringArray(tmpString); in write()
146 …result = DSRTypes::addElementToDataset(result, dataset, new DcmIntegerString(delem), "1-n", "1", "… in write()
H A Ddsrtypes.cc970 if (delem != NULL) in addElementToDataset()
975 if ((type == "2") || !delem->isEmpty()) in addElementToDataset()
993 delete delem; in addElementToDataset()
1022 result = delem.copyFrom(*stack.top()); in getElementFromDataset()
1121 else if ((delem == NULL) || delem->isEmpty(OFTrue /*normalize*/)) in checkElementValue()
1169 …return checkElementValue(&delem, delem.getTag(), vm, type, searchCond, moduleName, acceptViolation… in checkElementValue()
1181 const DcmTagKey tagKey = delem.getTag(); in getAndCheckElementFromDataset()
1186 result = delem.copyFrom(*stack.top()); in getAndCheckElementFromDataset()
1214 delem->getOFString(stringValue, 0); in getAndCheckStringValueFromDataset()
1731 if (writeEmptyValue || !delem.isEmpty()) in writeStringFromElementToXML()
[all …]
H A Ddsrreftn.cc207 DcmUnsignedLong delem(DCM_ReferencedContentItemIdentifier); in readContentItem() local
212 …OFCondition result = getAndCheckElementFromDataset(dataset, delem, "1-n", "1C", "by-reference rela… in readContentItem()
218 const unsigned long count = delem.getVM(); in readContentItem()
223 if (delem.getUint32(value, i).good()) in readContentItem()
238 DcmUnsignedLong delem(DCM_ReferencedContentItemIdentifier); in writeContentItem() local
248delem.putUint32(OFstatic_cast(Uint32, DSRTypes::stringToNumber(ReferencedContentItem.substr(posSta… in writeContentItem()
250delem.putUint32(OFstatic_cast(Uint32, DSRTypes::stringToNumber(ReferencedContentItem.substr(posSta… in writeContentItem()
256 …addElementToDataset(result, dataset, new DcmUnsignedLong(delem), "1-n", "1", "by-reference relatio… in writeContentItem()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmiod/include/dcmtk/dcmiod/
H A Diodutil.h86 DcmElement*& delem,
102 …static OFCondition getAndCheckElementFromDataset(DcmItem& dataset, DcmElement& delem, const IODRul…
156 const DcmElement& delem,
174 …copyElementToDataset(OFCondition& result, DcmItem& dataset, const DcmElement& delem, const IODRule…
191 …addElementToDataset(OFCondition& result, DcmItem& dataset, DcmElement* delem, const IODRule* rule);
205 static OFCondition checkElementValue(const DcmElement* delem,
224 static OFCondition checkElementValue(const DcmElement& delem,
282 …static OFCondition getFloat64ValuesFromElement(const DcmElement& delem, OFVector<Float64>& result);
294 static OFCondition setFloat64ValuesOnElement(DcmElement& delem,
317 static OFCondition setFloat32ValuesOnElement(DcmElement& delem,
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/common/
H A Distream.hpp16 char delem; member in acommon::IStream
18 IStream(char d = '\n') : delem(d) {} in IStream()
20 char delim() const {return delem;} in delim()
24 bool append_line(String & str) {return append_line(str, delem);} in append_line()
/dports/textproc/aspell/aspell-0.60.8/common/
H A Distream.hpp16 char delem; member in acommon::IStream
18 IStream(char d = '\n') : delem(d) {} in IStream()
20 char delim() const {return delem;} in delim()
24 bool append_line(String & str) {return append_line(str, delem);} in append_line()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpssv.cc168 DcmElement *delem=NULL; in write() local
180 delem = new DcmUnsignedShort(voiLUTDescriptor); in write()
181 if (delem) ditem->insert(delem, OFTrue /*replaceOld*/); else result=EC_MemoryExhausted; in write()
182 delem = new DcmUnsignedShort(voiLUTData); in write()
183 if (delem) ditem->insert(delem, OFTrue /*replaceOld*/); else result=EC_MemoryExhausted; in write()
186 delem = new DcmLongString(voiLUTExplanation); in write()
187 if (delem) ditem->insert(delem, OFTrue /*replaceOld*/); else result=EC_MemoryExhausted; in write()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmsign/libsrc/
H A Dsisrvpr.cc68 DcmElement *delem; in inspectSignatureDataset() local
73 if (item.findAndGetElement(DCM_ValueType, delem).good() && in inspectSignatureDataset()
74 item.findAndGetElement(DCM_ConceptNameCodeSequence, delem).good() && in inspectSignatureDataset()
75 item.findAndGetElement(DCM_ContentSequence, delem).good()) in inspectSignatureDataset()

12345678910>>...12