Home
last modified time | relevance | path

Searched refs:lookup_table (Results 1 – 10 of 10) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Ddigest_encode.c23 static const char *lookup_table = variable
41 *cp++ = lookup_table[ac & 0x3f]; in ext2fs_digest_encode()
48 *cp++ = lookup_table[ac & 0x3f]; in ext2fs_digest_encode()
59 p = strchr(lookup_table, src[i]); in ext2fs_digest_decode()
62 ac += (p - lookup_table) << bits; in ext2fs_digest_decode()
/third_party/ffmpeg/libavfilter/
Daf_chorus.c53 int32_t **lookup_table; member
147 s->lookup_table = av_calloc(s->num_chorus, sizeof(*s->lookup_table)); in init()
149 if (!s->length || !s->lookup_table) in init()
201 s->lookup_table[n] = av_malloc(sizeof(int32_t) * s->length[n]); in config_output()
202 if (!s->lookup_table[n]) in config_output()
205 ff_generate_wave_table(WAVE_SIN, AV_SAMPLE_FMT_S32, s->lookup_table[n], in config_output()
271 s->lookup_table[n][phase[n]], in filter_frame()
347 if (s->lookup_table) in uninit()
349 av_freep(&s->lookup_table[n]); in uninit()
350 av_freep(&s->lookup_table); in uninit()
/third_party/boost/boost/archive/iterators/
Dbinary_from_base64.hpp40 static const signed char lookup_table[] = { in operator ()() local
52 BOOST_STATIC_ASSERT(128 == sizeof(lookup_table)); in operator ()()
56 value = lookup_table[(unsigned)t]; in operator ()()
Dbase64_from_binary.hpp44 static const char * lookup_table = in operator ()() local
50 return lookup_table[static_cast<size_t>(t)]; in operator ()()
/third_party/e2fsprogs/e2fsck/
Dsigcatcher.c312 static const char *lookup_table(int num, struct str_table *table) in lookup_table() function
325 const char *ret = lookup_table(num, table); in lookup_table_fallback()
343 cp = lookup_table(siginfo->si_code, generic_code_table); in die_signal_handler()
/third_party/node/deps/llhttp/src/
Dllhttp.c1084 static uint8_t lookup_table[] = { in llhttp__internal__run() local
1105 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
1640 static uint8_t lookup_table[] = { in llhttp__internal__run() local
1661 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
1961 static uint8_t lookup_table[] = { in llhttp__internal__run() local
2006 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
2020 static uint8_t lookup_table[] = { in llhttp__internal__run() local
2041 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
2139 static uint8_t lookup_table[] = { in llhttp__internal__run() local
2196 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
[all …]
/third_party/nghttp2/third-party/llhttp/src/
Dllhttp.c1632 static uint8_t lookup_table[] = { in llhttp__internal__run() local
1653 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
1953 static uint8_t lookup_table[] = { in llhttp__internal__run() local
1998 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
2012 static uint8_t lookup_table[] = { in llhttp__internal__run() local
2033 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
2131 static uint8_t lookup_table[] = { in llhttp__internal__run() local
2188 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
2862 static uint8_t lookup_table[] = { in llhttp__internal__run() local
2883 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run()
[all …]
/third_party/uboot/u-boot-2020.01/arch/arm/mach-sunxi/
Ddram_sunxi_dw.c245 static const u8 lookup_table[32] = { in bin_to_mgray() local
252 return lookup_table[clamp(val, 0, 31)]; in bin_to_mgray()
257 static const u8 lookup_table[32] = { in mgray_to_bin() local
264 return lookup_table[val & 0x1f]; in mgray_to_bin()
/third_party/boost/boost/archive/impl/
Dbasic_xml_oarchive.ipp32 const unsigned char lookup_table[] = {
46 if(0 == lookup_table[(unsigned)t])
/third_party/f2fs-tools/fsck/
Dfsck.c1242 static const char *lookup_table = variable
1260 *cp++ = lookup_table[ac & 0x3f]; in base64_encode()
1266 *cp++ = lookup_table[ac & 0x3f]; in base64_encode()