Symbol: vint32
headers/os/media/MediaEventLooper.h
117
vint32 fRunState;
headers/private/kernel/arch/m68k/arch_cpu.h
438
void __m68k_setup_system_time(vint32 *cvFactor);
headers/private/kernel/arch/mipsel/arch_cpu.h
64
void __mipsel_setup_system_time(vint32 *cvFactor);
headers/private/kernel/arch/ppc/arch_cpu.h
170
void __ppc_setup_system_time(vint32 *cvFactor);
headers/private/system/arch/arm/arch_real_time_data.h
19
vint32 system_time_conversion_factor;
headers/private/system/arch/arm/arch_real_time_data.h
20
vint32 version;
headers/private/system/arch/m68k/arch_real_time_data.h
18
vint32 system_time_conversion_factor;
headers/private/system/arch/m68k/arch_real_time_data.h
19
vint32 version;
headers/private/system/arch/ppc/arch_real_time_data.h
18
vint32 system_time_conversion_factor;
headers/private/system/arch/ppc/arch_real_time_data.h
19
vint32 version;
src/add-ons/kernel/drivers/disk/virtual/nbd/nbd.c
94
vint32 refcnt;
src/add-ons/kernel/file_systems/bfs/Volume.h
166
vint32 fLogStart;
src/add-ons/kernel/file_systems/bfs/Volume.h
167
vint32 fLogEnd;
src/add-ons/kernel/file_systems/bfs/Volume.h
172
vint32 fDirtyCachedBlocks;
src/add-ons/kernel/file_systems/bfs/Volume.h
55
vint32& LogStart() { return fLogStart; }
src/add-ons/kernel/file_systems/bfs/Volume.h
56
vint32& LogEnd() { return fLogEnd; }
src/add-ons/kernel/file_systems/bfs/bfs.h
313
static vint32 number;
src/add-ons/kernel/file_systems/netfs/server/NodeHandleMap.h
29
vint32 fNextNodeHandleCookie;
src/add-ons/kernel/file_systems/nfs/nfs_add_on.c
53
static vint32 refcount = 0; /* we only want to read the config once ? */
src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/KPPPManager.h
25
vint32 accessing;
src/add-ons/kernel/partitioning_systems/session/Debug.cpp
161
vint32 tls_spinlock = 0;
src/apps/mediaplayer/playlist/PlaylistItem.cpp
41
static vint32 sInstanceCount = 0;
src/servers/media/BufferManager.h
51
vint32 ref_count;
src/system/kernel/arch/x86/arch_cpu.cpp
109
static vint32 sTSCSyncRendezvous;
src/system/libroot/os/arch/arm/system_time.c
15
static vint32 *sConversionFactor;
src/system/libroot/os/arch/arm/system_time.c
18
__arm_setup_system_time(vint32 *cvFactor)
src/system/libroot/os/arch/m68k/system_time.c
13
static vint32 *sConversionFactor;
src/system/libroot/os/arch/m68k/system_time.c
16
__m68k_setup_system_time(vint32 *cvFactor)
src/system/libroot/os/arch/ppc/system_time.c
13
static vint32 *sConversionFactor;
src/system/libroot/os/arch/ppc/system_time.c
16
__ppc_setup_system_time(vint32 *cvFactor)
src/system/libroot/os/arch/sparc/system_time.c
15
static vint32 *sConversionFactor;
src/tests/system/kernel/spinlock_contention.cpp
23
vint32 lock;
src/tests/system/kernel/spinlock_contention.cpp
24
vint32 count_low;
src/tests/system/kernel/spinlock_contention.cpp
25
vint32 count_high;