Searched defs:Output (Results 1 - 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Rand/
H A DCryptRandNull.c48 @param[out] Output Pointer to buffer to receive random value.
57 OUT UINT8 *Output,
56 RandomBytes( OUT UINT8 *Output, IN UINTN Size ) argument
H A DCryptRand.c79 If Output is NULL, then return FALSE.
81 @param[out] Output Pointer to buffer to receive random value.
91 OUT UINT8 *Output,
98 if (Output == NULL || Size > INT_MAX) {
105 if (RAND_bytes (Output, (UINT32) Size) != 1) {
90 RandomBytes( OUT UINT8 *Output, IN UINTN Size ) argument
H A DCryptRandItc.c87 If Output is NULL, then return FALSE.
89 @param[out] Output Pointer to buffer to receive random value.
99 OUT UINT8 *Output,
106 if (Output == NULL || Size > INT_MAX) {
113 if (RAND_bytes (Output, (UINT32) Size) != 1) {
98 RandomBytes( OUT UINT8 *Output, IN UINTN Size ) argument
H A DCryptRandTsc.c87 If Output is NULL, then return FALSE.
89 @param[out] Output Pointer to buffer to receive random value.
99 OUT UINT8 *Output,
106 if (Output == NULL || Size > INT_MAX) {
113 if (RAND_bytes (Output, (UINT32) Size) != 1) {
98 RandomBytes( OUT UINT8 *Output, IN UINTN Size ) argument
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/
H A DCryptRandNull.c48 @param[out] Output Pointer to buffer to receive random value.
57 OUT UINT8 *Output,
56 RandomBytes( OUT UINT8 *Output, IN UINTN Size ) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
H A DbgenOutput.py0 """Output primitives for the binding generator classes.
57 def Output(format = "", *args): function
97 """Combine Output() followed by IndentLevel().
105 """Combine Output() followed by DedentLevel().
113 """Like Output, but add a '{' and increase the indentation level.
127 Output("}")
130 """Output a header comment using a given dash character."""
132 Output()
133 Output("/* %s %s %s */", dash * (n/2), text, dash * (n - n/2))
134 Output()
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A DStringFuncs.c144 STRING_LIST *Output; local
153 Output = NewStringList ();
172 AppendCopyOfStringToList (&Output, Pos);
178 return Output;
H A DEfiCompress.c161 Output (
906 Output(mText[mPos - 1], 0);
913 Output(LastMatchLen + (UINT8_MAX + 1 - THRESHOLD),
1176 Output ( function
H A DTianoCompress.c168 Output (
971 Output (mText[mPos - 1], 0);
977 Output (mText[mPos - 1], 0);
984 Output (
1292 Output ( function
/device/google/contexthub/util/nanotool/
H A Dlog.cpp135 Log::logger_->Output(prefix);
136 Log::logger_->Output(format, arg_list);
137 Log::logger_->Output("\n");
140 void PrintfLogger::Output(const char *str) { function in class:android::PrintfLogger
144 void PrintfLogger::Output(const char *format, va_list arg_list) { function in class:android::PrintfLogger
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dluac.c31 static char Output[]={ OUTPUT }; /* default output file name */ variable
32 static const char* output=Output; /* actual output file name */
63 ,progname,Output);
107 argv[--i]=Output;
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
H A DOrderedCollectionTest.c47 static FILE *Input, *Output; variable
156 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value);
189 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value);
214 fprintf (Output, "%s: %d\n", __FUNCTION__, UserStruct->Key.Value);
236 fprintf (Output, "%s: %d\n", __FUNCTION__, UserStruct->Key.Value);
261 fprintf (Output, "%s: %d: calloc(): out of memory\n", __FUNCTION__, Value);
270 fprintf (Output, "%s: %d: OrderedCollectionInsert(): out of memory\n",
278 fprintf (Output, "%s: %d: already exists\n", __FUNCTION__,
288 fprintf (Output, "%s: %d: inserted\n", __FUNCTION__, Value);
318 fprintf (Output, "
[all...]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DConnect.c110 @param[in] Output TRUE to have info on the screen, FALSE otherwise.
111 @param[in] AlwaysOutput Override Output for errors.
120 IN CONST BOOLEAN Output,
162 if ((Output && !EFI_ERROR(Status)) || AlwaysOutput) {
171 if ((Output && !EFI_ERROR(Status)) || AlwaysOutput) {
349 @param[in] Output TRUE to have output to screen. FALSE otherwise.
358 IN CONST BOOLEAN Output
391 return (ConnectControllers(Handle1, Handle2, Recursive, Output, (BOOLEAN)(Handle2 != NULL && Handle1 != NULL)));
116 ConnectControllers( IN CONST EFI_HANDLE ControllerHandle OPTIONAL, IN CONST EFI_HANDLE DriverHandle OPTIONAL, IN CONST BOOLEAN Recursive, IN CONST BOOLEAN Output, IN CONST BOOLEAN AlwaysOutput ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
H A DEfiCompress.c171 Output (
909 Output(mText[mPos - 1], 0);
916 Output(LastMatchLen + (UINT8_MAX + 1 - THRESHOLD),
1179 Output ( function
H A DTianoCompress.c187 Output (
984 Output (mText[mPos - 1], 0);
990 Output (mText[mPos - 1], 0);
997 Output (
1305 Output ( function
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIke.h206 UDP_IO *Output; member in struct:__anon9591
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c796 Output (mText[mPos - 1], 0);
802 Output (mText[mPos - 1], 0);
809 Output (
1118 Output ( function
1599 FileBuffer - Output buffer to contain data
1851 Error (NULL, 0, 1003, "Invalid option value", "Output File name is missing for -o option");
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp337 IN FILE *Output,
346 if (Output == NULL) {
353 fwrite (PkgHdr, sizeof (EFI_HII_PACKAGE_HEADER), 1, Output);
359 fwrite (Buffer, Size, 1, Output);
363 fwrite (PkgData->Buffer, PkgData->Size, 1, Output);
336 BuildPkg( IN FILE *Output, IN PACKAGE_DATA *PkgData ) argument
H A DVfrUtilityLib.cpp397 CVfrBinaryOutput Output; local
416 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&TotalLen, sizeof (UINT32));
420 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mOffset, sizeof (UINT16));
421 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mWidth, sizeof (UINT16));
434 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&TotalLen, sizeof (UINT32));
438 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mOffset, sizeof (UINT16));
439 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)&Info->mWidth, sizeof (UINT16));
441 Output.WriteEnd (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)Info->mValue, Info->mWidth);
443 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (CHAR8 *)Info->mValue, Info->mWidth);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrUtilityLib.cpp474 CVfrBinaryOutput Output; local
493 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (INT8 *)&TotalLen, sizeof (UINT32));
497 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (INT8 *)&Info->mOffset, sizeof (UINT16));
498 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (INT8 *)&Info->mWidth, sizeof (UINT16));
511 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (INT8 *)&TotalLen, sizeof (UINT32));
515 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (INT8 *)&Info->mOffset, sizeof (UINT16));
516 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (INT8 *)&Info->mWidth, sizeof (UINT16));
518 Output.WriteEnd (pFile, BYTES_PRE_LINE, " ", (INT8 *)Info->mValue, Info->mWidth);
520 Output.WriteLine (pFile, BYTES_PRE_LINE, " ", (INT8 *)Info->mValue, Info->mWidth);

Completed in 159 milliseconds