Searched refs:thisblock (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_prg.c78 curl_off_t thisblock = point / 1024; local
79 while(thisblock > prevblock) {
/macosx-10.10.1/vim-55/src/proto/
H A Dnormal.pro19 int find_decl __ARGS((char_u *ptr, int len, int locally, int thisblock, int searchflags));
/macosx-10.10.1/CrackLib-37765/cracklib27/cracklib/
H A Dpacklib.c302 int32 thisblock; local
304 thisblock = number / NUMWORDS;
306 if (prevblock == thisblock)
311 if (fseek(pwp->ifp, sizeof(struct pi_header) + (thisblock * sizeof(int32)), 0))
337 prevblock = thisblock;
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSnackOgg.c673 long thisblock=vorbis_packet_blocksize(vf->vi+i,&op); local
675 accumulated+=(lastblock+thisblock)>>2;
676 lastblock=thisblock;
1273 int thisblock; local
1286 thisblock=vorbis_packet_blocksize(vf->vi+vf->current_link,&op);
1290 if(lastblock)accblock+=(lastblock+thisblock)>>2;
1302 lastblock=thisblock;
1527 int thisblock,lastblock=0; local
1541 thisblock=vorbis_packet_blocksize(vf->vi+vf->current_link,&op);
1542 if(thisblock<
[all...]
/macosx-10.10.1/vim-55/src/
H A Dnormal.c65 static void nv_gd __ARGS((oparg_T *oap, int nchar, int thisblock));
4239 nv_gd(oap, nchar, thisblock)
4242 int thisblock; /* 1 for "1gd" and "1gD" */
4248 || find_decl(ptr, len, nchar == 'd', thisblock, 0) == FAIL)
4260 * When "thisblock" is TRUE check the {} block scope.
4264 find_decl(ptr, len, locally, thisblock, searchflags)
4268 int thisblock;
4322 if (thisblock && t != FAIL)
H A Deval.c15281 int thisblock = 0; local
15292 thisblock = get_tv_number_chk(&argvars[2], &error) != 0;
15296 locally, thisblock, SEARCH_KEEP) == FAIL;

Completed in 191 milliseconds