Searched defs:depth1 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c1435 int depth1=1; /* const int */ local
1508 plainSet=MR_First(depth1,jList[i],&incomplete);
1509 MR_complete_set(depth1,&plainSet,&incomplete);
/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c2888 int depth1, depth2; local
2963 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
2966 depth1++;
2977 while (depth1 > depth2) {
2978 depth1--;
2981 while (depth2 > depth1) {
3037 int depth1, depth2; local
3255 for (depth1 = 0, cur = node1;cur->parent != NULL;cur = cur->parent) {
3258 depth1++;
3269 while (depth1 > depth
[all...]

Completed in 64 milliseconds