Home
last modified time | relevance | path

Searched defs:in (Results 1 – 2 of 2) sorted by relevance

/build/tools/rgb2565/
Dto565.c31 unsigned char in[3]; in to_565_raw() local
43 unsigned char in[3]; in to_565_raw_dither() local
103 unsigned char in[3]; in to_565_rle() local
/build/tools/signapk/
DSignApk.java464 private static void copyFiles(Manifest manifest, JarFile in, JarOutputStream out, in copyFiles()