| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_displayid.h | 67 u8 num_bytes; member 100 (idx) + sizeof(struct displayid_block) + (block)->num_bytes <= (length) && \ 101 (block)->num_bytes > 0; \ 102 (idx) += (block)->num_bytes + sizeof(struct displayid_block), \
|
| H A D | drm_dp_mst_helper.h | 284 u8 num_bytes; member 300 u8 num_bytes; member 355 u8 num_bytes; member 361 u8 num_bytes; member 371 u8 num_bytes; member 383 u8 num_bytes; member
|
| /netbsd-src/external/mit/expat/dist/tests/ |
| H A D | memcheck.c | 46 size_t num_bytes; member 63 entry->num_bytes = size; in tracking_malloc() 173 entry->num_bytes = size; in tracking_realloc() 186 printf("Allocated %lu bytes at %p\n", (long unsigned)entry->num_bytes, in tracking_report()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_dp_mst_topology.c | 381 buf[idx] = (req->u.dpcd_read.num_bytes); in drm_dp_encode_sideband_req() 393 buf[idx] = (req->u.dpcd_write.num_bytes); in drm_dp_encode_sideband_req() 395 memcpy(&buf[idx], req->u.dpcd_write.bytes, req->u.dpcd_write.num_bytes); in drm_dp_encode_sideband_req() 396 idx += req->u.dpcd_write.num_bytes; in drm_dp_encode_sideband_req() 405 buf[idx] = req->u.i2c_read.transactions[i].num_bytes; in drm_dp_encode_sideband_req() 407 …emcpy(&buf[idx], req->u.i2c_read.transactions[i].bytes, req->u.i2c_read.transactions[i].num_bytes); in drm_dp_encode_sideband_req() 408 idx += req->u.i2c_read.transactions[i].num_bytes; in drm_dp_encode_sideband_req() 425 buf[idx] = (req->u.i2c_write.num_bytes); in drm_dp_encode_sideband_req() 427 memcpy(&buf[idx], req->u.i2c_write.bytes, req->u.i2c_write.num_bytes); in drm_dp_encode_sideband_req() 428 idx += req->u.i2c_write.num_bytes; in drm_dp_encode_sideband_req() [all …]
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | misc.c | 154 size_t num_bytes = (size_t) size * element_size; in allocate_array() local 156 malloc(num_bytes); in allocate_array() 671 size_t num_bytes = (size_t) size * element_size; in reallocate_array() local 673 realloc(array, num_bytes); in reallocate_array()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| H A D | bpf.c | 581 unsigned num_bytes = arg.type_size_in_bytes (); in bpf_pass_by_reference() local 585 return (arg.aggregate_type_p () || (num_bytes > 8*5)); in bpf_pass_by_reference() 618 unsigned num_bytes = arg.type_size_in_bytes (); in bpf_function_arg_advance() local 619 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD); in bpf_function_arg_advance()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| H A D | ecp_nistp224.c | 332 int num_bytes; 338 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); 339 if (num_bytes < 0) { 1419 int num_bytes; 1515 num_bytes = BN_bn2lebinpad(tmp_scalar, 1518 num_bytes = BN_bn2lebinpad(p_scalar, 1521 if (num_bytes < 0) { 1567 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); 1569 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret));
|
| H A D | ecp_nistp521.c | 177 int num_bytes; 183 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); 184 if (num_bytes < 0) { 1875 int num_bytes; 1974 num_bytes = BN_bn2lebinpad(tmp_scalar, 1977 num_bytes = BN_bn2lebinpad(p_scalar, 1980 if (num_bytes < 0) { 2026 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); 2028 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret));
|
| H A D | ecp_nistp256.c | 153 int num_bytes; 159 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); 160 if (num_bytes < 0) { 2034 int num_bytes; 2135 num_bytes = BN_bn2lebinpad(tmp_scalar, 2138 num_bytes = BN_bn2lebinpad(p_scalar, 2141 if (num_bytes < 0) { 2189 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); 2191 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret));
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| H A D | ecp_nistp224.c | 334 int num_bytes; in BN_to_felem() local 340 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); in BN_to_felem() 341 if (num_bytes < 0) { in BN_to_felem() 1425 int num_bytes; in ossl_ec_GFp_nistp224_points_mul() local 1521 num_bytes = BN_bn2lebinpad(tmp_scalar, in ossl_ec_GFp_nistp224_points_mul() 1524 num_bytes = BN_bn2lebinpad(p_scalar, in ossl_ec_GFp_nistp224_points_mul() 1527 if (num_bytes < 0) { in ossl_ec_GFp_nistp224_points_mul() 1573 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp224_points_mul() 1575 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp224_points_mul()
|
| H A D | ecp_nistp521.c | 178 int num_bytes; in BN_to_felem() local 184 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); in BN_to_felem() 185 if (num_bytes < 0) { in BN_to_felem() 1930 int num_bytes; in ossl_ec_GFp_nistp521_points_mul() local 2029 num_bytes = BN_bn2lebinpad(tmp_scalar, in ossl_ec_GFp_nistp521_points_mul() 2032 num_bytes = BN_bn2lebinpad(p_scalar, in ossl_ec_GFp_nistp521_points_mul() 2035 if (num_bytes < 0) { in ossl_ec_GFp_nistp521_points_mul() 2081 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp521_points_mul() 2083 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp521_points_mul()
|
| H A D | ecp_nistp256.c | 153 int num_bytes; in BN_to_felem() local 159 num_bytes = BN_bn2lebinpad(bn, b_out, sizeof(b_out)); in BN_to_felem() 160 if (num_bytes < 0) { in BN_to_felem() 2037 int num_bytes; in ossl_ec_GFp_nistp256_points_mul() local 2138 num_bytes = BN_bn2lebinpad(tmp_scalar, in ossl_ec_GFp_nistp256_points_mul() 2141 num_bytes = BN_bn2lebinpad(p_scalar, in ossl_ec_GFp_nistp256_points_mul() 2144 if (num_bytes < 0) { in ossl_ec_GFp_nistp256_points_mul() 2192 num_bytes = BN_bn2lebinpad(tmp_scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp256_points_mul() 2194 num_bytes = BN_bn2lebinpad(scalar, g_secret, sizeof(g_secret)); in ossl_ec_GFp_nistp256_points_mul()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_atombios_dp.c | 64 void radeon_atom_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le) in radeon_atom_copy_swap() argument 69 u8 align_num_bytes = ALIGN(num_bytes, 4); in radeon_atom_copy_swap() 72 memcpy(src_tmp, src, num_bytes); in radeon_atom_copy_swap() 80 memcpy(dst, dst_tmp, num_bytes); in radeon_atom_copy_swap() 83 memcpy(dst, src, num_bytes); in radeon_atom_copy_swap()
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | z8k-dis.c | 287 unsigned int num_bytes; in output_instr() local 292 num_bytes = (z8k_table[instr_data->tabl_index].length + seg_length) * 2; in output_instr() 293 FETCH_DATA (info, num_bytes); in output_instr()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | z8k-dis.c | 287 unsigned int num_bytes; in output_instr() local 292 num_bytes = (z8k_table[instr_data->tabl_index].length + seg_length) * 2; in output_instr() 293 FETCH_DATA (info, num_bytes); in output_instr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | region.cc | 563 byte_size_t num_bytes; in get_relative_concrete_byte_range() local 564 if (!get_byte_size (&num_bytes)) in get_relative_concrete_byte_range() 568 *out = byte_range (start_byte_offset, num_bytes); in get_relative_concrete_byte_range() 1626 HOST_WIDE_INT num_bytes = m_bits.m_size_in_bits.to_shwi () / BITS_PER_UNIT; in get_byte_size_sval() local 1627 return mgr->get_or_create_int_cst (size_type_node, num_bytes); in get_byte_size_sval()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | value-range.h | 665 void *get_memory (unsigned num_bytes); 685 irange_allocator::get_memory (unsigned num_bytes) in get_memory() argument 687 void *r = obstack_alloc (&m_obstack, num_bytes); in get_memory()
|
| /netbsd-src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| H A D | vchiq_ioctl.h | 98 size_t num_bytes; member
|
| H A D | vchiq_if.h | 184 void *ptr, size_t num_bytes);
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-msp430.c | 1934 int num_bytes = num_words * 2; in msp430_elf_relax_add_words() local 1937 contents = bfd_realloc (contents, sec_end + num_bytes); in msp430_elf_relax_add_words() 1938 memmove (contents + addr + num_bytes, contents + addr, sec_end - addr); in msp430_elf_relax_add_words() 1946 sec->size += num_bytes; in msp430_elf_relax_add_words() 1955 irel->r_offset += num_bytes; in msp430_elf_relax_add_words() 1960 msp430_elf_relax_adjust_locals (abfd, p, addr, -num_bytes, in msp430_elf_relax_add_words() 1974 (long) isym->st_value, (long)(isym->st_value + num_bytes)); in msp430_elf_relax_add_words() 1975 isym->st_value += num_bytes; in msp430_elf_relax_add_words() 1992 sym_hash->root.u.def.value += num_bytes; in msp430_elf_relax_add_words()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-msp430.c | 1934 int num_bytes = num_words * 2; in msp430_elf_relax_add_words() local 1937 contents = bfd_realloc (contents, sec_end + num_bytes); in msp430_elf_relax_add_words() 1938 memmove (contents + addr + num_bytes, contents + addr, sec_end - addr); in msp430_elf_relax_add_words() 1946 sec->size += num_bytes; in msp430_elf_relax_add_words() 1955 irel->r_offset += num_bytes; in msp430_elf_relax_add_words() 1960 msp430_elf_relax_adjust_locals (abfd, p, addr, -num_bytes, in msp430_elf_relax_add_words() 1974 (long) isym->st_value, (long)(isym->st_value + num_bytes)); in msp430_elf_relax_add_words() 1975 isym->st_value += num_bytes; in msp430_elf_relax_add_words() 1992 sym_hash->root.u.def.value += num_bytes; in msp430_elf_relax_add_words()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/ |
| H A D | bpf.cc | 726 unsigned num_bytes = arg.type_size_in_bytes (); in bpf_pass_by_reference() local 730 return (arg.aggregate_type_p () || (num_bytes > 8*5)); in bpf_pass_by_reference() 763 unsigned num_bytes = arg.type_size_in_bytes (); in bpf_function_arg_advance() local 764 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD); in bpf_function_arg_advance()
|
| /netbsd-src/sys/arch/arm/at91/ |
| H A D | at91pdcvar.h | 178 static __inline void *AT91PDC_FIFO_RDPTR(at91pdc_fifo_t *fifo, int *num_bytes) in AT91PDC_FIFO_RDPTR() argument 186 *num_bytes = contig_bytes; in AT91PDC_FIFO_RDPTR()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_atombios.h | 204 void amdgpu_atombios_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit.h | 617 int num_bytes, int is_signed); 1037 size_t num_bytes);
|