OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opLineEnd
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/libvncserver/
tabletranstemplate.c
64
OUT_T *
opLineEnd
;
68
opLineEnd
= op + width;
70
while (op <
opLineEnd
) {
95
OUT_T *
opLineEnd
;
101
opLineEnd
= &op[width];
103
while (op <
opLineEnd
) {
tabletrans24template.c
59
uint8_t *
opLineEnd
;
65
opLineEnd
= op + width*3;
67
while (op <
opLineEnd
) {
98
uint8_t *
opLineEnd
;
106
opLineEnd
= op+3*width;
108
while (op <
opLineEnd
) {
150
OUT_T *
opLineEnd
;
155
opLineEnd
= op + width;
157
while (op <
opLineEnd
) {
183
OUT_T *
opLineEnd
;
[
all
...]
Completed in 318 milliseconds