Home
last modified time | relevance | path

Searched defs:ram_len (Results 1 – 8 of 8) sorted by relevance

/hardware/google/apf/
Dapf_run.c171 uint32_t program_len, uint32_t ram_len, const char* pkt, uint32_t filter_age) { in packet_handler()
202 uint32_t program_len, uint32_t ram_len, const char* filename, in file_handler()
368 uint32_t ram_len = program_len + data_len; in main() local
Dapf_interpreter.c45 int accept_packet(uint8_t* program, uint32_t program_len, uint32_t ram_len, in accept_packet()
/hardware/google/apf/v7/
Dapf_interpreter_source.c84 u32 ram_len; // Length of the entire apf program/data region member
551 const u32 ram_len, const u8* const packet, in apf_runner()
602 const u32 ram_len, const u8* const packet, in apf_run()
Dapf_interpreter.c203 u32 ram_len; /* 12: Total size of program + data, ie. ram_len */ member
630 u32 ram_len; /* Length of the entire apf program/data region */ member
1097 const u32 ram_len, const u8* const packet, in apf_runner()
1148 const u32 ram_len, const u8* const packet, in apf_run()
Dapf.h147 u32 ram_len; // 12: Total size of program + data, ie. ram_len member
/hardware/google/apf/v6/
Dapf_interpreter.c203 u32 ram_len; /* 12: Total size of program + data, ie. ram_len */ member
628 u32 ram_len; /* Length of the entire apf program/data region */ member
1087 const u32 ram_len, const u8* const packet, in apf_runner()
1138 const u32 ram_len, const u8* const packet, in apf_run()
/hardware/google/apf/devtools/
Dapf_interpreter.c203 u32 ram_len; /* 12: Total size of program + data, ie. ram_len */ member
630 u32 ram_len; /* Length of the entire apf program/data region */ member
1097 const u32 ram_len, const u8* const packet, in apf_runner()
1148 const u32 ram_len, const u8* const packet, in apf_run()
/hardware/google/apf/v4/
Dapf_interpreter.c45 int accept_packet(uint8_t* program, uint32_t program_len, uint32_t ram_len, in accept_packet()