OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch0
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Email/emailcommon/src/org/apache/commons/io/
FilenameUtils.java
500
char
ch0
= filename.charAt(0);
local
501
if (
ch0
== ':') {
505
if (
ch0
== '~') {
508
return (isSeparator(
ch0
) ? 1 : 0);
510
if (
ch0
== '~') {
522
ch0
= Character.toUpperCase(
ch0
);
523
if (
ch0
>= 'A' &&
ch0
<= 'Z') {
531
} else if (isSeparator(
ch0
) && isSeparator(ch1)) {
[
all
...]
/external/srec/srec/include/
sample.h
71
#define MAKEFOURCC(
ch0
, ch1, ch2, ch3) ((DWORD)(BYTE)(
ch0
) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp
44
#define MAKEFOURCC_WMC(
ch0
, ch1, ch2, ch3) \
45
((uint32)(uint8)(
ch0
) | ((uint32)(uint8)(ch1) << 8) | \
48
#define mmioFOURCC_WMC(
ch0
, ch1, ch2, ch3) MAKEFOURCC_WMC(
ch0
, ch1, ch2, ch3)
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
[
all
...]
Completed in 160 milliseconds