HomeSort by: relevance | last modified time | path
    Searched refs:flags2 (Results 1 - 25 of 102) sorted by relevancy

1 2 3 4 5

  /src/sys/dev/hdaudio/
ceareg.h 35 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)
  /src/external/lgpl3/mpfr/dist/tests/
tgamma.c 565 unsigned int flags1, flags2; local
581 flags2 = __gmpfr_flags;
584 if (inex1 != inex2 || flags1 != flags2 || ! mpfr_equal_p (y, z))
591 printf ("Got inex2 = %d, flags2 = %u, ", VSIGN (inex2), flags2);
604 flags2 = __gmpfr_flags;
607 if (inex1 != inex2 || flags1 != flags2 || ! mpfr_equal_p (y, z))
614 printf ("Got inex2 = %d, flags2 = %u, ", VSIGN (inex2), flags2);
626 flags2 = __gmpfr_flags
    [all...]
tcompound.c 250 mpfr_flags_t flags1, flags2; local
268 flags2 = __gmpfr_flags;
271 flags1 == flags2))
281 flags_out (flags2);
302 flags2 = __gmpfr_flags;
305 flags1 == flags2))
315 flags_out (flags2);
334 mpfr_flags_t flags1, flags2; local
343 flags2 = __gmpfr_flags;
346 flags1 == flags2))
    [all...]
tset_sj.c 182 mpfr_flags_t flags1, flags2; local
258 flags2 = __gmpfr_flags;
260 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
273 flags2 = __gmpfr_flags;
275 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
296 flags_out (flags2);
tmul_2exp.c 55 unsigned int flags1, flags2; local
95 flags2 = __gmpfr_flags;
96 if (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
117 VSIGN (inex2), flags2);
277 mpfr_flags_t flags1, flags2; local
294 flags2 = __gmpfr_flags;
297 flags1 == flags2))
311 flags_out (flags2);
tfmma.c 194 mpfr_flags_t flags1, flags2; local
215 flags2 = __gmpfr_flags;
216 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
228 flags_out (flags2);
259 mpfr_flags_t flags1, flags2; local
298 flags2 = __gmpfr_flags;
300 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
312 flags_out (flags2);
335 flags2 = __gmpfr_flags;
337 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &
    [all...]
tfrexp.c 159 mpfr_flags_t flags1, flags2; local
183 flags2 = __gmpfr_flags;
205 flags1 == flags2))
218 flags_out (flags2);
tset_z_2exp.c 144 mpfr_flags_t flags2, flags3; local
156 flags2 = __gmpfr_flags;
162 flags2 == flags3))
174 flags_out (flags2);
tui_div.c 182 mpfr_flags_t flags1, flags2; local
197 flags2 = __gmpfr_flags;
200 flags1 == flags2))
211 flags_out (flags2);
tfma.c 269 mpfr_flags_t flags1, flags2; local
323 flags2 = __gmpfr_flags;
326 flags1 == flags2))
338 flags_out (flags2);
538 mpfr_flags_t flags1, flags2; local
602 flags2 = __gmpfr_flags;
606 flags1 == flags2))
618 flags_out (flags2);
646 mpfr_flags_t flags1, flags2; local
676 flags2 = __gmpfr_flags
727 mpfr_flags_t flags1, flags2; local
834 mpfr_flags_t flags1, flags2; local
    [all...]
texp10.c 220 mpfr_flags_t flags1, flags2; local
253 flags2 = __gmpfr_flags;
255 if (! (mpfr_lessequal_p (y2, y1) && flags2 == flags1))
264 flags_out (flags2);
tui_sub.c 268 mpfr_flags_t flags1, flags2; local
293 flags2 = __gmpfr_flags;
296 flags1 == flags2))
307 flags_out (flags2);
tset_si.c 101 mpfr_flags_t flags1, flags2; local
159 flags2 = __gmpfr_flags;
161 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
174 flags2 = __gmpfr_flags;
176 if (! (flags1 == flags2 && SAME_SIGN (inex1, inex2) &&
196 flags_out (flags2);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
mod_shared.h 74 tm_show_option_internal_single_file = 0,/*flags2 not in use*/
75 tm_show_option_internal_duplicate_file, /*use flags2*/
76 tm_show_option_internal_duplicate_sidebyside/*use flags2*/
97 union lut3d_control_flags flags2; member in struct:lut3d_settings
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/dma/
nouveau_nvkm_engine_dma_usernv04.c 42 u32 flags2; member in struct:nv04_dmaobj
72 nvkm_wo32(*pgpuobj, 0x08, dmaobj->flags2 | offset);
73 nvkm_wo32(*pgpuobj, 0x0c, dmaobj->flags2 | offset);
132 dmaobj->flags2 |= 0x00000002;
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.h 26 int flags, int flags2,
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.h 26 int flags, int flags2,
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 232 int flags2 = ((flags & FNM_FILE_NAME) local
242 flags2)
257 int flags2 = ((flags & FNM_FILE_NAME) local
271 flags2) == 0))
  /src/external/gpl3/binutils/dist/bfd/
