Searched defs:stab (Results 1 - 9 of 9) sorted by relevance

/external/iproute2/tc/
H A Dtc_core.c138 stab[pkt_len>>cell_log] = pkt_xmit_size>>size_log
141 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab) argument
153 *stab = NULL;
166 *stab = malloc(s->tsize * sizeof(__u16));
167 if (!*stab)
177 (*stab)[i] = sz >> s->size_log;
H A Dtc_qdisc.c36 fprintf(stderr, " [ stab [ help | STAB_OPTIONS] ]\n");
43 fprintf(stderr, "STAB_OPTIONS := ... try tc qdisc add stab help\n");
54 } stab; local
64 memset(&stab, 0, sizeof(stab));
119 } else if (matches(*argv, "stab") == 0) {
120 if (parse_size_table(&argc, &argv, &stab.szopts) < 0)
157 if (check_size_table_opts(&stab.szopts)) {
160 if (tc_calc_size_table(&stab.szopts, &stab
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadstabs.c107 struct nlist* stab = (struct nlist*)stabC; local
128 stab kinds: 100 N_SO a source file name
147 const struct nlist *st = &stab[i];
176 current stab. */
216 if (stab[i].n_un.n_strx) {
217 string = stabstr + stab[i].n_un.n_strx;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.c243 int i, stab; local
325 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs,
328 if (!stab) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c590 int16_t stab; local
821 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, ORDERLO);
823 if (stab<0) { // If unstable use lower order
829 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, 8);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
H A Dstabs-dbgfmt.c57 N_ENDM = 0x62, /* Last stab for module (Solaris2) */
90 unsigned int stablen; /* size of a stab for current machine */
93 yasm_section *stab; /* sections to which stabs, stabstrs appended */ member in struct:__anon16328
105 stabs_stab_type type; /* stab type: N_* */
107 unsigned short desc; /* description element of a stab */
109 /*@null@*/yasm_bytecode *bcvalue; /* relocated stab's bytecode */
193 /* Create and add a new stab bytecode to a section, updating offset on
203 stabs_stab *stab = yasm_xmalloc(sizeof(stabs_stab)); local
205 stab->other = 0;
206 stab
318 stabs_stab *stab; local
416 const stabs_stab *stab = (const stabs_stab *)bc->contents; local
472 const stabs_stab *stab = (const stabs_stab *)contents; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c815 yasm_section *stabsect = yasm_object_find_general(object, ".stab");
819 elf_secthead *stab = local
823 if (stab && stabstr) {
824 elf_secthead_set_link(stab, elf_secthead_get_index(stabstr));
827 yasm_internal_error(N_("missing .stab or .stabstr section/data"));
897 if (yasm__strcasecmp(sectname, ".stab")==0) {
/external/valgrind/main/VEX/unused/
H A Dlinker.c421 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
419 do_Elf_Rel_relocations( ObjectCode* oc, char* ehdrC, Elf_Shdr* shdr, int shnum, Elf_Sym* stab, char* strtab ) argument
545 do_Elf_Rela_relocations( ObjectCode* oc, char* ehdrC, Elf_Shdr* shdr, int shnum, Elf_Sym* stab, char* strtab ) argument
770 Elf_Sym* stab; local
954 Elf_Sym* stab; local
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c590 WebRtc_Word16 stab; local
821 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, ORDERLO);
823 if (stab<0) { // If unstable use lower order
829 stab=WebRtcSpl_LevinsonW32_JSK(corrlo2QQ, a_LOQ11, k_vecloQ15, 8);

Completed in 1834 milliseconds