Home
last modified time | relevance | path

Searched refs:NCHARS (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/network/nfs/nfslock01/
H A Dnfslock01.sh16 NCHARS=${NCHARS:-64}
38 if ! tst_is_int $NCHARS || [ $NCHARS -lt 1 ]; then
39 tst_res TBROK "NCHARS must be > 0"
48 tst_res TINFO "creating test files (chars: $NCHARS, lines: $NLINES)"
50 generate_file flock_data $NCHARS $NLINES 0
51 generate_file flock_odata $NCHARS $NLINES 1
62 nfs_flock 0 flock_idata $NCHARS $NLINES &
64 nfs_flock 1 flock_idata $NCHARS
[all...]
/third_party/libinput/src/
H A Devdev-tablet.h53 unsigned char bits[NCHARS(KEY_CNT)];
60 unsigned char changed_axes[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
70 unsigned char axis_caps[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
H A Dutil-bits.h38 #define NCHARS(x) ((size_t)(((x) + 7) / 8)) macro
H A Devdev-tablet-pad.h47 unsigned char bits[NCHARS(KEY_CNT)];
H A Dlibinput-private.h457 unsigned char axis_caps[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
458 unsigned char buttons[NCHARS(KEY_MAX) + 1];
H A Devdev-totem.c40 unsigned char changed_axes[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
H A Dlibinput.c216 unsigned char changed_axes[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];
1717 if (NCHARS(code) > sizeof(tool->buttons)) in libinput_tablet_tool_has_button()
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex941 % @paragraphindent NCHARS
942 % We'll use ems for NCHARS, close enough.
943 % NCHARS can also be the word `asis' or `none'.
962 % @exampleindent NCHARS
963 % We'll use ems for NCHARS like @paragraphindent.

Completed in 20 milliseconds