OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastx
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/
Interpolator.h
273
float
lastx
;
local
281
if ((i > 0 && !(x >
lastx
)) /* handle nan */
290
lastx
= x;
/external/u-boot/drivers/video/
cfb_console.c
523
int
lastx
= (xx + VIDEO_FONT_WIDTH) * VIDEO_PIXEL_SIZE;
local
528
for (x = firstx; x <
lastx
; x++) {
[
all
...]
Completed in 179 milliseconds