OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_ptr
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
find_min_max.cpp
27
max_ptr
= pointer to the maximum value of type Int to be found in a
44
max_ptr
points to the found maximum value in the square block of
85
found and the location pointed to by
max_ptr
contains the maximum value found.
135
int *
max_ptr
,
169
*
max_ptr
= max;
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c
230
/* p moves over the output buffer.
max_ptr
points to the next to the last slot of the buffer. */
232
Uint16 const *const
max_ptr
= utf16 + utf16_max_length;
local
238
if (p >=
max_ptr
) {
278
if (p + 1 >=
max_ptr
) {
[
all
...]
Completed in 12 milliseconds