Searched refs:comp (Results 151 - 175 of 599) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/comp/
H A Dcomp_lib.c5 #include <openssl/comp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_cd.c63 # include <openssl/comp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/comp/
H A Dcomp_lib.c5 #include <openssl/comp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_lut.c222 int comp = s->is_rgb ? rgba_map[color] : color; local
232 s->comp_expr_str[comp], comp, color);
251 s->comp_expr_str[color], val, comp);
254 s->lut[comp][val] = av_clip((int)res, min[color], max[color]);
255 av_log(ctx, AV_LOG_DEBUG, "val[%d][%d] = %d\n", comp, val, s->lut[comp][val]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_poweroff.c130 struct completion *comp = recv_msg->user_msg_data; local
132 if (comp)
133 complete(comp);
146 struct completion comp; local
148 init_completion(&comp);
150 rv = ipmi_request_supply_msgs(user, addr, 0, send_msg, &comp,
155 wait_for_completion(&comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c305 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
3083 if (exec->comp->nbCounters > 0) {
3086 xmlMalloc(exec->comp->nbCounters * sizeof(int));
3094 exec->comp->nbCounters * sizeof(int));
3112 if (exec->comp->nbCounters > 0) {
3119 exec->comp->nbCounters * sizeof(int));
3135 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { argument
3148 exec->comp = comp;
3149 exec->state = comp
3450 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) argument
3639 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument
4171 xmlRegexpPtr comp; local
5436 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) argument
5451 xmlRegexpIsDeterminist(xmlRegexpPtr comp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlregexp.c305 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
3083 if (exec->comp->nbCounters > 0) {
3086 xmlMalloc(exec->comp->nbCounters * sizeof(int));
3094 exec->comp->nbCounters * sizeof(int));
3112 if (exec->comp->nbCounters > 0) {
3119 exec->comp->nbCounters * sizeof(int));
3135 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { argument
3148 exec->comp = comp;
3149 exec->state = comp
3450 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) argument
3639 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument
4171 xmlRegexpPtr comp; local
5436 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) argument
5451 xmlRegexpIsDeterminist(xmlRegexpPtr comp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dwgets.c677 char *comp;
682 comp = CompleteGet(gDst, gBufPtr-gDst-3);
685 if (comp) {
686 for (tmp = comp; *tmp; tmp++)
688 free(comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dflashsv2enc.c102 int use15_7, dist, comp; member in struct:FlashSV2Context
183 s->comp = avctx->compression_level;
184 if (s->comp == -1)
185 s->comp = 9;
186 if (s->comp < 0 || s->comp > 9) {
188 "Compression level should be 0-9, not %d\n", s->comp);
352 static int encode_zlib(Block * b, uint8_t * buf, unsigned long *buf_size, int comp) argument
354 int res = compress2(buf, buf_size, b->sl_begin, b->sl_end - b->sl_begin, comp);
359 int *buf_size, int comp)
358 encode_zlibprime(Block * b, Block * prime, uint8_t * buf, int *buf_size, int comp) argument
551 encode_block(FlashSV2Context *s, Palette * palette, Block * b, Block * prev, const uint8_t * src, int stride, int comp, int dist, int keyframe) argument
[all...]
H A Djpeglsdec.c218 int stride, int comp, int bits)
245 r = 1 << ff_log2_run[state->run_index[comp]];
253 if (r != 1 << ff_log2_run[state->run_index[comp]])
255 if (state->run_index[comp] < 31)
256 state->run_index[comp]++;
261 r = ff_log2_run[state->run_index[comp]];
281 ff_log2_run[state->run_index[comp]]);
282 if (state->run_index[comp])
283 state->run_index[comp]--;
216 ls_decode_line(JLSState *state, MJpegDecodeContext *s, void *last, void *dst, int last2, int w, int stride, int comp, int bits) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c298 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
2931 if (exec->comp->nbCounters > 0) {
2934 xmlMalloc(exec->comp->nbCounters * sizeof(int));
2942 exec->comp->nbCounters * sizeof(int));
2960 if (exec->comp->nbCounters > 0) {
2967 exec->comp->nbCounters * sizeof(int));
2983 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { argument
2996 exec->comp = comp;
2997 exec->state = comp
3279 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) argument
3468 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument
4000 xmlRegexpPtr comp; local
5311 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) argument
5326 xmlRegexpIsDeterminist(xmlRegexpPtr comp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c298 xmlRegexpPtr comp; /* the compiled regexp */ member in struct:_xmlRegExecCtxt
2931 if (exec->comp->nbCounters > 0) {
2934 xmlMalloc(exec->comp->nbCounters * sizeof(int));
2942 exec->comp->nbCounters * sizeof(int));
2960 if (exec->comp->nbCounters > 0) {
2967 exec->comp->nbCounters * sizeof(int));
2983 xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) { argument
2996 exec->comp = comp;
2997 exec->state = comp
3279 xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) argument
3468 xmlRegCompactPushString(xmlRegExecCtxtPtr exec, xmlRegexpPtr comp, const xmlChar *value, void *data) argument
4000 xmlRegexpPtr comp; local
5311 xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) argument
5326 xmlRegexpIsDeterminist(xmlRegexpPtr comp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.c72 static struct compressor *comp; variable in typeref:struct:compressor
94 res = compressor_uncompress(comp, block, buffer, c_byte,
98 comp->name, error);
414 comp = lookup_compressor_id(sBlk->compression);
415 if(!comp->supported) {
417 "unsupported by this version\n", source, comp->name);
441 res = compressor_extract_options(comp, sBlk->block_size, buffer, bytes);
449 printf("\tCompression used %s\n", comp->name);
482 return comp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dsunvdc.c456 struct vio_completion comp; local
551 init_completion(&comp.com);
552 comp.waiting_for = WAITING_FOR_GEN_CMD;
553 port->vio.cmp = &comp;
576 wait_for_completion(&comp.com);
577 err = comp.err;
639 struct vio_completion comp; local
644 init_completion(&comp.com);
645 comp.err = 0;
646 comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagbmp.cpp453 int bpp, int ncolors, int comp,
553 if ( comp == BI_BITFIELDS )
620 if ( bpp < 16 && (comp == BI_RLE4 || comp == BI_RLE8) )
656 if ( comp == BI_RLE4 )
739 if ( comp == BI_RLE8 )
848 while ( (linepos < linesize) && (comp != 1) && (comp != 2) )
926 int comp = wxINT32_SWAP_ON_BE((int)dbuf[0]); local
927 if ( comp !
452 DoLoadDib(wxImage * image, int width, int height, int bpp, int ncolors, int comp, wxFileOffset bmpOffset, wxInputStream& stream, bool verbose, bool IsBmp, bool hasPalette) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_enc.c224 COMP_METHOD *comp; local
238 comp = NULL;
240 comp = s->s3->tmp.new_compression->method;
266 if (comp != NULL) {
267 s->expand = COMP_CTX_new(comp);
273 if (s->s3->rrec.comp == NULL)
274 s->s3->rrec.comp = (unsigned char *)
276 if (s->s3->rrec.comp == NULL)
304 if (comp != NULL) {
305 s->compress = COMP_CTX_new(comp);
417 SSL_COMP *comp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dalauda.c192 struct completion comp; member in struct:alauda_sg_request
197 struct completion *comp = urb->context; local
199 if (comp)
200 complete(comp);
225 init_completion(&sg.comp);
231 alauda_complete, &sg.comp);
239 if (!wait_for_completion_timeout(&sg.comp, TIMEOUT)) {
290 init_completion(&sg.comp);
296 alauda_complete, &sg.comp);
304 if (!wait_for_completion_timeout(&sg.comp, TIMEOU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dt1_enc.c114 #include <openssl/comp.h>
235 const SSL_COMP *comp; local
245 comp=s->s3->tmp.new_compression;
251 printf("\talg= %ld, comp= %p\n", s->s3->tmp.new_cipher->algorithms,
252 comp);
281 if (comp != NULL)
283 s->expand=COMP_CTX_new(comp->method);
289 if (s->s3->rrec.comp == NULL)
290 s->s3->rrec.comp=(unsigned char *)
292 if (s->s3->rrec.comp
451 SSL_COMP *comp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_enc.c224 COMP_METHOD *comp; local
238 comp = NULL;
240 comp = s->s3->tmp.new_compression->method;
266 if (comp != NULL) {
267 s->expand = COMP_CTX_new(comp);
273 if (s->s3->rrec.comp == NULL)
274 s->s3->rrec.comp = (unsigned char *)
276 if (s->s3->rrec.comp == NULL)
304 if (comp != NULL) {
305 s->compress = COMP_CTX_new(comp);
417 SSL_COMP *comp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/common/
H A Dtree.h598 int comp = 0; \
602 comp = (cmp)(elm, parent); \
603 if (comp < 0) \
605 else if (comp > 0) \
612 if (comp < 0) \
628 int comp; \
630 comp = cmp(elm, tmp); \
631 if (comp < 0) \
633 else if (comp > 0) \
647 int comp; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_dma_s.c123 INIT_COMPLETION(mfd->dma->comp);
129 wait_for_completion_killable(&mfd->dma->comp);
H A Dmdp_dma_tv.c132 INIT_COMPLETION(mfd->dma->comp);
140 wait_for_completion_killable(&mfd->dma->comp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Dmad_priv.h112 struct completion comp; member in struct:ib_mad_agent_private
121 struct completion comp; member in struct:ib_mad_snoop_private
H A Duverbs.h74 struct completion comp; member in struct:ib_uverbs_device
104 struct ib_uverbs_comp_event_desc comp; member in union:ib_uverbs_event::__anon11557
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dpixdesc.h88 AVComponentDescriptor comp[4]; member in struct:AVPixFmtDescriptor

Completed in 174 milliseconds

1234567891011>>