HomeSort by: relevance | last modified time | path
    Searched refs:pto (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/sim/rx/
mem.c 83 int pto = address & ((1 << OFF_BITS) - 1); local
104 && ptr[pt1][pt2][pto] == MC_UNINIT)
110 if (ptr[pt1][pt2][pto] == MC_PUSHED_PC)
112 ptr[pt1][pt2][pto] = MC_DATA;
117 pto_dc = pto ^ (rx_big_endian ? 3 : 0);
126 return (unsigned char *) (ptr[pt1][pt2] + pto);
129 return (unsigned char *) (ptdc[pt1][pt2] + pto);
131 return pt[pt1][pt2] + pto;
  /src/external/gpl3/gdb/dist/sim/rx/
mem.c 83 int pto = address & ((1 << OFF_BITS) - 1); local
104 && ptr[pt1][pt2][pto] == MC_UNINIT)
110 if (ptr[pt1][pt2][pto] == MC_PUSHED_PC)
112 ptr[pt1][pt2][pto] = MC_DATA;
117 pto_dc = pto ^ (rx_big_endian ? 3 : 0);
126 return (unsigned char *) (ptr[pt1][pt2] + pto);
129 return (unsigned char *) (ptdc[pt1][pt2] + pto);
131 return pt[pt1][pt2] + pto;
  /src/sys/kern/
subr_psref.c 394 * psref_copy(pto, pfrom, class)
397 * specified class, to pto. Both pfrom and pto must later be
402 * pfrom and pto.
405 psref_copy(struct psref *pto, const struct psref *pfrom,
416 KASSERTMSG((pto != pfrom),
418 pto);
436 SLIST_INSERT_HEAD(&pcpu->pcpu_head, pto, psref_entry);
437 pto->psref_target = pfrom->psref_target;
438 pto->psref_lwp = curlwp
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_ackm.h 101 /* 1 if the packet is a PTO probe. */
252 uint32_t pto[QUIC_PN_SPACE_NUM]; member in struct:ossl_ackm_probe_info_st
286 * Returns the PTO duration as currently calculated. This is a quantity of time.
  /src/crypto/external/bsd/openssl.old/dist/crypto/conf/
conf_def.c 526 static int str_copy(CONF *conf, char *section, char **pto, char *from)
670 OPENSSL_free(*pto);
671 *pto = buf->data;
  /src/external/gpl3/gdb.old/dist/sim/m32c/
mem.c 97 int pto = address & ((1 << OFF_BITS) - 1); local
121 return pt[pt1][pt2] + pto;
  /src/external/gpl3/gdb/dist/sim/m32c/
mem.c 97 int pto = address & ((1 << OFF_BITS) - 1); local
121 return pt[pt1][pt2] + pto;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/math/
traits.d 603 ubyte* pto = cast(ubyte *)&to;
608 pto[T.SIGNPOS_BYTE] &= 0x7F;
609 pto[T.SIGNPOS_BYTE] |= pfrom[F.SIGNPOS_BYTE] & 0x80;
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel.c 754 OSSL_TIME pto = ossl_ackm_get_pto_duration(ch->ackm); local
757 * RFC 9001 s. 6.5: Endpoints SHOULD wait three times the PTO before
767 ossl_time_multiply(pto, 3));
859 OSSL_TIME pto; local
892 pto = ossl_ackm_get_pto_duration(ch->ackm);
898 ch->rxku_update_end_deadline = ossl_time_add(get_time(ch), pto);
3154 * the current PTO interval as defined in [QUIC-RECOVERY].
3546 OSSL_TIME pto; local
3555 * times the current Probe Timeout (PTO). This allows for
3559 pto = ossl_ackm_get_pto_duration(ch->ackm)
    [all...]
quic_txp.c 1394 * If ACKM has requested probe generation (e.g. due to PTO), we generate a
1406 if (probe_info->pto[pn_space] > 0)
1475 /* Do we need to send a PTO probe? */
1484 || probe_info->pto[pn_space] > 0)
3132 && probe_info->pto[pn_space] > 0)
3133 --probe_info->pto[pn_space];
quic_ackm.c 492 /* The maximum number of times we allow PTO to be doubled. */
852 /* Anti-deadlock PTO starts from the current time. */
1311 ++ackm->pending_probe.pto[pkt_space];
1343 * PTO. The user of the ACKM should send new data if available, else
  /src/usr.sbin/btconfig/
