Searched refs:Actual (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/compiler/
H A Daslfiles.c210 UINT32 Actual; local
215 Actual = fread (Buffer, 1, Length, Gbl_Files[FileId].Handle);
216 if (Actual != Length)
254 UINT32 Actual; local
259 Actual = fwrite ((char *) Buffer, 1, Length, Gbl_Files[FileId].Handle);
260 if (Actual != Length)
289 INT32 Actual; local
295 Actual = vfprintf (Gbl_Files[FileId].Handle, Format, Args);
298 if (Actual == -1)
H A Daslerror.c163 int Actual; local
263 Actual = fseek (SourceFile, (long) Enode->LogicalByteOffset,
265 if (Actual)
415 * CurrentLineNumber - Actual file line number
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/common/
H A Dadfile.c115 * RETURN: Actual number of bytes written
128 ACPI_SIZE Actual; local
138 Actual = fwrite (Buffer, (size_t) Length, 1, fp);
140 return ((INT32) Actual);
/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/debugger/
H A Ddbfileio.c247 UINT32 Actual; local
345 Actual = fread (*Table, 1, (size_t) FileSize, fp);
346 if (Actual == FileSize)
365 if (Actual > 0)
368 FileSize, Actual);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/alpha/
H A Dlib1funcs.asm262 /* Actual divide. Could be optimized with unrolling. */
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dia64-mont.pl491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt

Completed in 103 milliseconds