Searched refs:adjust (Results 76 - 100 of 127) sorted by relevance

123456

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dusearch.cpp736 // this is to adjust for characters in the middle of the
738 int32_t adjust = pattern->CELength - patternceindex; local
739 if (adjust > 1 && shift >= adjust) {
740 shift -= adjust - 1;
1978 // this is to adjust for characters in the middle of the substring
1980 int32_t adjust = patternceindex; local
1981 if (adjust > 1 && shift > adjust) {
1982 shift -= adjust
[all...]
/macosx-10.10/libauto-186/
H A DZone.h1010 r3.adjust(r1.size()), r4.adjust(-r2.size());
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/oreilly-oscon2001/
H A Doscon332 lappend res [textutil::adjust $t -length $total]
/macosx-10.10/vim-55/runtime/syntax/
H A Dwml.vim72 syn keyword htmlArg contained adjust background base bdcolor bdspace
H A Dcss.vim90 syn match cssFontProp contained "\<font\(-\(family\|style\|variant\|weight\|size\(-adjust\)\=\|stretch\)\)\=\>"
/macosx-10.10/emacs-93/emacs/src/
H A Dsearch.c2067 int adjust;
2094 adjust = - punct_count + 5 * (word_count - 1) + 4;
2096 val = make_uninit_multibyte_string (len + adjust,
2098 + adjust);
2100 val = make_uninit_string (len + adjust);
2057 int adjust; local
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf64-ppc.c131 insert an addis to adjust r12. */
1324 /* Like DTPREL16_HI, but adjust for low 16 bits. */
1354 /* Like DTPREL16_HIGHER, but adjust for low 16 bits. */
1384 /* Like DTPREL16_HIGHEST, but adjust for low 16 bits. */
1490 /* Like TPREL16_HI, but adjust for low 16 bits. */
1520 /* Like TPREL16_HIGHER, but adjust for low 16 bits. */
1550 /* Like TPREL16_HIGHEST, but adjust for low 16 bits. */
1642 /* Like GOT_TLSGD16_HI, but adjust for low 16 bits. */
1704 /* Like GOT_TLSLD16_HI, but adjust for low 16 bits. */
1765 /* Like GOT_DTPREL16_HI, but adjust fo
6185 long adjust = opd_adjust[eh->elf.root.u.def.value / 8]; local
8863 long adjust; local
9299 long adjust = opd_adjust[sym_value / 8]; local
9870 long adjust = opd_adjust[(sym->st_value + rel->r_addend) / 8]; local
11212 long *opd_adjust, adjust; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha1-ia64.pl260 add in2=-1,in2 // adjust num for ar.lc
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread.h829 int adjust);
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm203 ;;; Save registers that the compiler may be using, and adjust esp to
418 ;;; adjust rdx so that it is offset to the exact byte that mismatched.
/macosx-10.10/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm199 ;;; Save registers that the compiler may be using, and adjust esp to
356 ;;; adjust edx so that it is offset to the exact byte that mismatched.
/macosx-10.10/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhelp.tcl198 The "-fixtime" flag will adjust the starkit's modification time
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFrame.mm1275 - (void)forceLayoutAdjustingViewSize:(BOOL)adjust
1277 _private->coreFrame->view()->forceLayout(!adjust);
1278 if (adjust)
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_rec.c269 OV_REF(pagep) += argp->adjust;
274 OV_REF(pagep) -= argp->adjust;
H A Ddb_auto.c651 argp->adjust = (int32_t)uinttmp;
666 __db_ovref_log(dbp, txnp, ret_lsnp, flags, pgno, adjust, lsn)
672 int32_t adjust;
773 uinttmp = (u_int32_t)adjust;
H A Ddb_autop.c148 (void)printf("\tadjust: %ld\n", (long)argp->adjust);
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dcua-rect.el1193 (defun cua--rectangle-aux-replace (width adjust keep replace pad format-fct &optional setup-fct)
1249 (if adjust
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbtree_auto.c935 argp->adjust = (int32_t)uinttmp;
950 __bam_cadjust_log(dbp, txnp, ret_lsnp, flags, pgno, lsn, indx, adjust, opflags)
958 int32_t adjust;
1076 uinttmp = (u_int32_t)adjust;
H A Dbtree_autop.c193 (void)printf("\tadjust: %ld\n", (long)argp->adjust);
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DAppender.pm674 adjust the call stack to allow Log4perl to render cspecs like the %M or %L
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c1813 debug2("channel %d: window %d sent adjust %d",
2595 u_int adjust; local
2605 logit("Received window adjust for non-open channel %d.", id);
2608 adjust = packet_get_int();
2610 debug2("channel %d: rcvd adjust %u", id, adjust);
2611 c->remote_window += adjust;
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclBasic.c3629 int isLiteral, maxNumCL, numCL, i, adjust;
3669 adjust = 0;
3724 adjust ++;
3743 line + adjust, clNextOuter, outerScript);
3594 int isLiteral, maxNumCL, numCL, i, adjust; local
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c2239 * adjust and return. Otherwise, rescan and truncate
2267 * Find the mbuf with last data, adjust its length,
2295 int cnt = 0, dlen, adjust; local
2311 adjust = nmc->nmc_ptr - data;
2312 dlen -= adjust;
2313 if ((dlen > 0) && (adjust > 0)) {
/macosx-10.10/OpenSSH-189/openssh/contrib/redhat/
H A Dopenssh.spec468 - adjust build dependencies so that build6x actually works right (fix
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.cpp2100 output_warning(WARN_BREAK, "cannot adjust line");
2460 void adjust() function
3238 init_request("ad", adjust);

Completed in 316 milliseconds

123456