Searched refs:eh (Results 1 – 7 of 7) sorted by relevance
/system/bt/embdrv/g722/ |
D | g722_encode.cc | 284 int eh; in g722_encode() local 382 eh = saturate(xhigh - s->band[1].s); in g722_encode() 385 wd = (eh >= 0) ? eh : -(eh + 1); in g722_encode() 388 ihigh = (eh < 0) ? ihn[mih] : ihp[mih]; in g722_encode()
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 112 static int readElfHeader(ifstream& elfFile, Elf64_Ehdr* eh) { in readElfHeader() argument 116 if (!elfFile.read((char*)eh, sizeof(*eh))) return -1; in readElfHeader() 123 Elf64_Ehdr eh; in readSectionHeadersAll() local 126 ret = readElfHeader(elfFile, &eh); in readSectionHeadersAll() 129 elfFile.seekg(eh.e_shoff); in readSectionHeadersAll() 133 shTable.resize(eh.e_shnum); in readSectionHeadersAll() 135 if (!elfFile.read((char*)shTable.data(), (eh.e_shnum * eh.e_shentsize))) return -ENOMEM; in readSectionHeadersAll() 157 Elf64_Ehdr eh; in readSectionHeaderStrtab() local 158 int ret = readElfHeader(elfFile, &eh); in readSectionHeaderStrtab() 161 ret = readSectionByIdx(elfFile, eh.e_shstrndx, strtab); in readSectionHeaderStrtab()
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | root_canal_main.cc | 80 google_breakpad::ExceptionHandler eh(descriptor, nullptr, nullptr, nullptr, in main() local 82 eh.set_crash_handler(crash_callback); in main()
|
/system/unwinding/libunwindstack/ |
D | AndroidVersions.md | 30 FDEs use pc relative addressing in the eh\_frame\_hdr. 50 without an eh\_frame/eh\_frame\_hdr section and only a debug\_frame. The 52 sometimes there is not enough information in the eh\_frame for all points 55 be correct since the eh\_frame information was enough to do the unwind 112 * Fix bug in load bias handling. If the unwind information in the eh\_frame 113 or eh\_frame\_hdr does not have the same bias as the executable section,
|
/system/bt/gd/facade/ |
D | facade_main.cc | 98 google_breakpad::ExceptionHandler eh(descriptor, nullptr, nullptr, nullptr, true, -1); in main() local 99 eh.set_crash_handler(crash_callback); in main()
|
/system/timezone/output_data/android/ |
D | tzids.prototxt | 720 isoCode: "eh"
|
/system/timezone/input_data/android/ |
D | countryzones.txt | 1261 isoCode:"eh"
|