Home
last modified time | relevance | path

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

/hardware/google/apf/v7/
Dapf_interpreter_source.c104 static u16 decode_be16(apf_context* ctx) { in decode_be16() function
360 ctx->tx_buf_len = decode_be16(ctx); // 2nd imm, at worst 6 B past prog_len in do_apf_run()
391 partial_csum = decode_be16(ctx); // 5th imm, at worst 9 B past prog_len in do_apf_run()
489 ctx->except_buf_sz = decode_be16(ctx); in do_apf_run()
Dapf_interpreter.c650 static u16 decode_be16(apf_context* ctx) { in decode_be16() function
906 ctx->tx_buf_len = decode_be16(ctx); /* 2nd imm, at worst 6 B past prog_len */ in do_apf_run()
937 partial_csum = decode_be16(ctx); /* 5th imm, at worst 9 B past prog_len */ in do_apf_run()
1035 ctx->except_buf_sz = decode_be16(ctx); in do_apf_run()
/hardware/google/apf/v6/
Dapf_interpreter.c657 static u16 decode_be16(apf_context* ctx) { in decode_be16() function
896 ctx->tx_buf_len = decode_be16(ctx); /* 2nd imm, at worst 6 B past prog_len */ in do_apf_run()
927 partial_csum = decode_be16(ctx); /* 5th imm, at worst 9 B past prog_len */ in do_apf_run()
1025 ctx->except_buf_sz = decode_be16(ctx); in do_apf_run()
/hardware/google/apf/devtools/
Dapf_interpreter.c650 static u16 decode_be16(apf_context* ctx) { in decode_be16() function
906 ctx->tx_buf_len = decode_be16(ctx); /* 2nd imm, at worst 6 B past prog_len */ in do_apf_run()
937 partial_csum = decode_be16(ctx); /* 5th imm, at worst 9 B past prog_len */ in do_apf_run()
1035 ctx->except_buf_sz = decode_be16(ctx); in do_apf_run()