Searched refs:k (Results 1 – 11 of 11) sorted by relevance
/acpica-3.7.0/tests/aslts/ |
D | Makefile.def | 154 for k in ${AMLMOD}; do \ 156 …"$(ASL)" -p $$k-extInPlace -oE $(ADD_ASLFLAGS) $(TEST_SEQUENCE_ASL_FLAGS) $$j.asl >> $(COMPILER_LO… 160 >&2 printf " [[ Error: compiling $$k.aml with externals in place failed ]]\n"; \ 161 …>&2 printf " Flags used: -p $$k-extInPlace -oE $(ADD_ASLFLAGS) $(TEST_SEQUENCE_ASL_FLAGS)… 169 for k in ${AMLMOD}; do \ 171 …"$(ASL)" -p $$k -oe -od $(COMMON_NO_OUTPUT_ASL_FLAGS) $(ADD_ASLFLAGS) $(DISASM_FLAG) $$k-extInPlac… 175 >&2 printf " [[ Error: disassembly of $$k-extInPlace.aml failed ]]\n"; \ 183 for k in ${AMLMOD}; do \ 185 …"$(ASL)" $(ADD_ASLFLAGS) $(TEST_SEQUENCE_ASL_FLAGS) $$k.dsl >> $(COMPILER_LOG) 2>> $(COMPILER_ERRO… 189 >&2 printf " [[ Error: re-compilation of $$k-$$l.dsl failed]]\n"; \ [all …]
|
/acpica-3.7.0/source/components/utilities/ |
D | utownerid.c | 181 UINT32 k; in AcpiUtAllocateOwnerId() local 219 for (k = AcpiGbl_NextOwnerIdOffset; k < 32; k++) in AcpiUtAllocateOwnerId() 234 if (!(AcpiGbl_OwnerIdMask[j] & ((UINT32) 1 << k))) in AcpiUtAllocateOwnerId() 241 AcpiGbl_OwnerIdMask[j] |= ((UINT32) 1 << k); in AcpiUtAllocateOwnerId() 244 AcpiGbl_NextOwnerIdOffset = (UINT8) (k + 1); in AcpiUtAllocateOwnerId() 252 *OwnerId = (ACPI_OWNER_ID) ((k + 1) + ACPI_MUL_32 (j)); in AcpiUtAllocateOwnerId()
|
/acpica-3.7.0/source/components/executer/ |
D | exconvrt.c | 432 UINT32 k = 0; in AcpiExConvertToAscii() local 489 String[k] = (UINT8) (ACPI_ASCII_ZERO + Remainder); in AcpiExConvertToAscii() 490 k++; in AcpiExConvertToAscii() 504 String[k] = (UINT8) in AcpiExConvertToAscii() 506 k++; in AcpiExConvertToAscii() 520 if (!k) in AcpiExConvertToAscii() 523 k = 1; in AcpiExConvertToAscii() 526 String [k] = 0; in AcpiExConvertToAscii() 527 return ((UINT32) k); in AcpiExConvertToAscii()
|
/acpica-3.7.0/source/compiler/ |
D | prutils.c | 406 for (k = 0; k < (len - 1); k++) in PrReplaceResizeSubstring() 417 for (k = 0; k < strlen (Buff); k++) in PrReplaceResizeSubstring() 419 AslGbl_MacroTokenBuffer[k] = Buff[k]; in PrReplaceResizeSubstring()
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0150/ |
D | DECL.asl | 49 * Acquire N level mutex then acquire (N+k) level mutex. 88 * Acquire N level mutex then acquire (N-k) level mutex. 119 * declared with (N+k) SyncLevel. 152 * Acquire N level mutex then call to Serialized Method declared with (N-k) SyncLevel.
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/functional/manipulation/ |
D | unicode.asl | 68 /* 00D0 */ 0x69, 0x00, 0x6A, 0x00, 0x6B, 0x00, 0x6C, 0x00, // i.j.k.l. 114 /* 00D0 */ 0x69, 0x00, 0x6A, 0x00, 0x6B, 0x00, 0x6C, 0x00, // i.j.k.l.
|
/acpica-3.7.0/tests/aslts/bin/bugstate/ |
D | ERROR_OPCODES | 17 k: TEST-RESULT area contains unexpected lexeme
|
D | bdemostabs | 191 CerrTSRESID=k
|
/acpica-3.7.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0063/ |
D | Misc.asl | 268 Local0 = ("k" + 0x000000ABCDEF0000)
|
/acpica-3.7.0/tests/misc/ |
D | grammar.asl | 8431 If (LNotEqual (Local0, 0x6B)) // 'k' 8441 If (LEqual (Local0, 0x6B)) // 'k'
|
/acpica-3.7.0/documents/ |
D | changes.txt | 16028 a new ID assigned to it. Eventually, (after 64k calls), the Owner 18652 2K at 1860 bytes (1.82k)
|