Home
last modified time | relevance | path

Searched refs:valu (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dnested.c515 tOptionValue valu; in scan_xml() local
524 val_str = scan_xml_name(xml_name, &nm_len, &valu); in scan_xml()
528 if (valu.valType == OPARG_TYPE_NONE) in scan_xml()
544 switch (valu.valType) { in scan_xml()
H A Dconfigfile.c877 tOptionValue valu; in handle_struct() local
885 valu.valType = OPARG_TYPE_STRING; in handle_struct()
891 opts, SPN_WHITESPACE_CHARS(txt), &mode, &valu)); in handle_struct()
938 if ( (valu.valType == OPARG_TYPE_STRING) in handle_struct()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td914 def FeatureVALUTransUseHazard : SubtargetFeature<"valu-trans-use-hazard",