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

/external/dropbear/libtomcrypt/src/ciphers/
H A Drc5.c35 static const ulong32 stab[50] = { variable
97 XMEMCPY(S, stab, t * sizeof(*S));
H A Drc6.c34 static const ulong32 stab[44] = { variable
87 XMEMCPY(S, stab, 44 * sizeof(stab[0]));
/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.c106 struct nlist* stab = (struct nlist*)stabC; local
127 stab kinds: 100 N_SO a source file name
144 const struct nlist *st = &stab[i];
175 current stab. */
216 if (stab[i].n_un.n_strx) {
217 string = stabstr + stab[i].n_un.n_strx;
/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/kernel-headers/original/asm-mips/
H A Dsgiarcs.h361 unsigned long stab; /* Symbol table. */ member in struct:linux_smonblock

Completed in 258 milliseconds