OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrLevel
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/
spec.h
17
int
ptrLevel
;
spec.l
26
while (curPtrLevel < baseType->
ptrLevel
) {
29
currType->
ptrLevel
= curPtrLevel;
30
if (currType->
ptrLevel
> 0) {
34
switch(baseType->
ptrLevel
- curPtrLevel) {
172
currType->
ptrLevel
++;
182
currType->
ptrLevel
++;
rsg_generator.c
51
if (vt->
ptrLevel
) {
53
for (ct=0; ct < vt->
ptrLevel
; ct++) {
170
if (!vt->isConst && vt->
ptrLevel
) {
174
if (vt->
ptrLevel
> 1) {
179
if (vt->isConst && vt->
ptrLevel
) {
274
if (vt->isConst && vt->
ptrLevel
) {
295
needFlush += vt->
ptrLevel
;
296
if (vt->
ptrLevel
&& hasInlineDataPointers(api)) {
348
if (vt->
ptrLevel
== 0) {
356
if ((vt->
ptrLevel
== 1) && (vt->isConst))
[
all
...]
Completed in 204 milliseconds