OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comp_str
(Results
1 - 2
of
2
) sorted by null
/external/toolchain-utils/
verify_compiler.py
106
comp_str
= COMPILER_STRINGS[compiler]
117
if
comp_str
not in line:
/external/vboot_reference/utility/
bmpblk_utility.cc
207
char *
comp_str
= (char *)event.data.scalar.value;
local
209
uint32_t comp = (uint32_t)strtoul(
comp_str
, &e, 0);
210
if (!*
comp_str
|| (e && *e) || comp >= MAX_COMPRESS) {
Completed in 222 milliseconds