HomeSort by: relevance | last modified time | path
    Searched defs:inext (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_cfq_test.c 104 QUIC_CFQ_ITEM *item, *inext; local
140 item != NULL; item = inext) {
141 inext = ossl_quic_cfq_item_get_priority_next(item, pn_space);
  /src/external/lgpl3/mpfr/dist/tests/
tcompound.c 438 unsigned int inext; local
442 /* With a huge t, this case would yield inext != 0 and a
453 inext = mpfr_sub_ui (t, t, 1, MPFR_RNDN);
465 if (inext)
trandom_deviate.c 167 int inexn, inexd, inexu, inexz, inexa, inext; local
186 inext = mpfr_set (t, xn, MPFR_RNDN);
188 if ( !( inexn != 0 && inext == 0 &&
193 inexn, inext, inexd, inexu, inexz, inexa, s);
209 inexn, inext, inexd, inexu, inexz, inexa, s);
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_srtm.c 154 SRTM_ITEM *inext, *item = ihead; local
156 for (item = item->next_by_seq_num; item != NULL; item = inext) {
157 inext = item->next_by_seq_num;
418 SRTM_ITEM key, *item = NULL, *inext, *ihead; local
428 for (item = ihead; item != NULL; item = inext) {
429 inext = item->next_by_seq_num;
  /src/external/gpl3/binutils/dist/ld/
ldmain.c 227 bfd *ibfd, *inext;
230 for (ibfd = link_info.input_bfds; ibfd; ibfd = inext)
232 inext = ibfd->link.next;
225 bfd *ibfd, *inext; local
  /src/external/gpl3/binutils.old/dist/ld/
ldmain.c 225 bfd *ibfd, *inext;
228 for (ibfd = link_info.input_bfds; ibfd; ibfd = inext)
230 inext = ibfd->link.next;
223 bfd *ibfd, *inext; local

Completed in 20 milliseconds