Searched refs:trunc (Results 101 - 125 of 128) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/iostream3/
H A Dzfstream.cc137 bool testt = mode & std::ios_base::trunc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-rsvp.c670 goto trunc;
1800 trunc:
1942 trunc:
H A Dinterface.h119 #define TCHECK2(var, l) if (!TTEST2(var, l)) goto trunc
H A Dnetdissect.h235 #define ND_TCHECK2(var, l) if (!ND_TTEST2(var, l)) goto trunc
H A Dprint-eigrp.c478 trunc:
H A Dprint-icmp.c693 trunc:
H A Dprint-isoclns.c999 trunc:
1300 trunc:
3080 trunc:
H A Dprint-tcp.c689 trunc:
H A Dprint-juniper.c1445 trunc:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dnamequery.c223 nmb->header.nm_flags.trunc = False;
503 nmb->header.nm_flags.trunc = False;
619 if (nmb2->header.nm_flags.trunc)
H A Dnmblib.c119 dbgtext( " header: flags: bcast=%s rec_avail=%s rec_des=%s trunc=%s auth=%s\n",
123 BOOLSTR(nmb->header.nm_flags.trunc),
514 nmb->header.nm_flags.trunc = (nm_flags&0x20)?True:False;
886 changed to set the trunc bit so the receiver can request the rest
904 if (nmb->header.nm_flags.trunc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dcaps.c2578 struct ceph_mds_caps *trunc,
2584 int seq = le32_to_cpu(trunc->seq);
2585 u32 truncate_seq = le32_to_cpu(trunc->truncate_seq);
2586 u64 truncate_size = le64_to_cpu(trunc->truncate_size);
2587 u64 size = le64_to_cpu(trunc->size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Deval.c152 case e_trunc: return e->value * trunc(eval_expr(p, e->param[0]));
288 else if (strmatch(next, "trunc" )) d->type = e_trunc;
606 "trunc(123.123)",
607 "trunc(-123.123)",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_packets.c200 nmb->header.nm_flags.trunc = False;
946 nmb->header.nm_flags.trunc = False;
H A Dnmbd_winsserver.c757 if (nmb->header.nm_flags.trunc) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_rec.c672 goto trunc;
707 trunc: if ((ret = __memp_ftruncate(mpf, ip,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/util/
H A DMakefile.in582 EXTRA_DIST = README rmold.pl trunc.c
H A DMakefile582 EXTRA_DIST = README rmold.pl trunc.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbcontrol.c992 p.packet.nmb.header.nm_flags.trunc = False;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Deval.c183 case e_trunc: return e->value * trunc(eval_expr(p, e->param[0]));
426 else if (strmatch(next, "trunc" )) d->type = e_trunc;
797 "trunc(123.123)",
798 "trunc(-123.123)",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dsetox.S474 cmpil #0x400CB167,%d0 | ...16380 log2 trunc. 16 bits
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S1557 fcvt.fxu.trunc.s1 f8=f8 // [30] q = trunc(q3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dia64.S1552 fcvt.fxu.trunc.s1 f8=f8 // [30] q = trunc(q3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dia64.S1552 fcvt.fxu.trunc.s1 f8=f8 // [30] q = trunc(q3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dalloc.c5528 "trunc len %u, existing record is (%u,%u)",
7161 unsigned int start, unsigned int end, int trunc)
7212 if (trunc) {
7160 ocfs2_truncate_inline(struct inode *inode, struct buffer_head *di_bh, unsigned int start, unsigned int end, int trunc) argument

Completed in 211 milliseconds

123456