HomeSort by: relevance | last modified time | path
    Searched defs:chk (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/mpn/generic/
invertappr.c 230 mp_limb_t chk; local
231 chk = mpn_sublsh1_n (xp, xp, dp - n, n);
232 ASSERT (chk == xp[n]);
  /src/usr.sbin/lpr/common_source/
rmjob.c 119 if (lockchk(LO) && chk(current)) {
189 if (!chk(file))
224 chk(const char *file) function
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_warc.c 377 char *chk = strchr(hdr.tgturi, ':');
379 if (chk != NULL && chk[1U] == '/' && chk[2U] == '/') {
374 char *chk = strchr(hdr.tgturi, ':'); local
  /src/external/gpl3/gcc/dist/gcc/
gimple-harden-conditionals.cc 231 basic_block chk = gsi_bb (*gsip); local
237 basic_block trp = create_empty_bb (chk);
249 chk->index, trp->index);
251 if (BB_PARTITION (chk))
266 single_succ_edge (chk)->flags &= ~EDGE_FALLTHRU;
267 single_succ_edge (chk)->flags |= neg_true_false_flag;
268 single_succ_edge (chk)->probability = profile_probability::always ();
269 edge e = make_edge (chk, trp, true_false_flag);
274 set_immediate_dominator (CDI_DOMINATORS, trp, chk);
292 basic_block chk = split_edge (e) local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-harden-conditionals.cc 222 basic_block chk = gsi_bb (*gsip); local
228 basic_block trp = create_empty_bb (chk);
238 chk->index, trp->index);
240 if (BB_PARTITION (chk))
255 single_succ_edge (chk)->flags &= ~EDGE_FALLTHRU;
256 single_succ_edge (chk)->flags |= neg_true_false_flag;
257 single_succ_edge (chk)->probability = profile_probability::always ();
258 edge e = make_edge (chk, trp, true_false_flag);
263 set_immediate_dominator (CDI_DOMINATORS, trp, chk);
281 basic_block chk = split_edge (e) local
    [all...]
  /src/games/snake/snake/
snake.c 119 static int chk(const struct point *);
723 chk(&p);
727 chk(&p);
731 chk(&p);
735 chk(&p);
754 chk(&p);
761 chk(&p);
774 chk(&p);
781 chk(&p);
922 chk(const struct point *sp function
    [all...]
  /src/sys/netinet/
sctp_timer.c 102 struct sctp_tmit_chunk *chk; local
113 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
114 if (chk->sent == SCTP_DATAGRAM_RESEND) {
119 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) {
120 if (chk->sent == SCTP_DATAGRAM_RESEND) {
356 struct sctp_tmit_chunk *chk, *tp2; local
431 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);
432 for (;chk != NULL; chk = tp2) {
433 tp2 = TAILQ_NEXT(chk, sctp_next)
696 struct sctp_tmit_chunk *chk; local
968 struct sctp_tmit_chunk *strrst, *chk; local
1040 struct sctp_tmit_chunk *asconf, *chk; local
1195 struct sctp_tmit_chunk *chk; local
    [all...]
sctp_indata.c 176 * Take a chk structure and build it into an mbuf. Hmm should we change things
228 * Take a chk structure and build it into an mbuf. Should we change things
233 sctp_build_ctl(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk)
254 outinfo->sinfo_stream = chk->rec.data.stream_number;
255 outinfo->sinfo_ssn = chk->rec.data.stream_seq;
256 if (chk->rec.data.rcv_flags & SCTP_DATA_UNORDERED) {
261 outinfo->sinfo_ppid = chk->rec.data.payloadtype;
262 outinfo->sinfo_context = chk->rec.data.context;
264 outinfo->sinfo_tsn = chk->rec.data.TSN_seq;
275 struct sctp_tmit_chunk *chk, int hold_locks
516 struct sctp_tmit_chunk *chk, *at; local
1005 struct sctp_tmit_chunk *chk; local
1671 struct sctp_tmit_chunk *chk; local
2356 struct sctp_tmit_chunk *chk; local
2425 struct sctp_tmit_chunk *chk; local
4283 struct sctp_tmit_chunk *chk; local
4332 struct sctp_tmit_chunk *chk, *nchk; local
4421 struct sctp_tmit_chunk *chk, *at; local
    [all...]
sctp_input.c 187 struct sctp_tmit_chunk *chk; local
196 chk = TAILQ_FIRST(&outs->outqueue);
197 while (chk) {
198 TAILQ_REMOVE(&outs->outqueue, chk,
203 chk);
204 sctp_m_freem(chk->data);
205 chk->data = NULL;
206 sctp_free_remote_addr(chk->whoTo);
207 chk->whoTo = NULL;
208 chk->asoc = NULL
673 struct sctp_chunkhdr *chk; local
2208 struct sctp_tmit_chunk *chk; local
2295 struct sctp_tmit_chunk *chk; local
2630 struct sctp_tmit_chunk *chk, *nchk; local
3541 struct sctp_tmit_chunk *chk; local
    [all...]
sctp_pcb.c 3026 struct sctp_tmit_chunk *chk; local
3126 chk = TAILQ_FIRST(&outs->outqueue);
3127 while (chk) {
3128 TAILQ_REMOVE(&outs->outqueue, chk, sctp_next);
3129 sctp_m_freem(chk->data);
3130 chk->data = NULL;
3131 chk->whoTo = NULL;
3132 chk->asoc = NULL;
3134 SCTP_ZONE_FREE(sctppcbinfo.ipi_zone_chunk, chk);
3140 chk = TAILQ_FIRST(&outs->outqueue)
4493 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
sctp_usrreq.c 184 struct sctp_tmit_chunk *chk)
191 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
197 *new_chk = *chk;
199 new_chk->data = m_split(chk->data, (chk->send_size>>1), M_DONTWAIT);
202 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
213 chk->send_size >>= 1;
216 chk->book_size >>= 1;
220 chk->rec.data.rcv_flags |= SCTP_DATA_FIRST_FRAG;
221 chk->rec.data.rcv_flags &= ~SCTP_DATA_LAST_FRAG
292 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
sctputil.c 176 sctp_log_strm_del(struct sctp_tmit_chunk *chk, struct sctp_tmit_chunk *poschk,
180 if (chk == NULL) {
186 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = chk->rec.data.TSN_seq;
187 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = chk->rec.data.stream_seq;
436 struct sctp_tmit_chunk *chk; local
472 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
473 if (chk->sent == SCTP_DATAGRAM_RESEND) {
475 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
476 tot_out += chk->book_size;
540 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next)
907 struct sctp_tmit_chunk *chk; local
1597 struct sctp_tmit_chunk *chk; local
2571 struct sctp_tmit_chunk *chk; local
    [all...]
  /src/sys/netinet6/
sctp6_usrreq.c 350 struct sctp_tmit_chunk *chk; local
356 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
357 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
358 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
361 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
362 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
367 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
368 if (chk->sent != SCTP_DATAGRAM_RESEND)
370 chk->sent = SCTP_DATAGRAM_RESEND;
371 chk->rec.data.doing_fast_retransmit = 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 231 bool chk = chkP && chkNV && chkR && chkRRO && chkS && chkSh && chkSl && local
234 return chk;
  /src/external/bsd/ekermit/dist/
kermit.c 817 register unsigned int chk; local
818 chk = chk2(pkt,k);
819 chk = (((chk & 0300) >> 6) + chk) & 077;
820 return((int) chk);
827 register USHORT chk; local
828 for (chk = 0; *pkt != '\0'; pkt++)
829 chk += *pkt;
830 return(chk);
    [all...]
  /src/sys/lib/libsa/
dosfs.c 519 u_int nsec, lsec, xdn, chk, sec, ent, x; local
539 xdn = chk = 0;
564 chk)) {
566 chk = dir[ent].xde.weChksum;
583 ok = chk == x &&
  /src/usr.bin/pr/
pr.c 1034 int chk = (int)inchar; local
1046 if (ch == chk) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MoveChecker.cpp 159 MovedBugVisitor(const MoveChecker &Chk, const MemRegion *R,
161 : Chk(Chk), Region(R), RD(RD), MK(MK), Found(false) {}
178 const MoveChecker &Chk;
301 ObjectKind OK = Chk.classifyObject(Region, RD);
306 Chk.explainObject(OS, Region, RD, MK);
317 Chk.explainObject(OS, Region, RD, MK);
322 Chk.explainObject(OS, Region, RD, MK);
750 MoveChecker *chk = mgr.registerChecker<MoveChecker>(); local
751 chk->setAggressiveness
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-common.cc 537 unsigned char *data, *chk; local
563 chk = XCNEWVEC (unsigned char, (size_t)length);
567 memset (chk, '\0', (size_t)length);
576 &chk[s->offset],
584 free (chk);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-common.cc 537 unsigned char *data, *chk; local
563 chk = XCNEWVEC (unsigned char, (size_t)length);
567 memset (chk, '\0', (size_t)length);
576 &chk[s->offset],
584 free (chk);
  /src/crypto/external/bsd/openssh/dist/
ed25519.c 1788 fe25519 t, chk, num, den, den2, den4, den6; local
1813 fe25519_square(&chk, &r->x);
1814 fe25519_mul(&chk, &chk, &den);
1815 if (!fe25519_iseq_vartime(&chk, &num))
1819 fe25519_square(&chk, &r->x);
1820 fe25519_mul(&chk, &chk, &den);
1821 if (!fe25519_iseq_vartime(&chk, &num))
  /src/external/bsd/tcpdump/dist/
print-sctp.c 180 struct sctpChunkDesc chk; member in struct:sctpRelChunkDesc
  /src/external/bsd/flex/dist/src/
main.c 94 int lastdfa, *nxt, *chk, *tnxt;
899 (" %d/%d (peak %d) nxt-chk entries created\n"),
903 (" %d/%d (peak %d) template nxt-chk entries created\n"),
1767 chk = allocate_integer_array (current_max_xpairs);
93 int lastdfa, *nxt, *chk, *tnxt; variable
  /src/external/gpl3/binutils/dist/gas/
dwarf2dbg.c 396 expressionS chk;
398 memset (&chk, 0, sizeof (chk));
399 chk.X_unsigned = 1;
400 chk.X_op = O_add;
401 chk.X_add_number = 0;
402 chk.X_add_symbol = view_assert_failed;
403 chk.X_op_symbol = deferred;
404 deferred = make_expr_symbol (&chk);
395 expressionS chk; local
  /src/external/gpl3/binutils/dist/opcodes/
ia64-gen.c 222 /* An opcode dependency (chk/reg pair of dependency lists). */
225 int chk; /* index into dlists */
415 if (opdeps[i]->chk == chkind
420 pair->chk = chkind;
790 add_dep (const char *name, const char *chk, const char *reg,
797 parse_resource_users (chk, &rs->chks, &rs->nchks, &rs->chknotes);
1129 else if (startswith (idesc->name, "chk")
1630 if (opdeps[i]->chk == -1)
1633 printf ("NELS(dep%d), dep%d, ", opdeps[i]->chk, opdeps[i]->chk);
224 int chk; \/* index into dlists *\/ member in struct:opdep
    [all...]

Completed in 52 milliseconds

1 2