Home
last modified time | relevance | path

Searched refs:fnum (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libxo/encoder/csv/
H A Denc_csv.c341 ssize_t fnum; in csv_emit_record() local
352 for (fnum = 0; fnum < csv->c_leaf_depth; fnum++) { in csv_emit_record()
356 if (fnum != 0) in csv_emit_record()
365 for (fnum = 0; fnum < csv->c_leaf_depth; fnum++) { in csv_emit_record()
377 if (fnum != 0) in csv_emit_record()
399 for (fnum = 0; fnum < csv->c_leaf_depth; fnum++) { in csv_emit_record()
496 ssize_t fnum; in csv_leaf_num() local
500 for (fnum = 0; fnum < csv->c_leaf_depth; fnum++) { in csv_leaf_num()
505 return fnum; in csv_leaf_num()
548 return fnum; in csv_leaf_num()
[all …]
/f-stack/tools/libxo/libxo/
H A Dlibxo.c5472 uint8_t fnum = 0; in xo_parse_roles() local
5548 fnum = (fnum * 10) + (*sp - '0'); in xo_parse_roles()
5655 fnum += 1; in xo_gettext_finish_numbering_fields()
5656 if (fnum >= 63) in xo_gettext_finish_numbering_fields()
5663 max_fields = fnum; in xo_gettext_finish_numbering_fields()
5678 for (fnum++; bits & (one << fnum); fnum++) in xo_gettext_finish_numbering_fields()
5681 if (fnum > max_fields) in xo_gettext_finish_numbering_fields()
5943 if (fnum) { in xo_gettext_simplify_format()
6013 unsigned fnum = 0; in xo_gettext_rewrite_fields() local
6231 fnum = field; in xo_gettext_rebuild_content()
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/bin/
H A Djeprof.in1103 my $fnum = shift;
1105 my $file = "$main::tmpfile_ps.$fnum.$ext";