Searched refs:code_prefix (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbitstream.c145 uint32_t code_prefix, int n_prefix, int flags)
154 av_log(NULL,AV_LOG_DEBUG,"new table index=%d size=%d code_prefix=%x n=%d\n",
155 table_index, table_size, code_prefix, n_prefix);
186 if (n > 0 && code_prefix2 == code_prefix) {
235 (flags & INIT_VLC_LE) ? (code_prefix | (i << n_prefix)) : ((code_prefix << table_nb_bits) | i),
140 build_table(VLC *vlc, int table_nb_bits, int nb_codes, const void *bits, int bits_wrap, int bits_size, const void *codes, int codes_wrap, int codes_size, const void *symbols, int symbols_wrap, int symbols_size, uint32_t code_prefix, int n_prefix, int flags) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dgpg-error.c211 static const char code_prefix[] = "GPG_ERR_";
234 else if (!strncasecmp (code_prefix, str, sizeof (code_prefix) - 1))
241 str += sizeof (code_prefix) - 1;
247 && !strcasecmp (str, code_sym + sizeof (code_prefix) - 1))
207 static const char code_prefix[] = "GPG_ERR_"; local

Completed in 46 milliseconds