Home
last modified time | relevance | path

Searched refs:flt (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/unbound/validator/
H A Dval_nsec3.c1188 struct nsec3_filter flt; in nsec3_prove_nameerror() local
1193 if(!flt.zone) in nsec3_prove_nameerror()
1198 flt.zone, 0, 0); in nsec3_prove_nameerror()
1374 struct nsec3_filter flt; in nsec3_prove_nodata() local
1379 if(!flt.zone) in nsec3_prove_nodata()
1392 struct nsec3_filter flt; in nsec3_prove_wildcard() local
1402 if(!flt.zone) in nsec3_prove_wildcard()
1483 struct nsec3_filter flt; in nsec3_prove_nods() local
1502 if(!flt.zone) { in nsec3_prove_nods()
1591 struct nsec3_filter flt; in nsec3_prove_nxornodata() local
[all …]
/freebsd-14.2/contrib/libpcap/
H A Dpcap-bt-linux.c198 struct hci_filter flt; in bt_activate() local
266 memset(&flt, 0, sizeof(flt)); in bt_activate()
267 memset((void *) &flt.type_mask, 0xff, sizeof(flt.type_mask)); in bt_activate()
268 memset((void *) &flt.event_mask, 0xff, sizeof(flt.event_mask)); in bt_activate()
269 if (setsockopt(handle->fd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) { in bt_activate()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c566 dest_pos += flt->channels) in run_delta_filter()
592 rar->cstate.solid_offset + flt->block_start + flt->block_length); in run_e8e9_filter()
639 rar->cstate.solid_offset + flt->block_start + flt->block_length); in run_arm_filter()
675 switch(flt->type) { in run_filter()
771 struct filter_info* flt; in apply_filters() local
780 cdeque_filter_p(&flt))) { in apply_filters()
785 flt->block_length) { in apply_filters()
791 ret = run_filter(a, flt); in apply_filters()
803 free(flt); in apply_filters()
809 flt->block_start); in apply_filters()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dmax8903-charger.txt11 - flt-gpios: Fault pin (active low, output)
21 flt-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
H A Dmaxim,max8903.yaml35 flt-gpios:
64 flt-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h317 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) in FrontEnd() argument
318 : SyntheticChildrenFrontEnd(backend), filter(flt) {} in FrontEnd()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp951 const auto *flt = &CGM.getTarget().getLongDoubleFormat(); in emitTargetMetadata() local
952 if (flt == &llvm::APFloat::PPCDoubleDouble()) in emitTargetMetadata()
955 else if (flt == &llvm::APFloat::IEEEquad()) in emitTargetMetadata()
958 else if (flt == &llvm::APFloat::IEEEdouble()) in emitTargetMetadata()
/freebsd-14.2/contrib/llvm-project/libcxx/src/include/
H A Dto_chars_floating_point.h556 [[nodiscard]] int scientific_exponent_X(const int P, const Floating flt) {
560 const auto to_result = to_chars(buf, end(buf), flt, chars_format::scientific, P - 1);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1556 StringRef flt = FloatABI->getString(); in emitGNUAttributes() local
1558 if (flt == "doubledouble") in emitGNUAttributes()
1562 else if (flt == "ieeequad") in emitGNUAttributes()
1566 else if (flt == "ieeedouble") in emitGNUAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td126 defm FLT_D : FPCmp_rr_m<0b1010001, 0b001, "flt.d", Ext>;
193 // flt.d/fle.d forms will always be printed. Therefore, set a zero weight.
H A DRISCVInstrInfoZfh.td163 defm FLT_H : FPCmp_rr_m<0b1010010, 0b001, "flt.h", Ext>;
214 // flt.h/fle.h forms will always be printed. Therefore, set a zero weight.
H A DRISCVInstrInfoF.td351 defm FLT_S : FPCmp_rr_m<0b1010000, 0b001, "flt.s", Ext>;
407 // flt.s/fle.s forms will always be printed. Therefore, set a zero weight.