Searched refs:comp (Results 301 - 325 of 599) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-4965.c699 * iwl4965_get_voltage_compensation - Power supply voltage comp for txpower
712 s32 comp = 0; local
719 TX_POWER_IWL_VOLTAGE_CODES_PER_03V, &comp);
722 comp *= 2;
723 if ((comp < -2) || (comp > 2))
724 comp = 0;
726 return comp;
1223 IWL_DEBUG_TXPOWER(priv, "curr volt %d eeprom volt %d volt comp %d\n",
1256 "curr tmp %d, comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1142 complete(&evt_struct->comp);
1204 init_completion(&evt->comp);
1227 wait_for_completion(&evt->comp);
1326 init_completion(&evt->comp);
1348 wait_for_completion(&evt->comp);
1564 init_completion(&evt_struct->comp);
1569 wait_for_completion(&evt_struct->comp);
H A Dibmvfc.c1692 complete(&evt->comp);
1801 init_completion(&evt->comp);
1809 wait_for_completion(&evt->comp);
1933 init_completion(&evt->comp);
1942 wait_for_completion(&evt->comp);
2005 init_completion(&evt->comp);
2017 wait_for_completion(&evt->comp);
2104 DECLARE_COMPLETION_ONSTACK(comp);
2115 evt->eh_comp = &comp;
2122 timeout = wait_for_completion_timeout(&comp, timeou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_srvr.c671 SSL_COMP *comp=NULL; local
912 comp=sk_SSL_COMP_value(s->ctx->comp_methods,m);
913 v=comp->id;
925 s->s3->tmp.new_compression=comp;
927 comp=NULL;
956 s->session->compress_meth=(comp == NULL)?0:comp->id;
H A Ds3_lib.c1600 if (s->s3->rrec.comp != NULL)
1601 OPENSSL_free(s->s3->rrec.comp);
1632 if (s->s3->rrec.comp != NULL)
1634 OPENSSL_free(s->s3->rrec.comp);
1635 s->s3->rrec.comp=NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddefxx.c2586 bp->cmd_req_reg.index.comp += 1;
2587 bp->cmd_req_reg.index.comp &= PI_CMD_REQ_K_NUM_ENTRIES-1;
2606 bp->cmd_rsp_reg.index.comp += 1;
2607 bp->cmd_rsp_reg.index.comp &= PI_CMD_RSP_K_NUM_ENTRIES-1;
3362 u8 comp; /* local transmit completion index */ local
3380 comp = bp->rcv_xmt_reg.index.xmt_comp;
3382 bp->descr_block_virt->xmt_data[comp].long_1,
3493 u8 comp; /* local transmit completion index */ local
3504 comp = bp->rcv_xmt_reg.index.xmt_comp;
3506 bp->descr_block_virt->xmt_data[comp]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_unscaled.c579 const int src_depth = av_pix_fmt_descriptors[c->srcFormat].comp[plane].depth_minus1 + 1;
580 const int dst_depth = av_pix_fmt_descriptors[c->dstFormat].comp[plane].depth_minus1 + 1;
660 const int dst_depth = av_pix_fmt_descriptors[c->dstFormat].comp[plane].depth_minus1 + 1;
740 else if (!av_pix_fmt_descriptors[c->srcFormat].comp[0].depth_minus1)
893 int plane = desc->comp[i].plane;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c86 uint8_t seg_id, intra, comp, ref[2], mode[4], uvmode, skip; member in struct:VP9Block
187 unsigned comp[5][2]; member in struct:VP9Context::__anon3276
858 s->prob.p.comp[i] =
859 update_prob(&s->c, s->prob.p.comp[i]);
1238 if (b->comp) {
1450 b->comp = 0;
1489 b->comp = 0;
1550 b->comp = 0;
1555 b->comp = s->comppredmode == PRED_COMPREF;
1586 b->comp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_hw.c1050 struct hfa384x_comp_ident comp; local
1061 if (hfa384x_get_rid(dev, rid, &comp, sizeof(comp), 1) < 0) {
1067 __le16_to_cpu(comp.id), __le16_to_cpu(comp.major),
1068 __le16_to_cpu(comp.minor), __le16_to_cpu(comp.variant));
2733 struct hfa384x_comp_ident comp; local
2737 &comp, sizeof(comp),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c385 static struct compressor *comp; variable in typeref:struct:compressor
867 c_byte = compressor_compress(comp, strm, d, s, size, block_size,
871 "code %d\n", comp->name, error);
1751 res = compressor_uncompress(comp, buffer->data, data, size,
1755 comp->name, error);
2570 res = compressor_init(comp, &stream, block_size, 1);
2611 res = compressor_init(comp, &stream, block_size, 1);
4580 comp = lookup_compressor(COMP_DEFAULT);
4582 if(strcmp(argv[i], "-comp") == 0) {
4584 ERROR("%s: -comp mus
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_yadif.c189 int df = (s->csp->comp[td->plane].depth_minus1 + 8) / 8;
479 if (s->csp->comp[0].depth_minus1 / 8 == 1) {
H A Dvf_idet.c201 if (idet->csp->comp[0].depth_minus1 / 8 == 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfile.c549 static int comp(void *Stream, void *Stream2) function
564 make_ht(func1, func2, comp, 20, &filehash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c985 int comp = 0; local
1180 comp = COMP_ZLIB;
1182 comp = COMP_RLE;
1326 if (comp == COMP_ZLIB)
1328 if (comp == COMP_RLE)
1332 if (SSL_COMP_add_compression_method(comp, cm) != 0) {
1339 (comp == COMP_RLE ? "rle" :
1340 (comp == COMP_ZLIB ? "zlib" : "unknown")));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Deq.c113 } __packed comp; member in union:mlx4_eqe::__anon12987
181 cqn = be32_to_cpu(eqe->event.comp.cqn) & 0xffffff;
612 "mlx4-comp-%d@pci:%s", i,
H A Dcq.c89 cq->comp(cq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_dma.c421 INIT_COMPLETION(mfd->dma->comp);
428 wait_for_completion_killable(&mfd->dma->comp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c985 int comp = 0; local
1180 comp = COMP_ZLIB;
1182 comp = COMP_RLE;
1326 if (comp == COMP_ZLIB)
1328 if (comp == COMP_RLE)
1332 if (SSL_COMP_add_compression_method(comp, cm) != 0) {
1339 (comp == COMP_RLE ? "rle" :
1340 (comp == COMP_ZLIB ? "zlib" : "unknown")));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dinstall.com87 $ EXHEADER_COMP := comp.h
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/iser/
H A Diser_verbs.c313 enum iser_ib_conn_state comp,
319 if ((ret = (ib_conn->state == comp)))
312 iser_conn_state_comp_exch(struct iser_conn *ib_conn, enum iser_ib_conn_state comp, enum iser_ib_conn_state exch) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmux.c746 int comp = av_compare_ts(next->dts, st2->time_base, pkt->dts, local
756 comp= (ts>ts2) - (ts<ts2);
759 if (comp == 0)
761 return comp > 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A DMakefile45 ../build-aux/depcomp ../build-aux/elisp-comp \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A DMakefile42 ../../build-aux/elisp-comp ../../build-aux/install-sh \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/comp/
H A Dc_zlib.c5 #include <openssl/comp.h>

Completed in 319 milliseconds

<<11121314151617181920>>