OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pragmaCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
79
size_t
pragmaCount
= me.getPragmaCount();
148
s << "
pragmaCount
: " <<
pragmaCount
<< "\n";
149
for (i = 0; i <
pragmaCount
; ++i) {
/frameworks/rs/cpu_ref/
rsCpuExecutable.cpp
276
#define PRAGMA_STR "
pragmaCount
: "
314
size_t
pragmaCount
= 0;
592
if (sscanf(line, PRAGMA_STR "%zu", &
pragmaCount
) != 1) {
597
pragmaKeys = new const char*[
pragmaCount
];
602
pragmaValues = new const char*[
pragmaCount
];
607
bzero(pragmaKeys, sizeof(char*) *
pragmaCount
);
608
bzero(pragmaValues, sizeof(char*) *
pragmaCount
);
610
for (size_t i = 0; i <
pragmaCount
; ++i) {
692
pragmaKeys, pragmaValues,
pragmaCount
,
700
for (size_t idx = 0; idx <
pragmaCount
; ++idx)
[
all
...]
rsCpuExecutable.h
72
size_t
pragmaCount
,
84
mPragmaCount(
pragmaCount
), mGlobalNames(globalNames),
Completed in 269 milliseconds