OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close_paren
(Results
1 - 4
of
4
) sorted by null
/external/opencore/oscl/oscl/oscllib/src/
oscl_library_list.cpp
28
#define
CLOSE_PAREN
')'
127
if (
CLOSE_PAREN
== buf[0])
143
else if (BUFFER_SIZE == i &&
CLOSE_PAREN
!= buf[0])
/system/core/toolbox/
top.c
324
char buf[MAX_LINE], *open_paren, *
close_paren
;
local
334
close_paren
= strrchr(buf, ')');
335
if (!open_paren || !
close_paren
) return 1;
337
*open_paren = *
close_paren
= '\0';
342
sscanf(
close_paren
+ 1, " %c %*d %*d %*d %*d %*d %*d %*d %*d %*d %*d "
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h
82
OP(
CLOSE_PAREN
, ")") \
[
all
...]
target.h
100
const char *open_paren, *
close_paren
;
member in struct:gcc_target::asm_out
[
all
...]
Completed in 319 milliseconds