Hosted by the courtesy of  
 GitHub 
The stars ASAP english francais spanish arab
Durée du voyage intersidéral francais
Résolutions de l'ONU en HTML francais
Bussard Ramjet english francais
DWARF : dwarf2xml english
ELF : libelf examples english
Code presentation : ctoohtml english

Do, done (macro)

A loop macro construction helper.

o m_ring_do
ring, start loop
o m_ring_done
ring, end loop
o m_nring_do
nring, start loop
o m_nring_done
nring, end loop
o m_dring_do
dring, start loop
o m_dring_done
dring, end loop
o m_ndring_do
ndring, start loop
o m_ndring_done
ndring, end loop
These to macros construct begin and end of loops to evry node in a ring :
m_ring_do(ring, node) ++i; m_ring_done(ring, node, field);
count how many node there is in the ring.
Parameters:
ring - (IN) a pointer the ring ring
var - (IN) a variable pointer node beeing listed.
field - (IN) the ring structure field name in the node structure.
Returns:
0 the ring is empty, or the next node in the ring.

Alphabetic index



This page was generated with the help of DOC++.
from : machinman.net, updated on Wed May 18 11:46:24 CEST 2022

Hosted by the courtesy of  
 GitHub 
The stars ASAP english francais spanish
Durée du voyage intersidéral francais
Résolutions de l'ONU en HTML francais
Bussard Ramjet english francais
DWARF : dwarf2xml english
ELF : libelf examples english
Code presentation : ctoohtml english