Searched refs:s32 (Results 76 - 100 of 121) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h122 void Init(s32 release_to_os_interval_ms) {
127 s32 ReleaseToOSIntervalMs() const {
131 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) {
H A Dsanitizer_internal_defs.h155 typedef signed int s32; typedef in namespace:__sanitizer
262 typedef ALIGNED(1) s32 us32;
H A Dsanitizer_allocator_primary64.h72 void Init(s32 release_to_os_interval_ms) {
89 s32 ReleaseToOSIntervalMs() const {
93 void SetReleaseToOSIntervalMs(s32 release_to_os_interval_ms) {
835 s32 interval_ms = ReleaseToOSIntervalMs();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp225 s32 Previous = atomic_exchange(&ProfilerLogFlushStatus,
316 s32 CurrentStatus = XRayLogInitStatus::XRAY_LOG_INITIALIZED;
358 s32 CurrentStatus = XRayLogInitStatus::XRAY_LOG_UNINITIALIZED;
H A Dxray_fdr_logging.cpp287 s32 Result = XRayLogFlushStatus::XRAY_LOG_NOT_FLUSHING;
388 s32 CurrentStatus = XRayLogInitStatus::XRAY_LOG_INITIALIZED;
619 s32 CurrentStatus = XRayLogInitStatus::XRAY_LOG_UNINITIALIZED;
/freebsd-11-stable/sys/dev/cxgbe/
H A Dosdep.h55 typedef int32_t s32; typedef
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c39 s32 npages;
297 s32 *npages, int boot)
478 s32 npages)
499 s32 uninitialized_var(npages);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h64 typedef signed int s32; typedef in namespace:scudo
H A Datomic_helpers.h42 typedef s32 Type;
H A Dtsd_shared.h80 for (s32 I = NumberOfTSDs - 1; I >= 0; I--)
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_ioc32.c267 drm_stats32_t *s32 = data; local
275 s32->count = stats.count;
277 s32->data[i].value = stats.data[i].value;
278 s32->data[i].type = stats.data[i].type;
735 s32 tval_sec;
736 s32 tval_usec;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.h94 typedef INT32 s32; typedef
106 typedef INT32 s32; typedef
123 typedef int32_t s32; typedef
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp220 s32 gv_relptr;
239 s32 begin_relptr;
240 s32 end_relptr;
/freebsd-11-stable/sys/dev/e1000/
H A De1000_osdep.h99 typedef int32_t s32; typedef
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h188 s32 seq; /* This dword is used to indicate whether this dir is valid, and whether it is more updated than the other dir */
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.h151 typedef int32_t s32; typedef
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_osdep.h119 typedef int32_t s32; typedef
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h40 s32 release_to_os_interval_ms;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallLowering.cpp101 LLT s32 = LLT::scalar(32); variable
105 Register OffsetReg = MRI.createGenericVirtualRegister(s32);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h76 #define S32_MAX ((s32)(U32_MAX >> 1))
77 #define S32_MIN ((s32)(-S32_MAX - 1))
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_cs.c101 static int radeon_cs_get_ring(struct radeon_cs_parser *p, u32 ring, s32 priority)
168 s32 priority = 0;
257 priority = (s32)p->chunks[i].kdata[2];
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp293 LLT s32 = LLT::scalar(32); local
297 Register OffsetReg = MRI.createGenericVirtualRegister(s32);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_drv.h239 s32 fence_reg:I915_MAX_NUM_FENCE_BITS;
240 s32 pinned:2;
244 s32 ring:4;
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h161 typedef int32_t s32; typedef
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Dghashv8-armx.S20 vshr.s32 q9,q9,#31 @ broadcast carry bit

Completed in 307 milliseconds

12345