Home
last modified time | relevance | path

Searched refs:endpos (Results 1 – 25 of 2562) sorted by relevance

12345678910>>...103

/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/util/
H A Dasmap.cpp21 if (bitpos == endpos) break; in DecodeBits()
86 while (pos != endpos) { in Interpret()
87 opcode = DecodeType(pos, endpos); in Interpret()
89 default_asn = DecodeASN(pos, endpos); in Interpret()
93 jump = DecodeJump(pos, endpos); in Interpret()
102 match = DecodeMatch(pos, endpos); in Interpret()
113 default_asn = DecodeASN(pos, endpos); in Interpret()
131 while (pos != endpos) { in SanityCheckASMap()
137 uint32_t asn = DecodeASN(pos, endpos); in SanityCheckASMap()
142 while (pos != endpos) { in SanityCheckASMap()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/src/util/
H A Dasmap.cpp21 if (bitpos == endpos) break; in DecodeBits()
86 while (pos != endpos) { in Interpret()
87 opcode = DecodeType(pos, endpos); in Interpret()
89 default_asn = DecodeASN(pos, endpos); in Interpret()
93 jump = DecodeJump(pos, endpos); in Interpret()
102 match = DecodeMatch(pos, endpos); in Interpret()
113 default_asn = DecodeASN(pos, endpos); in Interpret()
131 while (pos != endpos) { in SanityCheckASMap()
137 uint32_t asn = DecodeASN(pos, endpos); in SanityCheckASMap()
142 while (pos != endpos) { in SanityCheckASMap()
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/util/
H A Dasmap.cpp21 if (bitpos == endpos) break; in DecodeBits()
86 while (pos != endpos) { in Interpret()
87 opcode = DecodeType(pos, endpos); in Interpret()
89 default_asn = DecodeASN(pos, endpos); in Interpret()
93 jump = DecodeJump(pos, endpos); in Interpret()
102 match = DecodeMatch(pos, endpos); in Interpret()
113 default_asn = DecodeASN(pos, endpos); in Interpret()
131 while (pos != endpos) { in SanityCheckASMap()
137 uint32_t asn = DecodeASN(pos, endpos); in SanityCheckASMap()
142 while (pos != endpos) { in SanityCheckASMap()
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/util/
H A Dasmap.cpp21 if (bitpos == endpos) break; in DecodeBits()
86 while (pos != endpos) { in Interpret()
87 opcode = DecodeType(pos, endpos); in Interpret()
89 default_asn = DecodeASN(pos, endpos); in Interpret()
93 jump = DecodeJump(pos, endpos); in Interpret()
103 match = DecodeMatch(pos, endpos); in Interpret()
114 default_asn = DecodeASN(pos, endpos); in Interpret()
132 while (pos != endpos) { in SanityCheckASMap()
138 uint32_t asn = DecodeASN(pos, endpos); in SanityCheckASMap()
143 while (pos != endpos) { in SanityCheckASMap()
[all …]
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/util/
H A Dasmap.cpp21 if (bitpos == endpos) break; in DecodeBits()
86 while (pos != endpos) { in Interpret()
87 opcode = DecodeType(pos, endpos); in Interpret()
89 default_asn = DecodeASN(pos, endpos); in Interpret()
93 jump = DecodeJump(pos, endpos); in Interpret()
103 match = DecodeMatch(pos, endpos); in Interpret()
114 default_asn = DecodeASN(pos, endpos); in Interpret()
132 while (pos != endpos) { in SanityCheckASMap()
138 uint32_t asn = DecodeASN(pos, endpos); in SanityCheckASMap()
143 while (pos != endpos) { in SanityCheckASMap()
[all …]
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/util/
H A Dasmap.cpp21 if (bitpos == endpos) break; in DecodeBits()
86 while (pos != endpos) { in Interpret()
87 opcode = DecodeType(pos, endpos); in Interpret()
89 default_asn = DecodeASN(pos, endpos); in Interpret()
93 jump = DecodeJump(pos, endpos); in Interpret()
103 match = DecodeMatch(pos, endpos); in Interpret()
114 default_asn = DecodeASN(pos, endpos); in Interpret()
132 while (pos != endpos) { in SanityCheckASMap()
138 uint32_t asn = DecodeASN(pos, endpos); in SanityCheckASMap()
143 while (pos != endpos) { in SanityCheckASMap()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/util/
H A Dasmap.cpp18 if (bitpos == endpos) break; in DecodeBits()
28 if (bitpos == endpos) break; in DecodeBits()
42 return DecodeBits(bitpos, endpos, 0, TYPE_BIT_SIZES); in DecodeType()
48 return DecodeBits(bitpos, endpos, 1, ASN_BIT_SIZES); in DecodeASN()
74 while (pos != endpos) { in Interpret()
75 opcode = DecodeType(pos, endpos); in Interpret()
77 return DecodeASN(pos, endpos); in Interpret()
79 jump = DecodeJump(pos, endpos); in Interpret()
82 if (jump >= endpos - pos) break; in Interpret()
87 match = DecodeMatch(pos, endpos); in Interpret()
[all …]
/dports/audio/guitarix-lv2/guitarix-0.43.1/libgxwmm/gxwmm/tools/
H A Dscmexpr.py63 endpos = pos + 1
65 while endpos < len(line):
66 if endpos+1 < len(line) and line[endpos] == '\\':
67 endpos += 1
81 endpos += 1
82 if endpos >= len(line):
84 pos = endpos
90 endpos = pos
91 while endpos < len(line) and line[endpos] not in nonsymbol:
92 endpos += 1
[all …]
/dports/devel/glibmm/glibmm-2.64.2/tools/defs_gen/
H A Dscmexpr.py63 endpos = pos + 1
65 while endpos < len(line):
66 if endpos+1 < len(line) and line[endpos] == '\\':
67 endpos += 1
81 endpos += 1
82 if endpos >= len(line):
84 pos = endpos
90 endpos = pos
91 while endpos < len(line) and line[endpos] not in nonsymbol:
92 endpos += 1
[all …]
/dports/devel/pyl-gobject/pygobject-2.28.6/codegen/
H A Dscmexpr.py63 endpos = pos + 1
65 while endpos < len(line):
66 if endpos+1 < len(line) and line[endpos] == '\\':
67 endpos += 1
81 endpos += 1
82 if endpos >= len(line):
84 pos = endpos
90 endpos = pos
91 while endpos < len(line) and line[endpos] not in nonsymbol:
92 endpos += 1
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/StringSearch/
H A DSubstringBF.Mod131 len := endpos;
146 IF (endpos = -1) THEN
148 INC (endpos)
149 UNTIL (string[endpos] = 0X)
158 IF (endpos = -1) THEN
159 endpos := string. length
197 len := endpos;
213 IF (endpos = -1) THEN
215 INC (endpos)
225 IF (endpos = -1) THEN
[all …]
/dports/www/c-icap/c_icap-0.5.10/
H A Dbody.c94 b->endpos = 0; in ci_membuf_new_sized()
138 b->endpos = content_size; in ci_membuf_from_content()
219 b->endpos += len; in ci_membuf_write()
270 body->endpos = new_size; in ci_membuf_truncate()
395 body->endpos = 0; in ci_cached_file_new()
411 body->endpos = 0; in ci_cached_file_reset()
487 body->endpos += len; in ci_cached_file_write()
514 body->endpos += len; in ci_cached_file_write()
590 body->endpos = 0; in ci_simple_file_new()
637 body->endpos = 0; in ci_simple_file_named_new()
[all …]
/dports/math/amath/amath-1.8.5/src/lib/
H A Daengine.cpp94 endpos = cursor; in StartInput()
95 *endpos = '\0'; in StartInput()
176 if (cursor != endpos) in ProcessChar()
195 endpos--; in ProcessChar()
218 if (cursor != endpos) in ProcessChar()
240 endpos--; in ProcessChar()
246 if (cursor != endpos) in ProcessChar()
248 char* i = endpos; in ProcessChar()
261 endpos++; in ProcessChar()
333 endpos = cursor; in ShowLast()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/src/main/java/org/springframework/expression/spel/standard/
H A DToken.java30 int endpos; // index of char after the last character field in Token
37 Token(TokenKind tokenKind, int startpos, int endpos) { in Token() argument
40 this.endpos = endpos; in Token()
43 Token(TokenKind tokenKind, char[] tokenData, int pos, int endpos) { in Token() argument
44 this(tokenKind,pos,endpos); in Token()
60 s.append("(").append(startpos).append(",").append(endpos).append(")"); in toString()
77 return new Token(TokenKind.INSTANCEOF,startpos,endpos); in asInstanceOfToken()
81 return new Token(TokenKind.MATCHES,startpos,endpos); in asMatchesToken()
85 return new Token(TokenKind.BETWEEN,startpos,endpos); in asBetweenToken()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-prj/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/shiftcolumn/src/
H A Dshiftcolumn.c66 gint endpos; in shift_left_cb() local
90 endpos = sci_get_selection_end(sci); in shift_left_cb()
93 if(startpos > endpos){ in shift_left_cb()
94 i = endpos; in shift_left_cb()
95 endpos = startpos; in shift_left_cb()
120 sci_set_selection_end(sci, endpos); in shift_left_cb()
210 gint endpos; in shift_right_cb() local
231 endpos = sci_get_selection_end(sci); in shift_right_cb()
234 if(startpos > endpos){ in shift_right_cb()
235 i = endpos; in shift_right_cb()
[all …]

12345678910>>...103