Searched refs:chk (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-10.1-release/contrib/apr/threadproc/unix/
H A Dproc.c301 apr_int32_t chk)
303 attr->errchk = chk;
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Dia64-gen.c231 /* An opcode dependency (chk/reg pair of dependency lists). */
234 int chk; /* index into dlists */
424 if (opdeps[i]->chk == chkind
429 pair->chk = chkind;
801 add_dep (const char *name, const char *chk, const char *reg,
808 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes);
1131 else if (CONST_STRNEQ (idesc->name, "chk")
1621 if (opdeps[i]->chk == -1)
1624 printf ("NELS(dep%d), dep%d, ", opdeps[i]->chk, opdeps[i]->chk);
233 int chk; /* index into dlists */ member in struct:opdep
799 add_dep(const char *name, const char *chk, const char *reg, int semantics, int mode, char *extra, int flag) argument
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dsctp_usrreq.c102 struct sctp_tmit_chunk *chk; local
112 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
113 if ((chk->send_size + overhead) > nxtsz) {
114 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
117 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
118 if ((chk->send_size + overhead) > nxtsz) {
123 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
124 if (chk->sent < SCTP_DATAGRAM_RESEND) {
125 sctp_flight_size_decrease(chk);
126 sctp_total_flight_decrease(stcb, chk);
[all...]
/freebsd-10.1-release/contrib/flex/
H A Dmain.c90 int lastdfa, *nxt, *chk, *tnxt;
880 (" %d/%d (peak %d) nxt-chk entries created\n"),
884 (" %d/%d (peak %d) template nxt-chk entries created\n"),
1753 chk = allocate_integer_array (current_max_xpairs);
89 int lastdfa, *nxt, *chk, *tnxt; variable
H A Dflexdef.h159 /* Special chk[] values marking the slots taking by end-of-buffer and action
259 /* Maximum number of nxt/chk pairs for non-templates. */
263 /* Maximum number of nxt/chk pairs needed for templates. */
318 * fit the transition table into "holes" inside the nxt/chk table.
601 * chk - check value to see if "nxt" applies
604 * def - where to go if "chk" disallows "nxt" entry
607 * tblend - last "nxt/chk" table entry being used
608 * firstfree - first empty entry in "nxt/chk" table
626 extern int lastdfa, *nxt, *chk, *tnxt;
657 * nummt - number of empty nxt/chk tabl
[all...]
/freebsd-10.1-release/usr.bin/pr/
H A Dpr.c1001 int chk = (int)inchar; local
1013 if (ch == chk) {
/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h731 uint64_t chk : 1; /**< Internal state */ member in struct:cvmx_pko_mem_debug11::cvmx_pko_mem_debug11_cn50xx
737 uint64_t chk : 1;
2435 uint64_t chk : 1; /**< BiST result of the CHK memories (0=pass, !0=fail) */ member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn30xx
2445 uint64_t chk : 1;
/freebsd-10.1-release/contrib/gcc/cp/
H A Dparser.c9220 deferred_access_check *chk;
9239 VEC_iterate (deferred_access_check, access_check, i, chk) ;
9242 perform_or_defer_access_check (chk->binfo,
9243 chk->decl,
9244 chk->diag_decl);
17284 deferred_access_check *chk;
17294 VEC_iterate (deferred_access_check, checks, i, chk) ;
17297 perform_or_defer_access_check (chk->binfo,
17298 chk->decl,
17299 chk
9218 deferred_access_check *chk; local
17282 deferred_access_check *chk; local
[all...]

Completed in 322 milliseconds

12