OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pragmaCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/
RSEmbedInfo.cpp
82
size_t
pragmaCount
= me.getPragmaCount();
151
s << "
pragmaCount
: " <<
pragmaCount
<< "\n";
152
for (i = 0; i <
pragmaCount
; ++i) {
/frameworks/rs/cpu_ref/
rsCpuExecutable.cpp
308
#define PRAGMA_STR "
pragmaCount
: "
359
size_t
pragmaCount
= 0;
636
if (sscanf(line, PRAGMA_STR "%zu", &
pragmaCount
) != 1) {
641
pragmaKeys = new const char*[
pragmaCount
];
646
pragmaValues = new const char*[
pragmaCount
];
651
bzero(pragmaKeys, sizeof(char*) *
pragmaCount
);
652
bzero(pragmaValues, sizeof(char*) *
pragmaCount
);
654
for (size_t i = 0; i <
pragmaCount
; ++i) {
751
pragmaKeys, pragmaValues,
pragmaCount
,
760
for (size_t idx = 0; idx <
pragmaCount
; ++idx)
[
all
...]
Completed in 1141 milliseconds