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

12 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableExLib.c 21 If VariableName is an empty string, then we just return the first
61 return Status;
74 return EFI_SUCCESS;
81 If VariableName is an empty string, then we just return the first
121 return Status;
136 return EFI_SUCCESS;
160 return UpdateVariable (
197 return EFI_UNSUPPORTED;
201 return EFI_SUCCESS;
231 BOOLEAN Return;
    [all...]
  /external/clang/utils/TableGen/
ClangCommentCommandInfoEmitter.cpp 67 std::string Return;
68 raw_string_ostream(Return) << "return &Commands[" << i << "];";
69 Matches.emplace_back(std::move(Name), std::move(Return));
75 OS << " return nullptr;\n"
106 return Mangled;
  /external/libunwind/doc/
unw_flush_cache.tex 34 \section{Return Value}
37 return a value.
unw_get_accessors.tex 30 \section{Return Value}
unw_get_fpreg.tex 37 \section{Return Value}
55 In addition, \Func{unw\_get\_fpreg}() may return any error returned by
unw_get_proc_info.tex 23 return the information. The \Type{unw\_proc\_info\_t} has the
61 may return an undefined value in this member. \\
67 may return an undefined value in this member.\\
74 may return an undefined value in this member.\\
84 \section{Return Value}
105 In addition, \Func{unw\_get\_proc\_info}() may return any error
unw_get_proc_info_by_ip.tex 34 type \Type{unw\_proc\_info\_t} which is used to return the info.
50 \section{Return Value}
71 In addition, \Func{unw\_get\_proc\_info}() may return any error
unw_get_proc_name.tex 22 that is at least \Var{len} bytes long. This buffer is used to return
24 word that is used to return the byte-offset of the instruction-pointer
29 return a value of 0x80 in the word pointed to by \Var{offp} (assuming
37 may return the name of a label or a preceeding (nearby) procedure.
43 \section{Return Value}
65 In addition, \Func{unw\_get\_proc\_name}() may return any error
unw_get_reg.tex 38 \section{Return Value}
56 In addition, \Func{unw\_get\_reg}() may return any error returned by
unw_getcontext.tex 40 \section{Return Value}
unw_is_fpreg.tex 25 \section{Return Value}
unw_is_signal_frame.tex 32 \section{Return Value}
unw_regname.tex 25 \section{Return Value}
unw_set_caching_policy.tex 48 \section{Return Value}
unw_set_fpreg.tex 37 \section{Return Value}
57 In addition, \Func{unw\_set\_fpreg}() may return any error returned by
unw_set_reg.tex 38 \section{Return Value}
58 In addition, \Func{unw\_set\_reg}() may return any error returned by
unw_step.tex 22 \section{Return Value}
50 In addition, \Func{unw\_step}() may return any error returned by the
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PointerUnion.h 24 typedef T Return;
29 /// typedef typename PointerUnionTypeSelector<T1, T2, EQ, NE>::Return Ret;
34 typedef typename PointerUnionTypeSelectorReturn<RET_NE>::Return Return;
39 typedef typename PointerUnionTypeSelectorReturn<RET_EQ>::Return Return;
45 typedef typename PointerUnionTypeSelector<T1, T2, RET_EQ, RET_NE>::Return
46 Return;
54 static inline void *getAsVoidPointer(void *P) { return P; }
55 static inline void *getFromVoidPointer(void *P) { return P;
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method_type.h 24 typedef typename Traits::Return Return;
56 return ElementForType<MethodType, MethodTypes...>::Index;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.S 460 Return:
666 # Create return context for iret in stub function
688 jmp Return
  /external/llvm/lib/Target/AArch64/
AArch64CallLowering.cpp 34 MachineInstr *Return = MIRBuilder.buildInstr(AArch64::RET_ReallyLR);
35 assert(Return && "Unable to build a return instruction?!");
37 assert(((Val && VReg) || (!Val && !VReg)) && "Return value without a vreg");
43 // Set the insertion point to be right before Return.
44 MIRBuilder.setInstr(*Return, /* Before */ true);
48 assert(Copy->getNextNode() == Return &&
50 MachineInstrBuilder(MIRBuilder.getMF(), Return)
53 return true;
103 return true
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCCState.h 121 bool Return = CCState::CheckReturn(ArgsFlags, Fn);
124 return Return;
127 bool WasOriginalArgF128(unsigned ValNo) { return OriginalArgWasF128[ValNo]; }
129 return OriginalArgWasFloat[ValNo];
131 bool IsCallOperandFixed(unsigned ValNo) { return CallOperandIsFixed[ValNo]; }
132 SpecialCallingConvType getSpecialCallingConv() { return SpecialCallingConv; }
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/Ipf/
PcatIo.c 72 return EFI_INVALID_PARAMETER;
81 return EFI_INVALID_PARAMETER;
85 return EFI_INVALID_PARAMETER;
89 return EFI_INVALID_PARAMETER;
94 return EFI_INVALID_PARAMETER;
153 return EFI_SUCCESS;
175 return EFI_INVALID_PARAMETER;
184 return EFI_INVALID_PARAMETER;
188 return EFI_INVALID_PARAMETER;
192 return EFI_INVALID_PARAMETER;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
Print.c 117 UINTN Return;
121 Return = VSPrint (Buffer, BufferSize, Format, Marker);
124 return Return;
188 // If carage return add line feed
381 return &Buffer[Index] - StartOfBuffer;
433 return Size - 1;
480 return Size - 1;
558 return Size - 1;
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
SerialIo.c 60 Parse the F reply packet and extract the return value and an ErrNo if it exists.
66 @retval other Return the return code from the F reply packet
79 return -1;
88 return RetCode;
96 return RetCode;
103 return RetCode;
186 return RetCode;
266 return RetCode;
285 return EFI_SUCCESS;
    [all...]

Completed in 508 milliseconds

12 3 4 5 6 7 8 9