Home
last modified time | relevance | path

Searched refs:except_buf_sz (Results 1 – 4 of 4) sorted by relevance

/hardware/google/apf/v7/
Dapf_interpreter_source.c71 u16 except_buf_sz; // Length of the exception buffer (at program_len offset) member
489 ctx->except_buf_sz = decode_be16(ctx); in do_apf_run()
586 u16 buf_size = apf_ctx.except_buf_sz; in apf_runner()
Dapf_interpreter.c617 u16 except_buf_sz; /* Length of the exception buffer (at program_len offset) */ member
1035 ctx->except_buf_sz = decode_be16(ctx); in do_apf_run()
1132 u16 buf_size = apf_ctx.except_buf_sz; in apf_runner()
/hardware/google/apf/devtools/
Dapf_interpreter.c617 u16 except_buf_sz; /* Length of the exception buffer (at program_len offset) */ member
1035 ctx->except_buf_sz = decode_be16(ctx); in do_apf_run()
1132 u16 buf_size = apf_ctx.except_buf_sz; in apf_runner()
/hardware/google/apf/v6/
Dapf_interpreter.c615 u16 except_buf_sz; /* Length of the exception buffer (at program_len offset) */ member
1025 ctx->except_buf_sz = decode_be16(ctx); in do_apf_run()
1122 u16 buf_size = apf_ctx.except_buf_sz; in apf_runner()