OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:transient
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/daemon/
opd_trans.h
34
*
Transient
values used for parsing the event buffer.
39
struct
transient
{
struct
60
typedef void (*handler_t)(struct
transient
*);
63
uint64_t pop_buffer_value(struct
transient
* trans);
64
int enough_remaining(struct
transient
* trans, size_t size);
65
static inline void update_trans_last(struct
transient
* trans)
81
void clear_trans_last(struct
transient
* trans);
84
void clear_trans_current(struct
transient
* trans);
/external/bluetooth/bluez/test/
bdaddr.c
41
static int
transient
= 0;
variable
125
if (
transient
)
175
if (
transient
)
311
{ "
transient
", 0, 0, 't' },
341
transient
= 1;
Completed in 351 milliseconds