Home
last modified time | relevance | path

Searched +defs:read +defs:base (Results 1 – 25 of 3130) sorted by relevance

12345678910>>...126

/dports/biology/canu/canu-2.2/src/overlapErrorAdjustment/
H A DfindErrors-Output.C44 FPrint_Vote(FILE *fp, char base, const Vote_Tally_t &vote) { in FPrint_Vote()
60 FPrint_Votes(FILE *fp, const Frag_Info_t &read, uint32 j, uint32 loc_r) { in FPrint_Votes()
105 Check_Del_Subst(const Vote_Tally_t &vote, char base, int32 Haplo_Expected, int32 Haplo_Confirm) { in Check_Del_Subst()
165 Check_Insert(const Vote_Tally_t &vote, char base, int32 Haplo_Expected, int32 Haplo_Confirm) { in Check_Insert()
235 Find_Het_Del_Positions(const feParameters *G, const Frag_Info_t &read, int32 Haplo_Confirm) { in Find_Het_Del_Positions()
248 Report_Position(const feParameters *G, const Frag_Info_t &read, uint32 pos, bool block_deletion, in Report_Position()
252 char base = read.sequence[pos]; in Report_Position() local
309 const Frag_Info_t &read = G->reads[read_idx]; in Output_Corrections() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3native/
H A DNativeS3FileSystemContractBaseTest.java80 private void createTestFiles(String base) throws IOException { in createTestFiles()
89 String base = "test/hadoop" + i; in testDirWithDifferentMarkersWorks() local
121 String base = "test/hadoop"; in testDeleteWithNoMarker() local
134 String base = "test/hadoop"; in testRenameWithNoMarker() local
182 public int read() throws IOException { in testRetryOnIoException() method in NativeS3FileSystemContractBaseTest.TestInputStream
194 public int read(byte[] b, int off, int len) throws IOException { in testRetryOnIoException() method in NativeS3FileSystemContractBaseTest.TestInputStream
236 int read = stream.read(temp, 0, 8); in testRetryOnIoException() local
/dports/math/gap/gap-4.11.0/pkg/simpcomp/src/
H A Dutil.cpp13 size_t remove_duplicates(void * base, size_t num, size_t size, int (* comparison)(const void *, con… in remove_duplicates() argument
20 const unsigned char * read = static_cast< const unsigned char * >(base); in remove_duplicates() local
39 size_t remove_from_set(void * base, size_t num, const void * base2, size_t num2, size_t size, int (… in remove_from_set() argument
46 const unsigned char * read = static_cast< const unsigned char * >(base); in remove_from_set() local
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DStripUTF8BOMInputStream.java14 InputStream base; field in StripUTF8BOMInputStream
16 public StripUTF8BOMInputStream(InputStream base) { in StripUTF8BOMInputStream()
28 public int read() throws IOException { in read() method in StripUTF8BOMInputStream
/dports/math/polymake/polymake-4.5/external/permlib/test/
H A Dgroup_reader.h45 bool read(const std::string& s) { in read() function
49 bool read(const char* filename) { in read() function
90 const std::list<dom_int>& base() const { return m_base; } in base() function
/dports/math/permlib/PermLib-0.2.9/test/
H A Dgroup_reader.h45 bool read(const std::string& s) { in read() function
49 bool read(const char* filename) { in read() function
90 const std::list<dom_int>& base() const { return m_base; } in base() function
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/io/
H A DNBufferedInputStream.java9 InputStream base; field in NBufferedInputStream
13 public NBufferedInputStream(InputStream base) { in NBufferedInputStream()
32 public synchronized int read() throws java.io.IOException { in read() method in NBufferedInputStream
42 public synchronized int read(byte[] buf, int offset, int count) in read() method in NBufferedInputStream
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dbyteorder.h93 #define RW_PCVAL(read,inbuf,outbuf,len) \ argument
97 #define RW_PIVAL(read,inbuf,outbuf,len) \ argument
101 #define RW_PSVAL(read,inbuf,outbuf,len) \ argument
105 #define RW_CVAL(read, inbuf, outbuf, offset) \ argument
109 #define RW_IVAL(read, inbuf, outbuf, offset) \ argument
205 #define DBG_RW_PCVAL(charmode,string,depth,base,read,inbuf,outbuf,len) \ argument
213 #define DBG_RW_PSVAL(charmode,string,depth,base,read,inbuf,outbuf,len) \ argument
221 #define DBG_RW_PIVAL(charmode,string,depth,base,read,inbuf,outbuf,len) \ argument
229 #define DBG_RW_CVAL(string,depth,base,read,inbuf,outbuf) \ argument
234 #define DBG_RW_SVAL(string,depth,base,read,inbuf,outbuf) \ argument
[all …]
/dports/math/kfr/kfr-4.2.1/include/kfr/simd/
H A Dread_write.hpp36 KFR_INTRINSIC vec<T, N> read(const T* src) in read() function
49 KFR_INTRINSIC vec<T, Nout> gather(const T* base, size_t index, Indices... indices) in gather()
55 KFR_INTRINSIC vec<T, Nout> gather(const T* base) in gather()
61 KFR_INTRINSIC void scatter(const T* base, const vec<T, N>& value) in scatter()
75 KFR_INTRINSIC vec<T, Nout> gather_stride(const T* base, csizes_t<Indices...>) in gather_stride()
87 KFR_INTRINSIC vec<T, N> gather(const T* base, const vec<u32, N>& indices) in gather()
93 KFR_INTRINSIC vec<T, Nout * groupsize> gather_stride(const T* base, size_t stride) in gather_stride()
99 KFR_INTRINSIC vec<T, Nout> gather_stride(const T* base) in gather_stride()
111 KFR_INTRINSIC vec<T, N * groupsize> gather(const T* base, const vec<IT, N>& offset) in gather()
135 KFR_INTRINSIC void scatter_stride(T* base, const vec<T, Nout>& value, size_t stride) in scatter_stride() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/from_chars/
H A D3.cc29 read(const char* first, const char* last, int base) in read() function
53 for (int base = 2; base < 37; ++base) in test01() local
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/tests/gtest/
H A DTestCloneInputStream.cpp49 nsCOMPtr<nsIInputStream> base; in TEST() local
77 nsCOMPtr<nsIInputStream> base; in TEST() local
128 nsCOMPtr<nsIInputStream> base; in TEST() local
148 uint32_t read; in TEST() local
168 nsCOMPtr<nsIInputStream> base; in TEST() local
178 uint32_t read; in TEST() local
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DCustomBase.cxx37 bool CustomBase::read(const char *cmd, std::istream& input) in read() function in CustomBase
62 BaseBuilding* base = new BaseBuilding(pos, rotation, absSize, color, ricochet); in writeToGroupDef() local
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DCustomBase.cxx37 bool CustomBase::read(const char *cmd, std::istream& input) in read() function in CustomBase
62 BaseBuilding* base = new BaseBuilding(pos, rotation, absSize, color, ricochet); in writeToGroupDef() local
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dbyteorder.h99 #define RW_PCVAL(read,inbuf,outbuf,len) \ argument
103 #define RW_PIVAL(read,big_endian,inbuf,outbuf,len) \ argument
111 #define RW_CVAL(read, inbuf, outbuf, offset) \ argument
231 #define DBG_RW_PCVAL(charmode,string,depth,base,read,inbuf,outbuf,len) \ argument
239 #define DBG_RW_PSVAL(charmode,string,depth,base,read,big_endian,inbuf,outbuf,len) \ argument
247 #define DBG_RW_PIVAL(charmode,string,depth,base,read,big_endian,inbuf,outbuf,len) \ argument
255 #define DBG_RW_CVAL(string,depth,base,read,inbuf,outbuf) \ argument
260 #define DBG_RW_SVAL(string,depth,base,read,big_endian,inbuf,outbuf) \ argument
265 #define DBG_RW_IVAL(string,depth,base,read,big_endian,inbuf,outbuf) \ argument
271 #define ALIGN4(p,base) ((p) + ((4 - (PTR_DIFF((p), (base)) & 3)) & 3)) argument
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/calculators/
H A Dvaverage.h20 #pragma once
38 class VAverage final : public QMCalculator { in getFieldOrder()
/dports/www/middleman/middleman/libntlm/
H A Dsmbbyteorder.h99 #define RW_PCVAL(read,inbuf,outbuf,len) \ argument
103 #define RW_PIVAL(read,big_endian,inbuf,outbuf,len) \ argument
107 #define RW_PSVAL(read,big_endian,inbuf,outbuf,len) \ argument
111 #define RW_CVAL(read, inbuf, outbuf, offset) \ argument
115 #define RW_IVAL(read, big_endian, inbuf, outbuf, offset) \ argument
226 #define DBG_RW_PCVAL(charmode,string,depth,base,read,inbuf,outbuf,len) \ argument
234 #define DBG_RW_PSVAL(charmode,string,depth,base,read,big_endian,inbuf,outbuf,len) \ argument
242 #define DBG_RW_PIVAL(charmode,string,depth,base,read,big_endian,inbuf,outbuf,len) \ argument
250 #define DBG_RW_CVAL(string,depth,base,read,inbuf,outbuf) \ argument
255 #define DBG_RW_SVAL(string,depth,base,read,big_endian,inbuf,outbuf) \ argument
[all …]
/dports/mail/fetchmailconf/fetchmail-6.4.28/
H A Dsmbbyteorder.h99 #define RW_PCVAL(read,inbuf,outbuf,len) \ argument
103 #define RW_PIVAL(read,big_endian,inbuf,outbuf,len) \ argument
107 #define RW_PSVAL(read,big_endian,inbuf,outbuf,len) \ argument
111 #define RW_CVAL(read, inbuf, outbuf, offset) \ argument
115 #define RW_IVAL(read, big_endian, inbuf, outbuf, offset) \ argument
226 #define DBG_RW_PCVAL(charmode,string,depth,base,read,inbuf,outbuf,len) \ argument
234 #define DBG_RW_PSVAL(charmode,string,depth,base,read,big_endian,inbuf,outbuf,len) \ argument
242 #define DBG_RW_PIVAL(charmode,string,depth,base,read,big_endian,inbuf,outbuf,len) \ argument
250 #define DBG_RW_CVAL(string,depth,base,read,inbuf,outbuf) \ argument
255 #define DBG_RW_SVAL(string,depth,base,read,big_endian,inbuf,outbuf) \ argument
[all …]

12345678910>>...126