Searched refs:pos (Results 76 - 100 of 1576) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSH-189/openssh/
H A Datomicio.c55 size_t pos = 0; local
61 while (n > pos) {
62 res = (f) (fd, s + pos, n - pos);
74 return pos;
76 pos += (size_t)res;
79 return pos;
83 return pos;
100 size_t pos = 0, rem; local
131 return pos;
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dbytestrieiterator.cpp104 const uint8_t *pos=pos_; local
105 if(pos==NULL) {
113 pos=bytes_+stack_->elementAti(stackSize-2);
118 pos=branchNext(pos, length, errorCode);
119 if(pos==NULL) {
123 str_->append((char)*pos++, errorCode);
132 int32_t node=*pos++;
136 value_=readValue(pos, node>>1);
140 pos_=skipValue(pos, nod
180 branchNext(const uint8_t *pos, int32_t length, UErrorCode &errorCode) argument
[all...]
H A Dunisetspan.cpp647 int32_t pos=spanLength, rest=length-pos; local
660 // Try to match this string at pos-overlap..pos.
675 if(!offsets.containsOffset(inc) && matches16CPB(s, pos-overlap, length, s16, length16)) {
699 // Try to match this string at pos-overlap..pos.
715 matches16CPB(s, pos-overlap, length, s16, length16)
729 pos+=maxInc;
738 // Finished trying to match all strings at pos
796 int32_t pos=spanSet.spanBack(s, length, USET_SPAN_CONTAINED); local
969 int32_t pos=spanLength, rest=length-pos; local
1138 int32_t pos=spanSet.spanBackUTF8((const char *)s, length, USET_SPAN_CONTAINED); local
1340 int32_t pos=0, rest=length; local
1382 int32_t pos=length; local
1424 int32_t pos=0, rest=length; local
1469 int32_t pos=length; local
[all...]
H A Dutil.h81 * Skip over a sequence of zero or more white space characters at pos.
82 * @param advance if true, advance pos to the first non-white-space
83 * character at or after pos, or str.length(), if there is none.
84 * Otherwise leave pos unchanged.
86 * after pos, or str.length(), if there is none.
88 static int32_t skipWhitespace(const UnicodeString& str, int32_t& pos,
101 * @param pos either the start or limit of a range of 'text', to skip
106 * 'pos'
110 //? int32_t pos, int32_t stop);
116 * @param pos INPU
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtrnserr.cpp62 UTransPosition pos; local
69 pos.contextLimit = 0;
70 pos.contextStart = 0;
71 pos.limit = 0;
72 pos.start = 0;
88 pos.start = 100;
89 pos.limit = testString.length();
90 t->transliterate(testString, pos, status);
95 pos.limit = 100;
96 pos
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dsyntax.el55 (defun syntax-ppss-toplevel-pos (ppss)
106 (if (<= beg (or (syntax-ppss-toplevel-pos (cdr syntax-ppss-last))
126 (defun syntax-ppss (&optional pos)
132 (unless pos (setq pos (point)))
135 (old-pos (car syntax-ppss-last))
138 (if (and old-pos (> old-pos pos)) (setq old-pos ni
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcurrfmt.cpp43 FieldPosition& pos,
46 return fmt->format(obj, appendTo, pos, ec);
51 ParsePosition& pos) const
53 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos);
41 format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& ec) const argument
H A Duitercollationiterator.cpp98 return pos;
99 } else if(pos == 0) {
126 } else if(state == ITER_IN_FCD_SEGMENT && pos != limit) {
128 ++pos;
131 } else if(state >= IN_NORM_ITER_AT_LIMIT && pos != normalized.length()) {
132 c = normalized[pos++];
146 if(state == ITER_IN_FCD_SEGMENT) { ++pos; }
152 U_ASSERT(pos < normalized.length());
154 if(U16_IS_TRAIL(trail = normalized[pos])) { ++pos; }
[all...]
H A Dformat.cpp115 FieldPosition pos(FieldPosition::DONT_CARE);
117 return format(obj, toAppendTo, pos, status);
168 * @param pos The position in pattern where the error occured
173 int32_t pos,
175 parseError.offset = pos;
179 int32_t start = (pos < U_PARSE_CONTEXT_LEN)? 0 : (pos - (U_PARSE_CONTEXT_LEN-1
181 int32_t stop = pos;
187 start = pos+1;
188 stop = ((pos
172 syntaxError(const UnicodeString& pattern, int32_t pos, UParseError& parseError) argument
[all...]
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dthreads_windows.c93 struct usbi_cond_perthread *pos, *prev_pos = NULL; local
96 list_for_each_entry(pos, &cond->not_waiting, list, struct usbi_cond_perthread) {
98 list_del(&pos->list);
99 prev_pos = pos;
111 struct usbi_cond_perthread *pos; local
113 list_for_each_entry(pos, &cond->waiters, list, struct usbi_cond_perthread) {
114 if(!SetEvent(pos->event))
124 struct usbi_cond_perthread *pos; local
127 pos = list_entry(&cond->waiters.next, struct usbi_cond_perthread, list);
129 return SetEvent(pos
134 struct usbi_cond_perthread *pos; local
[all...]
/macosx-10.10.1/architecture-266/i386/
H A Dreg_help.h44 #define BIT_WIDTH(pos) (1) /* mostly to record the position */
49 #define BITMASK(pos) MKMASK(BIT_WIDTH(pos), pos & 0x1f)
/macosx-10.10.1/less-25/less/
H A Dbrac.c36 POSITION pos; local
46 pos = position((forwdir) ? TOP : BOTTOM);
47 if (pos == NULL_POSITION || ch_seek(pos))
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dargv.c34 /* void argv_insert_one(argvp, pos, arg)
36 /* ssize_t pos;
39 /* void argv_replace_one(argvp, pos, arg)
41 /* ssize_t pos;
44 /* void argv_delete(argvp, pos, how_many)
46 /* ssize_t pos;
274 ssize_t pos; local
284 for (pos = argvp->argc; pos >= where; pos
309 ssize_t pos; local
[all...]
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h49 #define BIT_WIDTH(pos) (1) /* mostly to record the position */
54 #define BITMASK(pos) MKMASK(BIT_WIDTH(pos), pos & 0x1f)
/macosx-10.10.1/ruby-106/ruby/template/
H A Dinsns_info.inc.tmpl66 insn_op_type(VALUE insn, long pos)
69 if(pos < len){
70 return insn_operand_info[(int)insn][pos];
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/diagrams/
H A Ddraw_fraction.tcl15 set pos [currentpos]
16 lset pos 2 15
19 currentpos $pos
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dmatchbrackets.js20 var line = cm.getLineHandle(where.line), pos = where.ch - 1;
21 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)];
24 if (strict && (dir > 0) != (pos == where.ch)) return null;
25 var style = cm.getTokenTypeAt(Pos(where.line, pos + 1));
27 var found = scanForBracket(cm, Pos(where.line, pos + (dir > 0 ? 1 : 0)), dir, style || null, config);
29 return {from: Pos(where.line, pos), to: found && found.pos,
51 var pos
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregion-cache.c67 int pos;
102 ? (c)->buffer_beg + (c)->boundaries[(i)].pos \
103 : (c)->buffer_end + (c)->boundaries[(c)->gap_len + (i)].pos)
155 c->boundaries[0].pos = 0; /* from buffer_beg */
181 find_cache_boundary (c, pos)
183 int pos;
194 if (pos < boundary)
201 if (BOUNDARY_POS (c, low) > pos
203 && BOUNDARY_POS (c, low + 1) <= pos))
218 move_cache_gap (c, pos, min_siz
66 int pos; member in struct:boundary
822 int pos = BOUNDARY_POS (c, i); local
[all...]
H A Dindent.c218 skip_invisible (pos, next_boundary_p, to, window)
219 int pos;
228 XSETFASTINT (position, pos);
232 recenter_overlay_lists (current_buffer, pos);
246 if (XFASTINT (proplimit) > pos + 100 || XFASTINT (proplimit) >= to)
252 XSETFASTINT (proplimit, min (pos + 100, to));
262 if (end == pos + 100
265 while (pos < end && !CHAR_HEAD_P (POS_ADDR (end)))
280 return pos;
289 check_composition (pos, pos_byt
842 int pos = BYTE_TO_CHAR (pos_byte); local
933 register int pos; variable
1200 register int pos; local
1810 struct position *pos; variable in typeref:struct:position
1890 struct position pos; local
2073 struct position pos; variable in typeref:struct:position
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D096_characters.t65 my $pos = -1;
67 $pos = index($line, "\t", $pos + 1);
68 last if $pos <0;
69 push @tab_pos_from, $pos + 1;
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfrm_data.c145 int pos; local
154 pos = form->begincol + field->cols;
155 while (pos < field->dcols)
157 check_len = field->dcols - pos;
161 wmove(form->w, 0, pos);
163 pos += field->cols;
173 pos = form->toprow + field->rows;
174 while (pos < field->drows)
177 wmove(form->w, pos, 0);
178 pos
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Dthai-word.el10773 (defun thai-find-word-ends (pos limit &optional ignore)
10774 (if (>= pos limit)
10776 (let* ((char (char-after pos))
10783 (setq pos (1+ pos)
10784 char (or (char-after pos) 0)
10797 (setq pos (1+ pos)
10798 char (char-after pos)))
10800 (or (memq pos ignor
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/InspectorServer/
H A DHTTPRequest.cpp46 const char* pos = data; local
50 size_t requestLineLength = request->parseRequestLine(pos, remainingLength, failureReason);
53 pos += requestLineLength;
57 size_t headersLength = request->parseHeaders(pos, remainingLength, failureReason);
60 pos += headersLength;
64 size_t dataLength = request->parseRequestBody(pos, remainingLength);
65 pos += dataLength;
/macosx-10.10.1/apr-32/apr/apr/user/win32/
H A Dgroupinfo.c37 char *pos;
39 if ((pos = strchr(groupname, '/'))) {
40 domain = apr_pstrndup(p, groupname, pos - groupname);
41 groupname = pos + 1;
43 else if ((pos = strchr(groupname, '\\'))) {
44 domain = apr_pstrndup(p, groupname, pos - groupname);
45 groupname = pos + 1;
/macosx-10.10.1/WebKit-7600.1.25/ios/WebCoreSupport/
H A DWebFrameIOS.mm144 // Adjust pos and give it an appropriate affinity.
145 VisiblePosition pos;
153 pos = [self visiblePositionForPoint:point];
154 pos.setAffinity(UPSTREAM);
158 pos = [self visiblePositionForPoint:point];
159 pos.setAffinity(DOWNSTREAM);
162 pos = [self visiblePositionForPoint:point];
165 if (pos == start || pos < start) {
169 } else if (pos > en
[all...]

Completed in 517 milliseconds

1234567891011>>