Searched refs:rhsx (Results 1 - 7 of 7) sorted by relevance
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUJDKCompare.java | 754 int rhsx = primIndex(rhs); in assignableFrom() 755 return assignmentMap[lhsx][rhsx]; in assignableFrom()
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_stream.c | 47 static int stream_less(const void *lhsx, const void *rhsx) { in stream_less() argument 51 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less()
|
H A D | nghttp2_session.c | 419 static int stream_less(const void *lhsx, const void *rhsx) { in stream_less() argument 423 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_stream.c | 47 static int stream_less(const void *lhsx, const void *rhsx) { in stream_less() argument 51 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less()
|
H A D | nghttp2_session.c | 419 static int stream_less(const void *lhsx, const void *rhsx) { in stream_less() argument 423 rhs = nghttp2_struct_of(rhsx, nghttp2_stream, pq_entry); in stream_less()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_conn.c | 192 const nghttp3_pq_entry *rhsx) { in ricnt_less() 196 nghttp3_struct_of(rhsx, nghttp3_stream, qpack_blocked_pe); in ricnt_less() 202 const nghttp3_pq_entry *rhsx) { in cycle_less() 204 const nghttp3_tnode *rhs = nghttp3_struct_of(rhsx, nghttp3_tnode, pe); in cycle_less() 191 ricnt_less(const nghttp3_pq_entry *lhsx, const nghttp3_pq_entry *rhsx) ricnt_less() argument 201 cycle_less(const nghttp3_pq_entry *lhsx, const nghttp3_pq_entry *rhsx) cycle_less() argument
|
H A D | nghttp3_qpack.c | 884 const nghttp3_pq_entry *rhsx) { in ref_min_cnt_less() 888 nghttp3_struct_of(rhsx, nghttp3_qpack_header_block_ref, min_cnts_pe); in ref_min_cnt_less() 1660 const nghttp3_pq_entry *rhsx) { in ref_max_cnt_greater() 1664 nghttp3_struct_of(rhsx, nghttp3_qpack_header_block_ref, max_cnts_pe); in ref_max_cnt_greater() 883 ref_min_cnt_less(const nghttp3_pq_entry *lhsx, const nghttp3_pq_entry *rhsx) ref_min_cnt_less() argument 1659 ref_max_cnt_greater(const nghttp3_pq_entry *lhsx, const nghttp3_pq_entry *rhsx) ref_max_cnt_greater() argument
|
Completed in 45 milliseconds