Searched refs:sub (Results 501 - 525 of 559) sorted by relevance

<<212223

/macosx-10.10/JavaScriptCore-7600.1.17/replay/scripts/
H A DCodeGeneratorReplayInputs.py592 'headerGuard': re.sub('[-./]', '_', self.output_filename() + ".h"),
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Deng_padlock.c545 sub esp,4
/macosx-10.10/WebCore-7600.1.25/css/
H A Dhtml.css1109 sub {
1110 vertical-align: sub;
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex683 \key{sub- and superscripts}{x\^{}3, J_dust}
711 %\key{turn on/off \TeX\ syntax for sub/super-scripts}{\^{}:t}
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dxec.c707 nv_putval(SH_SUBSCRNOD,nr->sub=sp,NV_NOFREE);
718 if(nr->sub)
720 nv_putsub(nr->np, nr->sub, mode);
721 free((void*)nr->sub);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DAPInt.h1752 inline APInt sub(const APInt& LHS, const APInt& RHS) {
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLazyValueInfo.cpp728 Result.markConstantRange(LHSRange.sub(RHSRange));
/macosx-10.10/llvmCore-3425.0.34/lib/AsmParser/
H A DLLLexer.cpp604 INSTKEYWORD(sub, Sub); INSTKEYWORD(fsub, FSub);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_bridgesupport.py541 typestr = re.sub(r'"@"[^"]*"', '"@', typestr)
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledhtml.itk236 protected method _entity_/sub {}
1998 # PRIVATE METHOD: _entity_/sub
2002 itcl::body iwidgets::Scrolledhtml::_entity_/sub {} {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/html/
H A Dhtml.tcl99 \u2265 &ge; \u2282 &sub; \u2283 &sup; \u2284 &nsub; \u2286 &sube;
/macosx-10.10/vim-55/runtime/syntax/
H A Ddoxygen.vim290 syn region doxygenHtmlTag contained matchgroup=doxygenHtmlCh start=+\v\</=\ze([biuap]|em|strong|img|br|center|code|dfn|d[ldt]|hr|h[0-3]|li|[ou]l|pre|small|sub|sup|table|tt|var|caption|src|alt|longdesc|name|height|width|usemap|ismap|href|type)>+ skip=+\\<\|\<\k\+=\("[^"]*"\|'[^']*\)+ end=+>+ contains=doxygenHtmlCmd,doxygenContinueComment,doxygenHtmlVar
291 syn keyword doxygenHtmlCmd contained b i em strong u img a br p center code dfn dl dd dt hr h1 h2 h3 li ol ul pre small sub sup table tt var caption nextgroup=doxygenHtmlVar skipwhite
H A Dhog.vim166 " type ruletype sub type
H A Drpl.vim234 syntax match rplIntrinsic "\(^\|\s\+\)sub\ze\($\|\s\+\)"
H A Dsqr.vim151 syn keyword sqrParam status stop sub-title symbol-set system
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1679 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add;
1687 Val = ARM_AM::getAM2Opc(Memory.isNegative ? ARM_AM::sub : ARM_AM::add,
1700 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add;
1723 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add;
1731 Val = ARM_AM::getAM3Opc(Memory.isNegative ? ARM_AM::sub : ARM_AM::add, 0);
1742 ARM_AM::getAM3Opc(PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub, 0);
1751 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add;
1773 ARM_AM::AddrOpc AddSub = Val < 0 ? ARM_AM::sub : ARM_AM::add;
1866 ARM_AM::getAM2Opc(Memory.isNegative ? ARM_AM::sub : ARM_AM::add,
1948 ARM_AM::AddrOpc opc = PostIdxReg.isAdd ? ARM_AM::add : ARM_AM::sub;
[all...]
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c7180 IOReportSubscriptionRef sub = NULL; local
7219 if (!(sub = IOReportCreateSubscription(nil, desiredChs, &subbedChs, 0, NULL))) {
7225 while ((current = IOReportCreateSamples(sub, subbedChs, NULL))) {
7249 if (sub) CFRelease(sub);
/macosx-10.10/vim-55/src/
H A Deval.c15077 #define SP_SUBPAT 0x20 /* return nr of matching sub-pattern */
17022 char_u *sub = get_tv_string_buf_chk(&argvars[2], subbuf); local
17026 if (str == NULL || pat == NULL || sub == NULL || flg == NULL)
17029 rettv->vval.v_string = do_string_sub(str, pat, sub, flg);
23301 char_u *sub; local
23329 sub = vim_strnsave(s, (int)(p - s));
23331 if (sub != NULL && str != NULL)
23334 s = do_string_sub(str, pat, sub, flags);
23344 vim_free(sub);
23360 * Perform a substitution on "str" with pattern "pat" and substitute "sub"
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeStyle.c703 int sub = MIN(each, layout->useWidth - min); local
704 layout->useWidth -= sub;
705 spaceRemaining -= sub;
1170 int sub = MIN(each, layout->useHeight - min); local
1171 layout->useHeight -= sub;
1172 spaceRemaining -= sub;
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c1324 static XOTclClasses *Sub(XOTclClass *cl) { return cl->sub; }
1330 XOTclClasses *sl = next == Super ? cl->super : cl->sub;
1452 * keep corresponding sub in step with super
1455 AS(super, cl, &super->sub);
1481 * keep corresponding sub in step with super
1484 int sb = RemoveSuper1(super, cl, &super->sub);
3370 for (sc = startCl->sub; sc; sc = sc->next) {
3400 for (sc = startCl->sub; sc; sc = sc->next) {
3471 for (sc = startCl->sub; sc; sc = sc->next) {
3546 for (sc = startCl->sub; s
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A DCodeGeneratorInspector.py130 refined = re.sub(r'-(\w)', lambda pat: pat.group(1).upper(), name)
132 return re.sub(r'(?i)HTML|XML|WML|API|GC|XHR|DOM|CSS', lambda pat: pat.group(0).upper(), refined)
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcss.js570 "sub", "subpixel-antialiased", "super", "sw-resize", "table",
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcss.js570 "sub", "subpixel-antialiased", "super", "sw-resize", "table",
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dtexi2html270 # if set to 'section' (resp. 'chapter') create one html file per (sub)section
338 linkage => sub {$main::T2H_OUT = @_[1]; $T2H_SPLIT = '';},
385 linkage => sub {SetDocumentLanguage($_[1])},
452 linkage => sub {$main::value{@_[1]} = 1;},
729 sub T2H_DEFAULT_print_section
754 sub T2H_DEFAULT_print_Top_header
760 sub T2H_DEFAULT_print_Top_footer
765 sub T2H_DEFAULT_print_Top
809 sub T2H_DEFAULT_print_Toc
813 sub T2H_DEFAULT_print_Overvie
[all...]
/macosx-10.10/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim117 \ 'split', 'strike', 'sub', 'substr', 'substring', 'sup', 'toLowerCase',

Completed in 526 milliseconds

<<212223