Home
last modified time | relevance | path

Searched refs:index (Results 1 – 25 of 70) sorted by relevance

123

/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0242/
DDECL.asl55 Debug = "ERROR: Acquire T000 (Level 0, index 0)"
60 Debug = "Ok: Acquire T000 (Level 0, index 0)"
66 Debug = "ERROR: Acquire T001 (Level 0, index 1)"
71 Debug = "Ok: Acquire T001 (Level 0, index 1)"
77 Debug = "ERROR: Acquire T002 (Level 0, index 2)"
82 Debug = "Ok: Acquire T002 (Level 0, index 2)"
88 Debug = "ERROR: Acquire T003 (Level 0, index 3)"
93 Debug = "Ok: Acquire T003 (Level 0, index 3)"
97 Debug = "Release T000 (Level 0, index 0)"
101 Debug = "Release T001 (Level 0, index 1)"
[all …]
/acpica-latest/tests/aslts/bin/
Ddiffproc368 local rval=0 index=0 index_of_last_found=0 length=0
382 ARRAY[$index]="$line"
383 index=$[ $index + 1 ]
386 length=$index
405 index=$index_of_last_found
409 if [ "$index" -ge "$length" ]; then
413 line="${ARRAY[$index]}"
414 index=$[ $index + 1 ]
417 index_of_last_found=$index
Dcommon449 local x index=1
453 x=`echo "$1" | cut -c "$index"`
458 ((index=index+1))
488 index=1
492 x=`echo "$2" | cut -c "$index"`
502 ((index=index+1))
/acpica-latest/tests/aslts/bin/bugstate/
Dbdemosconc64 index=0
68 if [[ $index -ge $MAXBDEMO ]]; then
72 echo "$index${SUMMARY[$index]}"
74 index=$[ $index + 1 ]
Dbdemossum117 index=0
121 if [[ $index -ge $MAXBDEMO ]]; then
125 echo "${SUMMARY[$index]}"
127 index=$[ $index + 1 ]
Dbdemostabs1132 index=0
1135 if [[ $index -ge $MAXBDEMO ]]; then
1138 echo "${SUMMARY[$index]}"
1139 index=$[ $index + 1 ]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0243/
DDECL.asl47 Debug = "!!!!!!!! ERROR 0: Acquire T500 (Level 5, index 0)"
52 Debug = "Ok: Acquired T500 (Level 5, index 0)"
61 Debug = "!!!!!!!! ERROR 1: Acquire T600 (Level 6, index 0)"
66 Debug = "Ok: Acquired T600 (Level 6, index 0)"
72 Debug = "Release T500 (Level 5, index 0)"
85 Debug = "!!!!!!!! ERROR 3: Acquire T700 (Level 7, index 0)"
90 Debug = "Ok: Acquired T700 (Level 7, index 0)"
97 Debug = "Releasing the mutex of the current level: T700 (Level 7, index 0)"
106 Debug = "Releasing mutex of level 6: T600 (Level 6, index 0)"
111 Debug = "Releasing mutex of level 5: T500 (Level 5, index 0)"
/acpica-latest/source/components/utilities/
Dutclib.c810 UINT32 index; in strtoul() local
902 index = (UINT32) ((UINT8) *String - '0'); in strtoul()
906 index = (UINT32) toupper (*String); in strtoul()
907 if (isupper (index)) in strtoul()
909 index = index - 'A' + 10; in strtoul()
917 if (index >= Base) in strtoul()
926 if (ReturnValue > ((ACPI_UINT32_MAX - (UINT32) index) / in strtoul()
935 ReturnValue += index; in strtoul()
/acpica-latest/tests/aslts/src/runtime/cntl/
Dcommon.asl169 * An "absolute index of file reporting error" used for reporting errors
171 * (files of TCLD type tests). It is not even an index of file as such in this
211 Name (ERR0, 0x00) /* Absolute index of file initiating the checking */
223 * arg0 - absolute index of file initiating the checking
225 * arg2 - index of checking (inside the file)
241 * "index of checking" in the same file. It is more
253 * Don't attempt to set up the zero "index of checking"
312 /* Current index of tests collection */
486 * arg0 - absolute index of file initiating the checking
504 * arg1 - index of tests collection
[all …]
Dehandle.asl764 * arg1 - absolute index of file initiating the checking
822 * arg2 - index of exception info in pf00 Package
823 * arg3 - absolute index of file initiating the checking
1018 * arg2 - absolute index of file initiating the checking
1019 * arg3 - index of checking
1053 * arg2 - index of exception info in pf00 Package
1054 * arg3 - absolute index of file initiating the checking
1055 * arg4 - index of checking
/acpica-latest/tests/aslts/src/runtime/common/
Ddatastproc.asl35 /* arg2 - absolute index of file initiating the checking */
52 /* arg2 - absolute index of file initiating the checking */
69 /* arg2 - absolute index of file initiating the checking */
92 /* arg2 - absolute index of file initiating the checking */
129 /* arg2 - absolute index of file initiating the checking */
146 /* arg2 - absolute index of file initiating the checking */
163 /* arg2 - absolute index of file initiating the checking */
186 /* arg2 - absolute index of file initiating the checking */
222 /* arg2 - absolute index of file initiating the checking */
247 /* arg2 - absolute index of file initiating the checking */
/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/
Dmutex_proc.asl604 * Acquire the range of mutexes from lower to upper levels (index 0)
651 * Release the range of mutexes from upper to lower levels (index 0)
705 * arg2 - start index of mutex on level
715 Name (LPN1, 0x00) /* index */
778 * arg2 - start index of mutex on level
787 * [1] - 0 - don't replace the last index
788 * 1 - replace the last index
789 * [15:8] - the index of mutex to be the last in case of non-zero [1]
802 * 22 - 0132 (direct + replace the last index, it becomes index 2)
803 * 23 - 3102 (inverse + replace the last index, it becomes index 2)
[all …]
/acpica-latest/tests/aslts/
DHOW_TO_USE149 " index : 000000000000001A"
152 " index : 0000000000000017"
176 " index : Index of error inside that file where err() was invoked
177 (each invocation of err() differs with its index)
180 " index : Index of the checking inside the file "CHECKING, file"
205 and reported by invoking err(..,index,..)
223 f - Absolute index of the file reporting the error
225 z - Absolute index of the file initiating the checking
229 1) in case of TCLD tests there is an index of bug stored (max 600)
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/roptional/
Droptional.asl716 /* Retrieve index of the verified Operator */
1666 /* Retrieve index of the verified Operator */
2026 /* index of the Operator */
2105 /* index of the Operator */
2186 /* index of the Operator */
2265 /* index of the Operator */
2346 /* index of the Operator */
2425 /* index of the Operator */
2506 /* index of the Operator */
2585 /* index of the Operator */
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0304/
DDECL.asl47 Name (IX00, 0x00) /* total index of current call */
48 Name (IND1, 0x00) /* index of call to m100 */
49 Name (IND2, 0x00) /* index of call to m200 */
50 Name (IND3, 0x00) /* index of call to m300 */
51 Name (IND4, 0x00) /* index of call to m400 */
125 IX00++ /* total index */
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/
DPkgsHierarchy.asl68 * arg3 - index of elements of pkg-nodes of arg0 to be pointed to by ref
72 Name(ind0, 0) // cur index of element of arg1-Package where to store ref
133 * arg2 - index in arg0-pkg-nodes where to store reference
196 * arg3 - start index in arg1 where to store references
303 * arg2 - level + index inside level of source pkg-node
304 * arg3 - level + index inside level of target pkg-node
316 Name(ins0, 0) // index inside level of source pkg-node
318 Name(int0, 0) // index inside level of target pkg-node
411 * arg3 - start index of location of references in pkg-nodes
412 * arg4 - level of arg0 + index inside level of arg0
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/functional/control/Recursion/
Drecursion.asl194 Name(ix00, 0) // total index of current call
195 Name(ind1, 0) // index of call to m100
196 Name(ind2, 0) // index of call to m200
197 Name(ind3, 0) // index of call to m300
198 Name(ind4, 0) // index of call to m400
253 Increment(ix00) // total index
632 Name(ix00, 0) // total index of current call
633 Name(ind1, 0) // index of call to m100
634 Name(ind2, 0) // index of call to m200
635 Name(ind3, 0) // index of call to m300
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/functional/reference/
Dref00.asl38 SEE: see everywhere "index of checking" and z0XX - through all ref files: corresponds?!!!!!!!!!
48 /* arg3 - index of checking (inside the file) */
232 /* arg3 - index of the Object inside the last Package */
235 /* arg6 - index of checking (inside the file) */
484 /* arg1 - index of checking (inside the file) */
536 * arg5 - c081 - absolute index of file initiating the checking
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/
Drexplicitconv.asl647 /* Retrieve index of the verified Explicit conversion Operator */
1133 /* Retrieve index of the verified Explicit conversion Operator */
1334 /* index of the Operator */
1411 /* index of the Operator */
1490 /* index of the Operator */
1567 /* index of the Operator */
1646 /* index of the Operator */
1723 /* index of the Operator */
1802 /* index of the Operator */
1880 /* index of the Operator */
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/common/
Dproc.asl37 * arg3 - index of area to be written
285 * arg3 - index of area to be written
287 * arg5 - index of element of Package to be verified
381 * arg3 - index of checking
382 * arg4 - index of checking
/acpica-latest/source/compiler/
Daslcompiler.l828 unsigned int index = 0;
830 while (!isdigit ((int) AslCompilertext[index]))
832 index++;
841 memcpy (s, AslCompilertext + index, ASL_ERROR_CODE_LENGTH);
/acpica-latest/tests/aslts/src/runtime/collections/mt/mutex/
Dcommon.asl40 * and its calculated unique index between all the threads participating in
43 * Control Thread - the thread with index equal to 0
44 * Worker Threads - all other threads with the non-zero index
151 * The thread of i-th index takes the command from the
266 * The thread of i-th index takes the arguments from the
275 * p202 - starting index of mutex (on the specified level)
360 * arg3 - cammand - index of the test strategy to be
491 * In result each thread knows its ID and calculated its index
534 Debug = "Calculating index of thread"
615 /* Calculate index of thread */
[all …]
Dservice.asl66 * arg3 - start index
68 * 0 - everywhere from index to the end of buffer
137 * (adds index of thread and reports the message)
262 * arg1 - index
613 * arg1 - index of element
Dtests.asl457 * arg6 - index of thread according to the test scenario
1071 /* The same index of mutexes */
1767 Name (LPN1, 0x00) /* index-thread */
1769 Name (INDT, 0x00) /* index of thread */
1852 /* 1. Thread thr-i Acquires successfully mutex M0 of (i-1)-th index for N times */
1941 Name (LPN1, 0x00) /* index-thread */
1943 Name (INDT, 0x00) /* index of thread */
2000 /* Thread thr-i Acquires successfully mutex M0 of (i-1)-th index for N times */
2044 Name (LPN1, 0x00) /* index */
2049 THR2 = M115 (Arg0) /* thread with the greatest index */
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/functional/bfield/
Dcrbuffield.asl129 /* <index of bit>, */
316 /* <index of byte>, */
524 /* <index of byte>, */
751 /* <index of byte>, */
986 /* <index of byte>, */
1408 /* <index of bit>, */
1494 /* <index of bit>, */
1520 /* index of the first byte of field in the buffer */
1523 /* index of the last byte of field in the buffer */
1698 /* - <first index of bit>, */

123