Searched refs:endpos (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dshape.c56 int arg, width = 0, pps = 0, startpos = 0, endpos = -1, check = 0; local
115 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
167 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
216 /* len = (endpos-startpos+1)/Fe = width/pps */
219 endpos = startpos + (int) (Fe * width / (float) pps - 1);
221 if (/* endpos >= (Snack_GetLength(s) - 1) || */ endpos == -1)
222 endpos = Snack_GetLength(s) - 1;
224 len = (double) (endpos - startpos + 1) / Fe;
282 Snack_SetLength(shp, (int) (2 * ceil((endpos
367 int arg, startpos = 0, endpos = -1; local
[all...]
H A DjkSoundEdit.c379 int inspoint, arg, startpos = 0, endpos = -1; local
442 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
449 if (endpos >= (ins->length - 1) || endpos == -1)
450 endpos = ins->length - 1;
451 if (startpos > endpos) return TCL_OK;
456 SnackCopySamples(s, inspoint + endpos - startpos + 1, s, inspoint,
458 SnackCopySamples(s, inspoint, ins, startpos, endpos - startpos + 1);
459 s->length += (endpos - startpos + 1);
469 int startpos, endpos, totle local
500 int arg, startpos = 0, endpos = -1; local
587 int arg, startpos = 0, endpos = -1, i, c, j; local
725 int arg, startpos = 0, endpos = -1, length = 0; local
1348 int arg, startpos = 0, endpos = -1, i, j, c; local
[all...]
H A DjkFilter.c41 int arg, i, inSize, outSize, drain = 1, startpos = 0, endpos = -1, len; local
92 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
116 if (endpos > (s->length - 1) || endpos == -1)
117 endpos = s->length - 1;
118 if (startpos > endpos && endpos != -1) return TCL_OK;
119 len = endpos - startpos + 1;
145 ei = (endpos * s->nchannels) >> FEXP;
146 es = (endpos *
[all...]
H A DjkPitchCmd.c833 int arg, startpos = 0, endpos = -1, result, start; local
889 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
942 if (endpos >= (s->length - 1) || endpos == -1)
943 endpos = s->length - 1;
944 if (startpos > endpos) return TCL_OK;
951 if (endpos - start + 1 < cst_length_hamming) {
952 endpos = cst_length_hamming + start - 1;
953 if (endpos >= s->length) return TCL_OK;
955 longueur = endpos
1044 int startpos = 0, endpos = -1, result, start; local
[all...]
H A DjkSoundProc.c198 int startpos = 0, endpos = -1, skip = -1; local
241 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
322 if (endpos < 0)
323 endpos = startpos;
325 if (endpos > s->length - 1) {
346 siglen = endpos - startpos;
646 int startpos = 0, endpos = -1, skip = -1; local
689 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
770 if (endpos < 0)
771 endpos
943 int arg, startpos = 0, endpos = -1, framelen; local
1266 int startpos = 0, endpos = -1, framelen; local
[all...]
H A DjkSoundFile.c456 Tcl_Channel ch, Tcl_Obj *obj, int startpos, int endpos)
464 if (endpos < 0 || endpos > (s->length - 1)) {
465 endpos = s->length - 1;
467 s->length = endpos - startpos + 1;
2475 int endpos)
2506 status = ReadSound(ff->readProc, s, interp, ch, obj, startpos, endpos);
2574 int arg, startpos = 0, endpos = -1; local
2680 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
2720 if (startpos > endpos
455 ReadSound(readSamplesProc *readProc, Sound *s, Tcl_Interp *interp, Tcl_Channel ch, Tcl_Obj *obj, int startpos, int endpos) argument
2474 LoadSound(Sound *s, Tcl_Interp *interp, Tcl_Obj *obj, int startpos, int endpos) argument
2769 int startpos = 0, endpos = s->length, arg, len, newobjc; local
2908 int arg, len, startpos = 0, endpos = s->length; local
2984 int arg, startpos = 0, endpos = -1; local
[all...]
H A DjkGetF0.c59 int arg, startpos = 0, endpos = -1, fmax, fmin; local
114 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
165 if (endpos >= (sound->length - 1) || endpos == -1)
166 endpos = sound->length - 1;
167 if (startpos > endpos) return TCL_OK;
179 total_samps = endpos - startpos + 1;
1630 int startpos = 0, endpos = -1; local
1656 if (endpos >= (sound->length - 1) || endpos
[all...]
H A DjkSound.c614 int startpos = 0, endpos = s->length - 1, arg, channel = -1; local
647 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
661 if (endpos < 0) endpos = s->length - 1;
667 if (endpos >= s->length) {
682 Snack_GetExtremes(s, &info, startpos, endpos, channel, &maxsamp, &minsamp);
699 int startpos = 0, endpos = s->length - 1, arg, channel = -1; local
732 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
746 if (endpos < 0) endpos
[all...]
H A DjkFormant.c938 int arg, startpos = 0, endpos = -1; local
983 if (Tcl_GetIntFromObj(interp, objv[arg+1], &endpos) != TCL_OK)
1058 if (endpos >= (s->length - 1) || endpos == -1)
1059 endpos = s->length - 1;
1060 if (startpos > endpos) return TCL_OK;
1106 dssnd = Fdownsample(s,ds_freq, startpos, endpos);
/macosx-10.9.5/vim-53/src/
H A Dregexp.h56 * and ends in line "endpos[no].lnum" just before column "endpos[no].col".
65 lpos_T endpos[NSUBEXP]; member in struct:__anon14292
H A Dsearch.c546 lpos_T endpos; local
653 endpos = regmatch.endpos[0];
681 && (int)endpos.col - 1
701 matchcol = endpos.col;
744 endpos = regmatch.endpos[0];
774 ? (lnum + regmatch.endpos[0].lnum
776 || (lnum + regmatch.endpos[0].lnum
778 && (int)regmatch.endpos[
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dsysdep.c354 char *dpos = NULL, *odpos, *endpos;
359 endpos = &buff[MAX_C_LINE_LEN-1];
360 temp = *endpos; /* Save end char */
361 *endpos = '\0'; /* Temp make eos */
379 *endpos = temp; /* Restore end char */
/macosx-10.9.5/emacs-92/emacs/src/
H A Dbuffer.c2579 int startpos, endpos;
2585 endpos = OVERLAY_POSITION (end);
2586 if (endpos < pos)
2588 if (prev < endpos)
2589 prev = endpos;
2597 if (endpos == pos)
2630 int startpos, endpos;
2643 endpos = OVERLAY_POSITION (end);
2644 if (pos < endpos)
2669 else if (endpos < po
2567 int startpos, endpos; local
2618 int startpos, endpos; local
2710 int startpos, endpos; local
2758 int startpos, endpos; local
2851 int endpos; local
3069 int startpos, endpos; local
3390 int startpos, endpos; local
4008 int endpos; variable
4246 int startpos, endpos; local
4283 int startpos, endpos; local
4378 int endpos; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_lib.h68 char *endpos; member in struct:apr_vformatter_buff_t
141 * The apr_vformatter_buff has two elements curpos and endpos.
144 * either the end of output is reached, or curpos == endpos (i.e. the
154 * appropriate, re apr_pool_t nitialize curpos and endpos, and return 0.
157 * write another byte at curpos when curpos >= endpos. So for
159 * space available that curpos == endpos will be true when
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_lib.h68 char *endpos; member in struct:apr_vformatter_buff_t
141 * The apr_vformatter_buff has two elements curpos and endpos.
144 * either the end of output is reached, or curpos == endpos (i.e. the
154 * appropriate, re apr_pool_t nitialize curpos and endpos, and return 0.
157 * write another byte at curpos when curpos >= endpos. So for
159 * space available that curpos == endpos will be true when
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dobject.cpp1169 position endpos = startpos; local
1172 endpos = s->pos;
1174 endpos += s->pos;
1176 last_move = endpos - startpos;
1177 move_object *p = new move_object(startpos, endpos);
1178 *curpos = endpos;
1456 position endpos = startpos; local
1461 endpos = s->pos;
1463 endpos += s->pos;
1464 s->pos = endpos;
1745 position endpos; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-align.el728 (let (startpos endpos equalp)
737 (setq endpos (c-langelem-2nd-pos c-syntactic-element))
738 (narrow-to-region (c-langelem-pos langelem) endpos)
739 (if (setq startpos (c-up-list-backward endpos))
744 endpos (point))
763 (min endpos (c-point 'eol)) t t t)
H A Dcc-defs.el593 `(c-safe (let ((endpos (scan-lists (point) 1 0)))
594 (goto-char endpos)
595 endpos)))
602 `(c-safe (let ((endpos (scan-lists (point) -1 0)))
603 (goto-char endpos)
604 endpos)))
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DHTTPParsers.cpp342 unsigned endpos = pos; local
343 while (pos != length && mediaType[endpos] > ' ' && mediaType[endpos] != '"' && mediaType[endpos] != '\'' && mediaType[endpos] != ';')
344 ++endpos;
347 charsetLen = endpos - pos;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dfs.c395 const size_t endpos = atf_dynstr_rfind_ch(&p->m_data, '/'); local
398 if (endpos == atf_dynstr_npos)
400 else if (endpos == 0)
403 err = atf_dynstr_init_substr(&bp->m_data, &p->m_data, 0, endpos);
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dlisp-mode.el1106 (defun indent-sexp (&optional endpos)
1118 (starting-point (if endpos nil (point)))
1121 (or endpos
1126 (while (if endpos (< (point) endpos)
1157 (and endpos
1166 (if endpos
1169 (if (<= endpos (point))
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/strings/
H A Dapr_snprintf.c253 bep = vbuff->endpos; \
728 bep = vbuff->endpos;
1372 vbuff.endpos = NULL;
1376 vbuff.endpos = buf + len - 1;
1397 vbuff.endpos = NULL;
1401 vbuff.endpos = buf + len - 1;
/macosx-10.9.5/apr-30/apr/apr/strings/
H A Dapr_snprintf.c253 bep = vbuff->endpos; \
728 bep = vbuff->endpos;
1372 vbuff.endpos = NULL;
1376 vbuff.endpos = buf + len - 1;
1397 vbuff.endpos = NULL;
1401 vbuff.endpos = buf + len - 1;
/macosx-10.9.5/nano-11/src/
H A Dwinio.c2434 size_t endpos = actual_x(fileptr->data, start + COLS - 1) + 1; local
2438 * Note that endpos might be beyond the null terminator of the
2483 while (k < endpos) {
2501 else if (startmatch.rm_so < endpos &&
2613 while (start_col < endpos) {
2617 start_col + startmatch.rm_so >= endpos)
2713 if (bot->lineno > fileptr->lineno || bot_x > endpos)
2714 bot_x = endpos;
2717 if (top_x < endpos && bot_x > startpos) {
2729 if (bot_x >= endpos)
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dmprintf.c214 static long dprintf_Pass1(const char *format, va_stack_t *vto, char **endpos, argument
441 *endpos++ = fmt + 1; /* end of this sequence */
532 char *endpos[MAX_PARAMETERS]; local
540 dprintf_Pass1(format, vto, endpos, ap_save);
542 end = &endpos[0]; /* the initial end-position from the list dprintf_Pass1()

Completed in 502 milliseconds

123