Home
last modified time | relevance | path

Searched defs:nval (Results 1 – 25 of 99) sorted by relevance

1234

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp747 Constant *nval; in TDOFold() local
833 Value *nval = B.CreateFMul(opr0, nval1, "__div2mul"); in fold_divide() local
908 Value *nval = B.CreateFMul(opr0, opr0, "__pow2"); in fold_pow() local
919 Value *nval = B.CreateFDiv(cnval, opr0, "__powrecip"); in fold_pow() local
963 Value *nval; in fold_pow() local
1083 Value *nval; in fold_pow() local
1155 Value *nval = CreateCallEx(B,FPExpr, opr0, "__rootn2sqrt"); in fold_rootn() local
1207 Value *nval = B.CreateFAdd(opr1, opr2, "fmaadd"); in fold_fma_mad() local
1215 Value *nval = B.CreateFAdd(opr0, opr2, "fmaadd"); in fold_fma_mad() local
1224 Value *nval = B.CreateFMul(opr0, opr1, "fmamul"); in fold_fma_mad() local
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dv3_crld.c203 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section()
237 static void *v2i_crld(const X509V3_EXT_METHOD *method, in v2i_crld()
360 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in v2i_idp()
H A Dv3_alt.c221 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt()
299 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, in v2i_subject_alt()
396 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAMES()
H A Dv3_bitst.c58 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, in v2i_ASN1_BIT_STRING()
H A Dv3_pmaps.c65 static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, in v2i_POLICY_MAPPINGS()
H A Dv3_extku.c69 static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, in v2i_EXTENDED_KEY_USAGE()
H A Dv3_info.c100 static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD in v2i_AUTHORITY_INFO_ACCESS()
H A Dv3_tlsf.c87 static TLS_FEATURE *v2i_TLS_FEATURE(const X509V3_EXT_METHOD *method, in v2i_TLS_FEATURE()
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_crld.c202 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section()
236 static void *v2i_crld(const X509V3_EXT_METHOD *method, in v2i_crld()
359 static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, in v2i_idp()
H A Dv3_san.c301 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, in v2i_issuer_alt()
378 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method, in v2i_subject_alt()
474 GENERAL_NAMES *v2i_GENERAL_NAMES(const X509V3_EXT_METHOD *method, in v2i_GENERAL_NAMES()
H A Dv3_bitst.c58 ASN1_BIT_STRING *v2i_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, in v2i_ASN1_BIT_STRING()
H A Dv3_pmaps.c65 static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, in v2i_POLICY_MAPPINGS()
H A Dv3_extku.c69 static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, in v2i_EXTENDED_KEY_USAGE()
H A Dv3_info.c100 static AUTHORITY_INFO_ACCESS *v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD in v2i_AUTHORITY_INFO_ACCESS()
H A Dv3_tlsf.c87 static TLS_FEATURE *v2i_TLS_FEATURE(const X509V3_EXT_METHOD *method, in v2i_TLS_FEATURE()
/netbsd/sys/compat/common/
H A Dcompat_util.h71 unsigned long nval; member
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dattr.c302 struct berval nval = BER_BVNULL, *cval; in attr_valfind() local
572 struct berval *nval ) in attr_merge_one()
598 struct berval *nval, in attr_normalize_one()
629 struct berval nval = BER_BVNULL; in attr_merge_normalize_one() local
H A Dmr.c493 struct berval nval; in mr_schema_info() local
530 struct berval nval; in mru_schema_info() local
H A Dslapacl.c49 struct berval *nval ) in print_access()
/netbsd/sys/arch/alpha/pci/
H A Dpci_swiz_bus_io_chipdep.c720 register uint32_t *port, nval; in __C() local
737 register uint32_t *port, nval; in __C() local
754 register uint32_t *port, nval; in __C() local
H A Dpci_swiz_bus_mem_chipdep.c1058 register uint32_t *port, nval; in __C() local
1081 register uint32_t *port, nval; in __C() local
1104 register uint32_t *port, nval; in __C() local
/netbsd/lib/libarch/alpha/
H A Dalpha_pci_io.c198 uint32_t nval = ((uint32_t)val) << (uint32_t)(8 * offset); in alpha_pci_io_swiz_outb() local
209 uint32_t nval = ((uint32_t)val) << (uint32_t)(8 * offset); in alpha_pci_io_swiz_outw() local
/netbsd/bin/chmod/
H A Dchmod.c77 mode_t mval, nval; in main() local
/netbsd/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Doperational.c45 struct berval val, nval; in backsql_operational_entryUUID() local
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dwindmc.h47 rc_uint_type nval; member

1234