HomeSort by relevance Sort by last modified time
    Searched defs:stab (Results 1 - 21 of 21) sorted by null

  /external/iproute2/tc/
tc_qdisc.c 34 fprintf(stderr, " [ stab [ help | STAB_OPTIONS] ]\n");
41 fprintf(stderr, "STAB_OPTIONS := ... try tc qdisc add stab help\n");
52 } stab; local
62 memset(&stab, 0, sizeof(stab));
125 } else if (matches(*argv, "stab") == 0) {
126 if (parse_size_table(&argc, &argv, &stab.szopts) < 0)
164 if (check_size_table_opts(&stab.szopts)) {
167 if (tc_calc_size_table(&stab.szopts, &stab.data) < 0)
    [all...]
  /external/opencv3/samples/cpp/
videostab.cpp 101 " -lps, --lin-prog-stab=(yes|no)\n"
300 "{ lps lin-prog-stab | no | }"
388 arg("est-trim") == "yes" || arg("wobble-suppress") == "yes" || arg("lin-prog-stab") == "yes";
400 if (arg("lin-prog-stab") == "yes")
402 Ptr<LpMotionStabilizer> stab = makePtr<LpMotionStabilizer>(); local
403 stab->setFrameSize(Size(source->width(), source->height()));
404 stab->setTrimRatio(arg("lps-trim-ratio") == "auto" ? argf("trim-ratio") : argf("lps-trim-ratio"));
405 stab->setWeight1(argf("lps-w1"));
406 stab->setWeight2(argf("lps-w2"));
407 stab->setWeight3(argf("lps-w3"))
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-epiphany.c 195 asection *stab; local
229 stab = bfd_get_section_by_name (abfd, ".stab");
231 if (stab)
233 /* So stab does exits. */
236 irelbase = _bfd_elf_link_read_relocs (abfd, stab, NULL, NULL,
syms.c 848 /* Look through stabs debugging information in .stab and .stabstr
868 bfd_byte *stab; member in struct:indexentry
895 /* The .stab section. */
899 /* The contents of the .stab section. */
934 bfd_byte *stab, *str; local
949 1 byte stab type
950 1 byte stab other field
951 2 byte stab desc field
952 4 byte stab value
996 --split-by-reloc options, it is possible for the .stab an
    [all...]
cofflink.c 509 optimize the handling of any .stab/.stabstr sections. */
522 asection *stab; local
524 for (stab = abfd->sections; stab; stab = stab->next)
525 if (CONST_STRNEQ (stab->name, ".stab")
526 && (!stab->name[5]
527 || (stab->name[5] == '.' && ISDIGIT (stab->name[6])))
    [all...]
elf32-ip2k.c 583 asection *stab; local
624 /* Now fix the stab relocations. */
625 stab = bfd_get_section_by_name (abfd, ".stab");
626 if (stab)
629 bfd_size_type stab_size = stab->rawsize ? stab->rawsize : stab->size;
631 irelbase = elf_section_data (stab)->relocs;
632 irelend = irelbase + stab->reloc_count
    [all...]
elflink.c 4828 asection *stab; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
rddbg.c 108 { ".stab", ".stabstr" },
128 bfd_byte *stab; local
164 for (stab = stabs; stab <= (stabs + stabsize) - 12; stab += 12)
174 strx = bfd_get_32 (abfd, stab);
175 type = bfd_get_8 (abfd, stab + 4);
176 other = bfd_get_8 (abfd, stab + 5);
177 desc = bfd_get_16 (abfd, stab + 6);
178 value = bfd_get_32 (abfd, stab + 8)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
webrtc_cng.c 242 int stab; local
324 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs,
327 if (!stab) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 578 int16_t stab; local
813 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, ORDERLO);
815 if (stab<0) { // If unstable use lower order
821 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, 8);
  /external/valgrind/VEX/unused/
linker.c 421 Elf_Sym* stab, char* strtab )
431 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
452 Elf_Sym sym = stab[ELF_R_SYM(info)];
460 + stab[ELF_R_SYM(info)].st_value);
547 Elf_Sym* stab, char* strtab )
557 stab = (Elf_Sym*) (ehdrC + shdr[ symtab_shndx ].sh_offset);
587 Elf_Sym sym = stab[ELF_R_SYM(info)];
595 + stab[ELF_R_SYM(info)].st_value);
712 Elf_Sym* stab = NULL; local
719 stab = (Elf_Sym*) findElfSection ( ehdrC, SHT_SYMTAB )
770 Elf_Sym* stab; local
954 Elf_Sym* stab; local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 356 unsigned long stab; member in struct:linux_smonblock

Completed in 1498 milliseconds