HomeSort by relevance Sort by last modified time
    Searched refs:initial_bufsize (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdwfl/
elf-from-memory.c 72 const size_t initial_bufsize = 256; local
73 unsigned char *buffer = malloc (initial_bufsize);
82 sizeof (Elf32_Ehdr), initial_bufsize);
175 if (initial_bufsize < phnum * phentsize)
  /external/protobuf/php/ext/google/protobuf/
upb.c 9030 const size_t initial_bufsize = 256; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9741 const size_t initial_bufsize = 256; local
    [all...]

Completed in 1606 milliseconds