Searched refs:cend (Results 1 - 25 of 25) sorted by path

/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c1582 CFAbsoluteTime cstart, cend; local
1587 cend = CFAbsoluteTimeGetCurrent();
1588 if(cend-cstart > 0.05)
1589 syslog(LOG_INFO, "read callback took %8.3f to %8.3f\n", cstart, cend);
H A DDVLib.c2472 CFAbsoluteTime cstart, cend; local
2558 cend = CFAbsoluteTimeGetCurrent();
2559 DVLog(pGlobalData->fStreamVars.fThread, 'isoc', cstart, cend);
3681 CFAbsoluteTime cstart, cend; local
3879 cend = CFAbsoluteTimeGetCurrent();
3880 DVLog(pGlobalData->fStreamVars.fThread, 'isoc', cstart, cend);
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A Dreadtest.c171 CFAbsoluteTime cstart, cend;
184 cend = CFAbsoluteTimeGetCurrent();
185 printf( "write(file) %d bytes took %8.3f\n", pb->actualCount, cend-cstart );
/macosx-10.9.5/adv_cmds-153/gencat/
H A Dgenlib.c89 char *cptr, *cend; local
99 cend = curline + curlen;
101 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
120 if (cptr == cend) {
123 cend = curline + curlen;
/macosx-10.9.5/bash-92/bash-3.2/lib/glob/
H A Dsm_loop.c290 register CHAR cstart, cend, c; local
310 /* Initialize cstart and cend in case `-' is the last
312 cstart = cend = c;
408 cstart = cend = *p++;
411 cstart = cend = FOLD (cstart);
433 cend = *p++;
434 if (!(flags & FNM_NOESCAPE) && cend == L('\\'))
435 cend = *p++;
436 if (cend == L('\0'))
438 if (cend
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dname_test.c33 unsigned char *ccurr, *cend; local
40 cend = ccurr + name->length;
41 while (ccurr != cend)
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-rs6000.c1124 bfd_byte *contents, *cend;
1250 cend = contents + sz;
1255 if (p >= cend)
1121 bfd_byte *contents, *cend; local
H A Dcoff64-rs6000.c1856 bfd_byte *contents, *cend;
1923 cend = contents + sz;
1928 if (p >= cend)
1855 bfd_byte *contents, *cend; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dfnmatch.c143 register unsigned char cstart = c, cend = c; local
146 cstart = cend = *p++;
148 cstart = cend = FOLD (cstart);
163 cend = *p++;
164 if (!(flags & FNM_NOESCAPE) && cend == '\\')
165 cend = *p++;
166 if (cend == '\0')
168 cend = FOLD (cend);
174 && FOLD ((unsigned char)*n) <= cend)
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dmail-extr.el701 (defvar cend) ; dynamic assignment
771 cbeg cend ; dynamically set from -voodoo
816 (not cend))
817 (setq cend (point))))
993 (and cend
994 (> cend group-\;-pos)
995 (setq cend nil
1228 (narrow-to-region (1+ cbeg) (1- cend))
1471 ;;cbeg cend
1627 (setq cend (poin
696 (defvar cend) ; dynamic assignment function
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsubr.el2942 (cend (- (overlay-end ol1) margin)))
2946 (overlay-get ol1 'text-clone-syntax) cend t))
2949 (when (< (match-end 0) cend)
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dfnmatch.c146 register char cstart = c, cend = c; local
152 cstart = cend = *p++;
155 cstart = cend = FOLD (cstart);
170 cend = *p++;
171 if (!(flags & FNM_NOESCAPE) && cend == '\\')
172 cend = *p++;
173 if (cend == '\0')
175 cend = FOLD (cend);
180 if (FOLD (*n) >= cstart && FOLD (*n) <= cend)
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfnmatch_loop.c625 UCHAR cend = *p++; local
646 if (cend == L_('[') && *p == L_('.'))
676 cend = startp[1];
761 cend = wextra[1 + wextra[idx]];
766 cend = *((int32_t *) &extra[idx]);
771 cend = str[0];
781 if (!(flags & FNM_NOESCAPE) && cend == L_('\\'))
782 cend = *p++;
783 if (cend == L_('\0'))
785 cend
[all...]
/macosx-10.9.5/man-16/man/gencat/
H A Dgenlib.c122 char *cptr, *cend; local
132 cend = curline + curlen;
134 for (; bptr < bend && cptr < cend; ++cptr, ++bptr) {
153 if (cptr == cend) {
155 cend = curline + curlen;
/macosx-10.9.5/man-16/man/src/
H A Dglob.c241 register char cstart = c, cend = c;
246 cend = cstart;
256 cend = *p++;
257 if (cend == '\\')
258 cend = *p++;
259 if (cend == '\0')
263 if (c1 >= cstart && c1 <= cend)
238 register char cstart = c, cend = c; local
/macosx-10.9.5/ncurses-42/ncurses/include/
H A Dterm_entry.h65 long cstart, cend; member in struct:entry
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dparse_entry.c221 entryp->cend = _nc_comment_end;
223 DEBUG(2, ("Comment range is %ld to %ld", entryp->cstart, entryp->cend));
/macosx-10.9.5/ncurses-42/ncurses/progs/
H A Dtic.c746 int j = qp->cend - qp->cstart;
774 (void) fseek(tmp_fp, _nc_tail->cend, SEEK_SET);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dcitygrid.tcl14 variable cend [block 6]
105 variable cend
120 if {$orx} { $tile copy $parcel -to $cend $rstart $tessel $rend } ; # ou right
122 if {$odx} { $tile copy $parcel -to $rstart $cend $rend $tessel } ; # ou down
125 if {$irx} { $tile copy $parcel -to $rend $rstart $cend $rend } ; # in right
127 if {$idx} { $tile copy $parcel -to $rstart $cend $rend $cend } ; # in down
/macosx-10.9.5/tcsh-65/tcsh/win32/
H A Dsupport.c782 unsigned int *clen, char **cend, unsigned int *cmdsize) {
802 cmdend= *cend;
893 *cend = cmdend;
781 concat_args_and_quote(char **args, char **poriginalPtr,char **cstr, unsigned int *clen, char **cend, unsigned int *cmdsize) argument
/macosx-10.9.5/uucp-11/uucp/
H A Dtstuu.c187 int cend;
1386 && (size_t) (*pqbuf)->cend >= sizeof (*pqbuf)->ab)
1399 (*pqbuf)->cend = 0;
1402 cgot = read (o, (*pqbuf)->ab + (*pqbuf)->cend,
1403 (sizeof (*pqbuf)->ab) - (*pqbuf)->cend);
1427 zfrom = (*pqbuf)->ab + (*pqbuf)->cend;
1452 ++(*pqbuf)->ab[(*pqbuf)->cend + i];
1460 (*pqbuf)->cend += cgot;
1483 if ((*pqbuf)->cstart >= (*pqbuf)->cend)
1514 if (cwrite > (*pqbuf)->cend
186 int cend; member in struct:sbuf
[all...]
/macosx-10.9.5/vim-53/src/
H A Dfold.c3185 int cend; local
3194 cend = *foldendmarker;
3228 else if (*s == cend
H A Dops.c4168 char_u *cend; local
4230 cend = curr + currsize;
4231 mb_ptr_back(curr, cend);
4232 endcurr1 = (*mb_ptr2char)(cend);
4233 if (cend > curr)
4235 mb_ptr_back(curr, cend);
4236 endcurr2 = (*mb_ptr2char)(cend);
4260 cend = newp + sumsize;
4261 *cend = 0;
4272 cend
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c3892 char *cpos, *cend, *rbuf; local
4013 cend = rbuf + siz;
4015 while ((dp->d_fileno == 0) && (cpos < cend) && (nentries > 0)) {
4020 if ((cpos >= cend) || (nentries == 0)) {
4047 while ((cpos < cend) && (nentries > 0)) {
4114 char *cpos, *cend, *rbuf; local
4230 cend = rbuf + siz;
4232 while ((dp->d_fileno == 0) && (cpos < cend) && (nentries > 0)) {
4237 if ((cpos >= cend) || (nentries == 0)) {
4268 while ((cpos < cend)
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c7905 char *rbuf = NULL, *cpos, *cend; local
7960 cend = rbuf + siz;
7963 if (cpos == cend)
7966 while ((cpos < cend)) {
8032 cend = rbuf + siz;
8035 if (cpos == cend)
8038 while ((cpos < cend)) {

Completed in 480 milliseconds