Home
last modified time | relevance | path

Searched refs:c_b (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcasttest.c58 static unsigned char c_b[16] = { variable
104 || !TEST_mem_eq(out_b, sizeof(c_b), c_b, sizeof(c_b))) in cast_test_iterations()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_color.c844 int c_r, c_g, c_b; in _nc_color_content() local
858 c_b = value_direct_color(max_b); in _nc_color_content()
869 c_b = sp->_color_table[color].blue; in _nc_color_content()
877 *b = c_b; in _nc_color_content()
880 color, c_r, c_g, c_b)); in _nc_color_content()