Searched refs:gi (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/bin/coreutils/lib/
H A Dgroup-member.c45 get_group_info (struct group_info *gi) argument
67 gi->n_groups = n_groups;
68 gi->group = group;
83 struct group_info gi; local
85 if (! get_group_info (&gi))
90 for (i = 0; i < gi.n_groups; i++)
92 if (gid == gi.group[i])
99 free_group_info (&gi);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_tan.c50 double a,da,a2,b,db,c,dc,c1,cc1,c2,cc2,c3,cc3,fi,ffi,gi,pz,s,sy, local
108 fi = xfg[i][1].d; gi = xfg[i][2].d; t2 = pz*(gi+fi)/(gi-pz);
212 fi = xfg[i][1].d; gi = xfg[i][2].d;
216 t2 = pz*(fi+gi)/(fi+pz);
217 if ((y=gi-(t2-gi*u10.d))==gi-(t2+gi*u1
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_bounding_rect.h29 bool bounding_rect(VertexSource& vs, GetId& gi, argument
45 vs.rewind(gi[start + i]);
/haiku-fatelf/src/bin/gdb/gdb/
H A Daix-thread.c670 int pcount, psize, pi, gcount, gi; local
725 for (pi = gi = 0; pi < pcount || gi < gcount;)
729 delete_thread (gbuf[gi]->ptid);
730 gi++;
732 else if (gi == gcount)
746 gptid = gbuf[gi]->ptid;
754 gbuf[gi]->private->pdtid = pdtid;
755 gbuf[gi]->private->tid = tid;
757 gi
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-alpha.c3337 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh;
3340 for (gi = hi->got_entries; gi ; gi = gin)
3342 gin = gi->next;
3344 if (gi->gotobj == gs->gotobj
3345 && gi->reloc_type == gs->reloc_type
3346 && gi->addend == gs->addend)
3348 gi->use_count += gs->use_count;
3351 gi
3328 struct alpha_elf_got_entry *gi, *gs, *gin, *gsh; local
[all...]

Completed in 118 milliseconds