OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptr_c
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp
39
uint8 *ptr, *
ptr_c
, *ptr_n;
local
130
ptr_c
= ptr - w3; /* Points to pixel three rows above */
132
v[0] = (int)(*(
ptr_c
- w3));
133
v[1] = (int)(*(
ptr_c
- w2));
134
v[2] = (int)(*(
ptr_c
- w1));
135
v[3] = (int)(*
ptr_c
);
136
v[4] = (int)(*(
ptr_c
+ w1));
141
+ *
ptr_c
143
+ (*(
ptr_c
+ w2))
144
+ (*(
ptr_c
+ w3)); /* Current pixel *
[
all
...]
/external/curl/src/
tool_urlglob.h
45
char
ptr_c
;
member in struct:__anon9506::__anon9507::__anon9509
tool_urlglob.c
221
pat->content.CharRange.
ptr_c
= pat->content.CharRange.min_c = min_c;
512
pat->content.CharRange.
ptr_c
=
514
(int)((unsigned char)pat->content.CharRange.
ptr_c
));
515
if(pat->content.CharRange.
ptr_c
> pat->content.CharRange.max_c) {
516
pat->content.CharRange.
ptr_c
= pat->content.CharRange.min_c;
551
*buf++ = pat->content.CharRange.
ptr_c
;
623
numbuf[0] = pat->content.CharRange.
ptr_c
;
Completed in 233 milliseconds