| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/ |
| H A D | store_result.c | 70 size_t ref_size; member 119 &helper_data.ref_size)) in ossl_store_handle_load_result() 214 keydata = evp_keymgmt_load(keymgmt, data->ref, data->ref_size); in try_key_ref() 230 data->ref, data->ref_size, in try_key_ref()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | Table.cc | 1023 ref_size = &master_size; in DataDescriptor() 1037 ref_size = &dDscr->master_size; in DataDescriptor() 1149 if (idx >= *ref_size) in setDatumValue() 1167 if (idx >= *ref_size) in setValue() 1182 if (idx >= *ref_size) in setObjValue() 1274 for (long i = 0; i<*ref_size; ++i) in getSet()
|
| H A D | Table.h | 457 return *ref_size; // number of packets in getSize() 512 long *ref_size; variable
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | Table.cc | 1023 ref_size = &master_size; in DataDescriptor() 1037 ref_size = &dDscr->master_size; in DataDescriptor() 1149 if (idx >= *ref_size) in setDatumValue() 1167 if (idx >= *ref_size) in setValue() 1182 if (idx >= *ref_size) in setObjValue() 1274 for (long i = 0; i<*ref_size; ++i) in getSet()
|
| H A D | Table.h | 457 return *ref_size; // number of packets in getSize() 512 long *ref_size; variable
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-dse.cc | 240 HOST_WIDE_INT copy_size, ref_size; in get_byte_range() local 260 if (!get_byte_aligned_range_containing_ref (ref, &ref_offset, &ref_size) in get_byte_range() 268 ref_size /= BITS_PER_UNIT; in get_byte_range() 283 || ref_size <= diff / BITS_PER_UNIT) in get_byte_range() 287 HOST_WIDE_INT limit = ref_size - diff / BITS_PER_UNIT; in get_byte_range()
|
| H A D | tree-vect-data-refs.cc | 3381 unsigned HOST_WIDE_INT ref_size = tree_to_uhwi (TYPE_SIZE_UNIT (ref_type)); in vect_vfa_access_size() local 3382 unsigned HOST_WIDE_INT access_size = ref_size; in vect_vfa_access_size() 3396 access_size += tree_to_uhwi (TYPE_SIZE_UNIT (vectype)) - ref_size; in vect_vfa_access_size()
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | pdb.c | 1073 size_t ref_size, padding; in parse_symbols() local 1199 ref_size = offsetof (struct refsym, name) + name_len + 1; in parse_symbols() 1201 if (ref_size % sizeof (uint32_t)) in parse_symbols() 1202 padding = sizeof (uint32_t) - (ref_size % sizeof (uint32_t)); in parse_symbols() 1206 ref = xmalloc (ref_size + padding); in parse_symbols() 1208 bfd_putl16 (ref_size + padding - sizeof (uint16_t), &ref->size); in parse_symbols() 1221 (uint8_t *) ref, ref_size + padding)) in parse_symbols()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | expr.cc | 6107 mpz_t arr_size, ref_size; in gfc_is_not_contiguous() local 6109 if (gfc_ref_dimen_size (ar, i, &ref_size, NULL)) in gfc_is_not_contiguous() 6116 if (previous_incomplete && mpz_cmp_si (ref_size, 1) != 0) in gfc_is_not_contiguous() 6119 mpz_clear (ref_size); in gfc_is_not_contiguous() 6122 else if (mpz_cmp (arr_size, ref_size) != 0) in gfc_is_not_contiguous() 6132 if (mpz_cmp_ui (ref_size, 1) > 0 && ar->type == AR_SECTION in gfc_is_not_contiguous() 6137 mpz_clear (ref_size); in gfc_is_not_contiguous() 6141 mpz_clear (ref_size); in gfc_is_not_contiguous()
|
| H A D | array.cc | 2539 ref_size (gfc_array_ref *ar, mpz_t *result) in ref_size() function 2692 return ref_size (&ref->u.ar, result); in gfc_array_size()
|
| H A D | ChangeLog-2009 | 3499 (ref_size): Change ref_dimen_size to gfc_ref_dimen_size.
|
| H A D | ChangeLog-2010 | 2300 (ref_size): Adjust call to gfc_ref_dimen_size.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | expr.c | 6057 mpz_t arr_size, ref_size; in gfc_is_not_contiguous() local 6059 if (gfc_ref_dimen_size (ar, i, &ref_size, NULL)) in gfc_is_not_contiguous() 6065 if (previous_incomplete && mpz_cmp_si (ref_size, 1) != 0) in gfc_is_not_contiguous() 6068 mpz_clear (ref_size); in gfc_is_not_contiguous() 6071 else if (mpz_cmp (arr_size, ref_size) != 0) in gfc_is_not_contiguous() 6081 if (mpz_cmp_ui (ref_size, 1) > 0 && ar->type == AR_SECTION in gfc_is_not_contiguous() 6087 mpz_clear (ref_size); in gfc_is_not_contiguous()
|
| H A D | array.c | 2527 ref_size (gfc_array_ref *ar, mpz_t *result) in ref_size() function 2680 return ref_size (&ref->u.ar, result); in gfc_array_size()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-data-refs.c | 3211 unsigned HOST_WIDE_INT ref_size = tree_to_uhwi (TYPE_SIZE_UNIT (ref_type)); in vect_vfa_access_size() local 3212 unsigned HOST_WIDE_INT access_size = ref_size; in vect_vfa_access_size() 3224 access_size += tree_to_uhwi (TYPE_SIZE_UNIT (vectype)) - ref_size; in vect_vfa_access_size()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 9573 poly_int64 ref_size = GET_MODE_SIZE (mode); in aarch64_classify_address() local 9574 if (known_eq (ref_size, 0)) in aarch64_classify_address() 9575 ref_size = GET_MODE_SIZE (DImode); in aarch64_classify_address() 9577 return (multiple_p (const_offset, ref_size) in aarch64_classify_address() 9578 && multiple_p (align / BITS_PER_UNIT, ref_size)); in aarch64_classify_address()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 11023 poly_int64 ref_size = GET_MODE_SIZE (mode); in aarch64_classify_address() local 11024 if (known_eq (ref_size, 0)) in aarch64_classify_address() 11025 ref_size = GET_MODE_SIZE (DImode); in aarch64_classify_address() 11027 return (multiple_p (const_offset, ref_size) in aarch64_classify_address() 11028 && multiple_p (align / BITS_PER_UNIT, ref_size)); in aarch64_classify_address()
|