| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception_type_test.cc | 23 COMPILER_CHECK(sizeof(::SIZE_T) == sizeof(size_t)); variable 24 COMPILER_CHECK(sizeof(::SSIZE_T) == sizeof(ssize_t)); variable 25 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t)); variable 26 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t)); variable 29 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t)) variable 37 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t)); variable [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception_type_test.cpp | 22 COMPILER_CHECK(sizeof(::SIZE_T) == sizeof(size_t)); variable 23 COMPILER_CHECK(sizeof(::SSIZE_T) == sizeof(ssize_t)); variable 24 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t)); variable 25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t)); variable 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t)) variable 36 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t)); variable [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception_type_test.cpp | 22 COMPILER_CHECK(sizeof(::SIZE_T) == sizeof(size_t)); variable 23 COMPILER_CHECK(sizeof(::SSIZE_T) == sizeof(ssize_t)); variable 24 COMPILER_CHECK(sizeof(::PTRDIFF_T) == sizeof(ptrdiff_t)); variable 25 COMPILER_CHECK(sizeof(::INTMAX_T) == sizeof(intmax_t)); variable 28 COMPILER_CHECK(sizeof(::OFF64_T) == sizeof(off64_t)) variable 36 COMPILER_CHECK(sizeof(::OFF_T) == sizeof(off_t)); variable [all...] |
| /src/external/mit/libuv/dist/src/ |
| thread-common.c | 31 STATIC_ASSERT(sizeof(uv_barrier_t) == sizeof(pthread_barrier_t)); variable 52 b = uv__malloc(sizeof(*b));
|
| /src/tests/lib/libc/sys/ |
| t_ptrace_wait.c | 77 __CTASSERT(sizeof(((struct ptrace_state *)0)->pe_report_event) == 78 sizeof(((siginfo_t *)0)->si_pe_report_event)); variable 79 __CTASSERT(sizeof(((struct ptrace_state *)0)->pe_other_pid) == 80 sizeof(((siginfo_t *)0)->si_pe_other_pid)); variable 81 __CTASSERT(sizeof(((struct ptrace_state *)0)->pe_lwp) == 82 sizeof(((siginfo_t *)0)->si_pe_lwp)); variable 83 __CTASSERT(sizeof(((struct ptrace_state *)0)->pe_other_pid) == 84 sizeof(((struct ptrace_state *)0)->pe_lwp)); variable
|
| /src/sys/arch/arm/include/ |
| mutex.h | 91 __CTASSERT(sizeof(struct kmutex) == sizeof(uintptr_t)); variable
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| SmallVector.cpp | 29 static_assert(sizeof(SmallVector<void *, 0>) == 30 sizeof(unsigned) * 2 + sizeof(void *), 36 static_assert(sizeof(SmallVector<Struct16B, 0>) >= alignof(Struct16B), 38 static_assert(sizeof(SmallVector<Struct32B, 0>) >= alignof(Struct32B), 40 static_assert(sizeof(SmallVector<void *, 1>) == 41 sizeof(unsigned) * 2 + sizeof(void *) * 2, 44 static_assert(sizeof(SmallVector<char, 0>) == 45 sizeof(void *) * 2 + sizeof(void *) variable 139 static_assert(sizeof(SmallVectorSizeType<char>) == sizeof(uint64_t), variable 142 static_assert(sizeof(SmallVectorSizeType<char>) == sizeof(uint32_t), variable [all...] |
| /src/external/bsd/libc++/dist/libcxxrt/src/ |
| guard.cc | 104 static_assert(sizeof(guard_t) == sizeof(uint64_t), ""); variable
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_ppc.h | 44 // bits of the RHS. Consequently, shifting by sizeof(_Tp)*CHAR_BIT (or more) 54 if constexpr (sizeof(_Tp) < sizeof(int)) 56 = (__y._M_data < sizeof(_Tp) * __CHAR_BIT__) & __x._M_data; 65 if constexpr (sizeof(_Tp) < sizeof(int)) function 67 if (__y >= int(sizeof(_Tp) * __CHAR_BIT__)) 79 if constexpr (sizeof(_Tp) < sizeof(int)) function 81 constexpr int __nbits = sizeof(_Tp) * __CHAR_BIT__ 101 if constexpr (sizeof(_Tp) < sizeof(int)) function [all...] |
| simd_sve.h | 46 if constexpr (sizeof(_Tp) == 1) 48 else if constexpr (sizeof(_Tp) == 2) 50 else if constexpr (sizeof(_Tp) == 4) 52 else if constexpr (sizeof(_Tp) == 8) 59 if constexpr (sizeof(_Tp) == 1) 61 else if constexpr (sizeof(_Tp) == 2) 63 else if constexpr (sizeof(_Tp) == 4) 65 else if constexpr (sizeof(_Tp) == 8) 75 if constexpr (sizeof(_Tp) == 4) 77 else if constexpr (sizeof(_Tp) == 8 727 && (sizeof(_Tp) > sizeof(_Up))) function 814 && (sizeof(_Tp) > sizeof(_Up))) function [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd_ppc.h | 44 // bits of the RHS. Consequently, shifting by sizeof(_Tp)*CHAR_BIT (or more) 54 if constexpr (sizeof(_Tp) < sizeof(int)) 56 = (__y._M_data < sizeof(_Tp) * __CHAR_BIT__) & __x._M_data; 65 if constexpr (sizeof(_Tp) < sizeof(int)) function 67 if (__y >= int(sizeof(_Tp) * __CHAR_BIT__)) 79 if constexpr (sizeof(_Tp) < sizeof(int)) function 81 constexpr int __nbits = sizeof(_Tp) * __CHAR_BIT__ 101 if constexpr (sizeof(_Tp) < sizeof(int)) function [all...] |
| /src/sys/arch/alpha/include/ |
| mutex.h | 70 __CTASSERT(sizeof(struct kmutex) == sizeof(uintptr_t)); variable
|
| /src/sys/arch/riscv/riscv/ |
| netbsd32_machdep.c | 70 kmem_free(uc, sizeof(ucontext_t)); 77 CTASSERT(sizeof(struct reg32) == sizeof(__gregset32_t)); variable 78 CTASSERT(sizeof(struct fpreg) == sizeof(__fregset_t)); variable
|
| /src/external/gpl3/gdb/dist/gdb/ |
| symfile-mem.c | 61 static_assert (sizeof (CORE_ADDR) >= sizeof (bfd_vma)); 62 static_assert (sizeof (gdb_byte) == sizeof (bfd_byte)); variable 63 static_assert (sizeof (ssize_t) <= sizeof (bfd_size_type));
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| symfile-mem.c | 60 static_assert (sizeof (CORE_ADDR) >= sizeof (bfd_vma)); 61 static_assert (sizeof (gdb_byte) == sizeof (bfd_byte)); variable 62 static_assert (sizeof (ssize_t) <= sizeof (bfd_size_type));
|
| /src/sys/arch/evbppc/virtex/dev/ |
| tft_ll.c | 65 CTASSERT(offsetof(struct ll_tft_control, cd_img) == sizeof(struct cdmac_descr)); variable 84 CFATTACH_DECL_NEW(ll_tft, sizeof(struct ll_tft_softc), 127 sizeof(struct ll_tft_control) + sc->sc_size, 8, 0, 133 sizeof(struct ll_tft_control) + sc->sc_size, 139 sizeof(struct ll_tft_control) + sc->sc_size, 1, 140 sizeof(struct ll_tft_control) + sc->sc_size, 0, 0, 146 sizeof(struct ll_tft_control) + sc->sc_size, NULL, 0)) != 0) { 152 memset(lsc->lsc_cd, 0x00, sizeof(struct ll_tft_control)); 162 sizeof(struct ll_tft_control) + sc->sc_size, 187 sizeof(struct ll_tft_control) + sc->sc_size) [all...] |
| /src/sys/arch/powerpc/marvell/ |
| pic_discovery.c | 55 __CTASSERT(sizeof(imask_t) == sizeof(uint64_t)); variable 93 discovery = kmem_alloc(sizeof(*discovery), KM_SLEEP); 167 discovery_gpp = kmem_alloc(sizeof(*discovery_gpp), KM_SLEEP);
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| cshift0.c | 135 _Float128, we have sizeof(long double) == sizeof(_Float128), 165 _Float128, we have sizeof(long double) == sizeof(_Float128), 193 case sizeof (GFC_INTEGER_1): 198 case sizeof (GFC_INTEGER_2): 208 case sizeof (GFC_INTEGER_4): 218 case sizeof (GFC_INTEGER_8): function 224 if (sizeof(GFC_INTEGER_8) != sizeof(GFC_COMPLEX_4) 243 case sizeof (GFC_INTEGER_16): function [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| cshift0.c | 135 __float128, we have sizeof(logn double) == sizeof(__float128), 165 __float128, we have sizeof(logn double) == sizeof(__float128), 193 case sizeof (GFC_INTEGER_1): 198 case sizeof (GFC_INTEGER_2): 208 case sizeof (GFC_INTEGER_4): 218 case sizeof (GFC_INTEGER_8): function 224 if (sizeof(GFC_INTEGER_8) != sizeof(GFC_COMPLEX_4) 243 case sizeof (GFC_INTEGER_16): function [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_symbolizer_mac.cpp | 95 internal_snprintf(pid_str_, sizeof(pid_str_), "%d", internal_getpid()); 111 sizeof(kAtosMachPortEnvEntry), 113 CHECK_GE(count, sizeof(K_ATOS_ENV_VAR) + internal_strlen(pid_str_)); 144 static_assert(sizeof(kAtosMachPortEnvEntry) == 145 (sizeof(K_ATOS_ENV_VAR) + sizeof(pid_str_)), member in class:__sanitizer::final 208 internal_snprintf(command, sizeof(command), "0x%zx\n", addr); 241 internal_snprintf(command, sizeof(command), "0x%zx\n", addr);
|
| /src/sys/arch/riscv/include/ |
| locore.h | 64 CTASSERT(sizeof(label_t) == sizeof(struct faultbuf)); variable
|
| /src/sys/arch/xen/include/ |
| xenring.h | 100 CTASSERT(sizeof(struct blkif_x86_32_request_indirect) 101 == sizeof(struct blkif_x86_64_request_indirect)); variable 102 CTASSERT(sizeof(struct blkif_request_indirect) 103 == sizeof(struct blkif_x86_64_request_indirect)); variable
|
| /src/sys/compat/netbsd32/ |
| netbsd32_ipc.c | 155 error = copyin(SCARG_P32(uap, arg), &karg32, sizeof(karg32)); 171 sizeof(sembuf32)); 184 sizeof(sembuf32)); 209 CTASSERT(sizeof(struct netbsd32_sembuf) == sizeof(struct sembuf)); variable 229 sops = kmem_alloc(nsops * sizeof(*sops), KM_SLEEP); 237 error = copyin(NETBSD32PTR64(usops), sops, nsops * sizeof(sops[0])); 240 NETBSD32PTR64(usops), &sops, nsops * sizeof(sops[0]))); 242 kmem_free(sops, nsops * sizeof(*sops)); 247 error = copyin(utimeout, &ts32, sizeof(ts32)) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| DirectoryEntry.h | 182 static_assert(sizeof(Optional<clang::DirectoryEntryRef>) == 183 sizeof(clang::DirectoryEntryRef), member in namespace:llvm::optional_detail
|
| /src/external/apache2/llvm/dist/clang/utils/ABITest/ |
| TypeGen.py | 53 def sizeof(self): member in class:BuiltinType 130 eltSize = self.elementType.sizeof()
|