OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_data
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libutil/
op_growable_buffer.h
27
* when
add_data
() with a non zero len param will be called.
38
*
add_data
- add data to this buffer
43
void
add_data
(struct growable_buffer * b, void const * data, size_t len);
op_growable_buffer.c
39
void
add_data
(struct growable_buffer * b, void const * data, size_t len)
function
/external/oprofile/opjitconv/
debug_line.c
155
add_data
(b, &data, sizeof(uword));
161
add_data
(b, s, strlen(s) + 1);
173
add_data
(b, &cur, 1);
193
add_data
(b, &cur, 1);
201
add_data
(b, "", 1);
203
add_data
(b, &opcode, 1);
204
add_data
(b, data, data_len);
210
add_data
(b, &opcode, 1);
217
add_data
(b, &opcode, 1);
225
add_data
(b, &opcode, 1)
[
all
...]
/external/icu4c/test/perf/perldriver/
Dataset.pm
27
$stats->
add_data
(@{$self->{_data}});
Completed in 208 milliseconds