Searched defs:stab (Results 1 - 6 of 6) sorted by relevance
/external/google-breakpad/src/common/ |
H A D | stabs_reader.cc | 37 #include <stab.h> 68 StabsReader::StabsReader(const uint8_t *stab, size_t stab_size, argument 72 : entries_(stab, stab_size), 101 // compilation unit's entries there is an N_UNDF stab giving the
|
/external/iproute2/tc/ |
H A D | tc_core.c | 154 stab[pkt_len>>cell_log] = pkt_xmit_size>>size_log 157 int tc_calc_size_table(struct tc_sizespec *s, __u16 **stab) argument 169 *stab = NULL; 182 *stab = malloc(s->tsize * sizeof(__u16)); 183 if (!*stab) 193 (*stab)[i] = sz >> s->size_log;
|
H A D | 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 [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/ |
H A D | webrtc_cng.c | 242 int stab; local 324 stab = WebRtcSpl_LevinsonDurbin(corrVector, arCoefs, refCs, 327 if (!stab) {
|
/external/valgrind/VEX/unused/ |
H A D | 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 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/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
H A D | 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);
|
Completed in 143 milliseconds