OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tag_str
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-pppoe.c
161
char
tag_str
[MAXTAGPRINT];
local
168
tag_str
[tag_str_len++] = *v;
171
tag_str
[tag_str_len++] = '.';
174
tag_str
[tag_str_len] = 0;
181
tag_str
);
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h
189
#define OMX_DBG_INITALL(dbg,
tag_str
, file) \
202
if (!strncmp(ptr,
tag_str
, strlen(
tag_str
))) { \
203
ptr += strlen(
tag_str
); \
237
#define OMX_DBG_INIT(dbg,
tag_str
) OMX_DBG_INITALL(dbg,
tag_str
, 1)
238
#define OMX_DBG_INIT_MASK(dbg,
tag_str
) OMX_DBG_INITALL(dbg,
tag_str
, 0)
/external/chromium_org/third_party/ots/src/
ots.cc
46
uint32_t Tag(const char *
tag_str
) {
48
std::memcpy(&ret,
tag_str
, 4);
Completed in 181 milliseconds