Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 6 of 6) sorted by relevance

/fs/hfsplus/
Dunicode.c101 static u16 *hfsplus_compose_lookup(u16 *p, u16 cc) in hfsplus_compose_lookup() argument
107 if (!e || cc < p[s * 2] || cc > p[e * 2]) in hfsplus_compose_lookup()
111 if (cc > p[i * 2]) in hfsplus_compose_lookup()
113 else if (cc < p[i * 2]) in hfsplus_compose_lookup()
126 u16 cc, c0, c1; in hfsplus_uni2asc() local
143 if (ce1 && (cc = ce1[0])) { in hfsplus_uni2asc()
145 if (cc != 0xffff) in hfsplus_uni2asc()
152 cc = (c0 - Hangul_LBase) * Hangul_VCount; in hfsplus_uni2asc()
153 cc = (cc + c1) * Hangul_TCount; in hfsplus_uni2asc()
154 cc += Hangul_SBase; in hfsplus_uni2asc()
[all …]
/fs/ubifs/
Dcompress.c110 err = crypto_comp_compress(compr->cc, in_buf, in_len, out_buf, in ubifs_compress()
174 err = crypto_comp_decompress(compr->cc, in_buf, in_len, out_buf, in ubifs_decompress()
195 compr->cc = crypto_alloc_comp(compr->capi_name, 0, 0); in compr_init()
196 if (IS_ERR(compr->cc)) { in compr_init()
198 compr->name, PTR_ERR(compr->cc)); in compr_init()
199 return PTR_ERR(compr->cc); in compr_init()
214 crypto_free_comp(compr->cc); in compr_exit()
Dubifs.h814 struct crypto_comp *cc; member
/fs/ncpfs/
Dncplib_kernel.c1098 const unsigned char *iname, unsigned int ilen, int cc) in ncp__io2vol() argument
1157 if (cc) { in ncp__io2vol()
1174 const unsigned char *vname, unsigned int vlen, int cc) in ncp__vol2io() argument
1186 if (cc) { in ncp__vol2io()
1253 if (cc) in ncp__vol2io()
1262 const unsigned char *iname, unsigned int ilen, int cc) in ncp__io2vol() argument
1269 if (cc) in ncp__io2vol()
1287 const unsigned char *vname, unsigned int vlen, int cc) in ncp__vol2io() argument
1294 if (cc) in ncp__vol2io()
/fs/partitions/
Dibm.c26 return ptr->cc * geo->heads * geo->sectors + in cchh2blk()
36 return ptr->cc * geo->heads * geo->sectors + in cchhb2blk()
/fs/reiserfs/
DMakefile31 EXTRA_CFLAGS := $(call cc-ifversion, -lt, 0400, -O1)