Home
last modified time | relevance | path

Searched defs:vcb (Results 1 – 25 of 93) sorted by relevance

1234

/dports/sysutils/ods2/ods2-1.3_1/
H A Daccess.c49 struct VCBDEV *rvn_to_dev(struct VCB *vcb,unsigned rvn) in rvn_to_dev()
90 unsigned accesshead(struct VCB *vcb,struct fiddef *fid,unsigned seg_num, in accesshead()
615 unsigned accessfile(struct VCB * vcb,struct fiddef * fid,struct FCB **fcbadd, in accessfile()
670 unsigned dismount(struct VCB * vcb) in dismount()
722 struct VCB *vcb; in mount() local
H A Dupdate.c294 unsigned update_addhead(struct VCB *vcb,char *filename,struct fiddef *back, in update_addhead()
362 unsigned update_create(struct VCB *vcb,struct fiddef *did,char *filename, in update_create()
534 unsigned accesserase(struct VCB * vcb,struct fiddef * fid) in accesserase()
620 unsigned access_create(struct VCB * vcb,struct FCB ** fcbadd,unsigned blocks) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/http2/hpack/decoder/
H A Dhpack_entry_decoder.cc152 ValueDecoderListener vcb(listener); in Resume() local
199 ValueDecoderListener vcb(listener); in Resume() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/http2/hpack/decoder/
H A Dhpack_entry_decoder.cc152 ValueDecoderListener vcb(listener); in Resume() local
199 ValueDecoderListener vcb(listener); in Resume() local
/dports/mail/avenger/avenger-0.8.5/asmtpd/
H A Dasync_ssl.h49 cbv::ptr vcb; variable
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/variant/writers/
H A DSomaticGVCFWriterUnitTest.java53 …final VariantContextBuilder vcb = new VariantContextBuilder("source", "contig", pos, pos, ALLELES); in testAddingAndMerging() local
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/Wasabi/bfc/
H A Ddispatch.h228 void vcb(void (CLASSNAME::*fn)(), void *retval, void **params) { in vcb() function
239 void vcb(void (CLASSNAME::*fn)(PARAM1), void *retval, void **params) { in vcb() function
245 void vcb(void (CLASSNAME::*fn)(PARAM1, PARAM2), void *retval, void **params) { in vcb() function
260 void vcb(void (CLASSNAME::*fn)(PARAM1, PARAM2, PARAM3), void *retval, void **params) { in vcb() function
277 void vcb(void (CLASSNAME::*fn)(PARAM1, PARAM2, PARAM3, PARAM4), void *retval, void **params) { in vcb() function
296 …void vcb(void (CLASSNAME::*fn)(PARAM1, PARAM2, PARAM3, PARAM4, PARAM5), void *retval, void **param… in vcb() function
317 …void vcb(void (CLASSNAME::*fn)(PARAM1, PARAM2, PARAM3, PARAM4, PARAM5, PARAM6), void *retval, void… in vcb() function
340 …void vcb(void (CLASSNAME::*fn)(PARAM1, PARAM2, PARAM3, PARAM4, PARAM5, PARAM6, PARAM7), void *retv… in vcb() function
365 …void vcb(void (CLASSNAME::*fn)(PARAM1, PARAM2, PARAM3, PARAM4, PARAM5, PARAM6, PARAM7, PARAM8), vo… in vcb() function
392 …void vcb(void (CLASSNAME::*fn)(PARAM1, PARAM2, PARAM3, PARAM4, PARAM5, PARAM6, PARAM7, PARAM8, PAR… in vcb() function
[all …]
/dports/security/py-m2crypto/M2Crypto-0.38.0/src/SWIG/
H A D_engine.i140 void engine_pkcs11_data_free(void * vcb) { in engine_pkcs11_data_free()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mfpf/
H A Dmfpf_vec_cost_builder.cxx54 std::unique_ptr<mfpf_vec_cost_builder> vcb; in create_from_stream() local
H A Dmfpf_region_definer.cxx53 std::unique_ptr<mfpf_region_definer> vcb; in create_from_stream() local
/dports/net-im/tox/c-toxcore-0.2.13/toxav/
H A Dvideo.h42 toxav_video_receive_frame_cb *vcb; member
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/mutect/filtering/
H A DAlleleFilterUtils.java110 …VariantContextBuilder vcb = new VariantContextBuilder(vc).attribute(GATKVCFConstants.AS_FILTER_STA… in addAlleleAndSiteFilters() local
H A DNuMTFilterTool.java80 VariantContextBuilder vcb = new VariantContextBuilder(variant); in apply() local
H A DMTLowHeteroplasmyFilterTool.java80 VariantContextBuilder vcb = new VariantContextBuilder(variant); in secondPassApply() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/examples/
H A DExampleTwoPassVariantWalker.java76 VariantContextBuilder vcb = new VariantContextBuilder(variant); in secondPassApply() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/
H A DMethylationTypeCaller.java137 final VariantContextBuilder vcb = new VariantContextBuilder(); in apply() local
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/fde/
H A Demb_evaluators.F9030 real(kind=8) :: vna, vcb, w local
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_simd_module.py39 vcb = lambda intrin: getattr(npyv, f"{intrin}_{sfx}") function
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/validation/
H A DMergeMutect2CallsWithMC3.java108 …final VariantContextBuilder vcb = makeVariantContextBuilderWithM2Center(truthVersusEval.getTruth()) in apply() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/funcotator/
H A DFuncotateSegments.java253 … final VariantContextBuilder vcb = new VariantContextBuilder(vc).attributes(transformedAttributes); in transformAttributesToStandardNames() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/annotator/
H A DVariantOverlapAnnotator.java80 final VariantContextBuilder vcb = new VariantContextBuilder(vcToAnnotate); in annotateRsID() local
/dports/devel/grantlee5/grantlee-5.2.0/examples/codegen/
H A Dcomboboxdelegate.cpp37 ViewComboBox *vcb = new ViewComboBox(parent); in createWidget() local
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/variant/writers/
H A DGVCFBlock.java45 final VariantContextBuilder vcb = new VariantContextBuilder(getStartingVC()); in toVariantContext() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/readthreading/
H A DReadThreadingAssemblerUnitTest.java130 …final VariantContextBuilder vcb = new VariantContextBuilder("x", loc.getContig(), variantSite, var… in testAssembleRefAndSNP() local
140 …final VariantContextBuilder vcb = new VariantContextBuilder("x", loc.getContig(), variantSite, var… in testAssembleRefAndDeletion() local
151 …final VariantContextBuilder vcb = new VariantContextBuilder("x", loc.getContig(), variantSite, var… in testAssembleRefAndInsertion() local
/dports/x11-toolkits/pangolin/Pangolin-0.6/include/pangolin/display/widgets/
H A Dwidgets.h100 Viewport vcb; member

1234