OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VTABSIZE
(Results
1 - 2
of
2
) sorted by null
/system/core/sh/
var.c
71
#define
VTABSIZE
39
73
#define
VTABSIZE
517
133
struct var *vartab[
VTABSIZE
];
399
for (vpp = vartab ; vpp < vartab +
VTABSIZE
; vpp++) {
405
for (vpp = vartab ; vpp < vartab +
VTABSIZE
; vpp++) {
435
for (vpp = vartab ; vpp < vartab +
VTABSIZE
; vpp++) {
522
for (vpp = vartab ; vpp < vartab +
VTABSIZE
; vpp++) {
811
vpp = &vartab[hashval %
VTABSIZE
];
init.c
311
#undef
VTABSIZE
312
#define
VTABSIZE
39
313
#undef
VTABSIZE
314
#define
VTABSIZE
517
603
#undef
VTABSIZE
604
#define
VTABSIZE
39
605
#undef
VTABSIZE
606
#define
VTABSIZE
517
887
#undef
VTABSIZE
888
#define
VTABSIZE
3
[
all
...]
Completed in 54 milliseconds