Searched refs:int32_t (Results 1 - 25 of 197) sorted by relevance

12345678

/haiku/headers/posix/netinet/
H A Dip_var.h102 int32_t ips_total; /* total packets received */
103 int32_t ips_badsum; /* checksum bad */
104 int32_t ips_tooshort; /* packet too short */
105 int32_t ips_toosmall; /* not enough data */
106 int32_t ips_badhlen; /* ip header length < data size */
107 int32_t ips_badlen; /* ip length < ip header length */
108 int32_t ips_fragments; /* fragments received */
109 int32_t ips_fragdropped; /* frags dropped (dups, out of space) */
110 int32_t ips_fragtimeout; /* fragments timed out */
111 int32_t ips_forwar
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_atomic.h18 void fssh_atomic_set(int32_t* value, int32_t newValue);
19 int32_t fssh_atomic_get_and_set(int32_t* value, int32_t newValue);
20 int32_t fssh_atomic_test_and_set(int32_t *value, int32_t newValue,
21 int32_t testAgainst);
22 int32_t fssh_atomic_ad
[all...]
H A Dfssh_fs_cache.h27 typedef void (*fssh_transaction_notification_hook)(int32_t id, int32_t event,
35 extern int32_t fssh_cache_start_transaction(void *_cache);
36 extern fssh_status_t fssh_cache_sync_transaction(void *_cache, int32_t id);
37 extern fssh_status_t fssh_cache_end_transaction(void *_cache, int32_t id,
40 extern fssh_status_t fssh_cache_abort_transaction(void *_cache, int32_t id);
41 extern int32_t fssh_cache_detach_sub_transaction(void *_cache,
42 int32_t id, fssh_transaction_notification_hook hook,
45 int32_t id);
47 int32_t i
[all...]
H A Dfssh_os.h28 typedef int32_t fssh_area_id;
29 typedef int32_t fssh_port_id;
30 typedef int32_t fssh_sem_id;
31 typedef int32_t fssh_team_id;
32 typedef int32_t fssh_thread_id;
42 int32_t count;
65 extern fssh_sem_id fssh_create_sem(int32_t count, const char *name);
68 extern fssh_status_t fssh_acquire_sem_etc(fssh_sem_id id, int32_t count,
71 extern fssh_status_t fssh_release_sem_etc(fssh_sem_id id, int32_t count,
74 int32_t *threadCoun
[all...]
H A DStack.h71 int32_t CountItems() const
78 int32_t fUsed;
79 int32_t fMax;
H A Dfssh_disk_device_manager.h26 int32_t child_count;
27 int32_t index; // [sys]
94 int32_t fssh_find_disk_device(const char *path);
95 int32_t fssh_find_partition(const char *path);
104 int32_t index);
109 fssh_partition_id partitionID, int32_t index,
H A Dfssh_module.h21 fssh_status_t (*std_ops)(int32_t, ...);
/haiku/src/system/libroot/posix/glibc/locale/
H A Delem-hash.h22 static inline int32_t
25 int32_t result = n;
H A Dweight.h21 auto inline int32_t
42 i = *((const int32_t *) cp);
43 cp += sizeof (int32_t);
72 if ((1 + nhere) % __alignof__ (int32_t) != 0)
73 cp += __alignof__ (int32_t) - (1 + nhere) % __alignof__ (int32_t);
92 if ((1 + 2 * nhere) % __alignof__ (int32_t) != 0)
93 cp += (__alignof__ (int32_t)
94 - (1 + 2 * nhere) % __alignof__ (int32_t));
107 if ((1 + 2 * nhere) % __alignof__ (int32_t) !
[all...]
H A Dcoll-lookup.h22 /* Lookup in a table of int32_t, with default value 0. */
23 extern int32_t __collidx_table_lookup (const char *table, uint32_t wc)
/haiku/src/tools/fs_shell/
H A Datomic.cpp14 fssh_atomic_set(int32_t* value, int32_t newValue)
20 int32_t
21 fssh_atomic_get_and_set(int32_t* value, int32_t newValue)
27 int32_t
28 fssh_atomic_test_and_set(int32_t *value, int32_t newValue, int32_t testAgainst)
34 int32_t
[all...]
H A Dnode_monitor.cpp45 fssh_vnode_id node, const char *attribute, int32_t cause)
52 fssh_notify_query_entry_created(fssh_port_id port, int32_t token,
61 fssh_notify_query_entry_removed(fssh_port_id port, int32_t token,
70 fssh_notify_query_attr_changed(fssh_port_id port, int32_t token,
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_allocator_invalidate_largest.cpp12 int32_t fLargestStart = -1;
13 int32_t fLargestLength = -1;
15 int32_t fNumBits = 100;
19 allocate(uint16_t start, int32_t length)
39 < (int32_t)fNumBits - (fLargestStart + fLargestLength))) {
48 free(uint16_t start, int32_t length)
63 && (int32_t)fNumBits - (fLargestStart + fLargestLength)
71 test(int32_t num, int32_t nextLargestStart, int32_t nextLargestLengt
[all...]
/haiku/src/system/libroot/os/arch/generic/
H A Dgeneric_atomic.cpp12 atomic_set(int32_t* ptr, int32_t value)
14 auto& obj = *reinterpret_cast<std::atomic<int32_t>*>(ptr);
19 extern "C" [[gnu::optimize("omit-frame-pointer")]] int32_t
20 atomic_get_and_set(int32_t* ptr, int32_t value)
22 auto& obj = *reinterpret_cast<std::atomic<int32_t>*>(ptr);
27 extern "C" [[gnu::optimize("omit-frame-pointer")]] int32_t
28 atomic_test_and_set(int32_t* ptr, int32_t desire
[all...]
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h191 int32_t version; /* version of command structure */
192 int32_t handle; /* reference to filesystem to be changed */
203 int32_t fsr_magic; /* magic number */
204 int32_t fsr_fsbtodb; /* fsbtodb and dbtofsb shift constant */
205 int32_t fsr_sblkno; /* offset of super-block in filesys */
206 int32_t fsr_fpg; /* blocks per group * fs_frag */
217 int32_t cs_ndir; /* number of directories */
218 int32_t cs_nbfree; /* number of free blocks */
219 int32_t cs_nifree; /* number of free inodes */
220 int32_t cs_nffre
[all...]
H A DInode.h25 int32_t userId;
26 int32_t groupId;
27 int32_t inodeBlockSize;
35 int32_t nsModifiedTime;
36 int32_t nsAccessTime;
37 int32_t nsChangeTime;
38 int32_t nsCreateTime;
39 int32_t generationNumber;
40 int32_t kernelFlags;
41 int32_t statusFlag
[all...]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Djrand48_r.c33 *result = (int32_t) ((xsubi[2] << 16) | xsubi[1]);
/haiku/headers/posix/
H A Dsemaphore.h16 int32_t type;
18 int32_t named_sem_id;
19 int32_t unnamed_sem;
21 int32_t padding[2];
/haiku/src/system/libroot/os/
H A Datomic.c117 extern int32_t __sync_fetch_and_add_4(int32_t *value, int32_t addValue);
119 extern int32_t __sync_fetch_and_add_4(int32_t *value, int32_t addValue)
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_finite.c32 int32_t hx;
H A Ds_finitef.c35 int32_t ix;
H A Ds_isinf.c22 int32_t hx,lx;
H A Ds_isinff.c21 int32_t ix,t;
H A Ds_isnanf.c35 int32_t ix;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_olc.h31 int32_t txPower, uint16_t chain);

Completed in 204 milliseconds

12345678