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

  /external/oprofile/libutil/
op_growable_buffer.h 16 struct growable_buffer { struct
29 void init_buffer(struct growable_buffer * buffer);
35 void free_buffer(struct growable_buffer * buffer);
43 void add_data(struct growable_buffer * b, void const * data, size_t len);
op_growable_buffer.c 17 void init_buffer(struct growable_buffer * b)
25 void free_buffer(struct growable_buffer * b)
31 static void grow_buffer(struct growable_buffer * b)
39 void add_data(struct growable_buffer * b, void const * data, size_t len)
  /external/oprofile/opjitconv/
debug_line.c 153 static void emit_uword(struct growable_buffer * b, uword data)
159 static void emit_string(struct growable_buffer * b, char const * s)
165 static void emit_unsigned_LEB128(struct growable_buffer * b,
178 static void emit_signed_LEB128(struct growable_buffer * b, long data)
198 static void emit_extended_opcode(struct growable_buffer * b, ubyte opcode,
208 static void emit_opcode(struct growable_buffer * b, ubyte opcode)
214 static void emit_opcode_signed(struct growable_buffer * b,
222 static void emit_opcode_unsigned(struct growable_buffer * b, ubyte opcode,
230 static void emit_advance_pc(struct growable_buffer * b, unsigned long delta_pc)
236 static void emit_advance_lineno(struct growable_buffer * b, long delta_lineno
    [all...]

Completed in 40 milliseconds