/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp.h | 11 typedef struct comp_ctx_st COMP_CTX; 17 int (*init)(COMP_CTX *ctx); 18 void (*finish)(COMP_CTX *ctx); 19 int (*compress)(COMP_CTX *ctx, 22 int (*expand)(COMP_CTX *ctx, 42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 43 void COMP_CTX_free(COMP_CTX *ctx); 44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
comp_lib.c | 7 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) 9 COMP_CTX *ret; 11 if ((ret=(COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL) 16 memset(ret,0,sizeof(COMP_CTX)); 26 void COMP_CTX_free(COMP_CTX *ctx) 37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 55 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
c_rle.c | 7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, 28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
|
c_zlib.c | 27 static int zlib_stateful_init(COMP_CTX *ctx); 28 static void zlib_stateful_finish(COMP_CTX *ctx); 29 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 31 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, 53 static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out, 55 static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out, 139 static int zlib_stateful_init(COMP_CTX *ctx) 180 static void zlib_stateful_finish(COMP_CTX *ctx) 191 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 218 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
comp.h | 11 typedef struct comp_ctx_st COMP_CTX; 17 int (*init)(COMP_CTX *ctx); 18 void (*finish)(COMP_CTX *ctx); 19 int (*compress)(COMP_CTX *ctx, 22 int (*expand)(COMP_CTX *ctx, 42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 43 void COMP_CTX_free(COMP_CTX *ctx); 44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
dtls1.h | 134 COMP_CTX *compress; /* compression */
|
ssl.h | [all...] |
/external/openssl/crypto/comp/ |
comp.h | 11 typedef struct comp_ctx_st COMP_CTX; 17 int (*init)(COMP_CTX *ctx); 18 void (*finish)(COMP_CTX *ctx); 19 int (*compress)(COMP_CTX *ctx, 22 int (*expand)(COMP_CTX *ctx, 42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 43 void COMP_CTX_free(COMP_CTX *ctx); 44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
comp_lib.c | 7 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) 9 COMP_CTX *ret; 11 if ((ret=(COMP_CTX *)OPENSSL_malloc(sizeof(COMP_CTX))) == NULL) 16 memset(ret,0,sizeof(COMP_CTX)); 26 void COMP_CTX_free(COMP_CTX *ctx) 37 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 55 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
c_rle.c | 7 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 9 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, 28 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, 44 static int rle_expand_block(COMP_CTX *ctx, unsigned char *out,
|
c_zlib.c | 27 static int zlib_stateful_init(COMP_CTX *ctx); 28 static void zlib_stateful_finish(COMP_CTX *ctx); 29 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 31 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out, 53 static int zlib_compress_block(COMP_CTX *ctx, unsigned char *out, 55 static int zlib_expand_block(COMP_CTX *ctx, unsigned char *out, 139 static int zlib_stateful_init(COMP_CTX *ctx) 180 static void zlib_stateful_finish(COMP_CTX *ctx) 191 static int zlib_stateful_compress_block(COMP_CTX *ctx, unsigned char *out, 218 static int zlib_stateful_expand_block(COMP_CTX *ctx, unsigned char *out [all...] |
/external/openssl/include/openssl/ |
comp.h | 11 typedef struct comp_ctx_st COMP_CTX; 17 int (*init)(COMP_CTX *ctx); 18 void (*finish)(COMP_CTX *ctx); 19 int (*compress)(COMP_CTX *ctx, 22 int (*expand)(COMP_CTX *ctx, 42 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 43 void COMP_CTX_free(COMP_CTX *ctx); 44 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, 46 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
|
dtls1.h | 134 COMP_CTX *compress; /* compression */
|
ssl.h | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 161 nmv_component *const comp_ctx = &ctx->comps[i]; local 162 update_mv_probs(&comp_ctx->sign, 1, r); 163 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r); 164 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r); 165 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r); 169 nmv_component *const comp_ctx = &ctx->comps[i]; local 171 update_mv_probs(comp_ctx->class0_fp[j], MV_FP_SIZE - 1, r); 172 update_mv_probs(comp_ctx->fp, 3, r); 177 nmv_component *const comp_ctx = &ctx->comps[i]; local 178 update_mv_probs(&comp_ctx->class0_hp, 1, r) [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 159 nmv_component *const comp_ctx = &ctx->comps[i]; local 160 update_mv_probs(&comp_ctx->sign, 1, r); 161 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r); 162 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r); 163 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r); 167 nmv_component *const comp_ctx = &ctx->comps[i]; local 169 update_mv_probs(comp_ctx->class0_fp[j], MV_FP_SIZE - 1, r); 170 update_mv_probs(comp_ctx->fp, 3, r); 175 nmv_component *const comp_ctx = &ctx->comps[i]; local 176 update_mv_probs(&comp_ctx->class0_hp, 1, r) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 161 nmv_component *const comp_ctx = &ctx->comps[i]; local 162 update_mv_probs(&comp_ctx->sign, 1, r); 163 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r); 164 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r); 165 update_mv_probs(comp_ctx->bits, MV_OFFSET_BITS, r); 169 nmv_component *const comp_ctx = &ctx->comps[i]; local 171 update_mv_probs(comp_ctx->class0_fp[j], MV_FP_SIZE - 1, r); 172 update_mv_probs(comp_ctx->fp, 3, r); 177 nmv_component *const comp_ctx = &ctx->comps[i]; local 178 update_mv_probs(&comp_ctx->class0_hp, 1, r) [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
dtls1.h | 134 COMP_CTX *compress; /* compression */
|
ssl.h | [all...] |
/external/openssl/ssl/ |
dtls1.h | 134 COMP_CTX *compress; /* compression */
|
ssl.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 449 COMP_CTX = comp_ctx_st [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
infinite_recursion.py | 449 COMP_CTX = comp_ctx_st [all...] |