Home
last modified time | relevance | path

Searched refs:bucket_ptr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/win/
H A Dfs-fd-hash-inl.h97 struct uv__fd_hash_bucket_s* bucket_ptr = &uv__fd_hash[bucket];
111 size_t first_group_size = bucket_ptr->size % UV__FD_HASH_GROUP_SIZE; \
112 if (bucket_ptr->size != 0 && first_group_size == 0) \
114 group_ptr = bucket_ptr->data; \
145 i = bucket_ptr->size % UV__FD_HASH_GROUP_SIZE; in uv__fd_hash_add()
147 if (bucket_ptr->size != 0 && i == 0) { in uv__fd_hash_add()
153 new_group_ptr->next = bucket_ptr->data; in uv__fd_hash_add()
154 bucket_ptr->data = new_group_ptr; in uv__fd_hash_add()
157 bucket_ptr->size += 1; in uv__fd_hash_add()
158 entry_ptr = &bucket_ptr->data->entries[i]; in uv__fd_hash_add()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-color.c2263 add_allocno_to_bucket (ira_allocno_t a, ira_allocno_t *bucket_ptr) in add_allocno_to_bucket() argument
2268 if (bucket_ptr == &uncolorable_allocno_bucket in add_allocno_to_bucket()
2274 first_a = *bucket_ptr; in add_allocno_to_bucket()
2280 *bucket_ptr = a; in add_allocno_to_bucket()
2336 sort_bucket (ira_allocno_t *bucket_ptr, in sort_bucket() argument
2342 for (n = 0, a = *bucket_ptr; in sort_bucket()
2359 *bucket_ptr = head; in sort_bucket()
2390 delete_allocno_from_bucket (ira_allocno_t allocno, ira_allocno_t *bucket_ptr) in delete_allocno_from_bucket() argument
2394 if (bucket_ptr == &uncolorable_allocno_bucket in delete_allocno_from_bucket()
2406 ira_assert (*bucket_ptr == allocno); in delete_allocno_from_bucket()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-color.cc2504 add_allocno_to_bucket (ira_allocno_t a, ira_allocno_t *bucket_ptr) in add_allocno_to_bucket() argument
2509 if (bucket_ptr == &uncolorable_allocno_bucket in add_allocno_to_bucket()
2515 first_a = *bucket_ptr; in add_allocno_to_bucket()
2521 *bucket_ptr = a; in add_allocno_to_bucket()
2577 sort_bucket (ira_allocno_t *bucket_ptr, in sort_bucket() argument
2583 for (n = 0, a = *bucket_ptr; in sort_bucket()
2600 *bucket_ptr = head; in sort_bucket()
2631 delete_allocno_from_bucket (ira_allocno_t allocno, ira_allocno_t *bucket_ptr) in delete_allocno_from_bucket() argument
2635 if (bucket_ptr == &uncolorable_allocno_bucket in delete_allocno_from_bucket()
2647 ira_assert (*bucket_ptr == allocno); in delete_allocno_from_bucket()
[all …]