Home
last modified time | relevance | path

Searched defs:comp_len (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dliveness.cpp94 auto comp_len = len_info.words[1]; in GetLocSize() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dliveness.cpp94 auto comp_len = len_info.words[1]; in GetLocSize() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dliveness.cpp94 auto comp_len = len_info.words[1]; in GetLocSize() local
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A DCompositeGlyph.hh401 unsigned comp_len = component.get_size (); in compile_bytes_with_deltas() local
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls12_server.c892 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local
/aosp_15_r20/external/mbedtls/library/
H A Dssl_tls12_server.c892 size_t msg_len, ciph_len, sess_len, comp_len, ext_len; in ssl_parse_client_hello() local
/aosp_15_r20/external/jemalloc_new/src/
H A Dprof.c178 unsigned comp_len = (a_len < b_len) ? a_len : b_len; in rb_gen() local