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

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dpriority_queue.c195 compar (const void *a_, const void *b_) argument
197 int a = *(int *) a_;
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtftp.c126 struct grub_net_buff *a_ = cmpa->nb; local
128 struct tftphdr *a = (struct tftphdr *) a_->data;
H A Dip.c65 struct grub_net_buff *a_ = *(struct grub_net_buff **) a__; local
67 struct iphdr *a = (struct iphdr *) a_->data;
H A Dtcp.c459 struct grub_net_buff *a_ = *(struct grub_net_buff **) a__; local
461 struct tcphdr *a = (struct tcphdr *) a_->data;
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c546 * [ c h ] [ cyl_sectors ] = [ s - a ] = [ a_ ]
553 * [ c h | a_ ]
571 PedSector c, h, s, a, a_; /* start */ local
591 a_ = a - s;
626 if (a_ > dont_overflow || A_ > dont_overflow)
631 * [ c h | a_] R1
645 * If h != 0 : head_size = ( a_ - c cyl_size ) / h
653 cyl_size = (a_*H - A_*h) / denum;
655 if (cyl_size * denum != a_*H - A_*h)
662 head_size = ( a_
[all...]

Completed in 215 milliseconds