Searched refs:lhsx (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 | 753 int lhsx = primIndex(lhs); 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 50 lhs = nghttp2_struct_of(lhsx, 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 422 lhs = nghttp2_struct_of(lhsx, 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 50 lhs = nghttp2_struct_of(lhsx, 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 422 lhs = nghttp2_struct_of(lhsx, nghttp2_stream, pq_entry); in stream_less()
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_conn.c | 191 static int ricnt_less(const nghttp3_pq_entry *lhsx, in ricnt_less() argument 194 nghttp3_struct_of(lhsx, nghttp3_stream, qpack_blocked_pe); in ricnt_less() 201 static int cycle_less(const nghttp3_pq_entry *lhsx, in cycle_less() argument 203 const nghttp3_tnode *lhs = nghttp3_struct_of(lhsx, nghttp3_tnode, pe); in cycle_less()
|
H A D | nghttp3_qpack.c | 883 static int ref_min_cnt_less(const nghttp3_pq_entry *lhsx, in ref_min_cnt_less() argument 886 nghttp3_struct_of(lhsx, nghttp3_qpack_header_block_ref, min_cnts_pe); in ref_min_cnt_less() 1659 static int ref_max_cnt_greater(const nghttp3_pq_entry *lhsx, in ref_max_cnt_greater() argument 1662 nghttp3_struct_of(lhsx, nghttp3_qpack_header_block_ref, max_cnts_pe); in ref_max_cnt_greater()
|
Completed in 29 milliseconds