Home
last modified time | relevance | path

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

/third_party/libunwind/libunwind/src/
H A Dos-qnx.c41 struct cb_info *cbi = (struct cb_info*)data; in callback() local
44 if(cbi->ip >= segbase && cbi->ip < segbase + info->dlpi_phdr[i].p_memsz) in callback()
46 cbi->path = info->dlpi_name; in callback()
47 cbi->offset = info->dlpi_phdr[i].p_offset; in callback()
48 cbi->segbase = segbase; in callback()
61 struct cb_info cbi; in tdep_get_elf_image() local
63 cbi.ip = ip; in tdep_get_elf_image()
64 cbi.segbase = 0; in tdep_get_elf_image()
65 cbi in tdep_get_elf_image()
[all...]
/third_party/ffmpeg/libavcodec/
H A Datrac9dec.c419 const int cbi = at9_q_unit_to_codebookidx[i]; in read_coeffs_coarse() local
420 const VLC *tab = &coeff_vlc[cb][prec][cbi]; in read_coeffs_coarse()
421 const HuffmanCodebook *huff = &at9_huffman_coeffs[cb][prec][cbi]; in read_coeffs_coarse()

Completed in 3 milliseconds