Home
last modified time | relevance | path

Searched refs:maxDepth (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py659 maxDepth = 0
679 if depth > maxDepth:
680 maxDepth = depth
682 print depth, maxDepth
683 return maxDepth
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dmrhoist.c793 void MR_pred_depth(Predicate *p,int *maxDepth) in MR_pred_depth() argument
795 void MR_pred_depth(p,maxDepth) in MR_pred_depth()
797 int *maxDepth;
803 if (p->k > *maxDepth) *maxDepth=p->k;
805 MR_pred_depth(p->down,maxDepth);
806 MR_pred_depth(p->right,maxDepth);
Dfset2.c1842 int maxDepth; local
1891 maxDepth=MR_AmbAidDepth;
1893 maxDepth=LL_k;
1896 for (depth=1 ; depth <= maxDepth; depth++) {
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp2092 vkStream->write((float*)&forMarshaling->maxDepth, sizeof(float)); in marshal_VkViewport()
2104 vkStream->read((float*)&forUnmarshaling->maxDepth, sizeof(float)); in unmarshal_VkViewport()