Searched refs:head_p (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_cipher.cc | 812 int strength_bits, bool in_group, CIPHER_ORDER **head_p, in ssl_cipher_apply_rule() argument 829 head = *head_p; in ssl_cipher_apply_rule() 926 *head_p = head; in ssl_cipher_apply_rule() 930 static bool ssl_cipher_strength_sort(CIPHER_ORDER **head_p, in ssl_cipher_strength_sort() argument 936 CIPHER_ORDER *curr = *head_p; in ssl_cipher_strength_sort() 952 curr = *head_p; in ssl_cipher_strength_sort() 963 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, CIPHER_ORD, i, false, head_p, in ssl_cipher_strength_sort() 972 CIPHER_ORDER **head_p, in ssl_cipher_process_rulestr() argument 1129 if (!ssl_cipher_strength_sort(head_p, tail_p)) { in ssl_cipher_process_rulestr() 1140 min_version, rule, -1, in_group, head_p, tail_p); in ssl_cipher_process_rulestr()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_cipher.cc | 812 int strength_bits, bool in_group, CIPHER_ORDER **head_p, in ssl_cipher_apply_rule() argument 829 head = *head_p; in ssl_cipher_apply_rule() 926 *head_p = head; in ssl_cipher_apply_rule() 930 static bool ssl_cipher_strength_sort(CIPHER_ORDER **head_p, in ssl_cipher_strength_sort() argument 936 CIPHER_ORDER *curr = *head_p; in ssl_cipher_strength_sort() 952 curr = *head_p; in ssl_cipher_strength_sort() 963 ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, CIPHER_ORD, i, false, head_p, in ssl_cipher_strength_sort() 972 CIPHER_ORDER **head_p, in ssl_cipher_process_rulestr() argument 1129 if (!ssl_cipher_strength_sort(head_p, tail_p)) { in ssl_cipher_process_rulestr() 1140 min_version, rule, -1, in_group, head_p, tail_p); in ssl_cipher_process_rulestr()
|
/external/blktrace/btt/ |
D | list.h | 149 static inline int list_len(struct list_head *head_p) in list_len() argument 154 __list_for_each(p, head_p) { in list_len()
|
D | inlines.h | 51 static inline void update_range(struct list_head *head_p, __u64 time) in update_range() argument 55 if (!list_empty(head_p)) { in update_range() 56 rip = list_entry(head_p->prev, struct range_info, head); in update_range() 69 list_add_tail(&rip->head, head_p); in update_range()
|
D | output.c | 831 void __output_ranges(FILE *ofp, struct list_head *head_p, float base) in __output_ranges() argument 837 __list_for_each(p, head_p) { in __output_ranges()
|