Searched refs:ic (Results 1 - 25 of 239) sorted by path

12345678910

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java189 char ic; // optstring char
201 ic = optstring.charAt(ip);
202 if (ic != '(' && ++ip == il)
204 ic = optstring.charAt(ip);
205 if (ic == ':' && ++ip == il)
207 ic = optstring.charAt(ip);
208 while (ic == '(') {
213 while (ip < il && (ic = optstring.charAt(ip)) != ')' &&
216 match = (ic == oc && match);
220 if (match && ip < il && ic
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Derr.D_XLATE_SOU.BadTransDecl8.d41 char ic;
H A Derr.D_XLATE_SOU.BadTransInt.d41 char ic;
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.PartialDereferencing.d41 char ic;
53 oc = ((struct input_struct) ivar).ic;
62 in.ic = 'z';
H A Dtst.PartialOutputTransDefn.d42 char ic;
H A Dtst.StructureAssignment.d42 char ic;
62 in.ic = 'z';
H A Dtst.UnionOutputTrans.d42 char ic;
53 oc = ((struct input_struct *) ivar)->ic;
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2385 % Unconditional use \ttsl, and no ic. @var is set to this for defuns.
/freebsd-11-stable/contrib/amd/libamu/
H A Dstrutil.c88 int ic = 0; local
91 ivec = (char **) xmalloc((ic + 1) * sizeof(char *));
136 ivec[ic++] = v;
137 ivec = (char **) xrealloc((voidp) ivec, (ic + 1) * sizeof(char *));
143 plog(XLOG_DEBUG, "strsplit saved a total of %d strings", ic);
145 ivec[ic] = NULL;
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.am587 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
H A DMakefile.in1134 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
H A Dia64-gen.c444 mark_used (struct iclass *ic, int clear_terminals)
448 ic->orphan = 0;
450 ic->terminal_resolved = 1;
452 for (i = 0; i < ic->nsubs; i++)
453 mark_used (ics[ic->subs[i]], clear_terminals);
455 for (i = 0; i < ic->nxsubs; i++)
456 mark_used (ics[ic->xsubs[i]], clear_terminals);
614 FILE *fp = fopen ("ia64-ic.tbl", "r");
618 fail (_("can't find ia64-ic.tbl for reading\n"));
917 in_iclass_mov_x (struct ia64_opcode *idesc, struct iclass *ic,
442 mark_used(struct iclass *ic, int clear_terminals) argument
915 in_iclass_mov_x(struct ia64_opcode *idesc, struct iclass *ic, const char *format, const char *field) argument
1029 in_iclass(struct ia64_opcode *idesc, struct iclass *ic, const char *format, const char *field, int *notep) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c322 enum insn_code ic;
324 ic = can_extend_p (mode, srcmode, 0);
325 if (ic == CODE_FOR_nothing)
330 if ((*insn_data[ic].operand[1].predicate) (mem, srcmode))
3364 enum insn_code ic;
3368 ic = can_extend_p (dstmode, srcmode, 0);
3369 if (ic == CODE_FOR_nothing)
3382 if (! (*insn_data[ic].operand[1].predicate) (trunc_y, srcmode))
3405 emit_unop_insn (ic, x, trunc_y, UNKNOWN);
4593 HOST_WIDE_INT nz = 0, ic
321 enum insn_code ic; local
3354 enum insn_code ic; local
4580 HOST_WIDE_INT nz = 0, ic = 0; local
[all...]
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp2611 hunits ic = italic_correction(); local
2612 if (ic.is_zero())
2617 *wd += ic;
2618 return new italic_corrected_node(this, ic, state, div_nest_level, next1);
/freebsd-11-stable/contrib/groff/src/utils/addftinfo/
H A Daddftinfo.cpp195 if (metric.ic == 0) {
204 printf(",%d,%d,%d", metric.height, metric.depth, metric.ic);
207 printf(",%d,%d,%d,%d", metric.height, metric.depth, metric.ic,
211 printf(",%d,%d,%d,%d,%d", metric.height, metric.depth, metric.ic,
H A Dguess.cpp28 metric->ic = 0;
H A Dguess.h39 int ic; member in struct:char_metric
/freebsd-11-stable/contrib/libreadline/
H A Dbind.c369 int ic; local
371 ic = uc;
372 if (ic < 0 || ic >= KEYMAP_SIZE)
378 if (META_CHAR (ic) && _rl_convert_meta_chars_to_ascii)
380 ic = UNMETA (ic);
387 if (map[ic].type != ISKMAP)
396 k = map[ic];
398 map[ic]
702 unsigned char ic = keyseq[i]; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_validate.c864 int ic; local
867 for (ic = 1;; ic++) {
874 return ic;
875 if (ic > 1 || n->next->next != NULL) {
891 int ic; local
901 ic = build_list(mdoc, MDOC_Nm);
909 ic = 1;
913 ic = 0;
917 ic >
962 int ic; local
[all...]
H A Dtbl_html.c83 int ic; local
96 for (ic = 0; ic < sp->opts->cols; ic++)
97 print_otag(h, TAG_COL, "shw", h->tbl.cols[ic].width);
115 int ic; local
136 for (ic = 0; ic < sp->opts->cols; ic++) {
140 if (dp == NULL || dp->layout->col > ic)
[all...]
H A Dtbl_term.c79 int ic, horiz, spans, vert, more; local
104 for (ic = 0; ic < sp->opts->cols; ic++) {
105 coloff += tp->tbl.cols[ic].width;
107 coloff += tp->tbl.cols[ic].spacing;
116 for (ic = 0; ic + 1 < sp->opts->cols; ic++)
117 tsz += tp->tbl.cols[ic]
580 int ic, spans; local
[all...]
/freebsd-11-stable/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c318 int32_t val = GSMERR_ERROR, ic = 0, ac = 0, deleg = 0; local
337 val = init_sec_context(ipeer, &ic, &hCred, flags|first_call,
382 if (ic)
383 toast_resource(ipeer, ic);
387 *iContext = ic;
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl96 ic $acc,2($TY,$key)
117 ic $acc,2($TY,$key)

Completed in 250 milliseconds

12345678910