pef-traceback.h 115 unsigned char flags2; /* Flag bits #2: */ member in struct:traceback_table
158 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
175 /* The following are present only if name_present (in flags2) in fixed
185 /* The following are present only if uses_alloca (in flags2) in fixed
  /src/external/gpl3/binutils.old/dist/bfd/
pef-traceback.h 115 unsigned char flags2; /* Flag bits #2: */ member in struct:traceback_table
158 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
175 /* The following are present only if name_present (in flags2) in fixed
185 /* The following are present only if uses_alloca (in flags2) in fixed
  /src/external/gpl3/gdb.old/dist/bfd/
pef-traceback.h 115 unsigned char flags2; /* Flag bits #2: */ member in struct:traceback_table
158 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
175 /* The following are present only if name_present (in flags2) in fixed
185 /* The following are present only if uses_alloca (in flags2) in fixed
  /src/external/gpl3/gdb/dist/bfd/
pef-traceback.h 115 unsigned char flags2; /* Flag bits #2: */ member in struct:traceback_table
158 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
175 /* The following are present only if name_present (in flags2) in fixed
185 /* The following are present only if uses_alloca (in flags2) in fixed
  /src/external/lgpl3/mpfr/dist/src/
agm.c 223 MPFR_BLOCK_DECL (flags2);
262 MPFR_BLOCK (flags2, mpfr_mul (uf, u, v, MPFR_RNDN););
263 if (MPFR_UNLIKELY (MPFR_OVERFLOW (flags2)))
  /src/sys/arch/arm/imx/
if_enet.c 470 uint32_t flags2; local
472 flags2 = sc->sc_txdesc_ring[idx].tx_flags2;
474 if (flags2 & (TXFLAGS2_TXE |
485 flags2);
489 "flags2=%s\n", idx, flagsbuf);
520 uint32_t flags1, flags2; local
566 flags2 = sc->sc_rxdesc_ring[idx].rx_flags2;
573 (flags2 & (RXFLAGS2_ME | RXFLAGS2_PE |
585 "\32COLLISION", flags2);
589 "flags1=%s,flags2=%s,len=%d\n"
639 uint32_t flags2; local
1617 uint32_t flags1, flags2; local
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver_nl80211_capa.c 569 capa->flags2 |= WPA_DRIVER_FLAGS2_BEACON_RATE_HE;
604 capa->flags2 |= WPA_DRIVER_FLAGS2_SAE_OFFLOAD_STA;
636 capa->flags2 |= WPA_DRIVER_FLAGS2_CONTROL_PORT_RX;
640 capa->flags2 |= WPA_DRIVER_FLAGS2_CONTROL_PORT_TX_STATUS;
675 capa->flags2 |= WPA_DRIVER_FLAGS2_BEACON_PROTECTION_CLIENT;
679 capa->flags2 |= WPA_DRIVER_FLAGS2_OCV;
683 capa->flags2 |= WPA_DRIVER_FLAGS2_RADAR_BACKGROUND;
687 capa->flags2 |= WPA_DRIVER_FLAGS2_SEC_LTF_STA;
688 capa->flags2 |= WPA_DRIVER_FLAGS2_SEC_LTF_AP;
693 capa->flags2 |= WPA_DRIVER_FLAGS2_SEC_RTT_STA
    [all...]

Completed in 54 milliseconds

1 2 3 4 5