OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gPos
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/edify/
lexer.l
26
int
gPos
= 0;
32
#define ADVANCE do {yylloc.start=
gPos
; yylloc.end=
gPos
+yyleng; \
33
gColumn+=yyleng;
gPos
+=yyleng;} while(0)
47
yylloc.start =
gPos
;
49
++
gPos
;
55
++
gPos
;
59
yylloc.end =
gPos
;
63
\\n { gColumn += yyleng;
gPos
+= yyleng; *string_pos++ = '\n'; }
64
\\t { gColumn += yyleng;
gPos
+= yyleng; *string_pos++ = '\t';
[
all
...]
/external/chromium_org/third_party/skia/tests/
GradientTest.cpp
162
static const SkScalar
gPos
[] = { 0, SK_ScalarHalf, SK_Scalar1 };
172
rec.fPos =
gPos
;
Completed in 117 milliseconds