OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uch
(Results
26 - 42
of
42
) sorted by null
1
2
/external/opencore/android/
pvmediascanner.cpp
153
unsigned int
uch
;
local
154
while ((
uch
= *src++) != 0) {
155
if (
uch
& 0x80) {
156
*dest++ = (
uch
>> 6) | 0xc0;
157
*dest++ = (
uch
& 0x3f) | 0x80;
158
} else *dest++ =
uch
;
/external/qemu/distrib/zlib-1.2.3/
trees.c
70
local const
uch
bl_order[BL_CODES]
102
uch
_dist_code[DIST_CODE_LEN];
108
uch
_length_code[MAX_MATCH-MIN_MATCH+1];
181
put_byte(s, (
uch
)((w) & 0xff)); \
182
put_byte(s, (
uch
)((ush)(w) >> 8)); \
264
_length_code[length++] = (
uch
)code;
272
_length_code[length-1] = (
uch
)code;
279
_dist_code[dist++] = (
uch
)code;
287
_dist_code[256 + dist++] = (
uch
)code;
351
fprintf(header, "const
uch
_dist_code[DIST_CODE_LEN] = {\n")
[
all
...]
trees.h
73
const
uch
_dist_code[DIST_CODE_LEN] = {
102
const
uch
_length_code[MAX_MATCH-MIN_MATCH+1]= {
zutil.c
234
*((ush*)&buf+1) += ((ush)((
uch
*)buf-0) + 15) >> 4;
/external/zlib/
trees.c
70
local const
uch
bl_order[BL_CODES]
102
uch
_dist_code[DIST_CODE_LEN];
108
uch
_length_code[MAX_MATCH-MIN_MATCH+1];
181
put_byte(s, (
uch
)((w) & 0xff)); \
182
put_byte(s, (
uch
)((ush)(w) >> 8)); \
264
_length_code[length++] = (
uch
)code;
272
_length_code[length-1] = (
uch
)code;
279
_dist_code[dist++] = (
uch
)code;
287
_dist_code[256 + dist++] = (
uch
)code;
351
fprintf(header, "const
uch
_dist_code[DIST_CODE_LEN] = {\n")
[
all
...]
trees.h
73
const
uch
_dist_code[DIST_CODE_LEN] = {
102
const
uch
_length_code[MAX_MATCH-MIN_MATCH+1]= {
zutil.c
234
*((ush*)&buf+1) += ((ush)((
uch
*)buf-0) + 15) >> 4;
/external/libpng/contrib/gregbook/
readpng2.c
160
int readpng2_check_sig(
uch
*sig, int num)
351
int readpng2_decode_data(mainprog_info *mainprog_ptr,
uch
*rawbuf, ulg length)
454
mainprog_ptr->bg_red = (
uch
)pBackground->red;
455
mainprog_ptr->bg_green = (
uch
)pBackground->green;
456
mainprog_ptr->bg_blue = (
uch
)pBackground->blue;
/external/webkit/WebCore/platform/
KURLGoogle.cpp
932
unsigned char
uch
= static_cast<unsigned char>(unescaped.at(i));
local
933
if (
uch
< 0x80) {
935
utf16.push_back(
uch
);
[
all
...]
/hardware/ti/omap3/dspbridge/inc/
dbtype.h
128
typedef unsigned char UCHAR; /*
uch
*/
/hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h
128
typedef unsigned char UCHAR; /*
uch
*/
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
gprof.info
[
all
...]
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
gprof.info
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
gprof.info
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
gprof.info
[
all
...]
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
gprof.info
[
all
...]
/external/e2fsprogs/po/
vi.po
351
msgstr "
uch
?a g?n n?i"
[
all
...]
Completed in 301 milliseconds
1
2