Searched refs:ic (Results 1 - 25 of 163) sorted by relevance

1234567

/macosx-10.10/file_cmds-242/ipcs/
H A Dipcs.c212 struct IPCS_command ic; local
214 size_t ic_size = sizeof(ic);
216 ic.ipcs_magic = IPCS_MAGIC;
217 ic.ipcs_op = IPCS_MSG_CONF;
218 ic.ipcs_cursor = 0; /* 0 for fw. compat. */
219 ic.ipcs_data = &msginfo;
220 ic.ipcs_datalen = sizeof(msginfo);
222 if (safe_sysctlbyname(IPCS_MSG_SYSCTL, &ic, &ic_size, &ic, ic_size)) {
225 snprintf(buffer, 1024, "sysctlbyname(IPCS_MSG_SYSCTL, op=CONF, &ic,
247 struct IPCS_command ic; local
338 struct IPCS_command ic; local
368 struct IPCS_command ic; local
460 struct IPCS_command ic; local
503 struct IPCS_command ic; local
[all...]
/macosx-10.10/dtrace-147/test/tst/common/translators/
H A Dtst.InputAliasTrans.d41 char ic;
53 oc = ((input_t *) ivar)->ic;
H A Dtst.OutputAliasTrans.d42 char ic;
56 oc = ((struct input_struct *) ivar)->ic;
H A Dtst.UnionOutputTrans.d42 char ic;
53 oc = ((struct input_struct *) ivar)->ic;
H A Derr.D_XLATE_SOU.BadTransDecl8.d41 char ic;
H A Derr.D_XLATE_SOU.BadTransInt.d41 char ic;
H A Dtst.PartialOutputTransDefn.d42 char ic;
H A Dtst.PartialDereferencing.d41 char ic;
53 oc = ((struct input_struct) ivar).ic;
62 in.ic = 'z';
H A Dtst.StructureAssignment.d42 char ic;
62 in.ic = 'z';
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Dlog__L.c87 ic(L1, 6.6666666666667340202E-1, -1, 1.5555555555592)
88 ic(L2, 3.9999999999416702146E-1, -2, 1.999999997FF24)
89 ic(L3, 2.8571428742008753154E-1, -2, 1.24924941E07B4)
90 ic(L4, 2.2222198607186277597E-1, -3, 1.C71C52150BEA6)
91 ic(L5, 1.8183562745289935658E-1, -3, 1.74663CC94342F)
92 ic(L6, 1.5314087275331442206E-1, -3, 1.39A1EC014045B)
93 ic(L7, 1.4795612545334174692E-1, -3, 1.2F039F0085122)
H A Dexp.c110 ic(p1, 1.6666666666666601904E-1, -3, 1.555555555553E)
111 ic(p2, -2.7777777777015593384E-3, -9, -1.6C16C16BEBD93)
112 ic(p3, 6.6137563214379343612E-5, -14, 1.1566AAF25DE2C)
113 ic(p4, -1.6533902205465251539E-6, -20, -1.BBD41C5D26BF1)
114 ic(p5, 4.1381367970572384604E-8, -25, 1.6376972BEA4D0)
115 ic(ln2hi, 6.9314718036912381649E-1, -1, 1.62E42FEE00000)
116 ic(ln2lo, 1.9082149292705877000E-10,-33, 1.A39EF35793C76)
117 ic(lnhuge, 7.1602103751842355450E2, 9, 1.6602B15B7ECF2)
118 ic(lntiny,-7.5137154372698068983E2, 9, -1.77AF8EBEAE354)
119 ic(invln
[all...]
H A Dacosh.c84 ic(ln2hi, 6.9314718036912381649E-1, -1, 1.62E42FEE00000)
85 ic(ln2lo, 1.9082149292705877000E-10,-33, 1.A39EF35793C76)
H A Dasinh.c79 ic(ln2hi, 6.9314718036912381649E-1, -1, 1.62E42FEE00000)
80 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76)
H A Dexp__E.c101 ic(p1, 1.3887401997267371720E-2, -7, 1.C70FF8B3CC2CF)
102 ic(p2, 3.3044019718331897649E-5, -15, 1.15317DF4526C4)
103 ic(q1, 1.1110813732786649355E-1, -4, 1.C719538248597)
104 ic(q2, 9.9176615021572857300E-4, -10, 1.03FC4CB8C98E8)
H A Dlog1p.c108 ic(ln2hi, 6.9314718036912381649E-1, -1, 1.62E42FEE00000)
109 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76)
110 ic(sqrt2, 1.4142135623730951455E0, 0, 1.6A09E667F3BCD)
H A Dexpm1.c100 ic(ln2hi, 6.9314718036912381649E-1, -1, 1.62E42FEE00000)
101 ic(ln2lo, 1.9082149292705877000E-10, -33, 1.A39EF35793C76)
102 ic(lnhuge, 7.1602103751842355450E2, 9, 1.6602B15B7ECF2)
103 ic(invln2, 1.4426950408889633870E0, 0, 1.71547652B82FE)
/macosx-10.10/emacs-93/emacs/src/
H A Dccl.c633 ic = ccl_prog_stack_struct[0].ic; \
639 ccl_prog_stack_struct[stack_idx].ic = (ret_ic); \
643 ic = CCL_HEADER_MAIN; \
713 ic--; \
797 *dst++ = ((XFASTINT (ccl_prog[ic + (i / 3)])) \
836 ic = eof_ic; \
883 ccl_debug_hook (int ic) argument
885 return ic;
893 int ic; /* Instructio member in struct:ccl_prog_stack
908 register int ic = ccl->ic; local
[all...]
H A Dccl.h44 int ic; /* Instruction Counter (index for PROG). */ member in struct:ccl_program
/macosx-10.10/groff-38/groff/src/utils/addftinfo/
H A Dguess.h39 int ic; member in struct:char_metric
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Drobohunt14 global ia ic im jran
16 set jran [expr ($jran*$ia + $ic) % $im]
21 set ic 54773
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl431 set ic 0
435 set ic $i
441 # canvasPlot::polygon $win $xylist -fill $cont($ic,color)
442 ### C_polygon $canv $xylist $cont($ic,color)
443 C_polygon $canv $xylist [lindex $cont $ic 1]
508 for {set ic $imin} {$ic <= $imax} {incr ic} {
512 set ff [lindex $cont $ic 0] ;### set ff $cont($ic,fva
[all...]
/macosx-10.10/apache-793/httpd/server/
H A Dvhost.c432 static void dump_a_vhost(apr_file_t *f, ipaddr_chain *ic) argument
437 apr_sockaddr_t *ha = ic->sar->host_addr;
442 ic->sar->host_port);
447 if (ic->sar->host_port == 0) {
450 if (ic->names == NULL) {
452 ic->server->server_hostname,
453 ic->server->defn_name, ic->server->defn_line_number);
458 buf, "", ic->server->server_hostname,
459 ic
495 ipaddr_chain *ic; local
519 add_name_vhost_config(apr_pool_t *p, server_rec *main_s, server_rec *s, server_addr_rec *sar, ipaddr_chain *ic) argument
583 ipaddr_chain *ic; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dtools.c996 bdb_tool_idl_cache *ic = v1; local
1006 if ( !ic->head && ic->count <= BDB_IDL_DB_SIZE ) {
1017 bv2DBT( &ic->kstr, &key );
1025 if ( rc == 0 && ic->count > BDB_IDL_DB_SIZE ) {
1046 BDB_ID2DISK( ic->last, &nid );
1051 } else if ( ic->count > BDB_IDL_DB_SIZE ) {
1056 BDB_ID2DISK( ic->first, &nid );
1059 BDB_ID2DISK( ic->last, &nid );
1071 for ( ice = ic
1159 bdb_tool_idl_cache *ic, itmp; local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/etc/
H A Dtexi2pod.pl164 $ic = pop @icstack;
259 push @icstack, $ic;
261 $ic = $1;
263 $ic = '@bullet';
271 push @icstack, $ic;
273 $ic = $1 . ".";
275 $ic = "1.";
283 push @icstack, $ic;
285 $ic = $2;
286 $ic
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dsigchld.sh151 x=$($SHELL 2> /dev/null -ic '/bin/notfound; sleep .5 & sleep 1;jobs')
153 x=$($SHELL 2> /dev/null -ic 'kill -0 12345678901234567876; sleep .5 & sleep 1;jobs')

Completed in 156 milliseconds

1234567