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

  /external/oprofile/libutil/
op_growable_buffer.h 23 * init_buffer - initialize an empty buffer
26 * init_buffer do not do any allocation, the first allocation will occur
29 void init_buffer(struct growable_buffer * buffer);
op_growable_buffer.c 17 void init_buffer(struct growable_buffer * b) function
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.h 43 struct buffer *init_buffer P_((void));
compile.c 363 b = init_buffer();
555 b = init_buffer();
702 b = init_buffer();
895 pending_text = init_buffer();
    [all...]
utils.c 527 init_buffer()
523 init_buffer() function
  /external/oprofile/opjitconv/
debug_line.c 445 init_buffer(&b_line);
446 init_buffer(&b_debug_info);
447 init_buffer(&b_debug_abbrev);

Completed in 104 milliseconds