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

12345678910

/freebsd-current/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-current/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 dtrace_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-current/contrib/file/src/
H A Dsoftmagic.c124 uint16_t nc, ic; local
131 ic = 0;
132 indir_count = &ic;
/freebsd-current/contrib/libpcap/
H A Dgencode.c242 struct icode ic; member in struct:_compiler_state
772 cstate.ic.root = NULL;
773 cstate.ic.cur_mark = 0;
814 if (cstate.ic.root == NULL) {
822 cstate.ic.root = gen_retblk(&cstate, cstate.snaplen);
826 if (bpf_optimize(&cstate.ic, p->errbuf) == -1) {
831 if (cstate.ic.root == NULL ||
832 (cstate.ic.root->s.code == (BPF_RET|BPF_K) && cstate.ic.root->s.k == 0)) {
839 program->bf_insns = icode_to_fcode(&cstate.ic,
[all...]
H A Doptimize.c379 find_levels_r(opt_state_t *opt_state, struct icode *ic, struct block *b) argument
383 if (isMarked(ic, b))
386 Mark(ic, b);
390 find_levels_r(opt_state, ic, JT(b));
391 find_levels_r(opt_state, ic, JF(b));
407 find_levels(opt_state_t *opt_state, struct icode *ic) argument
410 unMarkAll(ic);
411 find_levels_r(opt_state, ic, ic->root);
2078 opt_blks(opt_state_t *opt_state, struct icode *ic, in argument
2181 opt_loop(opt_state_t *opt_state, struct icode *ic, int do_stmts) argument
2265 bpf_optimize(struct icode *ic, char *errbuf) argument
2298 make_marks(struct icode *ic, struct block *p) argument
2314 mark_code(struct icode *ic) argument
2355 intern_blocks(opt_state_t *opt_state, struct icode *ic) argument
2449 count_blocks(struct icode *ic, struct block *p) argument
2462 number_blks_r(opt_state_t *opt_state, struct icode *ic, struct block *p) argument
2503 count_stmts(struct icode *ic, struct block *p) argument
2520 opt_init(opt_state_t *opt_state, struct icode *ic) argument
2689 convert_code_r(conv_state_t *conv_state, struct icode *ic, struct block *p) argument
2876 icode_to_fcode(struct icode *ic, struct block *root, u_int *lenp, char *errbuf) argument
2977 dot_dump_node(struct icode *ic, struct block *block, struct bpf_program *prog, FILE *out) argument
3010 dot_dump_edge(struct icode *ic, struct block *block, FILE *out) argument
3046 dot_dump(struct icode *ic, char *errbuf) argument
3068 plain_dump(struct icode *ic, char *errbuf) argument
3083 opt_dump(opt_state_t *opt_state, struct icode *ic) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h496 void setDeclImplementation(ObjCImplementationControl ic) { argument
497 ObjCMethodDeclBits.DeclImplementation = llvm::to_underlying(ic);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Dfastmath2_dlib_asm.S346 int ic, rnd, mantb;
350 ic = 0x80000000 & manta;
362 ic = Q6_R_addacc_RR(ic, exp, manta);
363 return (ic);
381 #define ic R0 define
415 ic = and(c80, mantah) define
421 ic += add(mask, mant)
426 ic.L = #0xffff;
429 ic
434 ic = #0x0 define
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc195 /* Entries from file: dev/ic/athioctl.h */
198 /* Entries from file: dev/ic/bt8xx.h */
250 /* Entries from file: dev/ic/icp_ioctl.h */
259 /* Entries from file: dev/ic/isp_ioctl.h */
274 /* Entries from file: dev/ic/mlxio.h */
285 /* Entries from file: dev/ic/nvmeio.h */
287 /* Entries from file: dev/ic/qemufwcfgio.h */
H A Dsanitizer_platform_limits_netbsd.cpp134 #include <dev/ic/athioctl.h>
135 #include <dev/ic/bt8xx.h>
136 #include <dev/ic/icp_ioctl.h>
137 #include <dev/ic/isp_ioctl.h>
138 #include <dev/ic/mlxio.h>
139 #include <dev/ic/qemufwcfgio.h>
140 #include <dev/ic/nvmeio.h>
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_mips64.cpp104 uint64_t ic; member in struct:_GPR
H A DRegisterInfos_mips64.h134 DEFINE_GPR(ic, nullptr, dwarf_ic_mips64, dwarf_ic_mips64,
/freebsd-current/contrib/lua/src/
H A Dlvm.c1449 int ic = GETARG_sC(i); local
1452 pc++; setivalue(s2v(ra), luaV_shiftl(ib, -ic));
1459 int ic = GETARG_sC(i); local
1462 pc++; setivalue(s2v(ra), luaV_shiftl(ic, ib));
/freebsd-current/contrib/mandoc/
H A Dmdoc_validate.c931 int ic; local
934 for (ic = 1;; ic++) {
941 return ic;
942 if (ic > 1 || n->next->next != NULL) {
958 int ic; local
968 ic = build_list(mdoc, MDOC_Nm);
976 ic = 1;
979 ic = 0;
983 ic >
1028 int ic; local
[all...]
H A Dtbl_term.c169 int hspans, ic, more; local
199 for (ic = 0; ic + 1 < sp->opts->cols; ic++)
200 tsz += tp->tbl.cols[ic].width +
201 tp->tbl.cols[ic].spacing;
246 for (ic = 0; ic < sp->opts->cols; ic++) {
251 coloff += tp->tbl.cols[ic]
816 int ic, hspans; local
[all...]
H A Dterm.c100 size_t ic; /* Character position in the input buffer. */ local
167 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic++) {
168 switch (p->tcol->buf[ic]) {
185 if (ic == p->tcol->lastcol)
255 size_t ic; /* Character position in the input buffer. */ local
263 for (ic = p->tcol->col; ic < p->tcol->lastcol; ic
352 size_t ic; /* Character position in the input buffer. */ local
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_request.c2401 register struct info_control *ic; local
2403 ic = (struct info_control *)prepare_pkt(srcadr, inter, inpkt,
2406 ic->ctltimereset = htonl((u_int32)(current_time - ctltimereset));
2407 ic->numctlreq = htonl((u_int32)numctlreq);
2408 ic->numctlbadpkts = htonl((u_int32)numctlbadpkts);
2409 ic->numctlresponses = htonl((u_int32)numctlresponses);
2410 ic->numctlfrags = htonl((u_int32)numctlfrags);
2411 ic->numctlerrors = htonl((u_int32)numctlerrors);
2412 ic->numctltooshort = htonl((u_int32)numctltooshort);
2413 ic
2493 register struct info_clock *ic; local
2641 register struct info_clkbug *ic; local
[all...]
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2592 struct info_control *ic; local
2599 &itemsize, (void *)&ic, 0, sizeof(*ic));
2612 if (!checkitemsize(itemsize, sizeof(*ic)))
2616 (u_long)ntohl(ic->ctltimereset));
2618 (u_long)ntohl(ic->numctlreq));
2620 (u_long)ntohl(ic->numctlresponses));
2622 (u_long)ntohl(ic->numctlfrags));
2624 (u_long)ntohl(ic->numasyncmsgs));
2626 (u_long)ntohl(ic
[all...]
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c232544 int ip; int ic; int io; local
232851 int ic = 0; local
232960 int ip, ic, io; local
233183 int ip; int ic; int io; local
[all...]

Completed in 820 milliseconds

12345678910