OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pU
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libva/test/
loadsurface.h
122
unsigned char *
pU
= U_start + row * U_pitch;
128
*
pU
= *
pU
* (100 - alpha) / 100 + *qU * alpha/100;
131
pU
+= U_pixel_stride;
/external/sfntly/cpp/src/test/tinyxml/
tinyxmlparser.cpp
215
const unsigned char*
pU
= (const unsigned char*)p;
218
switch (*
pU
) {
268
if ( *(
pU
+1)==TIXML_UTF_LEAD_1 && *(
pU
+2)==TIXML_UTF_LEAD_2 )
270
else if ( *(
pU
+1)==0xbfU && *(
pU
+2)==0xbeU )
272
else if ( *(
pU
+1)==0xbfU && *(
pU
+2)==0xbfU )
324
const unsigned char*
pU
= (const unsigned char*)p;
327
if ( *(
pU
+0)==TIXML_UTF_LEAD_
[
all
...]
/external/tinyxml/
tinyxmlparser.cpp
206
const unsigned char*
pU
= (const unsigned char*)p;
209
switch (*
pU
) {
259
if ( *(
pU
+1)==TIXML_UTF_LEAD_1 && *(
pU
+2)==TIXML_UTF_LEAD_2 )
261
else if ( *(
pU
+1)==0xbfU && *(
pU
+2)==0xbeU )
263
else if ( *(
pU
+1)==0xbfU && *(
pU
+2)==0xbfU )
315
const unsigned char*
pU
= (const unsigned char*)p;
318
if ( *(
pU
+0)==TIXML_UTF_LEAD_
[
all
...]
/external/opencv3/modules/videoio/src/
cap_v4l.cpp
[
all
...]
Completed in 285 milliseconds