Searched refs:sub (Results 51 - 75 of 557) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/sparc/pid/
H A Dtst.embedded.s41 sub %fp, 4, %o0
/macosx-10.10.1/libpthread-105.1.4/src/
H A Dpthread_asm.s45 sub $24,%rsp // align the stack
56 sub $24,%rsp // align the stack
86 sub $28,%esp // align the stack
102 sub $28,%esp // align the stack
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DRegex.h63 /// sub - Return the result of replacing the first match of the regex in
73 std::string sub(StringRef Repl, StringRef String, std::string *Error = 0);
/macosx-10.10.1/text_cmds-88/ed/
H A Dsub.c0 /* sub.c: This file contains the substitution routines for the ed
30 __FBSDID("$FreeBSD: src/bin/ed/sub.c,v 1.15 2002/06/30 05:13:53 obrien Exp $");
233 char *sub = rhbuf; local
235 for (; sub - rhbuf < rhbufi; sub++)
236 if (*sub == '&') {
242 } else if (*sub == '\\' && '1' <= *++sub && *sub <= '9' &&
243 (n = *sub
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A DtestRegexp.c92 xmlExpNodePtr expr = NULL, sub; local
139 sub = xmlExpParse(ctxt, expression + 2);
140 if (sub == NULL) {
147 ret = xmlExpSubsume(ctxt, expr, sub);
165 xmlExpFree(ctxt, sub);
187 xmlExpNodePtr sub, deriv; local
190 sub = xmlExpParse(ctxt, tst);
191 if (sub == NULL) {
195 xmlExpDump(xmlExpBuf, sub);
198 deriv = xmlExpExpDerive(ctxt, expr, sub);
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DtestRegexp.c92 xmlExpNodePtr expr = NULL, sub; local
139 sub = xmlExpParse(ctxt, expression + 2);
140 if (sub == NULL) {
147 ret = xmlExpSubsume(ctxt, expr, sub);
165 xmlExpFree(ctxt, sub);
187 xmlExpNodePtr sub, deriv; local
190 sub = xmlExpParse(ctxt, tst);
191 if (sub == NULL) {
195 xmlExpDump(xmlExpBuf, sub);
198 deriv = xmlExpExpDerive(ctxt, expr, sub);
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A Dtimer.asm34 sub eax,[time+4]
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/scripts/
H A Dinline-and-minify-stylesheets-and-scripts.py67 outputContent = re.sub(r'<link rel="stylesheet" href=[\'"]([^\'"]+)[\'"]>', inlineStylesheet, inputContent)
68 outputContent = re.sub(r'<script src=[\'"]([^\'"]+)[\'"]></script>', inlineScript, outputContent)
/macosx-10.10.1/OpenSSL098-52/src/bugs/
H A Dsgiccbug.c27 sub(r,a,b);
34 int sub(r,a,b) function
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/examples/
H A Dmillions.py68 main, sub = self._seek(idx)
69 return self.view[main].data[sub]
72 main, sub = self._seek(idx)
73 self.view[main].data[sub] = rec
89 main, sub = self._seek(idx)
91 view.insert(sub, rec)
97 main, sub = self._seek(idx)
99 view.delete(sub)
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOMessage.h45 #define iokit_family_msg(sub,message) (UInt32)(sys_iokit|sub|message)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_canon.tcl219 set sub [lindex [$t children $n] 0]
220 set sop [$t get $sub op]
221 set etext [$t get $sub TEXT]
230 set sub [lindex [$t children $n] 0]
231 set sop [$t get $sub op]
232 set etext [$t get $sub TEXT]
268 set sub [$t get $c TEXT]
274 #SHOW $sub $slw $sh
277 set sub "([::textutil::indent $sub " "
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_peg/
H A Dpeg_interp.tcl204 # input as it was able to match the sub
206 # even if the sub expression fails (zero repetition).
208 set sub [lindex $ar 0]
214 MatchExpr $sub
231 set sub [lindex $ar 0]
235 MatchExpr $sub
245 MatchExpr $sub
257 # Optional matching. Tries to match the sub
258 # expression. Will never fail, even if the sub
260 # it could match in the sub expressio
[all...]
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dcursesm.cc156 sub = new NCursesWindow(*this,mrows,mcols,1,1,'r');
157 ::set_menu_sub(menu, sub->w);
161 sub = static_cast<NCursesWindow*>(0);
183 delete sub;
213 delete sub;
214 sub = &nsub;
215 ::set_menu_sub(menu,sub->w);
H A Dcursesf.cc100 if (sub)
101 sub->bkgd(' '|S->dialog_backgrounds());
140 sub = new NCursesWindow(*this,mrows,mcols,1,1,'r');
141 ::set_form_sub(form, sub->w);
145 sub = static_cast<NCursesWindow*>(0);
157 delete sub;
187 delete sub;
188 sub = &nsub;
189 ::set_form_sub(form,sub->w);
/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dinffasx64.asm104 sub bl, ah ; /* bits -= this.bits */
120 sub bl, ah ; /* bits -= this.bits */
142 sub bl, cl
170 sub bl, ah ; /* bits -= this.bits */
180 sub bl, cl
192 sub rax, [rsp+40] ; /* nbytes = out - beg */
199 sub rsi, r15 ; /* from = out - dist */
279 sub eax, ecx ; /* eax -= nbytes */
286 sub eax, ecx ; /* eax -= nbytes */
289 sub rs
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dcdf_time.c78 int sub = mdays[m] + (m == 1 && isleap(year)); local
79 if (days < sub)
81 days -= sub;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmplayerconf.vim28 \ sub-bg-alpha subfont-outline unicode format
50 \ sub sub-bg-color sub-demuxer sub-fuzziness
51 \ sub-no-text-pp subalign subcc subcp subdelay
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dpal_routines_asm.s74 sub $8, %rsp /* align to 16-byte boundary */
78 sub %rcx, %rsp /* make room for stack contents */
136 sub %rcx, %rsp /* make room for stack contents */
/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c2040 * establish sub-heaps of increasing lengths:
2781 } sub; /* submode */ member in struct:internal_state
2894 if (((z->state->sub.method = NEXTBYTE) & 0xf) != DEFLATED)
2898 z->state->sub.marker = 5; /* can't try inflateSync */
2901 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
2905 z->state->sub.marker = 5; /* can't try inflateSync */
2915 z->state->sub.marker = 5; /* can't try inflateSync */
2918 if (((z->state->sub.method << 8) + b) % 31)
2922 z->state->sub.marker = 5; /* can't try inflateSync */
2934 z->state->sub
3102 } sub; /* submode */ member in struct:inflate_blocks_state
4133 } sub; /* submode */ member in struct:inflate_codes_state
[all...]
/macosx-10.10.1/Libc-1044.1.2/x86_64/string/
H A Dstrlen.s91 sub %rdx, %rdi
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Darith.c63 register char *sub=0, *cp=(char*)np; local
84 Fun = sh_arith(shp,sub=stakptr(offset));
113 sub = nv_refsub(np);
124 if(sub)
125 nv_putsub(np,sub,assign==NV_ASSIGN?ARRAY_ADD:0);
131 if(sub)
135 sub = cp;
157 sfprintf(shp->strbuf,"%s%s%c",nv_name(np),sub,0);
158 sub = sfstruse(shp->strbuf);
160 if(strchr(sub,'
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dconfigutil.py16 replacement), where the regex and replacement will be used as in 're.sub' to
36 data = regex.sub(replacement, data)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Ddict.h33 xmlDictCreateSub(xmlDictPtr sub);
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Denv006.tcl47 set sub SUBDB
75 set db [eval berkdb_open -create $envargs -btree $testfile $sub]

Completed in 410 milliseconds

1234567891011>>