OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbits
(Results
1 - 6
of
6
) sorted by null
/external/flac/libFLAC/
bitreader.c
819
register unsigned
cbits
;
local
831
cbits
= br->consumed_bits;
839
brword b = br->buffer[cwords] <<
cbits
;
854
cbits
+= i;
855
if(
cbits
== FLAC__BITS_PER_WORD) {
858
cbits
= 0;
863
uval += FLAC__BITS_PER_WORD -
cbits
;
866
cbits
= 0;
879
brword b = (br->buffer[cwords] & (FLAC__WORD_ALL_ONES << (FLAC__BITS_PER_WORD-end))) <<
cbits
;
885
cbits
+= i
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
evp_locl.h
80
#define BLOCK_CIPHER_func_ofb(cname, cprefix,
cbits
, kstruct, ksched) \
85
cprefix##_ofb##
cbits
##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
91
cprefix##_ofb##
cbits
##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
110
#define BLOCK_CIPHER_func_cfb(cname, cprefix,
cbits
, kstruct, ksched) \
111
static int cname##_cfb##
cbits
##_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
114
if (
cbits
==1) chunk>>=3;\
118
cprefix##_cfb##
cbits
##_encrypt(in, out, (long)((
cbits
==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
127
#define BLOCK_CIPHER_all_funcs(cname, cprefix,
cbits
, kstruct, ksched) \
129
BLOCK_CIPHER_func_cfb(cname, cprefix,
cbits
, kstruct, ksched)
[
all
...]
e_camellia.c
96
#define IMPLEMENT_CAMELLIA_CFBR(ksize,
cbits
) IMPLEMENT_CFBR(camellia,Camellia,EVP_CAMELLIA_KEY,ks,ksize,
cbits
,16)
/external/openssl/crypto/evp/
evp_locl.h
80
#define BLOCK_CIPHER_func_ofb(cname, cprefix,
cbits
, kstruct, ksched) \
85
cprefix##_ofb##
cbits
##_encrypt(in, out, (long)EVP_MAXCHUNK, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
91
cprefix##_ofb##
cbits
##_encrypt(in, out, (long)inl, &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num);\
110
#define BLOCK_CIPHER_func_cfb(cname, cprefix,
cbits
, kstruct, ksched) \
111
static int cname##_cfb##
cbits
##_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) \
114
if (
cbits
==1) chunk>>=3;\
118
cprefix##_cfb##
cbits
##_encrypt(in, out, (long)((
cbits
==1) && !(ctx->flags & EVP_CIPH_FLAG_LENGTH_BITS) ?inl*8:inl), &((kstruct *)ctx->cipher_data)->ksched, ctx->iv, &ctx->num, ctx->encrypt);\
127
#define BLOCK_CIPHER_all_funcs(cname, cprefix,
cbits
, kstruct, ksched) \
129
BLOCK_CIPHER_func_cfb(cname, cprefix,
cbits
, kstruct, ksched)
[
all
...]
e_camellia.c
96
#define IMPLEMENT_CAMELLIA_CFBR(ksize,
cbits
) IMPLEMENT_CFBR(camellia,Camellia,EVP_CAMELLIA_KEY,ks,ksize,
cbits
,16)
/external/libvorbis/doc/
07-floor1.tex
194
8) [
cbits
] = vector [floor1_class_subclasses] element [class]
195
9) [csub] = (2 exponent [
cbits
])-1
197
11) if ( [
cbits
] is greater than zero ) \{
206
15) [cval] = [cval] right shifted [
cbits
] bits
Completed in 180 milliseconds