Searched refs:user_input (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_color_mgmt.h36 * @user_input: input value
43 static inline u32 drm_color_lut_extract(u32 user_input, int bit_precision) argument
45 u32 val = user_input;
57 u64 drm_color_ctm_s31_32_to_qm_n(u64 user_input, u32 m, u32 n);
/netbsd-current/external/gpl3/gdb/dist/readline/readline/examples/
H A Drlptytest.c59 user_input() function
204 if ( user_input() == -1 )
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/examples/
H A Drlptytest.c59 user_input() function
204 if ( user_input() == -1 )
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_color_mgmt.c119 * @user_input: input value
135 u64 drm_color_ctm_s31_32_to_qm_n(u64 user_input, u32 m, u32 n) argument
137 u64 mag = (user_input & ~BIT_ULL(63)) >> (32 - n);
138 bool negative = !!(user_input & BIT_ULL(63));
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm1068 $template->fill_in(HASH => [\%defaults, \%user_input]);
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1205 $template->fill_in(HASH => [\%defaults, \%user_input]);

Completed in 186 milliseconds