Home
last modified time | relevance | path

Searched refs:flags2 (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/contrib/mpfr/src/
H A Dagm.c215 MPFR_BLOCK_DECL (flags2); in mpfr_agm()
254 MPFR_BLOCK (flags2, mpfr_mul (uf, u, v, MPFR_RNDN);); in mpfr_agm()
255 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags2))) in mpfr_agm()
H A Dpow.c240 MPFR_BLOCK_DECL (flags2); in mpfr_pow_general()
265 MPFR_BLOCK (flags2, mpfr_exp (t, t, MPFR_RNDD)); in mpfr_pow_general()
267 if (MPFR_OVERFLOW (flags2)) in mpfr_pow_general()
H A Dlngamma.c67 MPFR_BLOCK_DECL (flags2); in mpfr_explgamma()
94 MPFR_BLOCK (flags2, inex2 = mpfr_exp (t2, s2, rnd)); in mpfr_explgamma()
99 if (mpfr_equal_p (t1, t2) && flags1 == flags2) in mpfr_explgamma()
/dragonfly/sys/netproto/smb/
H A Dsmb_rq.c112 u_int16_t flags2; in smb_rq_new() local
124 flags2 = vcp->vc_hflags2; in smb_rq_new()
126 flags2 &= ~SMB_FLAGS2_UNICODE; in smb_rq_new()
128 flags2 &= ~SMB_FLAGS2_SECURITY_SIGNATURE; in smb_rq_new()
129 mb_put_uint16le(mbp, flags2); in smb_rq_new()
130 if ((flags2 & SMB_FLAGS2_SECURITY_SIGNATURE) == 0) { in smb_rq_new()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-format.c1966 && strchr (fci->flags2, '\'')) in validate()
2527 if (strchr (fci->flags2, '4') != 0) in give_y2k_warnings()
2532 else if (strchr (fci->flags2, '3') != 0) in give_y2k_warnings()
2534 else if (strchr (fci->flags2, '2') != 0) in give_y2k_warnings()
2552 if (strchr (fci->flags2, '[') == NULL) in parse_any_scan_set()
2704 if (strchr (fci->flags2, 'c') != 0) in check_argument_type()
2715 if (strchr (fci->flags2, 'W') != 0) in check_argument_type()
2717 if (strchr (fci->flags2, 'R') != 0) in check_argument_type()
2888 bool quot_end_p = strchr (fci->flags2, '>'); in check_format_info_main()
2916 else if (strchr (fci->flags2, '\\')) in check_format_info_main()
[all …]
H A Dc-format.h164 const char *flags2; member
/dragonfly/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch_loop.c161 int flags2 = ((flags & FNM_FILE_NAME) in FCT() local
166 if (FCT (p, n, string_end, no_leading_period2, flags2) in FCT()
181 int flags2 = ((flags & FNM_FILE_NAME) in FCT() local
190 && (FCT (p, n, string_end, no_leading_period2, flags2) in FCT()
/dragonfly/contrib/diffutils/lib/
H A Dfnmatch_loop.c161 int flags2 = ((flags & FNM_FILE_NAME) in FCT() local
166 if (FCT (p, n, string_end, no_leading_period2, flags2) in FCT()
181 int flags2 = ((flags & FNM_FILE_NAME) in FCT() local
190 && (FCT (p, n, string_end, no_leading_period2, flags2) in FCT()
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dmips.h1110 unsigned char flags2[4]; member
1135 unsigned long flags2; member
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dmips.h1101 unsigned char flags2[4]; member
1126 unsigned long flags2; member
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c2055 t = get_flag_spec (flag_specs, flag_chars[i], fci->flags2); in check_format_info_main()
2091 && strchr (fci->flags2, bad_flag_pairs[i].predicate) == 0) in check_format_info_main()
2123 if (strchr (fci->flags2, '4') != 0) in check_format_info_main()
2128 else if (strchr (fci->flags2, '3') != 0) in check_format_info_main()
2130 else if (strchr (fci->flags2, '2') != 0) in check_format_info_main()
2140 if (strchr (fci->flags2, '[') != 0) in check_format_info_main()
2245 if (strchr (fci->flags2, 'c') != 0) in check_format_info_main()
2256 if (strchr (fci->flags2, 'W') != 0) in check_format_info_main()
2258 if (strchr (fci->flags2, 'R') != 0) in check_format_info_main()
H A Dc-format.h156 const char *flags2; member
/dragonfly/contrib/tcpdump/
H A Dprint-smb.c782 uint16_t flags2; in print_smb() local
810 flags2 = GET_LE_U_2(buf + 10); in print_smb()
811 unicodestr = flags2 & 0x8000; in print_smb()
812 nterrcodes = flags2 & 0x4000; in print_smb()
H A DCHANGES383 SMB: Before fetching the flags2 field, make sure we have it
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_ch.h243 u_int8_t flags2; member
H A Dscsi_ch.c1009 if (desc->flags2 & READ_ELEMENT_STATUS_INVERT) in copy_element_status()
1012 if (desc->flags2 & READ_ELEMENT_STATUS_SVALID) { in copy_element_status()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjcopy.c3415 flagword flags1, flags2; in compare_section_lma() local
3419 flags2 = (*sec2)->flags; in compare_section_lma()
3423 if ((flags2 & SEC_HAS_CONTENTS) != 0 in compare_section_lma()
3424 && (flags2 & SEC_LOAD) != 0) in compare_section_lma()
3429 if ((flags2 & SEC_HAS_CONTENTS) == 0 in compare_section_lma()
3430 || (flags2 & SEC_LOAD) == 0) in compare_section_lma()
H A Dreadelf.c14388 abiflags_in.flags2 = BYTE_GET (abiflags_ext->flags2); in process_mips_specific()
14407 printf ("\nFLAGS 2: %8.8lx", abiflags_in.flags2); in process_mips_specific()
/dragonfly/sys/dev/disk/sym/
H A Dsym_defs.h172 u_char flags2; member
H A Dsym_hipd.c9094 if (nvram->data.Symbios.flags2 & SYMBIOS_AVOID_BUS_RESET)
9199 (nvram->flags2 & SYMBIOS_AVOID_BUS_RESET)?" NO_RESET" :"",
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjcopy.c4442 flagword flags1, flags2; in compare_section_lma() local
4446 flags2 = sec2->flags; in compare_section_lma()
4450 if ((flags2 & SEC_HAS_CONTENTS) != 0 in compare_section_lma()
4451 && (flags2 & SEC_LOAD) != 0) in compare_section_lma()
4456 if ((flags2 & SEC_HAS_CONTENTS) == 0 in compare_section_lma()
4457 || (flags2 & SEC_LOAD) == 0) in compare_section_lma()
H A Dreadelf.c16399 abiflags_in.flags2 = BYTE_GET (abiflags_ext->flags2); in process_mips_specific()
16418 printf ("\nFLAGS 2: %8.8lx", abiflags_in.flags2); in process_mips_specific()
/dragonfly/contrib/binutils-2.27/gold/
H A Dlayout.cc3304 const elfcpp::Elf_Word flags2 = seg2->flags(); in segment_precedes() local
3314 gold_assert(flags1 != flags2 in segment_precedes()
3316 return flags1 < flags2; in segment_precedes()
3364 if ((flags1 & elfcpp::PF_W) != (flags2 & elfcpp::PF_W)) in segment_precedes()
3369 if ((flags1 & elfcpp::PF_X) != (flags2 & elfcpp::PF_X)) in segment_precedes()
3371 if ((flags1 & elfcpp::PF_R) != (flags2 & elfcpp::PF_R)) in segment_precedes()
H A Dmips.cc975 cpr2_size(0), fp_abi(0), isa_ext(0), ases(0), flags1(0), flags2(0) in Mips_abiflags()
998 Valtype32 flags2; member
6831 this->abiflags_->flags2 = in do_read_symbols()
8161 elfcpp::Swap<32, big_endian>::writeval(view + 20, this->abiflags_.flags2); in do_write()
9096 if (sec_abiflags->flags2 != 0) in create_abiflags()
9099 sec_abiflags->flags2); in create_abiflags()
/dragonfly/contrib/binutils-2.34/gold/
H A Dlayout.cc3695 const elfcpp::Elf_Word flags2 = seg2->flags(); in segment_precedes() local
3705 gold_assert(flags1 != flags2 in segment_precedes()
3707 return flags1 < flags2; in segment_precedes()
3755 if ((flags1 & elfcpp::PF_W) != (flags2 & elfcpp::PF_W)) in segment_precedes()
3760 if ((flags1 & elfcpp::PF_X) != (flags2 & elfcpp::PF_X)) in segment_precedes()
3762 if ((flags1 & elfcpp::PF_R) != (flags2 & elfcpp::PF_R)) in segment_precedes()

12