HomeSort by relevance Sort by last modified time
    Searched defs:Return (Results 1 - 25 of 221) sorted by null

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
uldivmod.c 26 UINT64 Return;
28 Return = __udivsi3 (numerator, denominator);
29 Return |= LShiftU64 (__umodsi3 (numerator, denominator), 32);
31 return Return;
37 return __udivsi3 (n, d);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Ascii/
Sprint.c 87 UINTN Return;
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
94 return Return;
143 return Index++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/
Sprint.c 87 UINTN Return;
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
94 return Return;
143 return Index++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Ascii/
Sprint.c 87 UINTN Return;
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
94 return Return;
143 return Index++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/Unicode/
Sprint.c 87 UINTN Return;
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
94 return Return;
143 return Index++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Ascii/
SPrint.c 87 UINTN Return;
91 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
94 return Return;
143 return Index++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/
SPrint.c 87 UINTN Return;
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
94 return Return;
143 return Index++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Ascii/
SPrint.c 86 UINTN Return;
90 Return = UnicodeVSPrint (Buffer, BufferSize, Format, Marker);
93 return Return;
141 return Index++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
Print.c 93 UINTN Return;
97 Return = VSPrint (Buffer, BufferSize, Format, Marker);
100 return Return;
145 return 0;
147 return PrintProtocol->VSPrint (
StdErr.c 89 UINTN Return;
101 return 0;
122 Return = VSPrint (Buffer, sizeof (Buffer), UnicodeFormat, Marker);
136 return Return;
164 UINTN Return;
176 return 0;
184 Return = VSPrint (Buffer, sizeof (Buffer), UnicodeFormat, Marker);
198 return Return;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/Unicode/
SPrint.c 87 UINTN Return;
91 Return = AvSPrint (Buffer, BufferSize, Format, Marker);
94 return Return;
143 return Index++;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DivU64x64Remainder.S 76 jecxz Return
80 jecxz Return
85 Return:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DivU64x64Remainder.S 74 jecxz Return # return if Remainder == NULL
78 jecxz Return
83 Return:
  /external/libunwind/doc/
unw_backtrace.tex 8 \begin{Name}{3}{unw\_backtrace}{David Mosberger-Tang}{Programming Library}{unw\_backtrace}unw\_backtrace -- return backtrace for the calling program
35 \section{Return Value}
38 \Var{buffer}. The return value may be zero to indicate that no addresses were
unw_init_local.tex 46 \section{Return Value}
unw_init_remote.tex 41 \section{Return Value}
unw_resume.tex 25 \Func{unw\_resume}() does not return in this case. Restoring the
40 for local unwinding, \Func{unw\_resume} will always return for remote
61 \section{Return Value}
63 For local unwinding, \Func{unw\_resume}() does not return on success.
unw_strerror.tex 22 \section{Return Value}
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
StdErr.c 89 UINTN Return;
101 return 0;
122 Return = VSPrint (Buffer, sizeof (Buffer), UnicodeFormat, Marker);
136 return Return;
164 UINTN Return;
176 return 0;
184 Return = VSPrint (Buffer, sizeof (Buffer), UnicodeFormat, Marker);
198 return Return;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
Exit.c 41 CONST CHAR16 *Return;
69 // return the specified error code
71 Return = ShellCommandLineGetRawValue(Package, 1);
72 if (Return != NULL) {
73 Status = ShellConvertStringToUint64(Return, &RetVal, FALSE, FALSE);
75 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellLevel1HiiHandle, L"exit", Return);
95 return (ShellStatus);
  /external/libbrillo/brillo/dbus/
dbus_method_response.h 77 // is expected to return.
85 // of return values to be sent to the caller.
86 inline void Return(const Types&... return_values) {
  /external/pdfium/fxjs/
cjs_return.h 20 bool HasError() const { return is_error_; }
21 WideString Error() const { return error_; }
23 bool HasReturn() const { return !return_.IsEmpty(); }
24 v8::Local<v8::Value> Return() const { return return_; }
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_manager_wrapper.cc 28 return static_cast<UdpSocketManager*>(new UdpSocket2ManagerWindows());
30 return new UdpSocketManagerPosix();
46 return impl;
52 return UdpSocketManager::StaticInstance(kAddRef, id, numOfWorkThreads);
55 void UdpSocketManager::Return()
68 return _numOfWorkThreads;
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg.go 32 // The CFG does contain Return statements; even implicit returns are
57 // The entry point is Blocks[0]; there may be multiple return blocks.
65 // A block may have 0-2 successors: zero for a return block or a block
74 unreachable bool // is block of stmts following return/panic/for{}
82 // call may return. For example, calls to panic, os.Exit, and log.Fatal
83 // do not return, so the builder can remove infeasible graph edges
95 // Make implicit return explicit.
98 Return: body.End() - 1,
102 return b.cfg
106 return fmt.Sprintf("block %d (%s)", b.index, b.comment
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg.go 32 // The CFG does contain Return statements; even implicit returns are
57 // The entry point is Blocks[0]; there may be multiple return blocks.
65 // A block may have 0-2 successors: zero for a return block or a block
74 unreachable bool // is block of stmts following return/panic/for{}
82 // call may return. For example, calls to panic, os.Exit, and log.Fatal
83 // do not return, so the builder can remove infeasible graph edges
95 // Make implicit return explicit.
98 Return: body.End() - 1,
102 return b.cfg
106 return fmt.Sprintf("block %d (%s)", b.index, b.comment
    [all...]

Completed in 260 milliseconds

1 2 3 4 5 6 7 8 9