Searched refs:UL (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/warn/
H A Dpr35602.C15 c x[0UL][0UL] = // { dg-bogus "warning: conversion to .long unsigned int. from .long int. may change the sign of the result" }
19 c y[0UL] =
23 int z[0ul][0UL] =
/netbsd-6-1-5-RELEASE/sys/arch/mips/alchemy/dev/
H A Daupcireg.h38 #define AUPCI_CMEM_HC (1UL<<31) /* host config */
39 #define AUPCI_CMEM_E (1UL<<28) /* cmem enable */
43 #define AUPCI_CONFIG_ERD (1UL<<27) /* error direction */
44 #define AUPCI_CONFIG_ET (1UL<<26) /* error target */
45 #define AUPCI_CONFIG_EF (1UL<<25) /* fatal error */
46 #define AUPCI_CONFIG_EP (1UL<<24) /* parity error */
47 #define AUPCI_CONFIG_EM (1UL<<23) /* multiple errors */
48 #define AUPCI_CONfIG_BM (1UL<<22) /* bad master */
49 #define AUPCI_CONFIG_PD (1UL<<20) /* PCI disable */
50 #define AUPCI_CONFIG_BME (1UL<<1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/cons/
H A Ddefault.cc30 std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
H A Dbase_copy.cc29 <uint_fast32_t, 16807UL, 0UL, 2147483647UL> base_engine;
H A Dbase_move.cc29 <uint_fast32_t, 16807UL, 0UL, 2147483647UL> base_engine;
H A Dcopy.cc30 std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
H A Dseed1.cc32 std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
H A Dseed2.cc32 std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
H A Dseed_seq.cc32 std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/requirements/
H A Dtypedefs.cc36 uint_fast32_t,16807UL, 0UL, 2147483647UL
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Doverflow-warn-7.c6 return device == ((char *)0 + ~0UL); /* { dg-bogus "overflow" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/alpha/
H A Dcrtfastmath.c29 #define IEEE_MAP_DMZ (1UL<<12) /* Map denorm inputs to zero */
30 #define IEEE_MAP_UMZ (1UL<<13) /* Map underflowed outputs to zero */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D991221-1.c9 if ( totalsize > (2147483647L * 2UL + 1)
10 || (msize != 0 && ((msize - 1) > (2147483647L * 2UL + 1) )))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D991221-1.c9 if ( totalsize > (2147483647L * 2UL + 1)
10 || (msize != 0 && ((msize - 1) > (2147483647L * 2UL + 1) )))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dcrtfastmath.c39 #define IEEE_MAP_DMZ (1UL<<12) /* Map denorm inputs to zero */
40 #define IEEE_MAP_UMZ (1UL<<13) /* Map underflowed outputs to zero */
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Dschizoreg.h195 #define SCZ_PCICTRL_BUS_UNUS (1ULL << 63UL) /* bus unusable */
196 #define TOM_PCICTRL_DTO_ERR (1ULL << 62UL) /* pci discard timeout */
197 #define TOM_PCICTRL_DTO_INT (1ULL << 61UL) /* discard intr en */
198 #define SCZ_PCICTRL_ESLCK (1ULL << 51UL) /* error slot locked */
199 #define SCZ_PCICTRL_ERRSLOT (7ULL << 48UL) /* error slot */
200 #define SCZ_PCICTRL_TTO_ERR (1ULL << 38UL) /* pci trdy# timeout */
201 #define SCZ_PCICTRL_RTRY_ERR (1ULL << 37UL) /* pci rtry# timeout */
202 #define SCZ_PCICTRL_MMU_ERR (1ULL << 36UL) /* pci mmu error */
203 #define SCZ_PCICTRL_SBH_ERR (1ULL << 35UL) /* pci strm hole */
204 #define SCZ_PCICTRL_SERR (1ULL << 34UL) /* pc
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr28045.c11 if ((-((long)b.val)) <= ((long) ((1UL << ((sizeof(long) * 8) - 2)) -1UL))
12 && (-((long)b.val)) >= (-(((long) ((1UL << ((sizeof(long) * 8) - 2)) -1UL))) - 1))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dpr28045.c11 if ((-((long)b.val)) <= ((long) ((1UL << ((sizeof(long) * 8) - 2)) -1UL))
12 && (-((long)b.val)) >= (-(((long) ((1UL << ((sizeof(long) * 8) - 2)) -1UL))) - 1))
/netbsd-6-1-5-RELEASE/sys/arch/alpha/pci/
H A Dirongatereg.h66 #define IRONGATE_KSEG_BIAS 0x0100##0000##0000UL
68 #define IRONGATE_MEM_BASE (IRONGATE_KSEG_BIAS | 0x0000##0000##0000UL)
69 #define IRONGATE_IACK_BASE (IRONGATE_KSEG_BIAS | 0x0001##f800##0000UL)
70 #define IRONGATE_IO_BASE (IRONGATE_KSEG_BIAS | 0x0001##fc00##0000UL)
71 #define IRONGATE_SELF_BASE (IRONGATE_KSEG_BIAS | 0x0001##fe00##0000UL)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dstdint-aix.h21 #define UINTPTR_MAX 18446744073709551615UL
25 #define UINTPTR_MAX 4294967295UL
39 #define SIZE_MAX 18446744073709551615UL
41 #define SIZE_MAX 4294967295UL
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39614-1.c6 page->flags &= ~(~0UL << (64 - 8));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/shuffle_order_engine/operators/
H A Dequal.cc36 std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
H A Dinequal.cc35 std::linear_congruential_engine<uint_fast32_t,16807UL, 0UL, 2147483647UL>,
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/
H A Dnmi.h39 #define XEN_NMIREASON_io_error (1UL << _XEN_NMIREASON_io_error)
42 #define XEN_NMIREASON_parity_error (1UL << _XEN_NMIREASON_parity_error)
45 #define XEN_NMIREASON_unknown (1UL << _XEN_NMIREASON_unknown)
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dstrtofr.c51 {1UL, 1UL},
52 {53UL, 84UL},
53 {1UL, 2UL},
54 {4004UL, 9297UL},
55 {53UL, 137UL},
[all...]

Completed in 321 milliseconds

1234567891011>>