Home
last modified time | relevance | path

Searched defs:program_len (Results 1 – 10 of 10) sorted by relevance

/hardware/google/apf/
Dapf_disassembler.c30 uint32_t program_len = 0; in main() local
Dapf_run.c171 uint32_t program_len, uint32_t ram_len, const char* pkt, uint32_t filter_age) { in packet_handler()
191 void apf_trace_hook(uint32_t pc, const uint32_t* regs, const uint8_t* program, uint32_t program_len, in apf_trace_hook()
202 uint32_t program_len, uint32_t ram_len, const char* filename, in file_handler()
275 uint32_t program_len; in main() local
Ddisassembler.c81 static void print_jump_target(uint32_t target, uint32_t program_len) { in print_jump_target()
91 const char* apf_disassemble(const uint8_t* program, uint32_t program_len, uint32_t* const ptr2pc) { in apf_disassemble()
Dapf_interpreter.c29 #define APF_TRACE_HOOK(pc, regs, program, program_len, packet, packet_len, memory, memory_len) \ argument
45 int accept_packet(uint8_t* program, uint32_t program_len, uint32_t ram_len, in accept_packet()
/hardware/google/apf/v4/
Dapf_interpreter.c29 #define APF_TRACE_HOOK(pc, regs, program, program_len, packet, packet_len, memory, memory_len) \ argument
45 int accept_packet(uint8_t* program, uint32_t program_len, uint32_t ram_len, in accept_packet()
/hardware/google/apf/v7/
Dapf_interpreter_source.c47 #define APF_TRACE_HOOK(pc, regs, program, program_len, packet, packet_len, memory, memory_len) \ argument
83 u32 program_len; // Length of the program member
550 static int apf_runner(void* ctx, u32* const program, const u32 program_len, in apf_runner()
601 int apf_run(void* ctx, u32* const program, const u32 program_len, in apf_run()
Dapf_interpreter.c593 #define APF_TRACE_HOOK(pc, regs, program, program_len, packet, packet_len, memory, memory_len) \ argument
629 u32 program_len; /* Length of the program */ member
1096 static int apf_runner(void* ctx, u32* const program, const u32 program_len, in apf_runner()
1147 int apf_run(void* ctx, u32* const program, const u32 program_len, in apf_run()
/hardware/google/apf/v6/
Dapf_interpreter.c591 #define APF_TRACE_HOOK(pc, regs, program, program_len, packet, packet_len, memory, memory_len) \ argument
627 u32 program_len; /* Length of the program */ member
1086 static int apf_runner(void* ctx, u32* const program, const u32 program_len, in apf_runner()
1137 int apf_run(void* ctx, u32* const program, const u32 program_len, in apf_run()
/hardware/google/apf/devtools/
Dapf_interpreter.c593 #define APF_TRACE_HOOK(pc, regs, program, program_len, packet, packet_len, memory, memory_len) \ argument
629 u32 program_len; /* Length of the program */ member
1096 static int apf_runner(void* ctx, u32* const program, const u32 program_len, in apf_runner()
1147 int apf_run(void* ctx, u32* const program, const u32 program_len, in apf_run()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp5156 u32 program_len; in setApfProgram() local