/bionic/libc/kernel/uapi/linux/ |
D | fuse.h | 20 uint32_t atimensec; 21 uint32_t mtimensec; 22 uint32_t ctimensec; 23 uint32_t mode; 24 uint32_t nlink; 25 uint32_t uid; 26 uint32_t gid; 27 uint32_t rdev; 28 uint32_t blksize; 29 uint32_t flags; [all …]
|
D | idxd.h | 163 uint32_t pasid : 20; 164 uint32_t rsvd : 11; 165 uint32_t priv : 1; 166 uint32_t flags : 24; 167 uint32_t opcode : 8; 184 uint32_t xfer_size; 185 uint32_t desc_count; 186 uint32_t region_size; 194 uint32_t max_delta_size; 195 uint32_t delt_rsvd; [all …]
|
/bionic/linker/arch/arm_neon/ |
D | linker_gnu_hash_neon.cpp | 46 uint32_t accum; 49 constexpr uint32_t kStep0 = 1; 50 constexpr uint32_t kStep1 = kStep0 * 33; 51 constexpr uint32_t kStep2 = kStep1 * 33; 52 constexpr uint32_t kStep3 = kStep2 * 33; 53 constexpr uint32_t kStep4 = kStep3 * 33; 54 constexpr uint32_t kStep5 = kStep4 * 33; 55 constexpr uint32_t kStep6 = kStep5 * 33; 56 constexpr uint32_t kStep7 = kStep6 * 33; 57 constexpr uint32_t kStep8 = kStep7 * 33; [all …]
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_area.h | 57 uint32_t namelen; 82 prop_trie_node(const char* name, const uint32_t name_length) { in prop_trie_node() 104 prop_area(const uint32_t magic, const uint32_t version) : magic_(magic), version_(version) { in prop_area() 133 uint32_t magic() const { in magic() 136 uint32_t version() const { in version() 145 prop_trie_node* new_prop_trie_node(const char* name, uint32_t namelen, uint_least32_t* const off); 146 prop_info* new_prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen, 155 uint32_t namelen, bool alloc_if_needed); 157 const prop_info* find_property(prop_trie_node* const trie, const char* name, uint32_t namelen, 158 const char* value, uint32_t valuelen, bool alloc_if_needed); [all …]
|
D | prop_info.h | 48 static constexpr uint32_t kLongFlag = 1 << 16; 65 uint32_t offset; 82 prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen); 83 prop_info(const char* name, uint32_t namelen, uint32_t long_offset);
|
D | system_properties.h | 58 uint32_t AreaSerial(); 63 uint32_t serial), 68 uint32_t WaitAny(uint32_t old_serial); 69 bool Wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, 75 uint32_t ReadMutablePropertyValue(const prop_info* pi, char* value);
|
/bionic/linker/ |
D | linker_soinfo.h | 80 uint32_t gnu_maskwords_ = 0; 81 uint32_t gnu_shift2_ = 0; 89 const uint32_t* gnu_chain_; 91 uint32_t* gnu_bucket_; 126 uint32_t elf_hash(); 127 uint32_t gnu_hash(); 133 uint32_t elf_hash_; 134 uint32_t gnu_hash_; 142 uint32_t elf_hash; 174 uint32_t unused1; // DO NOT USE, maintained for compatibility. [all …]
|
D | linker_logger.h | 43 constexpr const uint32_t kLogErrors = 1 << 0; 44 constexpr const uint32_t kLogDlopen = 1 << 1; 45 constexpr const uint32_t kLogDlsym = 1 << 2; 54 uint32_t IsEnabled(uint32_t type) { in IsEnabled() 59 uint32_t flags_;
|
D | linker_gnu_hash.h | 46 static std::pair<uint32_t, uint32_t> calculate_gnu_hash_simple(const char* name) { in calculate_gnu_hash_simple() 47 uint32_t h = 5381; in calculate_gnu_hash_simple() 56 static inline std::pair<uint32_t, uint32_t> calculate_gnu_hash(const char* name) { in calculate_gnu_hash()
|
/bionic/tests/headers/posix/ |
D | arpa_inet_h.c | 41 FUNCTION(htonl, uint32_t (*f)(uint32_t)); in arpa_inet_h() 43 FUNCTION(ntohl, uint32_t (*f)(uint32_t)); in arpa_inet_h() 46 TYPE(uint32_t); in arpa_inet_h()
|
D | netinet_in_h.c | 38 TYPE(uint32_t); in netinet_in_h() 54 STRUCT_MEMBER(struct sockaddr_in6, uint32_t, sin6_flowinfo); in netinet_in_h() 56 STRUCT_MEMBER(struct sockaddr_in6, uint32_t, sin6_scope_id); in netinet_in_h() 83 FUNCTION(htonl, uint32_t (*f)(uint32_t)); in netinet_in_h() 85 FUNCTION(ntohl, uint32_t (*f)(uint32_t)); in netinet_in_h()
|
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
D | sha1.c | 85 uint32_t l[16]; 95 void do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *); 96 void do_R2(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *); 97 void do_R3(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *); 98 void do_R4(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *); 107 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R01() 117 do_R2(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R2() 127 do_R3(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R3() 137 do_R4(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R4() 150 void SHA1Transform(uint32_t state[5], const uint8_t buffer[64]) in SHA1Transform() [all …]
|
/bionic/libc/private/ |
D | CachedProperty.h | 54 uint32_t initial_property_serial_ = cached_property_serial_; in DidChange() 67 uint32_t property_area_serial = __system_property_area_serial(); in Get() 76 uint32_t property_serial = __system_property_serial(prop_info_); in Get() 90 uint32_t cached_area_serial_; 91 uint32_t cached_property_serial_; 96 static void Callback(void* data, const char*, const char* value, uint32_t serial) { in Callback()
|
D | bionic_allocator.h | 35 const uint32_t kSmallObjectMaxSizeLog2 = 10; 36 const uint32_t kSmallObjectMinSizeLog2 = 4; 37 const uint32_t kSmallObjectAllocatorsCount = kSmallObjectMaxSizeLog2 - kSmallObjectMinSizeLog2 + 1; 45 uint32_t type; 80 BionicSmallObjectAllocator(uint32_t type, size_t block_size); 91 const uint32_t type_; 119 BionicSmallObjectAllocator* get_small_object_allocator_unchecked(uint32_t type);
|
D | bionic_ieee.h | 99 (a)[0] = (uint32_t)(p)->ext_fracl; \ 100 (a)[1] = (uint32_t)(p)->ext_fraclm; \ 101 (a)[2] = (uint32_t)(p)->ext_frachm; \ 102 (a)[3] = (uint32_t)(p)->ext_frach; \
|
/bionic/libc/include/sys/ |
D | vfs.h | 60 uint32_t f_type; \ 61 uint32_t f_bsize; \ 68 uint32_t f_namelen; \ 69 uint32_t f_frsize; \ 70 uint32_t f_flags; \ 71 uint32_t f_spare[4]; \
|
D | types.h | 48 typedef uint32_t __id_t; 74 typedef uint32_t __nlink_t; 84 typedef uint32_t __useconds_t; 89 typedef uint32_t dev_t; 115 typedef uint32_t __socklen_t; 140 typedef uint32_t u_int32_t;
|
D | _system_properties.h | 96 uint32_t __system_property_area_serial(void); 123 uint32_t __system_property_serial(const prop_info* _Nonnull __pi); 146 uint32_t __system_property_wait_any(uint32_t __old_serial);
|
D | ucontext.h | 93 uint32_t __padding_rt_sigset; 208 uint32_t __padding_rt_sigset; 278 uint32_t element[4]; 288 uint32_t mxcsr; 289 uint32_t mxcr_mask; 292 uint32_t padding[24]; 347 uint32_t __f[32]; 348 uint32_t __fcsr; 353 uint32_t __fcsr; 358 uint32_t __fcsr; [all …]
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 64 uint32_t __system_property_area_serial() { in __system_property_area_serial() 81 const char* value, uint32_t serial), in __system_property_read_callback() 103 uint32_t __system_property_serial(const prop_info* pi) { in __system_property_serial() 114 uint32_t __system_property_wait_any(uint32_t old_serial) { in __system_property_wait_any() 119 bool __system_property_wait(const prop_info* pi, uint32_t old_serial, uint32_t* new_serial_ptr, in __system_property_wait()
|
/bionic/tests/ |
D | pty_test.cpp | 77 uint32_t data_count; 89 uint32_t counter = 0; in PtyReader_28979140() 92 size_t to_read = std::min(sizeof(buf), (arg->data_count + 1 - counter) * sizeof(uint32_t)); in PtyReader_28979140() 94 size_t num_of_value = to_read / sizeof(uint32_t); in PtyReader_28979140() 95 uint32_t* p = reinterpret_cast<uint32_t*>(buf); in PtyReader_28979140() 114 constexpr uint32_t TEST_DATA_COUNT = 2000000; in TEST() 153 uint32_t counter_buf[100]; in TEST() 154 uint32_t counter = 0; in TEST()
|
/bionic/libc/system_properties/ |
D | system_properties.cpp | 148 uint32_t SystemProperties::AreaSerial() { in AreaSerial() 184 uint32_t SystemProperties::ReadMutablePropertyValue(const prop_info* pi, char* value) { in ReadMutablePropertyValue() 186 uint32_t new_serial = load_const_atomic(&pi->serial, memory_order_acquire); in ReadMutablePropertyValue() 187 uint32_t serial; in ReadMutablePropertyValue() 216 uint32_t serial = ReadMutablePropertyValue(pi, value); in Read() 240 const char* value, uint32_t serial), in ReadCallback() 245 uint32_t serial = load_const_atomic(&pi->serial, memory_order_relaxed); in ReadCallback() 255 uint32_t serial = ReadMutablePropertyValue(pi, value_buf); in ReadCallback() 297 uint32_t serial = atomic_load_explicit(&pi->serial, memory_order_relaxed); in Update() 416 uint32_t SystemProperties::WaitAny(uint32_t old_serial) { in WaitAny() [all …]
|
D | prop_info.cpp | 38 prop_info::prop_info(const char* name, uint32_t namelen, const char* value, uint32_t valuelen) { in prop_info() 46 prop_info::prop_info(const char* name, uint32_t namelen, uint32_t long_offset) { in prop_info()
|
/bionic/libm/ |
D | fpmath.h | 87 (a)[0] = (uint32_t)(u).bits.manl; \ 88 (a)[1] = (uint32_t)((u).bits.manl >> 32); \ 89 (a)[2] = (uint32_t)(u).bits.manh; \ 90 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
|
/bionic/libc/include/bits/ |
D | tcphdr.h | 41 uint32_t th_seq; 42 uint32_t th_ack; 53 uint32_t seq; 54 uint32_t ack_seq;
|