Home
last modified time | relevance | path

Searched refs:first_unread_offset (Results 1 – 5 of 5) sorted by relevance

/hardware/google/apf/v7/
Dapf_dns.h20 u32 first_unread_offset = *ofs; in FUNC() local
34 if (*ofs > first_unread_offset) first_unread_offset = *ofs; in FUNC()
61 if (first_unread_offset > *ofs) *ofs = first_unread_offset; in FUNC()
Dapf_interpreter.c407 u32 first_unread_offset = *ofs; in FUNC() local
421 if (*ofs > first_unread_offset) first_unread_offset = *ofs; in FUNC()
448 if (first_unread_offset > *ofs) *ofs = first_unread_offset; in FUNC()
/hardware/google/apf/
Dapf_dns.h20 u32 first_unread_offset = *ofs; in FUNC() local
34 if (*ofs > first_unread_offset) first_unread_offset = *ofs; in FUNC()
61 if (first_unread_offset > *ofs) *ofs = first_unread_offset; in FUNC()
/hardware/google/apf/devtools/
Dapf_interpreter.c407 u32 first_unread_offset = *ofs; in FUNC() local
421 if (*ofs > first_unread_offset) first_unread_offset = *ofs; in FUNC()
448 if (first_unread_offset > *ofs) *ofs = first_unread_offset; in FUNC()
/hardware/google/apf/v6/
Dapf_interpreter.c405 u32 first_unread_offset = *ofs; in FUNC() local
419 if (*ofs > first_unread_offset) first_unread_offset = *ofs; in FUNC()
446 if (first_unread_offset > *ofs) *ofs = first_unread_offset; in FUNC()