HomeSort by relevance Sort by last modified time
    Searched refs:shp (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
print-decnet.c 434 struct seghdr *shp = (struct seghdr *)nspp; local
443 TCHECK(shp->sh_seq[0]);
444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
453 TCHECK(shp->sh_seq[1]);
454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
463 TCHECK(shp->sh_seq[2]);
464 ack = EXTRACT_LE_16BITS(shp->sh_seq[2]);
480 struct seghdr *shp = (struct seghdr *)nspp; local
489 TCHECK(shp->sh_seq[0]);
490 ack = EXTRACT_LE_16BITS(shp->sh_seq[0])
526 struct seghdr *shp = (struct seghdr *)nspp; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
unwind.c 153 GElf_Shdr *shp, const char *name)
160 gelf_getshdr(sec, shp);
161 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
symbol-elf.c 139 GElf_Shdr *shp, const char *name,
152 gelf_getshdr(sec, shp);
153 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
  /ndk/sources/host-tools/make-3.81/
variable.c 748 struct variable *shp = lookup_variable (shell_str, shlen);
750 if (!shp)
739 struct variable *shp = lookup_variable (shell_str, shlen); local
    [all...]

Completed in 152 milliseconds