Searched refs:get_size (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_red.c54 if (get_size(&opt.limit, *argv)) {
61 if (get_size(&opt.qth_min, *argv)) {
68 if (get_size(&opt.qth_max, *argv)) {
82 if (get_size(&avpkt, *argv)) {
H A Dq_fifo.c42 if (get_size(&opt.limit, *argv)) {
H A Dq_gred.c132 if (get_size(&opt.limit, *argv)) {
146 if (get_size(&opt.qth_min, *argv)) {
153 if (get_size(&opt.qth_max, *argv)) {
178 if (get_size(&avpkt, *argv)) {
H A Dq_cbq.c85 if (get_size(&cell, *argv)) {
99 if (get_size(&avpkt, *argv)) {
105 if (get_size(&mpu, *argv)) {
112 if (get_size(&allot, *argv)) {
252 if (get_size(&cell, *argv)) {
279 if (get_size(&wrr.allot, *argv)) {
285 if (get_size(&lss.avpkt, *argv)) {
292 if (get_size(&mpu, *argv)) {
298 if (get_size(&wrr.weight, *argv)) {
H A Dq_sfq.c43 if (get_size(&opt.quantum, *argv)) {
H A Dq_tbf.c59 if (get_size(&opt.limit, *argv)) {
106 if (get_size(&mpu, *argv)) {
H A Dtc_util.h47 extern int get_size(unsigned *size, const char *str);
H A Dtc_util.c258 int get_size(unsigned *size, const char *str) function
295 if (get_size(size, str))
H A Dq_netem.c141 if (get_size(&opt.limit, *argv)) {
H A Dm_police.c187 if (get_size(&mpu, *argv)) {
H A Dq_hfsc.c340 if (get_size(&umax, *argv) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/util/
H A Dtrunc.c35 get_size (const char str[]) function
108 sz = get_size(szstr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dadsp_vfe_verify_cmd.c145 static uint32_t get_size(uint32_t hw) function
172 size = get_size(cmd->ip_cfg_part2);
191 size1_y = get_size(cmd->op1_y_cfg_part2);
192 size1_cbcr = get_size(cmd->op1_cbcr_cfg_part2);
193 size2_y = get_size(cmd->op2_y_cfg_part2);
194 size2_cbcr = get_size(cmd->op2_cbcr_cfg_part2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_multi.cpp30 if (data.get_size() == 0 && data.get_data() == data_)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dpositions.h64 unsigned int get_size () const;
H A Doutput.cc757 _key_positions.get_size() == 0
761 && _key_positions[_key_positions.get_size() - 1] != Positions::LASTCHAR))
790 if (_key_positions.get_size() > 0)
817 if (_key_positions.get_size() == 0)
844 if (_key_positions.get_size() == 2
1998 && (_key_positions.get_size() > 0 || option[UPPERLOWER]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp951 key.get_size(), &replyp->keydata.keydata_val);
955 key.get_data(), key.get_size());
959 replyp->keydata.keydata_len = key.get_size();
966 data.get_size(), &replyp->datadata.datadata_val);
970 data.get_size());
973 replyp->datadata.datadata_len = data.get_size();
1426 skey.get_size(), &replyp->skeydata.skeydata_val);
1430 skey.get_size());
1434 replyp->skeydata.skeydata_len = skey.get_size();
1441 pkey.get_size(),
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/excxx_repquote/
H A DRepQuoteExample.cpp188 if (get_data() == NULL || get_size() == 0)
191 if (get_size() >= buf_len) {
195 copy_len = get_size();
202 if (get_size() == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr015/
H A DTestLogc.cpp19 int size = dbt->get_size();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Drtnetlink.h38 * @get_size: Function to calculate required room for dumping device
68 size_t (*get_size)(const struct net_device *dev); member in struct:rtnl_link_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dtrace-event-info.c232 static unsigned long get_size(const char *file) function
341 size = get_size(format);
439 size = get_size(path);
462 size = get_size(path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Did3v2.c114 static unsigned int get_size(AVIOContext *s, int len) function
452 int extlen = get_size(s->pb, 4);
473 tlen = get_size(s->pb, 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DgettingStartedCommon.hpp175 if (offset > pdata->get_size()) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlan_netlink.c246 .get_size = vlan_get_size,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c215 static int get_size(const char *file) function
655 G.total_blocks = get_size(G.device_name) / 1024;

Completed in 90 milliseconds

12