Home
last modified time | relevance | path

Searched refs:count_in (Results 1 - 3 of 3) sorted by relevance

/third_party/lz4/examples/
H A DframeCompress.c65 long long count_in = 0, count_out, bytesToOffset = -1; in compress_file_internal() local
89 bytesToOffset = uncOffset - count_in; in compress_file_internal()
104 count_in += readSize; in compress_file_internal()
112 count_in += readSize; in compress_file_internal()
144 result.size_in = count_in; in compress_file_internal()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c2935 int count_in = ctx->instruction_count; in emit_if() local
2945 if (ctx->instruction_count == count_in) { in emit_if()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c3948 int count_in = ctx->instruction_count; in emit_if() local
3958 if (ctx->instruction_count == count_in) { in emit_if()

Completed in 13 milliseconds