Home
last modified time | relevance | path

Searched refs:word_length (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/fmt/
H A Dfmt.c510 size_t word_length = 0, space_length = 0; in process_stream() local
512 while (n + word_length < length && in process_stream()
513 line[n + word_length] != ' ') in process_stream()
514 ++word_length; in process_stream()
515 space_length = word_length; in process_stream()
521 line + n, word_length, in process_stream()
522 space_length - word_length); in process_stream()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_sdma.h229 uint32_t word_length; member
H A Dimx6_ssi.c503 conf->word_length = 16; in setup_dma()
506 conf->word_length = 24; in setup_dma()
H A Dimx6_sdma.c318 context->gReg[7] = conf->word_length; in sdma_configure()