Searched refs:lookup_table (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_chorus.c | 53 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/e2fsprogs/lib/ext2fs/ |
D | digest_encode.c | 23 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/mesa3d/src/mapi/glapi/gen/ |
D | glX_server_table.py | 63 self.lookup_table = [] 193 print ' LEAF(%u),' % (len(self.lookup_table)) 219 self.lookup_table.append(temp) 289 … print 'static const void *%s_function_table[%u][2] = {' % (self.name_base, len(self.lookup_table)) 291 for func in self.lookup_table: 305 …int 'static const int_fast16_t %s_size_table[%u][2] = {' % (self.name_base, len(self.lookup_table)) 308 for func in self.lookup_table:
|
/third_party/boost/boost/archive/iterators/ |
D | binary_from_base64.hpp | 40 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 ()()
|
D | base64_from_binary.hpp | 44 static const char * lookup_table = in operator ()() local 50 return lookup_table[static_cast<size_t>(t)]; in operator ()()
|
/third_party/e2fsprogs/e2fsck/ |
D | sigcatcher.c | 312 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/ |
D | llhttp.c | 1094 static uint8_t lookup_table[] = { in llhttp__internal__run() local 1115 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() 1657 static uint8_t lookup_table[] = { in llhttp__internal__run() local 1678 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() 1975 static uint8_t lookup_table[] = { in llhttp__internal__run() local 2020 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() 2034 static uint8_t lookup_table[] = { in llhttp__internal__run() local 2055 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() 2179 static uint8_t lookup_table[] = { in llhttp__internal__run() local 2236 switch (lookup_table[(uint8_t) *p]) { in llhttp__internal__run() [all …]
|
/third_party/nghttp2/third-party/llhttp/src/ |
D | llhttp.c | 1632 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/boost/boost/archive/impl/ |
D | basic_xml_oarchive.ipp | 32 const unsigned char lookup_table[] = { 46 if(0 == lookup_table[(unsigned)t])
|
/third_party/f2fs-tools/fsck/ |
D | fsck.c | 1242 static const char *lookup_table = variable 1260 *cp++ = lookup_table[ac & 0x3f]; in base64_encode() 1266 *cp++ = lookup_table[ac & 0x3f]; in base64_encode()
|