OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avb_memset
(Results
1 - 4
of
4
) sorted by null
/external/avb/examples/uefi/
uefi_avb_sysdeps.c
46
void*
avb_memset
(void* dest, const int c, size_t n) {
function
/external/avb/libavb/
avb_sysdeps_posix.c
41
void*
avb_memset
(void* dest, const int c, size_t n) {
function
/external/u-boot/lib/libavb/
avb_sysdeps_posix.c
19
void*
avb_memset
(void* dest, const int c, size_t n) {
function
/external/avb/test/
avb_sysdeps_posix_testing.cc
45
void*
avb_memset
(void* dest, const int c, size_t n) {
function
Completed in 6467 milliseconds