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

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 19 (* variant for function calls. *)
28 (* proto - This type represents the "prototype" for a function, which captures
30 * function takes). *)
35 (* func - This type represents a function definition itself. *)
36 type func = Function of proto * expr
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 19 (* variant for function calls. *)
31 (* proto - This type represents the "prototype" for a function, which captures
33 * function takes). *)
38 (* func - This type represents a function definition itself. *)
39 type func = Function of proto * expr
  /external/tensorflow/tensorflow/compiler/xla/tests/
floor_ceil_test.cc 34 enum Function {
41 tensorflow::gtl::ArraySlice<float> expected, Function f) {
55 void TestR0F32(float input, float expected, Function f) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 63 /// whether to rewrite a function, global variable, or global alias. Each of
72 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
SymbolRewriter.h 63 /// whether to rewrite a function, global variable, or global alias. Each of
72 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
SymbolRewriter.h 63 /// whether to rewrite a function, global variable, or global alias. Each of
72 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
SymbolRewriter.h 64 /// whether to rewrite a function, global variable, or global alias. Each of
73 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
SymbolRewriter.h 64 /// whether to rewrite a function, global variable, or global alias. Each of
73 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
SymbolRewriter.h 64 /// whether to rewrite a function, global variable, or global alias. Each of
73 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
SymbolRewriter.h 64 /// whether to rewrite a function, global variable, or global alias. Each of
73 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SymbolRewriter.h 63 /// whether to rewrite a function, global variable, or global alias. Each of
72 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
SymbolRewriter.h 63 /// whether to rewrite a function, global variable, or global alias. Each of
72 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
SymbolRewriter.h 63 /// whether to rewrite a function, global variable, or global alias. Each of
72 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
SymbolRewriter.h 64 /// whether to rewrite a function, global variable, or global alias. Each of
73 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
SymbolRewriter.h 64 /// whether to rewrite a function, global variable, or global alias. Each of
73 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
SymbolRewriter.h 64 /// whether to rewrite a function, global variable, or global alias. Each of
73 Function, /// function - descriptor rewrites a function
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
SymbolRewriter.h 64 /// whether to rewrite a function, global variable, or global alias. Each of
73 Function, /// function - descriptor rewrites a function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pyclbr.py 6 The interface consists of a single function:
34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function:
69 '''Class to represent a top-level Python function'''
176 # it's a function
177 dict[meth_name] = Function(fullmodule, meth_name,
340 elif isinstance(obj, Function):
  /prebuilts/gdb/linux-x86/lib/python2.7/
pyclbr.py 6 The interface consists of a single function:
34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function:
69 '''Class to represent a top-level Python function'''
176 # it's a function
177 dict[meth_name] = Function(fullmodule, meth_name,
340 elif isinstance(obj, Function):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 6 The interface consists of a single function:
34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function:
69 '''Class to represent a top-level Python function'''
176 # it's a function
177 dict[meth_name] = Function(fullmodule, meth_name,
340 elif isinstance(obj, Function):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 6 The interface consists of a single function:
34 A function is described by the class Function in this module.
48 __all__ = ["readmodule", "readmodule_ex", "Class", "Function"]
68 class Function:
69 '''Class to represent a top-level Python function'''
176 # it's a function
177 dict[meth_name] = Function(fullmodule, meth_name,
340 elif isinstance(obj, Function):
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcPei/
SdMmcPciHcPei.c 67 The user code starts with this function.
87 UINT16 Function;
129 for (Function = 0; Function < 8; Function++) {
130 SubClass = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, 0x0A));
131 BaseClass = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, 0x0B));
137 SlotInfo = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, SD_MMC_HC_PEI_SLOT_OFFSET));
146 PciAnd16 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_COMMAND_OFFSET), (UINT16)~(EFI_PCI_COMMAND_BUS_MASTER | EFI_PCI_COMMAND_MEMORY_SPACE));
147 PciWrite32 (PCI_LIB_ADDRESS (Bus, Device, Function, PCI_BASE_ADDRESSREG_OFFSET + 4 * Slot), 0xFFFFFFFF);
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
PciPlatform.c 110 UINTN Function;
125 PciIo->GetLocation (PciIo, &Segment, &Bus, &Device, &Function);
146 Function != mPciOptionRomTable[TableIndex].Function) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditMenuBar.h 41 MENU_ITEM_FUNCTION Function;
70 Cleanup function for a menu bar. frees all allocated memory.
78 Refresh function for the menu bar.
92 Function to dispatch the correct function based on a function key (F1...)
96 @retval EFI_NOT_FOUND The key was not a valid function key
98 @return The return value from the called dispatch function.
106 Function to dispatch the correct function based on a control-based key (ctrl+o...)
    [all...]
  /external/clang/test/CodeGen/
address-safety-attr.cpp 22 // Attributes for function defined in different source file:
110 int GENERATE_NAME(Function)(int *a) { return *a; }

Completed in 1306 milliseconds

1 23 4 5 6 7 8 91011>>