Searched refs:out (Results 276 - 300 of 3765) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dtask.defs84 out child_task : task_t);
99 out act_list : thread_act_array_t);
115 out init_port_set : mach_port_array_t =
124 out task_info_out : task_info_t, CountInOut);
159 out special_port : mach_port_t);
182 out child_act : thread_act_t);
200 out child_act : thread_act_t);
222 out masks : exception_mask_array_t;
223 out old_handlers : exception_handler_array_t, SameCount;
224 out old_behavior
[all...]
H A Dmach_port.defs87 out names : mach_port_name_array_t;
88 out types : mach_port_type_array_t);
99 out ptype : mach_port_type_t);
145 out name : mach_port_name_t);
188 out refs : mach_port_urefs_t);
232 out msg_sizep : mach_msg_size_t;
233 out msg_idp : mach_msg_id_t;
234 out trailer_infop : mach_msg_trailer_info_t, CountInOut);
253 out members : mach_port_name_array_t);
307 out previou
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGDisassembler.cpp42 void Disassembler::dump(PrintStream& out, LinkBuffer& linkBuffer) argument
46 out.print(ops[i].text);
68 void Disassembler::dumpHeader(PrintStream& out, LinkBuffer& linkBuffer) argument
70 out.print("Generated DFG JIT code for ", CodeBlockWithJITType(m_graph.m_codeBlock, JITCode::DFGJIT), ", instruction count = ", m_graph.m_codeBlock->instructionCount(), ":\n");
71 out.print(" Optimized with execution counter = ", m_graph.m_profiledBlock->jitExecuteCounter(), "\n");
72 out.print(" Source: ", m_graph.m_codeBlock->sourceCodeOnOneLine(), "\n");
73 out.print(" Code at [", RawPointer(linkBuffer.debugAddress()), ", ", RawPointer(static_cast<char*>(linkBuffer.debugAddress()) + linkBuffer.debugSize()), "):\n");
76 void Disassembler::append(Vector<Disassembler::DumpedOp>& result, StringPrintStream& out, CodeOrigin& previousOrigin) argument
78 result.append(DumpedOp(previousOrigin, out.toCString()));
80 out
85 StringPrintStream out; local
147 dumpDisassembly(PrintStream& out, const char* prefix, LinkBuffer& linkBuffer, MacroAssembler::Label& previousLabel, MacroAssembler::Label currentLabel, Node* context) argument
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Dep.idl142 [out] error_status_t *status
157 [out] error_status_t *status
174 [in, out] ept_lookup_handle_t *entry_handle,
177 [out] unsigned32 *num_ents,
178 [out, length_is(*num_ents), size_is(max_ents)]
180 [out] error_status_t *status
195 [in, out] ept_lookup_handle_t *entry_handle,
198 [out] unsigned32 *num_towers,
199 [out, length_is(*num_towers), size_is(max_towers)]
201 [out] error_status_
[all...]
/macosx-10.9.5/libxslt-13/libxslt/tests/exslt/math/
H A DMakefile.am7 highest.1.out highest.1.xml highest.1.xsl \
8 highest.2.out highest.2.xml highest.2.xsl \
9 highest.5.out highest.5.xml highest.5.xsl \
10 lowest.1.out lowest.1.xml lowest.1.xsl \
11 lowest.2.out lowest.2.xml lowest.2.xsl \
12 max.1.out max.1.xml max.1.xsl \
13 max.2.out max.2.xml max.2.xsl \
14 max.3.out max.3.xml max.3.xsl \
15 max.5.out max.5.xml max.5.xsl \
16 power.1.out powe
[all...]
/macosx-10.9.5/Libinfo-449.1.3/nis.subproj/
H A Dyp_all.c83 struct ypresp_all out; local
89 memset(&out, 0, sizeof out);
91 if( !xdr_ypresp_all(xdrs, &out)) {
92 xdr_free((xdrproc_t)xdr_ypresp_all, (char *)&out);
96 if(out.more == 0) {
97 xdr_free((xdrproc_t)xdr_ypresp_all, (char *)&out);
100 status = out.ypresp_all_u.val.stat;
103 size = out.ypresp_all_u.val.key.keydat_len;
106 out
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashalloc.c66 goto out;
70 goto out;
83 goto out;
87 goto out;
89 goto out;
101 if (ref) goto out;
106 if (n > UCHAR_MAX) goto out;
113 if (ref) goto out;
117 if (ref) goto out;
121 if (ref) goto out;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dutil.c34 Split _ANSI_ARGS_ ((CONST char* in, char* out));
53 * 'out' is changed.
63 TrfSplit3to4 (in, out, length)
65 unsigned char* out;
69 Split ((char*) in, (char*) out);
77 Split (buf, (char*) out);
81 out [2] = 64;
82 out [3] = 64;
86 out [3] = 64;
109 * The generated bytes are written to 'out'
[all...]
/macosx-10.9.5/syslog-217.1.4/aslcommon/
H A Dasl_common.c84 __block asl_msg_t *out; local
89 out = asl_msg_new(ASL_TYPE_MSG);
95 asl_msg_set_key_val_op(out, key, NULL, 0);
99 if (xpc_bool_get_value(xval)) asl_msg_set_key_val_op(out, key, "1", 0);
100 else asl_msg_set_key_val_op(out, key, "0", 0);
105 asl_msg_set_key_val_op(out, key, tmp, 0);
110 asl_msg_set_key_val_op(out, key, tmp, 0);
115 asl_msg_set_key_val_op(out, key, tmp, 0);
120 asl_msg_set_key_val_op(out, key, tmp, 0);
126 asl_msg_set_key_val_op(out, ke
180 asl_msg_t *out = xpc_object_to_asl_msg(xobj); local
189 char *out; local
329 char *s, *out; local
349 char *a, *p, *e, *out, s0; local
893 asl_out_module_t *out = (asl_out_module_t *)calloc(1, sizeof(asl_out_module_t)); local
975 asl_out_rule_t *out, *rule; local
1174 asl_out_rule_t *out, *rule; local
1427 asl_out_rule_t *out, *rule; local
1590 asl_out_module_t *out; local
1692 asl_out_module_t *out = NULL; local
1749 char *str, *out; local
2046 asl_out_file_list_t *out, *x, *y; local
2254 asl_out_file_list_t *out; local
2333 asl_out_file_list_t *out; local
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/upforwd/
H A Dtests.sh34 $DIG +tcp example. @10.53.0.1 soa -p 5300 > dig.out.ns1 || ret=1
35 grep "status: NOERROR" dig.out.ns1 > /dev/null || ret=1
36 $DIG +tcp example. @10.53.0.2 soa -p 5300 > dig.out.ns2 || ret=1
37 grep "status: NOERROR" dig.out.ns2 > /dev/null || ret=1
38 $DIG +tcp example. @10.53.0.3 soa -p 5300 > dig.out.ns3 || ret=1
39 grep "status: NOERROR" dig.out.ns3 > /dev/null || ret=1
45 @10.53.0.1 axfr -p 5300 > dig.out.ns1 || status=1
49 @10.53.0.2 axfr -p 5300 > dig.out.ns2 || status=1
53 @10.53.0.3 axfr -p 5300 > dig.out.ns3 || status=1
56 $PERL ../digcomp.pl knowngood.before dig.out
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/perf/
H A Dperf.idl128 [out] unsigned long *n,
129 [out] unsigned long *nm,
130 [out] unsigned long *nb,
131 [out] unsigned long *nbm
159 [out] unsigned long *sum
171 [out] unsigned long *sum
180 [out, length_is(*l), size_is(m)] perf_data_t data,
181 [in, out] unsigned long *l,
193 [out, length_is(*l), size_is(m)] perf_data_t data,
194 [in, out] unsigne
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_pristine_command.rb46 out = @ui.output.split "\n"
48 assert_equal "Restoring gems to pristine condition...", out.shift
49 assert_equal "Restored #{a.full_name}", out.shift
50 assert_empty out, out.inspect
76 out = @ui.output.split "\n"
78 assert_equal "Restoring gems to pristine condition...", out.shift
79 assert_equal "Restored #{a.full_name}", out.shift
80 assert_empty out, out
[all...]
/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dinffast.c33 Decode literal, length, and distance codes and write out the resulting
50 LEN -- ran out of enough output space or enough available input
74 unsigned char FAR *out; /* local strm->next_out */ local
76 unsigned char FAR *end; /* while out < end, enough space available */
101 out = strm->next_out - OFF;
102 beg = out - (start - strm->avail_out);
103 end = out + (strm->avail_out - 257);
137 PUP(out) = (unsigned char)(this.val);
186 op = (unsigned)(out - beg); /* max distance in output */
200 PUP(out)
[all...]
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dinffast.c61 Decode literal, length, and distance codes and write out the resulting
78 LEN -- ran out of enough output space or enough available input
102 unsigned char FAR *out; /* local strm->next_out */ local
104 unsigned char FAR *end; /* while out < end, enough space available */
129 out = strm->next_out - OFF;
130 beg = out - (start - strm->avail_out);
131 end = out + (strm->avail_out - 257);
165 PUP(out) = (unsigned char)(this.val);
214 op = (unsigned)(out - beg); /* max distance in output */
228 PUP(out)
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dnssec/
H A Dtests.sh26 rm -f dig.out.*
64 $DIG $DIGOPTS a.example. @10.53.0.2 a > dig.out.ns2.test$n || ret=1
65 $DIG $DIGOPTS a.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1
66 $PERL ../digcomp.pl dig.out.ns2.test$n dig.out.ns3.test$n > /dev/null || ret=1
70 $PERL ../digcomp.pl dig.out.ns2.test$n dig.out.ns3.test$n > /dev/null || ret=1
79 $DIG $DIGOPTS +noauth +noadd +nodnssec +adflag a.example. @10.53.0.2 a > dig.out.ns2.test$n || ret=1
80 $DIG $DIGOPTS +noauth +noadd +nodnssec +adflag a.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1
81 $PERL ../digcomp.pl dig.out
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkFormatMP3.c216 /* dummy function, to get crc out of the way
645 * If we detected an error in the header for this frame, blank it out
655 * Debug code to print out excessive mismatches in bits
681 /* zero out everything else
1374 float out[36]; local
1378 out[p] = out[p+1] = out[p+2] = out[p+3] =
1379 out[
1883 float out; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DCipherFileDES.c67 goto out;
73 goto out;
82 goto out;
90 goto out;
102 goto out;
111 goto out;
119 goto out;
132 goto out;
151 goto out;
154 out
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DCipherFileDES.c67 goto out;
73 goto out;
82 goto out;
90 goto out;
102 goto out;
111 goto out;
119 goto out;
132 goto out;
151 goto out;
154 out
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/netware/
H A Dpipe.c136 APR_DECLARE(apr_status_t) apr_file_pipe_create(apr_file_t **in, apr_file_t **out, apr_pool_t *pool)
145 (*out) = (apr_file_t *)apr_pcalloc(pool, sizeof(apr_file_t));
148 (*out)->pool = pool;
150 (*out)->filedes = filedes[1];
152 (*out)->flags = APR_INHERIT;
154 (*out)->is_pipe = 1;
155 (*out)->fname =
158 (*out)->buffered = 0;
160 (*out)->blocking = BLK_ON;
162 (*out)
[all...]
/macosx-10.9.5/apr-30/apr/apr/file_io/netware/
H A Dpipe.c138 APR_DECLARE(apr_status_t) apr_file_pipe_create(apr_file_t **in, apr_file_t **out, apr_pool_t *pool)
148 (*out) = (apr_file_t *)apr_pcalloc(pool, sizeof(apr_file_t));
151 (*out)->pool = pool;
153 (*out)->filedes = filedes[1];
155 (*out)->flags = APR_INHERIT;
157 (*out)->is_pipe = 1;
158 (*out)->fname =
161 (*out)->buffered = 0;
163 (*out)->blocking = BLK_ON;
165 (*out)
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlv/
H A Dtests.sh25 rm -f dig.out.*
31 $DIG $DIGOPTS child1.utld dnskey @10.53.0.5 > dig.out.ns5.test$n || ret=1
32 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
39 $DIG $DIGOPTS grand.child1.utld dnskey @10.53.0.5 > dig.out.ns5.test$n || ret=1
40 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
47 $DIG $DIGOPTS child1.druz soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
48 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
55 $DIG $DIGOPTS grand.child1.druz soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
56 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
/macosx-10.9.5/libxslt-13/libxslt/tests/reports/
H A DMakefile.am7 cmdlineparams.xml cmdlineparams.xsl cmdlineparams.out \
8 tst-1.xml tst-1.xsl tst-1.out tst-1.err \
9 tst-2.xml tst-2.xsl tst-2.out tst-2.err \
10 undefvar.xml undefvar.xsl undefvar.out undefvar.err \
30 out=$(srcdir)/"$$name".out; \
37 if [ ! -f $$out ] ; then \
38 cp result.$$name $$out ; \
43 diff $$out result.$$name; \
/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Dftpsget.c42 struct FtpFile *out=(struct FtpFile *)stream; local
43 if(out && !out->stream) {
45 out->stream=fopen(out->filename, "wb");
46 if(!out->stream)
49 return fwrite(buffer, size, nmemb, out->stream);
H A Dsftpget.c45 struct FtpFile *out=(struct FtpFile *)stream; local
46 if(out && !out->stream) {
48 out->stream=fopen(out->filename, "wb");
49 if(!out->stream)
52 return fwrite(buffer, size, nmemb, out->stream);
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-diff/
H A DDiffConsumer.cpp51 out << (isa<GlobalValue>(V) ? '@' : '%') << V->getName();
56 out << "store to ";
59 out << "call to ";
62 out << "invoke to ";
65 out << *V;
70 out << *V;
82 out << '%' << ctxt.LNumbering[V];
87 out << '%' << ctxt.RNumbering[V];
92 out << "<anonymous>";
102 if (Differences) out << "\
[all...]

Completed in 265 milliseconds

<<11121314151617181920>>