Searched defs:sizeof (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Dbus-util.h89 assert_cc(sizeof(int) == sizeof(int32_t)); variable
92 assert_cc(sizeof(unsigned) == sizeof(unsigned)); variable
114 assert_cc(sizeof(uid_t) == sizeof(uint32_t)); variable
117 assert_cc(sizeof(gid_t) == sizeof(uint32_t)); variable
120 assert_cc(sizeof(pid_t) == sizeof(uint32_ variable
123 assert_cc(sizeof(mode_t) == sizeof(uint32_t)); variable
[all...]
/systemd/src/basic/
H A Dhashmap.c196 char storage[sizeof(struct indirect_storage)];
200 (sizeof(struct direct_storage) / (sizeof(entry_t) + sizeof(dib_raw_t)))
251 assert_cc(sizeof(Hashmap) == sizeof(Set)); variable
262 .head_size = sizeof(Hashmap),
263 .entry_size = sizeof(struct plain_hashmap_entry),
268 .head_size = sizeof(OrderedHashmap),
269 .entry_size = sizeof(struc
[all...]

Completed in 13 milliseconds