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

1 2 3

  /src/external/mit/expat/dist/tests/
memcheck.c 47 size_t num_bytes; member in struct:allocation_entry
65 entry->num_bytes = size;
174 entry->num_bytes = size;
187 printf("Allocated %lu bytes at %p\n", (long unsigned)entry->num_bytes,
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_ackm.h 63 size_t num_bytes; member in struct:ossl_ackm_tx_pkt_st
132 int ossl_ackm_on_rx_datagram(OSSL_ACKM *ackm, size_t num_bytes);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
ranges.cc 80 byte_offset_t num_bytes = num_bits / BITS_PER_UNIT; local
81 m_num_bytes_sval = mgr.get_or_create_int_cst (size_type_node, num_bytes);
121 const svalue *num_bytes,
124 m_size (num_bytes)
region.cc 1020 byte_size_t num_bytes; local
1021 if (!get_byte_size (&num_bytes))
1025 *out = byte_range (start_byte_offset, num_bytes);
2240 HOST_WIDE_INT num_bytes = m_bits.m_size_in_bits.to_shwi () / BITS_PER_UNIT;
2241 return mgr->get_or_create_int_cst (size_type_node, num_bytes);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_displayid.h 67 u8 num_bytes; member in struct:displayid_block
100 (idx) + sizeof(struct displayid_block) + (block)->num_bytes <= (length) && \
101 (block)->num_bytes > 0; \
102 (idx) += (block)->num_bytes + sizeof(struct displayid_block), \
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_ioctl.h 98 size_t num_bytes; member in struct:__anon6393
  /src/external/gpl3/binutils/dist/opcodes/
z8k-dis.c 287 unsigned int num_bytes; local
292 num_bytes = (z8k_table[instr_data->tabl_index].length + seg_length) * 2;
293 FETCH_DATA (info, num_bytes);
  /src/external/gpl3/binutils.old/dist/opcodes/
z8k-dis.c 287 unsigned int num_bytes; local
292 num_bytes = (z8k_table[instr_data->tabl_index].length + seg_length) * 2;
293 FETCH_DATA (info, num_bytes);
  /src/external/gpl3/gdb.old/dist/opcodes/
z8k-dis.c 287 unsigned int num_bytes; local
292 num_bytes = (z8k_table[instr_data->tabl_index].length + seg_length) * 2;
293 FETCH_DATA (info, num_bytes);
  /src/external/gpl3/gdb.old/dist/gdb/
ser-base.c 274 int num_bytes = -1; local
277 num_bytes = (scb->ops->avail)(scb, scb->error_fd);
279 if (num_bytes != -1)
280 to_read = (num_bytes < to_read) ? num_bytes : to_read;
  /src/external/gpl3/gdb/dist/gdb/
ser-base.c 274 int num_bytes = -1; local
277 num_bytes = (scb->ops->avail)(scb, scb->error_fd);
279 if (num_bytes != -1)
280 to_read = (num_bytes < to_read) ? num_bytes : to_read;
  /src/external/gpl3/gdb/dist/opcodes/
z8k-dis.c 287 unsigned int num_bytes; local
292 num_bytes = (z8k_table[instr_data->tabl_index].length + seg_length) * 2;
293 FETCH_DATA (info, num_bytes);
  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3.c 465 size_t num_bytes, consumed; local
494 ec = SSL_read_ex(s->s, s->buf, sizeof(s->buf), &num_bytes);
496 num_bytes = 0;
531 s->buf_total = num_bytes;
  /src/external/bsd/flex/dist/src/
misc.c 154 size_t num_bytes = (size_t) size * element_size; local
156 malloc(num_bytes);
671 size_t num_bytes = (size_t) size * element_size; local
673 realloc(array, num_bytes);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.cc 563 byte_size_t num_bytes; local
564 if (!get_byte_size (&num_bytes))
568 *out = byte_range (start_byte_offset, num_bytes);
1626 HOST_WIDE_INT num_bytes = m_bits.m_size_in_bits.to_shwi () / BITS_PER_UNIT;
1627 return mgr->get_or_create_int_cst (size_type_node, num_bytes);
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecp_nistp224.c 333 int num_bytes; local
339 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
340 if (num_bytes < 0) {
1404 int num_bytes; local
1495 num_bytes = BN_bn2lebinpad(tmp_scalar,
1498 num_bytes = BN_bn2lebinpad(p_scalar,
1501 if (num_bytes < 0) {
1545 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
1547 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret));
ecp_nistp384.c 144 int num_bytes; local
150 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
151 if (num_bytes < 0) {
1744 int num_bytes; local
1838 num_bytes = BN_bn2lebinpad(tmp_scalar,
1841 num_bytes = BN_bn2lebinpad(p_scalar,
1844 if (num_bytes < 0) {
1883 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
1885 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret));
ecp_nistp521.c 178 int num_bytes; local
184 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
185 if (num_bytes < 0) {
1838 int num_bytes; local
1932 num_bytes = BN_bn2lebinpad(tmp_scalar,
1935 num_bytes = BN_bn2lebinpad(p_scalar,
1938 if (num_bytes < 0) {
1982 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
1984 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret));
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecp_nistp224.c 334 int num_bytes; local
340 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
341 if (num_bytes < 0) {
1425 int num_bytes; local
1521 num_bytes = BN_bn2lebinpad(tmp_scalar,
1524 num_bytes = BN_bn2lebinpad(p_scalar,
1527 if (num_bytes < 0) {
1573 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
1575 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret));
ecp_nistp521.c 178 int num_bytes; local
184 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out));
185 if (num_bytes < 0) {
1930 int num_bytes; local
2029 num_bytes = BN_bn2lebinpad(tmp_scalar,
2032 num_bytes = BN_bn2lebinpad(p_scalar,
2035 if (num_bytes < 0) {
2081 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret));
2083 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret));
  /src/external/gpl3/binutils/dist/bfd/
elf32-msp430.c 1935 int num_bytes = num_words * 2; local
1938 contents = bfd_realloc (contents, sec_end + num_bytes);
1939 memmove (contents + addr + num_bytes, contents + addr, sec_end - addr);
1947 sec->size += num_bytes;
1956 irel->r_offset += num_bytes;
1961 msp430_elf_relax_adjust_locals (abfd, p, addr, -num_bytes,
1975 (long) isym->st_value, (long)(isym->st_value + num_bytes));
1976 isym->st_value += num_bytes;
1993 sym_hash->root.u.def.value += num_bytes;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-msp430.c 1934 int num_bytes = num_words * 2; local
1937 contents = bfd_realloc (contents, sec_end + num_bytes);
1938 memmove (contents + addr + num_bytes, contents + addr, sec_end - addr);
1946 sec->size += num_bytes;
1955 irel->r_offset += num_bytes;
1960 msp430_elf_relax_adjust_locals (abfd, p, addr, -num_bytes,
1974 (long) isym->st_value, (long)(isym->st_value + num_bytes));
1975 isym->st_value += num_bytes;
1992 sym_hash->root.u.def.value += num_bytes;
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
bpf.cc 638 unsigned num_bytes = arg.type_size_in_bytes (); local
642 return (arg.aggregate_type_p () || (num_bytes > 8*5));
675 unsigned num_bytes = arg.type_size_in_bytes (); local
676 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD);
  /src/external/gpl3/gcc.old/dist/gcc/config/bpf/
bpf.cc 726 unsigned num_bytes = arg.type_size_in_bytes (); local
730 return (arg.aggregate_type_p () || (num_bytes > 8*5));
763 unsigned num_bytes = arg.type_size_in_bytes (); local
764 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-msp430.c 1934 int num_bytes = num_words * 2; local
1937 contents = bfd_realloc (contents, sec_end + num_bytes);
1938 memmove (contents + addr + num_bytes, contents + addr, sec_end - addr);
1946 sec->size += num_bytes;
1955 irel->r_offset += num_bytes;
1960 msp430_elf_relax_adjust_locals (abfd, p, addr, -num_bytes,
1974 (long) isym->st_value, (long)(isym->st_value + num_bytes));
1975 isym->st_value += num_bytes;
1992 sym_hash->root.u.def.value += num_bytes;

Completed in 47 milliseconds

1 2 3