Searched refs:flt (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/unbound/validator/
H A Dval_nsec3.c697 * @param flt: filter with zone name.
703 nsec3_hash_matches_owner(struct nsec3_filter* flt, argument
717 query_dname_compare(nm+(size_t)nm[0]+1, flt->zone) == 0) {
727 * @param flt: the NSEC3 RR filter, contains zone name and RRs.
736 find_matching_nsec3(struct module_env* env, struct nsec3_filter* flt, argument
747 for(s=filter_first(flt, &i_rs, &i_rr); s;
748 s=filter_next(flt, &i_rs, &i_rr)) {
757 else if(nsec3_hash_matches_owner(flt, hash, s)) {
820 * @param flt: the NSEC3 RR filter, contains zone name and RRs.
829 find_covering_nsec3(struct module_env* env, struct nsec3_filter* flt, argument
875 nsec3_find_closest_encloser(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, struct query_info* qinfo, struct ce_response* ce) argument
942 nsec3_prove_closest_encloser(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, struct query_info* qinfo, int prove_does_not_exist, struct ce_response* ce) argument
1022 nsec3_do_prove_nameerror(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, struct query_info* qinfo) argument
1070 struct nsec3_filter flt; local
1092 nsec3_do_prove_nodata(struct module_env* env, struct nsec3_filter* flt, rbtree_type* ct, struct query_info* qinfo) argument
1229 struct nsec3_filter flt; local
1248 struct nsec3_filter flt; local
1323 struct nsec3_filter flt; local
1412 struct nsec3_filter flt; local
[all...]
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bt-linux.c191 struct hci_filter flt; local
259 memset(&flt, 0, sizeof(flt));
260 memset((void *) &flt.type_mask, 0xff, sizeof(flt.type_mask));
261 memset((void *) &flt.event_mask, 0xff, sizeof(flt.event_mask));
262 if (setsockopt(handle->fd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c543 static int run_delta_filter(struct rar5* rar, struct filter_info* flt) { argument
547 for(i = 0; i < flt->channels; i++) {
550 dest_pos < flt->block_length;
551 dest_pos += flt->channels)
556 (rar->cstate.solid_offset + flt->block_start +
568 static int run_e8e9_filter(struct rar5* rar, struct filter_info* flt, argument
576 rar->cstate.solid_offset + flt->block_start,
577 rar->cstate.solid_offset + flt->block_start + flt->block_length);
579 for(i = 0; i < flt
617 run_arm_filter(struct rar5* rar, struct filter_info* flt) argument
646 run_filter(struct archive_read* a, struct filter_info* flt) argument
755 struct filter_info* flt; local
3641 struct filter_info* flt; local
[all...]
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dextended.h66 XFtype flt; member in union:_FP_UNION_E
90 union _FP_UNION_E _flo; _flo.flt = (val); \
122 (val) = _flo.flt; \
265 XFtype flt; member in union:_FP_UNION_E
284 union _FP_UNION_E _flo; _flo.flt = (val); \
313 (val) = _flo.flt; \
H A Dsingle.h60 SFtype flt; member in union:_FP_UNION_S
H A Ddouble.h69 DFtype flt; member in union:_FP_UNION_D
168 DFtype flt; member in union:_FP_UNION_D
H A Dop-1.h91 union _FP_UNION_##fs _flo; _flo.flt = (val); \
120 (val) = _flo.flt; \
H A Dquad.h69 TFtype flt; member in union:_FP_UNION_Q
173 TFtype flt /* __attribute__((mode(TF))) */ ; member in union:_FP_UNION_Q
H A Dop-2.h207 union _FP_UNION_##fs _flo; _flo.flt = (val); \
240 (val) = _flo.flt; \
H A Dop-4.h197 union _FP_UNION_##fs _flo; _flo.flt = (val); \
228 (val) = _flo.flt; \
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h311 FrontEnd(TypeFilterImpl *flt, ValueObject &backend) argument
312 : SyntheticChildrenFrontEnd(backend), filter(flt) {}
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_qp.c160 _QP_CMP(flt, 1, FCC_LT)
/freebsd-11-stable/contrib/binutils/gas/
H A Dexpr.c287 int flt = 0;
295 flt = 1;
318 else if (suffix[1] == '.' || c == 'E' || flt)
283 int flt = 0; local
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcsxx-defs.h896 uint64_t flt : 1; /**< 1=Fault condition detected, 0=No fault condition member in struct:cvmx_pcsxx_status1_reg::cvmx_pcsxx_status1_reg_s
909 uint64_t flt : 1;
/freebsd-11-stable/contrib/gcc/
H A Dexcept.c1352 int flt = add_ttypes_entry (ttypes, TREE_VALUE (tp_node));
1353 tree flt_node = build_int_cst (NULL_TREE, flt); local
1363 int flt = add_ttypes_entry (ttypes, NULL);
1364 tree flt_node = build_int_cst (NULL_TREE, flt);
1342 int flt = add_ttypes_entry (ttypes, TREE_VALUE (tp_node)); local

Completed in 277 milliseconds