btconfig.c 155 static uint32_t pto; variable
201 { "pto", P_NUM, &opt_pto, &pto },
581 val = htole16(pto * 8 / 5);
  /src/crypto/external/apache2/openssl/dist/crypto/conf/
conf_def.c 641 static int str_copy(CONF *conf, char *section, char **pto, char *from)
790 OPENSSL_free(*pto);
791 *pto = buf->data;
  /src/crypto/external/apache2/openssl/dist/test/
quic_ackm_test.c 326 if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_INITIAL], pto_initial))
328 if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_HANDSHAKE], pto_handshake))
330 if (!TEST_uint_eq(p->pto[QUIC_PN_SPACE_APP], pto_app))
427 /* We should have a PTO deadline. */
438 * app space PTO probe requests.
444 /* Advance to the PTO deadline. */
  /src/crypto/external/bsd/openssl/dist/crypto/conf/
conf_def.c 651 static int str_copy(CONF *conf, char *section, char **pto, char *from)
800 OPENSSL_free(*pto);
801 *pto = buf->data;
  /src/external/gpl2/diffutils/dist/lib/
regex.c 4352 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4355 *--pto = *--pfrom;
4372 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4375 *--pto = *--pfrom;
4455 register CHAR_T *pto = end;
4459 *pto-- = *pfrom--;
4339 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4359 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4442 register CHAR_T *pto = end; local
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 4268 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4271 *--pto = *--pfrom;
4285 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4288 *--pto = *--pfrom;
4362 register CHAR_T *pto = end;
4366 *pto-- = *pfrom--;
4255 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4272 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4349 register CHAR_T *pto = end; local
  /src/external/gpl2/grep/dist/lib/
regex.c 4273 register US_CHAR_TYPE *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4276 *--pto = *--pfrom;
4293 register US_CHAR_TYPE *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4296 *--pto = *--pfrom;
4372 register CHAR_TYPE *pto = end;
4376 *pto-- = *pfrom--;
4258 register US_CHAR_TYPE *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4278 register US_CHAR_TYPE *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4357 register CHAR_TYPE *pto = end; local
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 4275 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4278 *--pto = *--pfrom;
4292 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4295 *--pto = *--pfrom;
4368 register CHAR_T *pto = end;
4372 *pto-- = *pfrom--;
4262 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4279 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4355 register CHAR_T *pto = end; local
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 4275 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4278 *--pto = *--pfrom;
4292 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4295 *--pto = *--pfrom;
4368 register CHAR_T *pto = end;
4372 *pto-- = *pfrom--;
4262 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4279 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4355 register CHAR_T *pto = end; local
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 4275 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4278 *--pto = *--pfrom;
4292 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4295 *--pto = *--pfrom;
4368 register CHAR_T *pto = end;
4372 *pto-- = *pfrom--;
4262 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4279 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4355 register CHAR_T *pto = end; local
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 4275 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4278 *--pto = *--pfrom;
4292 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4295 *--pto = *--pfrom;
4368 register CHAR_T *pto = end;
4372 *pto-- = *pfrom--;
4262 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4279 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4355 register CHAR_T *pto = end; local
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 4275 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4278 *--pto = *--pfrom;
4292 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4295 *--pto = *--pfrom;
4368 register CHAR_T *pto = end;
4372 *pto-- = *pfrom--;
4262 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4279 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4355 register CHAR_T *pto = end; local
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 4275 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE;
4278 *--pto = *--pfrom;
4292 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE;
4295 *--pto = *--pfrom;
4368 register CHAR_T *pto = end;
4372 *pto-- = *pfrom--;
4262 register UCHAR_T *pto = end + 1 + OFFSET_ADDRESS_SIZE; local
4279 register UCHAR_T *pto = end + 1 + 2 * OFFSET_ADDRESS_SIZE; local
4355 register CHAR_T *pto = end; local
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 150 Type *pto; // merged pointer to this type member in class:Type

Completed in 172 milliseconds

1 2