Home
last modified time | relevance | path

Searched refs:base_buf (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/build/make/
Dobj_int_extract.c43 int parse_macho(uint8_t *base_buf, size_t sz) in parse_macho() argument
47 uint8_t *buf = base_buf; in parse_macho()
154 uint8_t *sym_buf = base_buf; in parse_macho()
155 uint8_t *str_buf = base_buf; in parse_macho()
184 memcpy(&val, base_buf + base_data_section + nl.n_value, in parse_macho()
197 memcpy(&val, base_buf + base_data_section + nl.n_value, in parse_macho()
/external/grub/stage2/
Dbuiltins.c4571 unsigned char *base_buf = (unsigned char *) mode.phys_base; in testvbe_func() local
4586 unsigned char *line_buf = base_buf + scanline * y; in testvbe_func()