Home
last modified time | relevance | path

Searched refs:repType (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/libsrc/
H A Ddcpixel.cxx40 E_TransferSyntax repType; member in DcmRepresentationEntry
66 : repType(rt), in DcmRepresentationEntry()
76 : repType(oldEntry.repType), in DcmRepresentationEntry()
96 return (repType == x.repType) && in operator ==()
236 DcmXfer toType(repType); in canChooseRepresentation()
296 DcmXfer toType(repType); in chooseRepresentation()
431 (*result)->repType < findEntry.repType) in findRepresentationEntry()
464 if ((current != repListEnd) && ((*current)->repType == repType) && in findConformingEncapsulatedRepresentation()
477 if ((*it)->repType == repType) in findConformingEncapsulatedRepresentation()
561 repType = (*current)->repType; in getCurrentRepresentationKey()
[all …]
H A Ddcdatset.cxx455 OFCondition DcmDataset::chooseRepresentation(const E_TransferSyntax repType, in chooseRepresentation() argument
468 if (!pixelData->canChooseRepresentation(repType, repParam)) in chooseRepresentation()
480 chooseRepresentation(repType, repParam, pixelStack.top()); in chooseRepresentation()
497 OFBool DcmDataset::hasRepresentation(const E_TransferSyntax repType, in hasRepresentation() argument
508 result = pixelData->hasRepresentation(repType, repParam); in hasRepresentation()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcpixel.cc39 : repType(rt), in DcmRepresentationEntry()
49 : repType(oldEntry.repType), in DcmRepresentationEntry()
67 return (repType == x.repType) && in operator ==()
211 DcmXfer toType(repType); in canChooseRepresentation()
277 DcmXfer toType(repType); in chooseRepresentation()
532 (*result)->repType < findEntry.repType) in findRepresentationEntry()
565 if ((current != repListEnd) && ((*current)->repType == repType) && in findConformingEncapsulatedRepresentation()
578 if ((*it)->repType == repType) in findConformingEncapsulatedRepresentation()
655 E_TransferSyntax & repType, in getCurrentRepresentationKey() argument
660 repType = (*current)->repType; in getCurrentRepresentationKey()
[all …]
H A Ddcdatset.cc136 E_TransferSyntax repType = EXS_Unknown; in updateOriginalXfer() local
140 pixelData->getCurrentRepresentationKey(repType, repParam); in updateOriginalXfer()
142 if (repType == EXS_LittleEndianExplicit /* default */) in updateOriginalXfer()
149 CurrentXfer = repType; in updateOriginalXfer()
152 else if (repType != EXS_Unknown) in updateOriginalXfer()
154 CurrentXfer = repType; in updateOriginalXfer()
712 DcmXfer torep(repType); in chooseRepresentation()
775 chooseRepresentation(repType, repParam, pixelStack.top()); in chooseRepresentation()
790 CurrentXfer = repType; in chooseRepresentation()
795 OFBool DcmDataset::hasRepresentation(const E_TransferSyntax repType, in hasRepresentation() argument
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/include/
H A Ddcpixel.h128 const DcmXfer & repType,
268 const E_TransferSyntax repType,
277 const E_TransferSyntax repType,
285 const E_TransferSyntax repType,
307 const E_TransferSyntax repType,
315 E_TransferSyntax & repType,
322 E_TransferSyntax & repType,
334 const E_TransferSyntax repType,
341 const E_TransferSyntax repType,
358 const E_TransferSyntax repType,
H A Ddcfilefo.h182 OFCondition chooseRepresentation(const E_TransferSyntax repType, in chooseRepresentation() argument
185 return getDataset()->chooseRepresentation(repType, repParam); in chooseRepresentation()
192 OFBool hasRepresentation(const E_TransferSyntax repType, in hasRepresentation() argument
195 return getDataset()->hasRepresentation(repType, repParam); in hasRepresentation()
H A Ddcdatset.h217 OFCondition chooseRepresentation(const E_TransferSyntax repType,
224 OFBool hasRepresentation(const E_TransferSyntax repType,
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/include/dcmtk/dcmdata/
H A Ddcpixel.h115 E_TransferSyntax repType; variable
204 const DcmXfer & repType,
439 const E_TransferSyntax repType,
448 const E_TransferSyntax repType,
456 const E_TransferSyntax repType,
519 const E_TransferSyntax repType,
527 E_TransferSyntax & repType,
534 E_TransferSyntax & repType,
546 const E_TransferSyntax repType,
553 const E_TransferSyntax repType,
[all …]
H A Ddcfilefo.h339 OFCondition chooseRepresentation(const E_TransferSyntax repType, in chooseRepresentation() argument
342 return getDataset()->chooseRepresentation(repType, repParam); in chooseRepresentation()
352 OFBool hasRepresentation(const E_TransferSyntax repType, in hasRepresentation() argument
355 return getDataset()->hasRepresentation(repType, repParam); in hasRepresentation()
H A Ddcdatset.h354 OFCondition chooseRepresentation(const E_TransferSyntax repType,
364 OFBool hasRepresentation(const E_TransferSyntax repType,
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/schema/
H A Dreflection.go311 func typeToNode(name string, typ reflect.Type, repType parquet.Repetition, info *taggedInfo) Node {
337 repType = info.RepetitionType
366 return Must(MapOf(name, key, value, repType, fieldID))
386 return Must(NewGroupNode(name, repType, fields, fieldID))
392 return NewInt96Node(name, repType, fieldID)
403 … return MustPrimitive(NewPrimitiveNodeLogical(name, repType, logical, physical, typeLen, fieldID))
412 case repType == parquet.Repetitions.Repeated:
424 … return MustPrimitive(NewPrimitiveNodeLogical(name, repType, logical, physical, typeLen, fieldID))
454 return MustPrimitive(NewPrimitiveNodeLogical(name, repType, logical, t, typeLen, fieldID))
470 return MustPrimitive(NewPrimitiveNodeLogical(name, repType, logical, ptyp, typeLen, fieldID))
[all …]
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/extensions/
H A DXIproto.h186 CARD8 repType; /* X_Reply */ member
213 CARD8 repType; /* X_Reply */ member
311 CARD8 repType; /* X_Reply */ member
363 CARD8 repType; /* X_Reply */ member
405 CARD8 repType; /* X_Reply */ member
448 CARD8 repType; /* X_Reply */ member
478 CARD8 repType; /* X_Reply */ member
507 CARD8 repType; /* X_Reply */ member
1031 CARD8 repType; /* X_Reply */ member
1061 CARD8 repType; /* X_Reply */ member
[all …]
H A DXI2proto.h290 uint8_t repType; /**< ::X_Reply */ member
318 uint8_t repType; /**< ::X_Reply */ member
357 uint8_t repType; /**< Input extension major opcode */ member
388 uint8_t repType; /**< Input extension major opcode */ member
537 uint8_t repType; /**< Input extension major opcode */ member
579 uint8_t repType; /**< Input extension major opcode */ member
623 uint8_t repType; /**< Input extension major opcode */ member
708 uint8_t repType; /**< Input extension major opcode */ member
752 uint8_t repType; /**< Input extension major opcode */ member
817 uint8_t repType; /**< Input extension major opcode */ member
H A Dgeproto.h69 CARD8 repType; /* X_Reply */ member
/dports/net/tightvnc/vnc_unixsrc/Xvnc/include/extensions/
H A DXIproto.h176 CARD8 repType; /* X_Reply */ member
203 CARD8 repType; /* X_Reply */ member
285 CARD8 repType; /* X_Reply */ member
333 CARD8 repType; /* X_Reply */ member
375 CARD8 repType; /* X_Reply */ member
418 CARD8 repType; /* X_Reply */ member
448 CARD8 repType; /* X_Reply */ member
477 CARD8 repType; /* X_Reply */ member
945 CARD8 repType; /* X_Reply */ member
975 CARD8 repType; /* X_Reply */ member
[all …]
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/tests/
H A Drichdocumenttest.cpp162 QFETCH(Format, repType); in testRegExpReplace()
174 if(inType == Plain && repType == Plain) { in testRegExpReplace()
181 QString docOut = inType == Plain && repType == Plain ? doc.toPlainText() : doc.toHtml(); in testRegExpReplace()
220 QFETCH(Format, repType); in testIndexReplace()
232 if(inType == Plain && repType == Plain) { in testIndexReplace()
239 QString docOut = inType == Plain && repType == Plain ? doc.toPlainText() : doc.toHtml(); in testIndexReplace()
/dports/net-mgmt/pmacct/pmacct-1.7.5/examples/lg/
H A Dpmbgp.py152 repType = 0
160 repType = repResultsJsonObj['query_type']
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimgle/libsrc/
H A Ddidocu.cc134 E_TransferSyntax repType = EXS_Unknown; in convertPixelData() local
136 PixelData->getOriginalRepresentationKey(repType, repParam); in convertPixelData()
137 if (xfer.isEncapsulated() && !DcmXfer(repType).isEncapsulated()) in convertPixelData()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/include/dcmtk/dcmimage/
H A Ddiquant.h72 DcmRepresentativeColorType repType = DcmRepresentativeColorType_default);
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/libsrc/
H A Ddiquant.cc51 DcmRepresentativeColorType repType) in createPaletteColorImage() argument
79 …result = colormap.medianCut(chv, cols * rows * frames, maxval, numberOfColors, largeType, repType); in createPaletteColorImage()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/server/
H A DServer.cc154 const int repType = rng.event(tf.current()) ? in selectRepType() local
156 oid.repToRedir(repType == rpt302Found); in selectRepType()
/dports/textproc/redisearch16/RediSearch-1.6.16/src/
H A Dgeo_index.c17 int repType = RedisModule_CallReplyType(rep); in GeoIndex_AddStrings() local
19 if (repType == REDISMODULE_REPLY_ERROR) { in GeoIndex_AddStrings()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/Xi/
H A Dgetvers.c102 .repType = X_Reply, in ProcXGetExtensionVersion()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/Xi/
H A Dgetvers.c102 .repType = X_Reply, in ProcXGetExtensionVersion()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/Xi/
H A Dgetvers.c102 .repType = X_Reply, in ProcXGetExtensionVersion()

12345678910>>...13