/external/eigen/lapack/ |
dlarfg.f | 23 * .. Scalar Arguments .. 27 * .. Array Arguments .. 58 * Arguments: 114 * .. Scalar Arguments .. 118 * .. Array Arguments ..
|
slarf.f | 23 * .. Scalar Arguments .. 28 * .. Array Arguments .. 48 * Arguments: 132 * .. Scalar Arguments .. 137 * .. Array Arguments ..
|
zlarf.f | 23 * .. Scalar Arguments .. 28 * .. Array Arguments .. 52 * Arguments: 136 * .. Scalar Arguments .. 141 * .. Array Arguments ..
|
zlarfg.f | 23 * .. Scalar Arguments .. 27 * .. Array Arguments .. 58 * Arguments: 114 * .. Scalar Arguments .. 118 * .. Array Arguments ..
|
slamch.f | 13 * .. Scalar Arguments .. 26 * Arguments: 75 * .. Scalar Arguments .. 177 * .. Scalar Arguments ..
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteConnection.java | 123 Arguments parsedArgs = null; 144 parsedArgs = new Arguments(args); 339 static class Arguments { 390 * Whether the current arguments constitute an ABI list query. 424 Arguments(String args[]) throws IllegalArgumentException { 429 * Parses the commandline arguments intended for the Zygote spawner 517 // Duplicate --rlimit arguments are specifically allowed. 592 throw new IllegalArgumentException("Unexpected arguments after --query-abi-list."); 597 "Unexpected arguments after --preload-package."); 621 * a) a count of arguments (argc, in essence [all...] |
RuntimeInit.java | 304 final Arguments args = new Arguments(argv); 309 // Remaining arguments are passed to the start class's static main 377 static class Arguments { 381 /** all following arguments */ 389 Arguments(String args[]) throws IllegalArgumentException { 394 * Parses the commandline arguments intended for the Runtime. 421 * Helper class which holds a method and arguments and can call them. This is used as part of
|
/frameworks/compile/slang/ |
slang_rs_reflection_cpp.cpp | 272 ArgumentList Arguments; 277 Arguments.push_back(Argument(kAllocationSp, (*BI)->getName())); 281 Arguments.push_back(Argument(kAllocationSp, "aout")); 291 Arguments.push_back(Argument(rtd.type->c_name, (*i)->getName())); 294 genArguments(Arguments, FunctionStart.length()); 322 ArgumentList Arguments; 330 Arguments.push_back(Argument(kAllocationSp, "ain")); 334 Arguments.push_back(Argument(kAllocationSp, "aout")); 344 Arguments.push_back(Argument(rtd.type->c_name, (*i)->getName())); 347 genArguments(Arguments, FunctionStart.length()) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
SwitchStack.S | 26 # Arguments:
|
SwitchStack.asm | 25 ; Arguments:
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/ |
CpuFlushCache.asm | 42 ;Arguments:
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
SwitchStack.asm | 27 ; Arguments:
|
SwitchStack.S | 26 # Arguments:
|
/external/webrtc/tools/matlab/ |
maxUnwrap.m | 6 % Arguments
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 125 // Set the argument number to the number of explicit arguments in the 553 // Set the argument number to the number of explicit arguments in the 571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 574 // will constant fold with these arguments. 575 return static_cast<T *>(this)->getCallCost(F, Arguments.size()); 636 ArrayRef<const Value *> Arguments) { 639 // certain intrinsics based on constants used as arguments. 641 ParamTys.reserve(Arguments.size()); 642 for (unsigned Idx = 0, Size = Arguments.size(); Idx != Size; ++Idx) 643 ParamTys.push_back(Arguments[Idx]->getType()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 125 // Set the argument number to the number of explicit arguments in the 553 // Set the argument number to the number of explicit arguments in the 571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 574 // will constant fold with these arguments. 575 return static_cast<T *>(this)->getCallCost(F, Arguments.size()); 636 ArrayRef<const Value *> Arguments) { 639 // certain intrinsics based on constants used as arguments. 641 ParamTys.reserve(Arguments.size()); 642 for (unsigned Idx = 0, Size = Arguments.size(); Idx != Size; ++Idx) 643 ParamTys.push_back(Arguments[Idx]->getType()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 125 // Set the argument number to the number of explicit arguments in the 553 // Set the argument number to the number of explicit arguments in the 571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 574 // will constant fold with these arguments. 575 return static_cast<T *>(this)->getCallCost(F, Arguments.size()); 636 ArrayRef<const Value *> Arguments) { 639 // certain intrinsics based on constants used as arguments. 641 ParamTys.reserve(Arguments.size()); 642 for (unsigned Idx = 0, Size = Arguments.size(); Idx != Size; ++Idx) 643 ParamTys.push_back(Arguments[Idx]->getType()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 125 // Set the argument number to the number of explicit arguments in the 553 // Set the argument number to the number of explicit arguments in the 571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 574 // will constant fold with these arguments. 575 return static_cast<T *>(this)->getCallCost(F, Arguments.size()); 636 ArrayRef<const Value *> Arguments) { 639 // certain intrinsics based on constants used as arguments. 641 ParamTys.reserve(Arguments.size()); 642 for (unsigned Idx = 0, Size = Arguments.size(); Idx != Size; ++Idx) 643 ParamTys.push_back(Arguments[Idx]->getType()) [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 125 // Set the argument number to the number of explicit arguments in the 553 // Set the argument number to the number of explicit arguments in the 571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 574 // will constant fold with these arguments. 575 return static_cast<T *>(this)->getCallCost(F, Arguments.size()); 636 ArrayRef<const Value *> Arguments) { 639 // certain intrinsics based on constants used as arguments. 641 ParamTys.reserve(Arguments.size()); 642 for (unsigned Idx = 0, Size = Arguments.size(); Idx != Size; ++Idx) 643 ParamTys.push_back(Arguments[Idx]->getType()) [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 125 // Set the argument number to the number of explicit arguments in the 553 // Set the argument number to the number of explicit arguments in the 571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 574 // will constant fold with these arguments. 575 return static_cast<T *>(this)->getCallCost(F, Arguments.size()); 636 ArrayRef<const Value *> Arguments) { 639 // certain intrinsics based on constants used as arguments. 641 ParamTys.reserve(Arguments.size()); 642 for (unsigned Idx = 0, Size = Arguments.size(); Idx != Size; ++Idx) 643 ParamTys.push_back(Arguments[Idx]->getType()) [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 125 // Set the argument number to the number of explicit arguments in the 553 // Set the argument number to the number of explicit arguments in the 571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 574 // will constant fold with these arguments. 575 return static_cast<T *>(this)->getCallCost(F, Arguments.size()); 636 ArrayRef<const Value *> Arguments) { 639 // certain intrinsics based on constants used as arguments. 641 ParamTys.reserve(Arguments.size()); 642 for (unsigned Idx = 0, Size = Arguments.size(); Idx != Size; ++Idx) 643 ParamTys.push_back(Arguments[Idx]->getType()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
TargetTransformInfoImpl.h | 125 // Set the argument number to the number of explicit arguments in the 553 // Set the argument number to the number of explicit arguments in the 571 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments) { 574 // will constant fold with these arguments. 575 return static_cast<T *>(this)->getCallCost(F, Arguments.size()); 636 ArrayRef<const Value *> Arguments) { 639 // certain intrinsics based on constants used as arguments. 641 ParamTys.reserve(Arguments.size()); 642 for (unsigned Idx = 0, Size = Arguments.size(); Idx != Size; ++Idx) 643 ParamTys.push_back(Arguments[Idx]->getType()) [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/X64/ |
SwitchStack.S | 22 # Arguments:
|
/external/llvm/tools/llvm-pdbdump/ |
FunctionDumper.cpp | 177 if (auto Arguments = Symbol.getArguments()) { 179 while (auto Arg = Arguments->getNext()) { 184 if (++Index < Arguments->getChildCount())
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
Function.h | 13 // A function basically consists of a list of basic blocks, a list of arguments, 63 mutable Argument *Arguments; ///< The formal arguments 139 /// arguments. 355 /// on its arguments. 371 /// either inaccessible from the IR or pointed to by its arguments. 508 /// Steal arguments from another function. 510 /// Drop this function's arguments and splice in the ones from \c Src. 557 return Arguments; 561 return Arguments; [all...] |