Searched refs:max0 (Results 1 – 6 of 6) sorted by relevance
/acpica-latest/tests/aslts/src/runtime/collections/functional/control/Recursion/ |
D | recursion.asl | 70 Name(max0, 0) // maximal number of methods being in progress simultaneously 85 if (LGreater(cnt0, max0)) { 86 Store(cnt0, max0) 159 Concatenate("Maximal number of methods being in progress simultaneously ", max0, Debug) 162 if (LNotEqual(max0, 45)) { 163 err(ts, z177, __LINE__, 0, 0, max0, 45) 191 Name(max0, 0) // maximal number of methods being in progress simultaneously 230 if (LGreater(cnt0, max0)) { 231 Store(cnt0, max0) 423 Concatenate("Maximal number of methods being in progress simultaneously ", max0, Debug) [all …]
|
D | stack_overflow.asl | 382 Name(max0, 246) 388 Store(max0, Local0)
|
/acpica-latest/tests/aslts/bin/ |
D | asltsrun | 381 local max0=0 max1=0 max2=0 max3=0 max4=0 max5=0 394 …echo "|$2|$cnt|$pass|$fail|$skip|$start|$finish|$total|$outstand0|$blck|$memtotal|$max0|$max1|$max… 422 max0=`echo "$line" | awk -F" " '{print $10}'` 424 max0=$[ 0 + 0x$max0 ] 585 local max0=0 max1=0 max2=0 max3=0 max4=0 max5=0 634 max0=`echo "$1" | awk -F"|" '{print $13}'` 640 multi_log " Maximum occupied : $max0(Kb) $max1 $max2 $max3 $max4 $max5"
|
D | diffproc | 290 report_mem_stat_cmp "$3" max0 $max00 $max10
|
D | README | 107 …echo "|$2|$cnt|$pass|$fail|$skip|$start|$finish|$total|$outstand0|$blck|$memtotal|$max0|$max1|$max…
|
/acpica-latest/tests/aslts/src/runtime/collections/mt/mutex/ |
D | tests.asl | 1825 * Note: maximum for lls0 is max0 here but it can be diminished 1975 * Note: maximum for lls0 is max0 here but it can be diminished
|