Searched refs:flags2 (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/pci/hdaudio/
H A Dceareg.h35 uint8_t flags2; member in struct:cea_sad
57 #define CEA_PRECISION(desc) ((desc)->flags2 & 0x07)
62 #define CEA_MAX_BITRATE(desc) ((uint32_t)(desc)->flags2 * 8000)
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-pgm.c170 u_int8_t opt_type, opt_len, flags1, flags2; local
534 flags2 = *bp++;
547 flags2 = *bp++;
569 flags2 = *bp++;
582 flags2 = *bp++;
597 flags2 = *bp++;
608 flags2 = *bp++;
644 flags2 = *bp++;
657 flags2 = *bp++;
670 flags2
[all...]
H A Dnameser.h226 u_int8_t flags2; /* second byte of flags */ member in struct:__anon2189
242 #define DNS_RA(np) ((np)->flags2 & 0x80) /* recursion available */
243 #define DNS_AD(np) ((np)->flags2 & 0x20) /* authentic data from named */
244 #define DNS_CD(np) ((np)->flags2 & 0x10) /* checking disabled by resolver */
245 #define DNS_RCODE(np) ((np)->flags2 & 0xF) /* response code */
H A Dprint-smb.c802 u_int16_t flags2; local
814 flags2 = EXTRACT_LE_16BITS(&buf[10]);
815 unicodestr = flags2 & 0x8000;
816 nterrcodes = flags2 & 0x4000;
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/tests/
H A Dtgamma.c487 unsigned int flags1, flags2; local
503 flags2 = __gmpfr_flags;
506 if (inex1 != inex2 || flags1 != flags2 || ! mpfr_equal_p (y, z))
513 printf ("Got inex2 = %d, flags2 = %u, ", SIGN (inex2), flags2);
526 flags2 = __gmpfr_flags;
529 if (inex1 != inex2 || flags1 != flags2 || ! mpfr_equal_p (y, z))
536 printf ("Got inex2 = %d, flags2 = %u, ", SIGN (inex2), flags2);
548 flags2
[all...]
H A Dtmul_2exp.c58 unsigned int flags1, flags2; local
95 flags2 = __gmpfr_flags;
96 if (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
115 printf (", inex = %d, flags = %u\n", SIGN (inex2), flags2);
H A Dtpow_all.c81 unsigned int flags2 = __gmpfr_flags; local
83 if (flags1 == flags2)
121 printf (", inex = %d, flags = %u\n", SIGN (inex2), flags2);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dpef-traceback.h116 unsigned char flags2; /* Flag bits #2: */ member in struct:traceback_table
159 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
176 /* The following are present only if name_present (in flags2) in fixed
186 /* The following are present only if uses_alloca (in flags2) in fixed
H A Dpef.c100 if (! (table.flags2 & TB_NAME_PRESENT))
131 if (table.flags2 & TB_INT_HNDL)
149 if (table.flags2 & TB_NAME_PRESENT)
185 if (table.flags2 & TB_USES_ALLOCA)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dpef-traceback.h116 unsigned char flags2; /* Flag bits #2: */ member in struct:traceback_table
159 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
176 /* The following are present only if name_present (in flags2) in fixed
186 /* The following are present only if uses_alloca (in flags2) in fixed
H A Dpef.c100 if (! (table.flags2 & TB_NAME_PRESENT))
131 if (table.flags2 & TB_INT_HNDL)
149 if (table.flags2 & TB_NAME_PRESENT)
185 if (table.flags2 & TB_USES_ALLOCA)
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/glob/
H A Dfnmatch.c243 int flags2 = ((flags & FNM_FILE_NAME) local
253 flags2)
268 int flags2 = ((flags & FNM_FILE_NAME) local
282 flags2) == 0))
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dagm.c211 MPFR_BLOCK_DECL (flags2);
250 MPFR_BLOCK (flags2, mpfr_mul (uf, u, v, MPFR_RNDN););
251 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags2)))
H A Dpow.c236 MPFR_BLOCK_DECL (flags2);
261 MPFR_BLOCK (flags2, mpfr_exp (t, t, MPFR_RNDD));
263 if (MPFR_OVERFLOW (flags2))
/netbsd-6-1-5-RELEASE/sys/dev/scsipi/
H A Dscsipi_all.h137 /* 7*/ u_int8_t flags2; member in struct:scsipi_inquiry_data
H A Dscsi_changer.h232 u_int8_t flags2; member in struct:read_element_status_descriptor
H A Dscsi_disk.h330 u_int8_t flags2; /* additional cache param flags */ member in struct:scsi_disk_pages::page_caching
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-format.h153 const char *flags2; member in struct:format_char_info
168 nonzero character that may be found in flags2 if it describes the
202 a nonzero character from flags2 if it only applies in some
H A Dc-format.c1892 t = get_flag_spec (flag_specs, flag_chars[i], fci->flags2);
1928 && strchr (fci->flags2, bad_flag_pairs[i].predicate) == 0)
1960 if (strchr (fci->flags2, '4') != 0)
1965 else if (strchr (fci->flags2, '3') != 0)
1967 else if (strchr (fci->flags2, '2') != 0)
1977 if (strchr (fci->flags2, '[') != 0)
2087 if (strchr (fci->flags2, 'c') != 0)
2098 if (strchr (fci->flags2, 'W') != 0)
2100 if (strchr (fci->flags2, 'R') != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-format.h146 const char *flags2; member in struct:format_char_info
161 nonzero character that may be found in flags2 if it describes the
195 a nonzero character from flags2 if it only applies in some
H A Dc-format.c1860 t = get_flag_spec (flag_specs, flag_chars[i], fci->flags2);
1894 && strchr (fci->flags2, bad_flag_pairs[i].predicate) == 0)
1926 if (strchr (fci->flags2, '4') != 0)
1931 else if (strchr (fci->flags2, '3') != 0)
1933 else if (strchr (fci->flags2, '2') != 0)
1943 if (strchr (fci->flags2, '[') != 0)
2053 if (strchr (fci->flags2, 'c') != 0)
2061 if (strchr (fci->flags2, 'W') != 0)
2063 if (strchr (fci->flags2, 'R') != 0)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dfnmatch_loop.c162 int flags2 = ((flags & FNM_FILE_NAME) local
167 if (FCT (p, n, string_end, no_leading_period2, flags2)
182 int flags2 = ((flags & FNM_FILE_NAME) local
191 && (FCT (p, n, string_end, no_leading_period2, flags2)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dfnmatch_loop.c162 int flags2 = ((flags & FNM_FILE_NAME) local
167 if (FCT (p, n, string_end, no_leading_period2, flags2)
182 int flags2 = ((flags & FNM_FILE_NAME) local
191 && (FCT (p, n, string_end, no_leading_period2, flags2)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c2771 flagword flags1, flags2;
2775 flags2 = (*sec2)->flags;
2779 if ((flags2 & SEC_HAS_CONTENTS) != 0
2780 && (flags2 & SEC_LOAD) != 0)
2785 if ((flags2 & SEC_HAS_CONTENTS) == 0
2786 || (flags2 & SEC_LOAD) == 0)
2769 flagword flags1, flags2; local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dtarget-supports-dg.exp30 upvar $frames tool_flags flags2
31 return "$flags1 $flags2"

Completed in 497 milliseconds

12