Home
last modified time | relevance | path

Searched defs:buf_len (Results 1 – 3 of 3) sorted by relevance

/lib/mpi/
Dmpicoder.c250 int mpi_read_buffer(MPI a, uint8_t *buf, unsigned buf_len, unsigned *nbytes, in mpi_read_buffer()
367 int i, x, buf_len; in mpi_write_to_sgl() local
/lib/kunit/
Dstring-stream.c134 size_t buf_len = stream->length + 1; /* +1 for null byte. */ in string_stream_get_string() local
/lib/
Dtest_scanf.c315 append_fmt(char *buf, int *buf_pos, int buf_len, const char *val_fmt, ...) in append_fmt()