Home
last modified time | relevance | path

Searched refs:count (Results 1 – 12 of 12) sorted by relevance

/acpica-latest/source/compiler/
Daslcompiler.l187 count (int type);
217 [ ] { count (0); }
218 [\n] { count (0); } /* Handle files with both LF and CR/LF */
219 [\r] { count (0); } /* termination on both Unix and Windows */
220 [ \t] { count (0); }
228 ";" { count (0); return(';'); }
232 "~" { count (3); return (PARSEOP_EXP_NOT); }
233 "!" { count (3); return (PARSEOP_EXP_LOGICAL_NOT); }
234 "*" { count (3); return (PARSEOP_EXP_MULTIPLY); }
235 "/" { count (3); return (PARSEOP_EXP_DIVIDE); }
[all …]
Daslsupport.l525 count ( in count() function
/acpica-latest/tests/aslts/bin/
Dcommon288 local count=0 msg=" "
291 count=$[ $count + 1 ]
295 count=$[ $count + 1 ]
299 count=$[ $count + 1 ]
303 count=$[ $count + 1 ]
307 count=$[ $count + 1 ]
311 count=$[ $count + 1 ]
315 count=$[ $count + 1 ]
319 count=$[ $count + 1 ]
322 echo "$count:$msg:"
Dsettings92 local count=0
96 count=$[ $count + 1 ]
99 return $count
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0248/
DDECL.asl211 * Reference count of Local0 is mistakenly zeroed there too.
/acpica-latest/tests/misc/
Dbadcode.asl161 // Predefined Name argument count validation
/acpica-latest/documents/
Dchanges.txt510 decrementing the reference count of the old object. Strings inside of
511 packages have a reference count of 2 so the _HID repair function leaves
643 method type, the parameter count is also recorded.
670 server firmware has revealed that this reference count can overflow on
673 a reference count to the source OperationRegion. This release solves the
674 reference count overflow for OperationRegion objects by preventing
676 count.
703 iASL: capture a method parameter count (Within the Method info segment,
958 1) Method NumArgs count does not match length of ParameterTypes list
2254 maximum loop count, and is thus more accurate and constant across
[all …]
/acpica-latest/tests/aslts/src/runtime/cntl/
Dehandle.asl774 Concatenate ("Unexpected exceptions (count ", EXC0, Local0)
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0216/
DDECL.asl51 * example with dd12 doesn't count in favour of that reason.
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/bdemo/
DDECL.asl278 * DESCRIPTION: RefOf operation doesn't increment the ref count
/acpica-latest/tests/aslts/src/runtime/collections/mt/mutex/
Dmxs.asl254 Local7 = M21E ("Incrementing count of mutex, ", Arg2, Arg3)
/acpica-latest/tests/aslts/src/runtime/collections/functional/reference/
Dref07.asl1205 * Reference count of Local0 is mistakenly zeroed there too.