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

  /external/ltp/testcases/network/multicast/mc_member/
mc_member_test.c 109 static int join_group(int s, char *glist, struct ip_mreq *imr)
116 fd = fopen(glist, "r");
118 printf("Error: unable to open %s\n", glist);
144 static int leave_group(int s, char *glist, struct ip_mreq *imr)
151 fd = fopen(glist, "r");
153 printf("Error: unable to open %s\n", glist);
  /prebuilts/go/darwin-x86/src/cmd/trace/
goroutines.go 89 var glist gtypeList
92 glist = append(glist, v)
94 sort.Sort(glist)
95 templGoroutines.Execute(w, glist)
122 var glist gdescList
127 glist = append(glist, g)
129 sort.Sort(glist)
132 GList gdescLis
    [all...]
  /prebuilts/go/linux-x86/src/cmd/trace/
goroutines.go 89 var glist gtypeList
92 glist = append(glist, v)
94 sort.Sort(glist)
95 templGoroutines.Execute(w, glist)
122 var glist gdescList
127 glist = append(glist, g)
129 sort.Sort(glist)
132 GList gdescLis
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
chan.go 344 var glist *g
364 gp.schedlink.set(glist)
365 glist = gp
383 gp.schedlink.set(glist)
384 glist = gp
389 for glist != nil {
390 gp := glist
391 glist = glist.schedlink.ptr()
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
chan.go 344 var glist *g
364 gp.schedlink.set(glist)
365 glist = gp
383 gp.schedlink.set(glist)
384 glist = gp
389 for glist != nil {
390 gp := glist
391 glist = glist.schedlink.ptr()
proc.go     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-gen.c 2215 static struct completer_entry **glist; variable in typeref:struct:completer_entry
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-arc.c     [all...]
elf32-m68k.c 654 ??? We could've used root.got.glist field instead, but having
656 struct elf_m68k_got_entry *glist;
708 Root of this list is h->glist.
938 elf_m68k_hash_entry (ret)->glist = NULL;
655 struct elf_m68k_got_entry *glist; member in struct:elf_m68k_link_hash_entry
    [all...]
elf64-ppc.c     [all...]
elf32-spu.c 465 htab->elf.init_got_refcount.glist = NULL;
467 htab->elf.init_got_offset.glist = NULL;
1083 head = &h->got.glist;
    [all...]
elf-bfd.h 95 struct got_entry *glist;
154 pointed to by GLIST. */
94 struct got_entry *glist; member in union:gotplt_union
    [all...]
elf32-ppc.c     [all...]
  /external/fonttools/Lib/fontTools/
subset.py 651 if r and all(all(g in s.glyphs for g in glist)
652 for glist in c.RuleData(r))]
    [all...]

Completed in 802 milliseconds