HomeSort by relevance Sort by last modified time
    Searched full:arg4 (Results 226 - 250 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 59 // | arg4 | |
95 // | arg4 | |
133 // | arg4 | |
141 // | T0 | arg4
179 // | arg4 | |
189 // | A4 | arg4
223 // | arg4 | |
264 // | R8 | arg4
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ipf/
SalDriverLib.h 385 IN UINT64 Arg4
398 Arg4 - Third arg
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmCore.h 748 @param Arg4 Undefined
760 UINTN Arg4,
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Sal.h 100 @param Arg4 The fourth parameter passed to the ESAL function based.
119 IN UINT64 Arg4,
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 668 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \
673 UPerfFunction * t = new classname(status,arg1, arg2, arg3, arg4, arg5, arg6);\
  /external/llvm/test/CodeGen/X86/
stackmap.ll 279 define void @spilledValue(i64 %arg0, i64 %arg1, i64 %arg2, i64 %arg3, i64 %arg4, i64 %l0, i64 %l1, i64 %l2, i64 %l3, i64 %l4, i64 %l5, i64 %l6, i64 %l7, i64 %l8, i64 %l9, i64 %l10, i64 %l11, i64 %l12, i64 %l13, i64 %l14, i64 %l15, i64 %l16) {
281 call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 11, i32 15, i8* null, i32 5, i64 %arg0, i64 %arg1, i64 %arg2, i64 %arg3, i64 %arg4, i64 %l0, i64 %l1, i64 %l2, i64 %l3, i64 %l4, i64 %l5, i64 %l6, i64 %l7, i64 %l8, i64 %l9, i64 %l10, i64 %l11, i64 %l12, i64 %l13, i64 %l14, i64 %l15, i64 %l16)
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/asm/
asm2.s 57 TEXT ·arg4(SB),0,$0-2 // ERROR "arg4: wrong argument size 2; expected \$\.\.\.-8"
asm5.s 37 TEXT ·arg4(SB),0,$0-2 // ERROR "arg4: wrong argument size 2; expected \$\.\.\.-8"
asm6.s 37 TEXT ·arg4(SB),0,$0-2 // ERROR "arg4: wrong argument size 2; expected \$\.\.\.-8"
asm7.s 37 TEXT ·arg4(SB),0,$0-2 // ERROR "arg4: wrong argument size 2; expected \$\.\.\.-8"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/asm/
asm2.s 57 TEXT ·arg4(SB),0,$0-2 // ERROR "arg4: wrong argument size 2; expected \$\.\.\.-8"
asm5.s 37 TEXT ·arg4(SB),0,$0-2 // ERROR "arg4: wrong argument size 2; expected \$\.\.\.-8"
asm6.s 37 TEXT ·arg4(SB),0,$0-2 // ERROR "arg4: wrong argument size 2; expected \$\.\.\.-8"
asm7.s 37 TEXT ·arg4(SB),0,$0-2 // ERROR "arg4: wrong argument size 2; expected \$\.\.\.-8"
  /external/valgrind/coregrind/
m_libcproc.c 638 ULong arg2, ULong arg3, ULong arg4, ULong arg5)
642 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */
644 (UWord) arg2, (UWord) arg3, (UWord) arg4,
    [all...]
  /art/test/dexdump/
checkers.xml 476 <parameter name="arg4" type="boolean">
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
SalApi.h 71 IN UINT64 Arg4,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLSAXHandler.java 145 String arg4)
ToUnknownStream.java 723 String arg4)
726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRBuilder.h     [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java     [all...]
  /frameworks/base/media/java/android/media/tv/
TvInputService.java     [all...]
  /libcore/luni/src/main/java/libcore/io/
Linux.java 130 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /libcore/luni/src/main/java/android/system/
Os.java 380 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); };

Completed in 1812 milliseconds

1 2 3 4 5 6 7 8 91011>>