Home
last modified time | relevance | path

Searched refs:fmtsz (Results 1 – 18 of 18) sorted by relevance

/dports/net/py-ripe.atlas.sagan/ripe.atlas.sagan-1.3.0/ripe/atlas/sagan/helpers/
H A Dabuf.py176 dat = data[o:o+fmtsz]
177 if len(dat) != fmtsz:
182 o += fmtsz
427 dat = rdata[:fmtsz]
442 dat = rdata[:fmtsz]
462 o += fmtsz
475 dat = rdata[:fmtsz]
503 dat = rdata[:fmtsz]
509 o = fmtsz
521 o += fmtsz
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/aggregate/functions/
H A Dstring.c157 size_t fmtsz = 0; in stringfunc_format() local
158 const char *fmt = RSValue_StringPtrLen(argv[0], &fmtsz); in stringfunc_format()
159 const char *last = fmt, *end = fmt + fmtsz; in stringfunc_format()
160 sds out = sdsMakeRoomFor(sdsnew(""), fmtsz); in stringfunc_format()
162 for (size_t ii = 0; ii < fmtsz; ++ii) { in stringfunc_format()
167 if (ii == fmtsz - 1) { in stringfunc_format()
/dports/textproc/redisearch20/RediSearch-2.0.15/src/aggregate/functions/
H A Dstring.c157 size_t fmtsz = 0; in stringfunc_format() local
158 const char *fmt = RSValue_StringPtrLen(argv[0], &fmtsz); in stringfunc_format()
159 const char *last = fmt, *end = fmt + fmtsz; in stringfunc_format()
160 sds out = sdsMakeRoomFor(sdsnew(""), fmtsz); in stringfunc_format()
162 for (size_t ii = 0; ii < fmtsz; ++ii) { in stringfunc_format()
167 if (ii == fmtsz - 1) { in stringfunc_format()
/dports/textproc/redisearch/RediSearch-2.2.5/src/aggregate/functions/
H A Dstring.c157 size_t fmtsz = 0; in stringfunc_format() local
158 const char *fmt = RSValue_StringPtrLen(argv[0], &fmtsz); in stringfunc_format()
159 const char *last = fmt, *end = fmt + fmtsz; in stringfunc_format()
160 sds out = sdsMakeRoomFor(sdsnew(""), fmtsz); in stringfunc_format()
162 for (size_t ii = 0; ii < fmtsz; ++ii) { in stringfunc_format()
167 if (ii == fmtsz - 1) { in stringfunc_format()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/xap/
H A Ddis.c100 int fmtsz; in decode_known() local
412 fmtsz = 4; in decode_known()
414 fmtsz += 2; in decode_known()
417 snprintf (fmt, sizeof (fmt), "%s0x%%.%dX", sign, fmtsz); in decode_known()
/dports/devel/py-cle/cle-9.0.5405/cle/backends/elf/
H A Dhashtable.py69 fmtsz = 'I' if self.c == 32 else 'Q'
77 … self.bloom = struct.unpack(fmt + fmtsz*self.maskwords, stream.read(self.c*self.maskwords//8))
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_printf.c1410 size_t fmtsz = sizeof(format) - 1; in dt_printf_format() local
1580 fmtsz -= f - start; in dt_printf_format()
1592 ret = snprintf(f, fmtsz, "%d", ABS(width)); in dt_printf_format()
1594 fmtsz = MAX(0, fmtsz - ret); in dt_printf_format()
1598 ret = snprintf(f, fmtsz, ".%d", prec); in dt_printf_format()
1600 fmtsz = MAX(0, fmtsz - ret); in dt_printf_format()
1603 if (strlcpy(f, pfd->pfd_fmt, fmtsz) >= fmtsz) in dt_printf_format()
/dports/audio/snack/snack2.2.10/mac/
H A DjkAudIO_mac.c121 int fmtsz = A->bytesPerSample; in dbpFill() local
127 src = ((char *)A->data) + A->doneFrames * chans * fmtsz; in dbpFill()
128 dst = ((char *)db->dbSoundData) + db->dbNumFrames * chans * fmtsz; in dbpFill()
129 BlockMove(src, dst, chans*fmtsz*todo); in dbpFill()
/dports/sysutils/heirloom/heirloom-070715/oawk/
H A Drun.c426 int fmtsz = 0; in format() local
434 fmt = malloc(fmtsz = RECSIZE+1); in format()
452 if (t >= &fmt[fmtsz]) in format()
453 growbuf(&fmt, &fmtsz, RECSIZE, &t, "format"); in format()
/dports/sysutils/heirloom/heirloom-070715/nawk/
H A Drun.c781 int fmtsz = 0; in format() local
788 fmt = malloc(fmtsz = CHUNK); in format()
807 if (t >= &fmt[fmtsz]) in format()
808 growbuf(&fmt, &fmtsz, CHUNK, &t, "format"); in format()
815 growsprintf(&fmt, &t, &fmtsz, "%d", (int) getfval(x)); in format()
/dports/misc/rump/buildrump.sh-b914579/src/external/historical/nawk/dist/
H A Drun.c826 int fmtsz = recsize; in format() local
829 #define FMTSZ(a) (fmtsz - ((a) - fmt)) in format()
834 if ((fmt = malloc(fmtsz)) == NULL) in format()
853 if (!adjbuf(&fmt, &fmtsz, MAXNUMSIZE+1+t-fmt, recsize, &t, "format3")) in format()
/dports/lang/nawk/nawk-20121220_1/
H A Drun.c816 int fmtsz = recsize; in format() local
822 if ((fmt = (char *) malloc(fmtsz)) == NULL) in format()
841 if (!adjbuf(&fmt, &fmtsz, MAXNUMSIZE+1+t-fmt, recsize, &t, "format3")) in format()
/dports/devel/9base/9base-6/awk/
H A Drun.c802 int fmtsz = recsize; in format() local
808 if ((fmt = (char *) malloc(fmtsz)) == NULL) in format()
827 if (!adjbuf(&fmt, &fmtsz, MAXNUMSIZE+1+t-fmt, recsize, &t, 0)) in format()
/dports/devel/cscout/cscout-bd7dfac/example/awk/
H A Drun.c801 int fmtsz = recsize; in format() local
807 if ((fmt = (char *) malloc(fmtsz)) == NULL) in format()
826 if (!adjbuf(&fmt, &fmtsz, MAXNUMSIZE+1+t-fmt, recsize, &t, 0)) in format()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/awk/
H A Drun.c803 int fmtsz = recsize; in format() local
809 if ((fmt = (char *) malloc(fmtsz)) == NULL) in format()
828 if (!adjbuf(&fmt, &fmtsz, MAXNUMSIZE+1+t-fmt, recsize, &t, 0)) in format()
/dports/biology/bioawk/bioawk-1.0-7-gfd40150/
H A Drun.c820 int fmtsz = recsize; in format() local
826 if ((fmt = (char *) malloc(fmtsz)) == NULL) in format()
845 if (!adjbuf(&fmt, &fmtsz, MAXNUMSIZE+1+t-fmt, recsize, &t, "format3")) in format()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/contrib/one-true-awk/
H A Drun.c888 int fmtsz = recsize; in format() local
894 if ((fmt = (char *) malloc(fmtsz)) == NULL) in format()
913 if (!adjbuf(&fmt, &fmtsz, MAXNUMSIZE+1+t-fmt, recsize, &t, "format3")) in format()
/dports/devel/cscout/cscout-bd7dfac/src/test/out/
H A Dawk.c1540 1076595 fmtsz FALSE FALSE FALSE FALSE TRUE FALSE FALSE FAL…