/external/valgrind/VEX/unused/ |
D | linker.c | 421 Elf_Sym* stab, char* strtab ) in do_Elf_Rel_relocations() argument 431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); in do_Elf_Rel_relocations() 452 Elf_Sym sym = stab[ELF_R_SYM(info)]; in do_Elf_Rel_relocations() 460 + stab[ELF_R_SYM(info)].st_value); in do_Elf_Rel_relocations() 547 Elf_Sym* stab, char* strtab ) in do_Elf_Rela_relocations() argument 557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); in do_Elf_Rela_relocations() 587 Elf_Sym sym = stab[ELF_R_SYM(info)]; in do_Elf_Rela_relocations() 595 + stab[ELF_R_SYM(info)].st_value); in do_Elf_Rela_relocations() 712 Elf_Sym* stab = NULL; in ocResolve_ELF() local 719 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB ); in ocResolve_ELF() [all …]
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 517 Elf_Sym* stab, char* strtab ) 527 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); 548 Elf_Sym sym = stab[ELF_R_SYM(info)]; 556 + stab[ELF_R_SYM(info)].st_value); 643 Elf_Sym* stab, char* strtab ) 653 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset); 694 Elf_Sym sym = stab[ELF_R_SYM(info)]; 702 + stab[ELF_R_SYM(info)].st_value); 872 Elf_Sym* stab = NULL; 879 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB ); [all …]
|
/external/iproute2/tc/ |
D | tc_qdisc.c | 52 } stab; in tc_qdisc_modify() local 62 memset(&stab, 0, sizeof(stab)); in tc_qdisc_modify() 126 if (parse_size_table(&argc, &argv, &stab.szopts) < 0) in tc_qdisc_modify() 164 if (check_size_table_opts(&stab.szopts)) { in tc_qdisc_modify() 167 if (tc_calc_size_table(&stab.szopts, &stab.data) < 0) { in tc_qdisc_modify() 174 addattr_l(&req.n, sizeof(req), TCA_STAB_BASE, &stab.szopts, in tc_qdisc_modify() 175 sizeof(stab.szopts)); in tc_qdisc_modify() 176 if (stab.data) in tc_qdisc_modify() 177 addattr_l(&req.n, sizeof(req), TCA_STAB_DATA, stab.data, in tc_qdisc_modify() 178 stab.szopts.tsize * sizeof(__u16)); in tc_qdisc_modify() [all …]
|
D | tc_core.c | 157 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab) in tc_calc_size_table() argument 169 *stab = NULL; in tc_calc_size_table() 182 *stab = malloc(s->tsize * sizeof(__u16)); in tc_calc_size_table() 183 if (!*stab) in tc_calc_size_table() 193 (*stab)[i] = sz >> s->size_log; in tc_calc_size_table()
|
D | tc_core.h | 25 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab);
|
/external/opencv3/samples/cpp/ |
D | videostab.cpp | 402 Ptr<LpMotionStabilizer> stab = makePtr<LpMotionStabilizer>(); in main() local 403 stab->setFrameSize(Size(source->width(), source->height())); in main() 404 … stab->setTrimRatio(arg("lps-trim-ratio") == "auto" ? argf("trim-ratio") : argf("lps-trim-ratio")); in main() 405 stab->setWeight1(argf("lps-w1")); in main() 406 stab->setWeight2(argf("lps-w2")); in main() 407 stab->setWeight3(argf("lps-w3")); in main() 408 stab->setWeight4(argf("lps-w4")); in main() 409 twoPassStabilizer->setMotionStabilizer(stab); in main()
|
/external/elfutils/src/ |
D | elf32-i386.script | 192 .stab; 194 .stab.excl; 195 .stab.exclstr; 196 .stab.index; 197 .stab.indexstr;
|
/external/google-breakpad/src/common/ |
D | stabs_reader.cc | 68 StabsReader::StabsReader(const uint8_t *stab, size_t stab_size, in StabsReader() argument 72 : entries_(stab, stab_size), in StabsReader()
|
D | stabs_reader.h | 96 StabsReader(const uint8_t *stab, size_t stab_size,
|
D | common.gyp | 49 'android/include/stab.h',
|
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
D | webrtc_cng.c | 242 int stab; in WebRtcCng_Encode() local 324 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs, in WebRtcCng_Encode() 327 if (!stab) { in WebRtcCng_Encode()
|
/external/iproute2/man/man8/ |
D | Makefile | 8 tc-sfb.8 tc-sfq.8 tc-stab.8 tc-tbf.8 \
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model.c | 578 int16_t stab; in WebRtcIsacfix_GetLpcCoef() local 813 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, ORDERLO); in WebRtcIsacfix_GetLpcCoef() 815 if (stab<0) { // If unstable use lower order in WebRtcIsacfix_GetLpcCoef() 821 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, 8); in WebRtcIsacfix_GetLpcCoef()
|
/external/elfutils/tests/ |
D | run-elfputzdata.sh | 47 Lets compress 24 .stab, size: 21540 85 Lets compress 24 .stab, size: 21540
|
/external/strace/ |
D | NEWS | 258 * Fixed build when process_vm_readv is a stab.
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 434 刺>'[stab]'; 2266 朿>'[stab]';
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | CHANGES.rst | 589 technique, taking another stab at fixing `issue 80`_ once and for all.
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 17047 㩰 < to\-stab; 20412 刺 < stab; 48765 㩰 > to\-stab; 48780 㨖 > to\-stab; 53293 刺 > stab; 54530 朿 > stab; 54687 剚 > stab; 54688 刾 > stab; 54934 刺 > stab;
|
/external/bison/ |
D | ChangeLog-2012 | 10802 * doc/bison.texinfo (C++ Language Interface): First stab.
|
/external/curl/ |
D | CHANGES.0 | 14812 - I finally took a stab at the long-term FIXME item I've had on myself, and
|