HomeSort by relevance Sort by last modified time
    Searched defs:Function (Results 276 - 300 of 830) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
AsmPrinter.h 95 /// The current machine function.
104 /// The symbol for the current function. This is recalculated at the beginning
109 /// The symbol used to represent the start of the current function for the
135 /// If VerboseAsm is set, a pointer to the loop info for this function.
193 /// Return a unique ID for the current function.
236 // The table will contain these structs that point to the sled, the function
241 const MCSymbol *Function;
244 const class Function *Fn;
252 // Helper function to record a given XRay sled.
274 /// Emit the specified function out to the OutStreamer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 83 struct Function {
225 std::vector<Function> Functions;
255 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
304 template <> struct MappingTraits<WasmYAML::Function> {
305 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 39 Function,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
AsmPrinter.h 95 /// The current machine function.
104 /// The symbol for the current function. This is recalculated at the beginning
109 /// The symbol used to represent the start of the current function for the
135 /// If VerboseAsm is set, a pointer to the loop info for this function.
193 /// Return a unique ID for the current function.
236 // The table will contain these structs that point to the sled, the function
241 const MCSymbol *Function;
244 const class Function *Fn;
252 // Helper function to record a given XRay sled.
274 /// Emit the specified function out to the OutStreamer
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 83 struct Function {
225 std::vector<Function> Functions;
255 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Function)
304 template <> struct MappingTraits<WasmYAML::Function> {
305 static void mapping(IO &IO, WasmYAML::Function &Function);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
AsmPrinter.h 93 /// The current machine function.
102 /// The symbol for the current function. This is recalculated at the beginning
106 /// The symbol used to represent the start of the current function for the
132 /// If VerboseAsm is set, a pointer to the loop info for this function.
190 /// Return a unique ID for the current function.
232 // The table will contain these structs that point to the sled, the function
238 const MCSymbol *Function;
241 const class Function *Fn;
250 // A unique ID used for ELF sections associated with a particular function.
253 // Helper function to record a given XRay sled
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
AsmPrinter.h 93 /// The current machine function.
102 /// The symbol for the current function. This is recalculated at the beginning
106 /// The symbol used to represent the start of the current function for the
132 /// If VerboseAsm is set, a pointer to the loop info for this function.
190 /// Return a unique ID for the current function.
232 // The table will contain these structs that point to the sled, the function
238 const MCSymbol *Function;
241 const class Function *Fn;
250 // A unique ID used for ELF sections associated with a particular function.
253 // Helper function to record a given XRay sled
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
AsmPrinter.h 93 /// The current machine function.
102 /// The symbol for the current function. This is recalculated at the beginning
106 /// The symbol used to represent the start of the current function for the
132 /// If VerboseAsm is set, a pointer to the loop info for this function.
190 /// Return a unique ID for the current function.
232 // The table will contain these structs that point to the sled, the function
238 const MCSymbol *Function;
241 const class Function *Fn;
250 // A unique ID used for ELF sections associated with a particular function.
253 // Helper function to record a given XRay sled
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
AsmPrinter.h 93 /// The current machine function.
102 /// The symbol for the current function. This is recalculated at the beginning
106 /// The symbol used to represent the start of the current function for the
132 /// If VerboseAsm is set, a pointer to the loop info for this function.
190 /// Return a unique ID for the current function.
232 // The table will contain these structs that point to the sled, the function
238 const MCSymbol *Function;
241 const class Function *Fn;
250 // A unique ID used for ELF sections associated with a particular function.
253 // Helper function to record a given XRay sled
    [all...]
  /system/extras/simpleperf/scripts/
report_html.py 128 # When a callstack contains recursive function, only add for each function once.
136 function = lib.get_function(func_id)
139 function.sample_count += 1
140 function.add_reverse_callchain(callstack, i + 1, len(callstack), event_count)
143 function.build_addr_hit_map(addr, event_count if i == 0 else 0, event_count)
148 # When a callstack contains recursive function, only add for each function once.
172 function = self.functions.get(func_id)
173 if not function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
ast.py 546 class Function(Node):
583 return "Function(%s, %s, %s, %s, %s, %s, %s)" % (repr(self.decorators), repr(self.name), repr(self.argnames), repr(self.defaults), repr(self.flags), repr(self.doc), repr(self.code))
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.h 149 EFI_PXE_BASE_CODE_FUNCTION Function;
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
BdsPlatform.c 67 // Function prototypes
1085 UINTN Segment, Bus, Device, Function;
1091 Status = PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
1095 (UINT32)Bus, (UINT32)Device, (UINT32)Function, DevPathString,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c 72 @param[in] FuncNum The function number.
163 Dev->FuncNum = PciDevPath->Function;
165 AddPciDeviceNode((UINT32)BusNum, PciDevPath->Device, PciDevPath->Function, Dev);
167 BusNum = PciRead8 (PCI_LIB_ADDRESS (BusNum, PciDevPath->Device, PciDevPath->Function, NVME_PCIE_SEC_BNUM));
179 The function returns whether or not the device is Opal Locked.
317 Dispatch function for a Software SMI handler.
487 The function extracts device information from OpalDeviceList and creat SmmDeviceList used for S3.
563 UINTN Function;
611 Function = SmmDev->FuncNum;
623 Data = (UINT32)PciRead8 (PCI_LIB_ADDRESS(Bus,Device,Function,Offset));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 82 enum Function
91 PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts);
122 Function m_function;
131 PrimitiveRestartCase::PrimitiveRestartCase (Context& context, const char* name, const char* description, PrimitiveType primType, IndexType indexType, Function function, bool beginWithRestart, bool endWithRestart, bool duplicateRestarts)
135 , m_function (function)
506 // Draw with the appropriate GLES3 draw function.
686 for (int function = 0; function < (int)PrimitiveRestartCase::FUNCTION_LAST; function++
    [all...]
  /external/giflib/
gif_lib.h 56 int Function; /* The block function code */
257 int Function,
  /external/llvm/include/llvm/IR/
Function.h 1 //===-- llvm/Function.h - Class to represent a single function --*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
41 class Function : public GlobalObject, public ilist_node<Function> {
54 // Important things that make up a function!
74 /// Whether this function is materializable.
78 friend class SymbolTableListTraits<Function>;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 42 * copy the results to the user's buffer in the flush_front() function which
185 * function.
908 * Note: we can't really implement this function with gallium as
910 * mapped (and there's no OSMesaUnmapDepthBuffer() function) so
912 * actually be OK in most cases where the caller of this function
968 OSMESAproc Function;
995 return functions[i].Function;
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 193 * function. Otherwise, return NULL.
307 * Return pointer to an optimized triangle function if possible.
358 /* Override for the swrast triangle-selection function. Try to use one
828 /* Initialize device driver function table */
1024 * _mesa_add_renderbuffer() function will create a "wrapper" renderbuffer
1045 * osmesa_renderbuffer_storage() function to get called.
    [all...]
  /external/python/cpython2/Lib/compiler/
ast.py 546 class Function(Node):
583 return "Function(%s, %s, %s, %s, %s, %s, %s)" % (repr(self.decorators), repr(self.name), repr(self.argnames), repr(self.defaults), repr(self.flags), repr(self.doc), repr(self.code))
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 3 # The function specifications are generated by scanning the mamager's header file,
268 PyErr_SetString(Ctl_Error, "Tracker function in use");
296 PySys_WriteStderr("TrackControl or HandleControlClick: exception in tracker function\\n");
504 Function = OSErrWeakLinkFunctionGenerator
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 201 struct Function
203 Function(int label, const char *name, TIntermSequence *arg, TIntermTyped *ret) : label(label), name(name), arg(arg), ret(ret)
207 Function(int label, const TString &name, TIntermSequence *arg, TIntermTyped *ret) : label(label), name(name), arg(arg), ret(ret)
235 FUNCTION
292 const Function *findFunction(const TString &name);
356 std::vector<Function> functionArray;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 1 //===-- llvm/Function.h - Class to represent a single function --*- C++ -*-===//
10 // This file contains the declaration of the Function class, which represents a
11 // single function/procedure in LLVM.
13 // A function basically consists of a list of basic blocks, a list of arguments,
48 class Function : public GlobalObject, public ilist_node<Function> {
61 // Important things that make up a function!
82 /// Whether this function is materializable.
86 friend class SymbolTableListTraits<Function>;
    [all...]
  /external/syslinux/efi32/include/efi/
pci22.h 117 UINT8 Function;
  /external/syslinux/efi64/include/efi/
pci22.h 117 UINT8 Function;

Completed in 1027 milliseconds

<<11121314151617181920>>