Searched refs:flen (Results 1 – 10 of 10) sorted by relevance
| /f-stack/tools/libxo/libxo/ |
| H A D | libxo.c | 3844 enc[flen] = '\0'; in xo_buf_append_div() 4092 flen = 2; in xo_format_title() 4219 flen -= 1; in xo_format_is_numeric() 4227 flen -= spn; in xo_format_is_numeric() 4235 flen -= spn; in xo_format_is_numeric() 4399 flen = elen; in xo_format_value() 4468 flen = elen; in xo_format_value() 4493 flen = 4; in xo_format_value() 4549 flen = elen; in xo_format_value() 4586 flen = 4; in xo_format_value() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | tty_inq.c | 167 size_t rlen, size_t flen) in ttyinq_read_uio() argument 194 MPASS(clen >= flen); in ttyinq_read_uio() 234 clen - flen, uio); in ttyinq_read_uio() 245 memcpy(ob, tib->tib_data + cbegin, clen - flen); in ttyinq_read_uio() 251 error = uiomove(ob, clen - flen, uio); in ttyinq_read_uio()
|
| H A D | tty_ttydisc.c | 115 size_t clen, flen = 0, n = 1; in ttydisc_read_canonical() local 169 flen = 1; in ttydisc_read_canonical() 171 MPASS(flen <= clen); in ttydisc_read_canonical() 174 error = ttyinq_read_uio(&tp->t_inq, tp, uio, clen, flen); in ttydisc_read_canonical()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | zmalloc.c | 349 int flen = strlen(field); in zmalloc_get_smap_bytes_by_field() local 362 if (strncmp(line,field,flen) == 0) { in zmalloc_get_smap_bytes_by_field() 366 bytes += strtol(line+flen,NULL,10) * 1024; in zmalloc_get_smap_bytes_by_field()
|
| H A D | rdb.c | 1590 unsigned int flen, vlen; in rdbLoadObject() local 1593 while ((zi = zipmapNext(zi, &fstr, &flen, &vstr, &vlen)) != NULL) { in rdbLoadObject() 1594 if (flen > maxlen) maxlen = flen; in rdbLoadObject() 1596 zl = ziplistPush(zl, fstr, flen, ZIPLIST_TAIL); in rdbLoadObject()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-aat1290.txt | 12 - flen-gpios : Must be device tree identifier of the flash device FL_EN pin. 48 flen-gpios = <&gpj1 1 GPIO_ACTIVE_HIGH>;
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.c | 162 int flags, fret, fpkt, fmem, fjmp, flen; in bpf_jit_compile() local 176 flen = (flags & BPF_JIT_FLEN) != 0; in bpf_jit_compile() 210 if (flen) in bpf_jit_compile()
|
| /f-stack/freebsd/net/ |
| H A D | bpf.c | 771 int flen) in bpf_check_upgrade() argument 791 if (cmd == BIOCSETF && flen == 1 && in bpf_check_upgrade() 1926 u_int flen; in bpf_setf() local 1959 flen = fp->bf_len; in bpf_setf() 1960 if (flen > bpf_maxinsns || (fp->bf_insns == NULL && flen != 0)) in bpf_setf() 1962 size = flen * sizeof(*fp->bf_insns); in bpf_setf() 1968 !bpf_validate(filter, flen)) { in bpf_setf() 1978 jfunc = bpf_jitter(filter, flen); in bpf_setf() 2013 if (bpf_check_upgrade(cmd, d, filter, flen) != 0) { in bpf_setf()
|
| /f-stack/freebsd/sys/ |
| H A D | kbio.h | 227 char flen; member
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | exynos4412-galaxy-s3.dtsi | 20 flen-gpios = <&gpj1 1 GPIO_ACTIVE_HIGH>;
|