Searched refs:pos (Results 276 - 300 of 1683) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_ensemble.c128 static void ComputeMinChars _ANSI_ARGS_((Ensemble *ensData, int pos));
1065 int i, pos, size;
1072 if (FindEnsemblePartIndex(ensData, partName, &pos)) {
1094 for (i=ensData->numParts; i > pos; i--) {
1106 ensData->parts[pos] = part;
1115 ComputeMinChars(ensData, pos);
1116 ComputeMinChars(ensData, pos-1);
1117 ComputeMinChars(ensData, pos+1);
1148 int i, pos;
1166 if (FindEnsemblePartIndex(ensPart->ensemble, ensPart->name, &pos)) {
1051 int i, pos, size; local
1133 int i, pos; local
1197 int pos = 0; local
1312 int pos = 0; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/generic/
H A DosxMacTcl.c362 unsigned int pos, cur = 0;
375 pos = 0;
422 pos++;
431 while (pos < length) {
433 cur = pos;
434 while (path[pos] != '/' && pos < length) {
435 pos++;
437 if (fileNameLen+pos-cur > MAXPATHLEN) {
440 strncpy((char*) fileName+fileNameLen, &path[cur], pos
361 unsigned int pos, cur = 0; local
[all...]
/macosx-10.9.5/zlib-53/zlib/examples/
H A Dgzjoin.c282 int pos; /* where the "last block" bit is in byte */ local
346 pos = strm.data_type & 7;
349 if (pos != 0) {
351 pos = 0x100 >> pos;
352 last = strm.next_in[-1] & pos;
354 strm.next_in[-1] &= ~pos;
377 pos = strm.data_type & 7;
380 if (pos == 0 || !clr)
385 last &= ((0x100 >> pos)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceResponseBase.cpp665 for (unsigned pos = 0; pos < max; /* pos incremented in loop */) {
666 size_t nextCommaPosition = safeHeader.find(',', pos);
667 size_t nextEqualSignPosition = safeHeader.find('=', pos);
670 String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace());
671 pos += nextEqualSignPosition - pos + 1;
673 String value = safeHeader.substring(pos, ma
[all...]
/macosx-10.9.5/cups-372.4/cups/cups/
H A Demit.c896 int pos, /* Position of custom value */ local
911 pos = atoi(attr->value) - 1;
913 if (pos < 0 || pos > 4)
914 pos = 0;
917 pos = 0;
919 values[pos] = size->width;
923 pos = atoi(attr->value) - 1;
925 if (pos < 0 || pos >
[all...]
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dfile.c155 wchar_t *pos = wfullpath + size - (prime_len + 1); local
156 while (!IS_DIR_SEPARATOR_P(*pos) && pos != wfullpath) {
157 if (*pos == L':') {
162 pos--;
272 wchar_t *pos = *wfullpath; local
274 if (size == 3 && pos[1] == L':' && pos[2] == L'\\' && pos[3] == L'\0') {
280 if (wcspbrk(pos,
325 wchar_t *pos = wuser; local
499 size_t pos = 2; local
[all...]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWPhysicalAddressSpace.cpp314 UInt64 pos; local
326 pos = 0;
327 while( pos < desc_length )
331 phys = getPhysicalSegment( pos, &lengthOfSegment );
347 UInt64 contiguous_pos = (pos + lengthOfSegment);
379 *offset = (pos + address - phys);
385 pos += lengthOfSegment;
399 UInt64 pos; local
416 pos = 0;
417 while(pos < desc_lengt
666 UInt64 pos = offset; local
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardView.h59 GLfloat pos[3]; member in struct:MBCPosition
61 operator GLfloat *() { return pos; }
62 GLfloat & operator[](int i) { return pos[i]; }
63 GLfloat operator[](int i) const { return pos[i]; }
66 return hypot(pos[0]-other[0], pos[2]-other[2]);
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Ddirent.c66 size_t pos; local
87 pos = strcspn(comp, "*?");
88 if (comp[pos] != '\0')
91 /* We don't append a slash if pos == 0 because that changes the
97 if (pos > 0 && comp[pos - 1] != '\\' &&
98 comp[pos - 1] != '/') {
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dreldtfmt.cpp136 FieldPosition& pos) const {
154 fDateTimeFormatter->format(cal,appendTo,pos);
160 fDateTimeFormatter->format(cal,appendTo,pos);
175 fCombinedFormat->format(timeDatePatterns, 2, combinedPattern, pos, status); // pos is ignored by this
177 fDateTimeFormatter->format(cal,appendTo,pos);
188 FieldPosition& pos,
195 return DateFormat::format(obj, appendTo, pos, status);
201 ParsePosition& pos) const {
203 int32_t startIndex = pos
186 format(const Formattable& obj, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const argument
345 FieldPosition pos; local
[all...]
H A Ddatefmt.cpp243 ParsePosition& pos) const
249 int32_t start = pos.getIndex();
251 parse(text, *calClone, pos);
252 if (pos.getIndex() != start) {
259 pos.setIndex(start);
260 pos.setErrorIndex(start);
278 ParsePosition pos(0);
279 UDate result = parse(text, pos);
280 if (pos.getIndex() == 0) {
283 , __FILE__, __LINE__, pos
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dchoicfmt.h366 * @param pos On input: an alignment field, if desired.
373 FieldPosition& pos) const;
380 * @param pos On input: an alignment field, if desired.
387 FieldPosition& pos) const;
395 * @param pos On input: an alignment field, if desired.
402 FieldPosition& pos) const;
411 * @param pos On input: an alignment field, if desired.
421 FieldPosition& pos,
430 * @param pos On input: an alignment field, if desired.
439 FieldPosition& pos,
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DTilingData.cpp141 int pos = 0; local
143 pos += tileSizeX(i);
145 return pos;
152 int pos = 0; local
154 pos += tileSizeY(i);
156 return pos;
/macosx-10.9.5/WebCore-7537.78.1/platform/mediastream/
H A DMediaStreamDescriptor.h79 size_t pos = m_audioComponents.find(component); local
80 if (pos != notFound)
81 m_audioComponents.remove(pos);
89 size_t pos = m_audioComponents.find(component); local
90 if (pos != notFound)
91 m_audioComponents.remove(pos);
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dhanoi.el247 for fly-pos = (+ fly-row-start (* fly-step coord))
248 for base = (+ fly-pos (* baseward-step (+ 2 nrings)))
249 collect (cons base fly-pos)))
252 ;; Once placed in buffer it is changed to (center-pos . diameter).
334 (loop for pos upfrom start by fly-step
336 (subst-char-in-region pos (1+ pos) (char-after pos) (aref str i))
337 (set-text-properties pos (1+ pos) (tex
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dbuffer.h271 #define DECODE_POSITION(charpos, bytepos, pos) \
274 Lisp_Object __pos = (pos); \
321 #define FETCH_CHAR(pos) \
323 ? FETCH_MULTIBYTE_CHAR ((pos)) \
324 : FETCH_BYTE ((pos)))
338 #define FETCH_MULTIBYTE_CHAR(pos) \
339 (_fetch_multibyte_char_p = (((pos) >= GPT_BYTE ? GAP_SIZE : 0) \
340 + (pos) + BEG_ADDR - BEG_BYTE), \
342 = ((pos) >= GPT_BYTE ? ZV_BYTE : GPT_BYTE) - (pos), \
[all...]
H A Dcomposite.c411 find_composition (pos, limit, start, end, prop, object)
412 int pos, limit, *start, *end;
417 if (get_property_and_range (pos, Qcomposition, prop, start, end, object))
420 if (limit < 0 || limit == pos)
423 if (limit > pos) /* search forward */
425 val = Fnext_single_property_change (make_number (pos), Qcomposition,
427 pos = XINT (val);
428 if (pos == limit)
433 if (get_property_and_range (pos - 1, Qcomposition, prop, start, end,
436 val = Fprevious_single_property_change (make_number (pos), Qcompositio
648 Lisp_Object pos, limit, string, detail_p; variable
654 CHECK_NUMBER_COERCE_MARKER (pos); variable
673 args_out_of_range (Fcurrent_buffer (), pos); variable
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dargv.c31 /* void argv_insert_one(argvp, pos, arg)
33 /* ssize_t pos;
36 /* void argv_replace_one(argvp, pos, arg)
38 /* ssize_t pos;
243 ssize_t pos; local
253 for (pos = argvp->argc; pos >= where; pos--)
254 argvp->argv[pos + 1] = argvp->argv[pos];
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dentryfield.rb133 def insert(pos,text)
134 tk_send_without_enc('insert', pos, _get_eval_enc_str(text))
138 def mark(pos)
139 tk_send_without_enc('scan', 'mark', pos)
142 def dragto(pos)
143 tk_send_without_enc('scan', 'dragto', pos)
H A Dspinner.rb117 def insert(pos,text)
118 tk_send_without_enc('insert', pos, _get_eval_enc_str(text))
122 def mark(pos)
123 tk_send_without_enc('scan', 'mark', pos)
126 def dragto(pos)
127 tk_send_without_enc('scan', 'dragto', pos)
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGDocument.cpp88 void SVGDocument::updatePan(const FloatPoint& pos) const
91 rootElement()->setCurrentTranslate(FloatPoint(pos.x() - m_translate.x(), pos.y() - m_translate.y()));
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_touch_event.cpp48 WebKitPlatformTouchEvent(const Eina_List* points, const WebCore::IntPoint& pos, Ewk_Touch_Event_Type action, unsigned modifiers) argument
83 WebCore::IntPoint pnt = WebCore::IntPoint(point->x - pos.x(), point->y - pos.y());
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/os2/
H A Dseek.c24 static apr_status_t setptr(apr_file_t *thefile, unsigned long pos )
40 newbufpos = pos - (thefile->filePtr - thefile->dataRead);
45 rc = DosSetFilePtr(thefile->filedes, pos, FILE_BEGIN, &thefile->filePtr );
/macosx-10.9.5/apr-30/apr/apr/file_io/os2/
H A Dseek.c24 static apr_status_t setptr(apr_file_t *thefile, unsigned long pos )
40 newbufpos = pos - (thefile->filePtr - thefile->dataRead);
45 rc = DosSetFilePtr(thefile->filedes, pos, FILE_BEGIN, &thefile->filePtr );
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dhistsearch.c179 history_search_pos (string, dir, pos)
181 int dir, pos;
186 history_set_pos (pos);

Completed in 199 milliseconds

<<11121314151617181920>>