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

  /src/sys/kern/
kern_veriexec.c 232 veriexec_fpops_add(const char *fp_type, size_t hash_len, size_t ctx_size,
243 KASSERT(fp_type != NULL);
245 if (veriexec_fpops_lookup(fp_type) != NULL)
249 ops->type = fp_type;
273 strlen(fp_type)) {
289 strlcat(veriexec_fp_names, fp_type, veriexec_name_max);
1052 const char *file, *fp_type; local
1075 fp_type = prop_string_value(prop_dictionary_get(dict, "fp-type"));
1076 if ((vfe->ops = veriexec_fpops_lookup(fp_type)) == NULL) {
1078 "`%s' for file `%s'.\n", fp_type, file)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
json_test.c 95 typedef void (*fp_type)(OSSL_JSON_ENC *); typedef
572 fp_type f = (fp_type)GET_FP();
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 314 arm_fp_type fp_type = arm_linux_get_tdesc_fp_type (regcache->tdesc); local
316 if (fp_type == ARM_FP_TYPE_VFPV3)
318 else if (fp_type == ARM_FP_TYPE_VFPV2)
343 arm_fp_type fp_type = arm_linux_get_tdesc_fp_type (regcache->tdesc); local
345 if (fp_type == ARM_FP_TYPE_VFPV3)
347 else if (fp_type == ARM_FP_TYPE_VFPV2)
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 314 arm_fp_type fp_type = arm_linux_get_tdesc_fp_type (regcache->tdesc); local
316 if (fp_type == ARM_FP_TYPE_VFPV3)
318 else if (fp_type == ARM_FP_TYPE_VFPV2)
343 arm_fp_type fp_type = arm_linux_get_tdesc_fp_type (regcache->tdesc); local
345 if (fp_type == ARM_FP_TYPE_VFPV3)
347 else if (fp_type == ARM_FP_TYPE_VFPV2)
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 6850 const bool fp_type = fp_type_for_abi (field_type);
6851 Func (field, bitpos, fp_type && named && !packed && TARGET_FPU,
6839 const bool fp_type = fp_type_for_abi (field_type); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 6841 const bool fp_type
6843 Func (field, bitpos, fp_type && named && !packed && TARGET_FPU,
6830 const bool fp_type local

Completed in 127 milliseconds