Searched refs:c_b (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dcasttest.c102 static unsigned char c_b[16]={ variable
208 (memcmp(out_b,c_b,sizeof(c_b)) != 0))
222 for (i=0; i<16; i++) printf("%02X ",c_b[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcasttest.c102 static unsigned char c_b[16]={ variable
208 (memcmp(out_b,c_b,sizeof(c_b)) != 0))
222 for (i=0; i<16; i++) printf("%02X ",c_b[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cast/
H A Dcasttest.c110 static unsigned char c_b[16] = { variable
214 (memcmp(out_b, c_b, sizeof(c_b)) != 0)) {
231 printf("%02X ", c_b[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cast/
H A Dcasttest.c110 static unsigned char c_b[16] = { variable
214 (memcmp(out_b, c_b, sizeof(c_b)) != 0)) {
231 printf("%02X ", c_b[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c100 VP56RangeCoder *c_b; member in struct:VP9Context
722 s->c_b = av_fast_realloc(s->c_b, &s->c_b_size,
724 if (!s->c_b) {
3722 av_freep(&s->c_b);
3847 ff_vp56_init_range_decoder(&s->c_b[tile_col], data, tile_size);
3848 if (vp56_rac_get_prob_branchy(&s->c_b[tile_col], 128)) { // marker bit
3878 memcpy(&s->c, &s->c_b[tile_col], sizeof(s->c));
3899 memcpy(&s->c_b[tile_col], &s->c, sizeof(s->c));

Completed in 177 milliseconds