Home
last modified time | relevance | path

Searched +refs:read +refs:word (Results 1 – 25 of 51162) sorted by relevance

12345678910>>...2047

/dports/audio/midifile/midifile-988d55b/src/
H A DBinasc.cpp613 infile.read((char*)&ch, 1); in getVLV()
648 infile.read((char*)&ch, 1); in readMidiEvent()
983 input.read((char*)&ch, 1); in outputStyleMidi()
994 input.read((char*)&ch, 1); in outputStyleMidi()
996 input.read((char*)&ch, 1); in outputStyleMidi()
998 input.read((char*)&ch, 1); in outputStyleMidi()
1021 input.read((char*)&ch, 1); in outputStyleMidi()
1023 input.read((char*)&ch, 1); in outputStyleMidi()
1040 input.read((char*)&ch, 1); in outputStyleMidi()
1042 input.read((char*)&ch, 1); in outputStyleMidi()
[all …]
/dports/devel/lua-luarocks/luarocks-3.8.0/src/luarocks/core/
H A Dsysdetect.lua19 local s = fd:read(1)
101 local word = hdr.word
110 section.sh_flags = read(fd, word, endian)
111 section.sh_addr = read(fd, word, endian)
112 section.sh_offset = read(fd, word, endian)
113 section.sh_size = read(fd, word, endian)
225 local word = (hdr.bits == 1) and 4 or 8
226 hdr.word = word
228 hdr.e_entry = read(fd, word, endian)
229 hdr.e_phoff = read(fd, word, endian)
[all …]
/dports/biology/bbmap/bbmap/current/bloom/
H A DKCountArray7MTA.java237 assert(word>>>(cellBits*key) == word>>>(cellBits*(key&cellMask))); in readHashed()
382 word>>>=cellBits; in toContentsString()
439 if(word!=0){ in run()
448 while(word!=0){ in run()
452 word=word>>>cellBits; in run()
598 int value, word, word2; in incrementHashedLocal() local
601 word=array.get(index); in incrementHashedLocal()
605 }while(word!=word2 && !array.compareAndSet(index, word, word2)); in incrementHashedLocal()
618 int value, word, word2; in incrementHashedLocalAndReturnUnincremented() local
624 }while(word!=word2 && !array.compareAndSet(index, word, word2)); in incrementHashedLocalAndReturnUnincremented()
[all …]
H A DKCountArray4.java34 System.out.println(kca.read(0)); in main()
36 System.out.println(kca.read(0)); in main()
38 System.out.println(kca.read(0)); in main()
41 System.out.println(kca.read(1)); in main()
43 System.out.println(kca.read(1)); in main()
106 assert(word>>>(cellBits*key) == word>>>(cellBits*(key&cellMask))); in readHashed()
134 final int min=read(rawKey); in incrementAndReturn()
169 final int min=read(rawKey); in incrementAndReturnUnincremented()
202 word=(value<<cellShift)|(word&~((valueMask)<<cellShift)); in incrementHashedIfAtMost()
218 word=(value<<cellShift)|(word&~((valueMask)<<cellShift)); in incrementHashed()
[all …]
H A DKCountArray6MT.java37 System.out.println(kca.read(0)); in main()
115 int word=array[index]; in readHashed() local
117 assert(word>>>(cellBits*key) == word>>>(cellBits*(key&cellMask))); in readHashed()
182 int word=array[i]; in toContentsString() local
184 int x=word&valueMask; in toContentsString()
187 word>>>=cellBits; in toContentsString()
207 for(int word : array){ in cellsUsed()
208 while(word>0){ in cellsUsed()
211 word>>>=cellBits; in cellsUsed()
481 word=(value<<cellShift)|(word&~((valueMask)<<cellShift)); in incrementHashedLocal()
[all …]
H A DKCountArray5MT.java36 System.out.println(kca.read(0)); in main()
38 System.out.println(kca.read(0)); in main()
40 System.out.println(kca.read(0)); in main()
43 System.out.println(kca.read(1)); in main()
45 System.out.println(kca.read(1)); in main()
47 System.out.println(kca.read(1)); in main()
50 System.out.println(kca.read(100)); in main()
52 System.out.println(kca.read(100)); in main()
54 System.out.println(kca.read(100)); in main()
112 assert(word>>>(cellBits*key) == word>>>(cellBits*(key&cellMask))); in readHashed()
[all …]
H A DKCountArray4MT.java36 System.out.println(kca.read(0)); in main()
38 System.out.println(kca.read(0)); in main()
40 System.out.println(kca.read(0)); in main()
43 System.out.println(kca.read(1)); in main()
45 System.out.println(kca.read(1)); in main()
47 System.out.println(kca.read(1)); in main()
50 System.out.println(kca.read(100)); in main()
52 System.out.println(kca.read(100)); in main()
54 System.out.println(kca.read(100)); in main()
114 assert(word>>>(cellBits*key) == word>>>(cellBits*(key&cellMask))); in readHashed()
[all …]
H A DKCountArray8MT.java40 System.out.println(kca.read(0)); in main()
112 pre=prefilter.read(rawKey); in read()
139 int word=array[index]; in readHashed() local
141 assert(word>>>(cellBits*key) == word>>>(cellBits*(key&cellMask))); in readHashed()
170 int x=prefilter.read(key); in increment()
289 int word=array[i]; in toContentsString() local
294 word>>>=cellBits; in toContentsString()
319 while(word>0){ in cellsUsed()
323 word>>>=cellBits; in cellsUsed()
556 word=(value<<cellShift)|(word&~((valueMask)<<cellShift)); in incrementHashedLocal()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/i386/
H A Dportsh.inc21 function readport(p : word) : byte;stdcall;
22 property pp[w : word] : byte read readport write writeport;default;
26 procedure writeport(p : word;data : word);stdcall;
27 function readport(p : word) : word;stdcall;
28 property pp[w : word] : word read readport write writeport;default;
34 property pp[w : word] : longint read readport write writeport;default;
42 property pp[w : word] : byte read readport write writeport;default;
47 procedure writeport(p : word;data : word);inline;
48 function readport(p : word) : word;inline;
50 property pp[w : word] : word read readport write writeport;default;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/rtl/i386/
H A Dportsh.inc21 function readport(p : word) : byte;stdcall;
22 property pp[w : word] : byte read readport write writeport;default;
26 procedure writeport(p : word;data : word);stdcall;
27 function readport(p : word) : word;stdcall;
28 property pp[w : word] : word read readport write writeport;default;
34 property pp[w : word] : longint read readport write writeport;default;
42 property pp[w : word] : byte read readport write writeport;default;
47 procedure writeport(p : word;data : word);inline;
48 function readport(p : word) : word;inline;
50 property pp[w : word] : word read readport write writeport;default;
[all …]
/dports/lang/fpc/fpc-3.2.2/rtl/i386/
H A Dportsh.inc21 function readport(p : word) : byte;stdcall;
22 property pp[w : word] : byte read readport write writeport;default;
26 procedure writeport(p : word;data : word);stdcall;
27 function readport(p : word) : word;stdcall;
28 property pp[w : word] : word read readport write writeport;default;
34 property pp[w : word] : longint read readport write writeport;default;
42 property pp[w : word] : byte read readport write writeport;default;
47 procedure writeport(p : word;data : word);inline;
48 function readport(p : word) : word;inline;
50 property pp[w : word] : word read readport write writeport;default;
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/rtl/i386/
H A Dportsh.inc21 function readport(p : word) : byte;stdcall;
22 property pp[w : word] : byte read readport write writeport;default;
26 procedure writeport(p : word;data : word);stdcall;
27 function readport(p : word) : word;stdcall;
28 property pp[w : word] : word read readport write writeport;default;
34 property pp[w : word] : longint read readport write writeport;default;
42 property pp[w : word] : byte read readport write writeport;default;
47 procedure writeport(p : word;data : word);inline;
48 function readport(p : word) : word;inline;
50 property pp[w : word] : word read readport write writeport;default;
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/test/referenceSequenceTest/
H A DReferenceSequenceTest.cpp49 std::string word; in test1() local
51 word="ACTG"; in test1()
88 std::string read("ACTGZZZZACTG"); in test1() local
90 Sequence::getMismatchHatString(sequence, 4, result, read); in test1()
94 read="ACTG"; in test1()
99 read="ACNG"; in test1()
100 int misMatches = Sequence::getMismatchCount(sequence, 0, read); in test1()
103 read="ACNG"; in test1()
105 int sumQ = Sequence::getSumQ(sequence, 0, read, quality); in test1()
112 std::string word; in test2() local
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DReferenceSequence.h59 for(size_t i = 0; i < word.size(); i++) { in wordMatch()
60 if( sequence[index + i] != word[i]) return false; in wordMatch()
75 if (wordMatch(sequence, i, word)) in printNearbyWords()
78 << word in printNearbyWords()
96 word.clear(); in getString()
99 word.push_back(sequence[index + i]); in getString()
113 wordType &word, in getHighLightedString() argument
117 word.clear(); in getHighLightedString()
125 word.push_back(base); in getHighLightedString()
185 if (read[i]!=exclude) mismatchCount += read[i]!=sequence[location + i];
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bin/text_cat/
H A Dtext_cat182 my $read="";
186 return $read . $_;
188 $read = $read . $_;
190 return $read;
194 $read = <>; # swallow input.
196 return $read;
206 my $word;
208 $word = "_" . $word . "_";
209 my $len = length($word);
213 $$ngram{substr($word,$i,5)}++ if $len > 4;
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bin/text_cat/
H A Dtext_cat182 my $read="";
186 return $read . $_;
188 $read = $read . $_;
190 return $read;
194 $read = <>; # swallow input.
196 return $read;
206 my $word;
208 $word = "_" . $word . "_";
209 my $len = length($word);
213 $$ngram{substr($word,$i,5)}++ if $len > 4;
[all …]
/dports/net-p2p/shx/shx-0.2.4/include/
H A Dberw.h7 u_int32_t word; in be_read32() local
10 read(fd, buf, 4); in be_read32()
13 return word; in be_read32()
19 u_int32_t word; in be_read24() local
22 read(fd, buf, 3); in be_read24()
26 word |= (0xff << 24); in be_read24()
28 return word; in be_read24()
34 u_int16_t word; in be_read16() local
37 read(fd, buf, 2); in be_read16()
40 return word; in be_read16()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/cisco/
H A DCERENT-FC-MIB756 MAX-ACCESS read-only
767 MAX-ACCESS read-only
778 MAX-ACCESS read-only
789 MAX-ACCESS read-only
800 MAX-ACCESS read-only
812 MAX-ACCESS read-only
823 MAX-ACCESS read-only
834 MAX-ACCESS read-only
845 MAX-ACCESS read-only
856 MAX-ACCESS read-only
[all …]
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCERENT-FC-MIB756 MAX-ACCESS read-only
767 MAX-ACCESS read-only
778 MAX-ACCESS read-only
789 MAX-ACCESS read-only
800 MAX-ACCESS read-only
812 MAX-ACCESS read-only
823 MAX-ACCESS read-only
834 MAX-ACCESS read-only
845 MAX-ACCESS read-only
856 MAX-ACCESS read-only
[all …]
/dports/print/py-python-ly/python-ly-0.9.6/ly/data/
H A Dmakeschemedata.py74 for word in sorted(set(lst)):
78 def replace(word): argument
79 word = word.replace('&lt;', '<')
80 word = word.replace('&gt;', '>')
81 return word
83 guilePage = urlopen(GUILE_URL).read()
86 lyFunctionPage = urlopen(LY_FUNCTION_URL).read()
120 text = inp.read()
137 for word in lyFunctions:
138 if word in lyVars:
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/PIO/
H A DPIOData.h121 bool read(const char*, const std::list<std::string>* fields_to_read = 0);
122 bool read(const std::list<std::string>* fields_to_read = 0);
134 word[i] = buf[size - 1 - i]; in byte_flip()
140 double word; in read_pio_word() local
141 this->Infile->read((char*)&word, sizeof(word)); in read_pio_word()
143 byte_flip((char*)&word, sizeof(word)); in read_pio_word()
144 val = T(word); in read_pio_word()
150 double word; in read_pio_bool() local
151 this->Infile->read((char*)&word, sizeof(word)); in read_pio_bool()
153 byte_flip((char*)&word, sizeof(word)); in read_pio_bool()
[all …]
/dports/editors/fpc-ide/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc19 procedure writeport(p : word;data : byte);inline;
20 function readport(p : word) : byte;inline;
22 property pp[w : word] : byte read readport write writeport;default;
27 procedure writeport(p : word;data : word);inline;
28 function readport(p : word) : word;inline;
30 property pp[w : word] : word read readport write writeport;default;
35 procedure writeport(p : word;data : longint);
36 function readport(p : word) : longint;
38 property pp[w : word] : longint read readport write writeport;default;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc19 procedure writeport(p : word;data : byte);inline;
20 function readport(p : word) : byte;inline;
22 property pp[w : word] : byte read readport write writeport;default;
27 procedure writeport(p : word;data : word);inline;
28 function readport(p : word) : word;inline;
30 property pp[w : word] : word read readport write writeport;default;
35 procedure writeport(p : word;data : longint);
36 function readport(p : word) : longint;
38 property pp[w : word] : longint read readport write writeport;default;
/dports/lang/fpc-source/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc19 procedure writeport(p : word;data : byte);inline;
20 function readport(p : word) : byte;inline;
22 property pp[w : word] : byte read readport write writeport;default;
27 procedure writeport(p : word;data : word);inline;
28 function readport(p : word) : word;inline;
30 property pp[w : word] : word read readport write writeport;default;
35 procedure writeport(p : word;data : longint);
36 function readport(p : word) : longint;
38 property pp[w : word] : longint read readport write writeport;default;
/dports/lang/fpc/fpc-3.2.2/rtl/i8086/
H A Dportsh.inc19 procedure writeport(p : word;data : byte);inline;
20 function readport(p : word) : byte;inline;
22 property pp[w : word] : byte read readport write writeport;default;
27 procedure writeport(p : word;data : word);inline;
28 function readport(p : word) : word;inline;
30 property pp[w : word] : word read readport write writeport;default;
35 procedure writeport(p : word;data : longint);
36 function readport(p : word) : longint;
38 property pp[w : word] : longint read readport write writeport;default;

12345678910>>...2047