Symbol: uint32
headers/os/support/SupportDefs.h
25
typedef __haiku_uint32 uint32;
headers/private/fs_shell/fssh_api_wrapper.h
1722
#define uint32 uint32_t
headers/private/kernel/arch/m68k/types.h
10
typedef unsigned int uint32;
headers/private/kernel/arch/mipsel/types.h
10
typedef unsigned int uint32;
headers/private/kernel/arch/ppc/types.h
10
typedef unsigned int uint32;
headers/private/kernel/arch/sparc/types.h
10
typedef unsigned int uint32;
src/add-ons/kernel/drivers/audio/usb/AudioControlInterface.h
21
typedef VectorMap<uint32, _AudioControl*> AudioControlsMap;
src/add-ons/kernel/drivers/audio/usb/AudioControlInterface.h
22
typedef VectorMap<uint32, _AudioControl*>::Iterator AudioControlsIterator;
src/add-ons/kernel/file_systems/btrfs/crc_table.cpp
24
typedef unsigned int uint32 ;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.h
138
typedef __gnu_cxx::hash_map<uint32, uint32> UIDToFlagsMap;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.h
139
typedef __gnu_cxx::hash_map<uint32, entry_ref> UIDToRefMap;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.h
140
typedef __gnu_cxx::hash_map<uint32, MessengerList> MessengerMap;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.h
143
typedef std::hash_map<uint32, uint32> UIDToFlagsMap;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.h
144
typedef std::hash_map<uint32, entry_ref> UIDToRefMap;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPFolder.h
145
typedef std::hash_map<uint32, MessengerList> MessengerMap;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPMailbox.h
57
typedef __gnu_cxx::hash_map<uint32, MessageFlagsAndSize> MessageEntryMap;
src/add-ons/mail_daemon/inbound_protocols/imap/IMAPMailbox.h
59
typedef std::hash_map<uint32, MessageFlagsAndSize> MessageEntryMap;
src/add-ons/media/plugins/ape_reader/MAClib/All.h
66
typedef unsigned __int32 uint32;
src/tests/add-ons/kernel/file_systems/bfs/fragmenter/fragmenter.cpp
17
#define uint32 uint32_t
src/tests/kits/game/chart/ChartRender.h
60
typedef unsigned long uint32;
src/tests/kits/game/chart/ChartRender_d.h
53
typedef unsigned long uint32;