Searched defs:_tail (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs22 private int _tail; field in class:DotZLib.CircularBuffer
33 _tail = 0;
44 _buffer[(_tail+i) % _capacity] = source[offset+i];
45 _tail += trueCount;
46 _tail %= _capacity;
55 _buffer[_tail++] = b;
56 _tail %= _capacity;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A Dast.c44 zzlink(AST **_root, AST **_sibling, AST **_tail) argument
46 zzlink(_root, _sibling, _tail)
47 AST **_root, **_sibling, **_tail;
53 if ( *_tail==NULL ) *_tail = *_sibling;
54 while ( (*_tail)->right != NULL ) *_tail = (*_tail)->right;
72 zzsubchild(AST **_root, AST **_sibling, AST **_tail) argument
74 zzsubchild(_root, _sibling, _tail)
103 zzsubroot(AST **_root, AST **_sibling, AST **_tail) argument
[all...]
H A DASTBase.cpp45 ASTBase::link(ASTBase **_root, ASTBase **_sibling, ASTBase **_tail) argument
50 if ( *_tail==NULL ) *_tail = *_sibling;
51 while ( (*_tail)->_right != NULL ) *_tail = (*_tail)->_right;
56 ASTBase::subchild(ASTBase **_root, ASTBase **_sibling, ASTBase **_tail) argument
58 if ( *_tail != NULL ) (*_tail)->_right = this;
63 *_tail
72 subroot(ASTBase **_root, ASTBase **_sibling, ASTBase **_tail) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 48 milliseconds