| /external/boringssl/src/crypto/aes/asm/ |
| bsaes-x86_64.pl | 1151 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d") 1188 mov $arg1,$inp # backup arguments 1311 lea ($inp), $arg1 1389 mov $arg1,$inp # backup arguments [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
| jdi.jar | |
| /external/llvm/test/CodeGen/AMDGPU/ |
| si-sgpr-spill.ll | 25 define amdgpu_ps void @main([17 x <16 x i8>] addrspace(2)* byval %arg, [32 x <16 x i8>] addrspace(2)* byval %arg1, [16 x <8 x i32>] addrspace(2)* byval %arg2, float inreg %arg3, i32 inreg %arg4, <2 x i32> %arg5, <2 x i32> %arg6, <2 x i32> %arg7, <3 x i32> %arg8, <2 x i32> %arg9, <2 x i32> %arg10, <2 x i32> %arg11, float %arg12, float %arg13, float %arg14, float %arg15, float %arg16, float %arg17, float %arg18, float %arg19, float %arg20) { 69 %tmp62 = getelementptr [32 x <16 x i8>], [32 x <16 x i8>] addrspace(2)* %arg1, i64 0, i32 0 74 %tmp66 = getelementptr [32 x <16 x i8>], [32 x <16 x i8>] addrspace(2)* %arg1, i64 0, i32 1 78 %tmp70 = getelementptr [32 x <16 x i8>], [32 x <16 x i8>] addrspace(2)* %arg1, i64 0, i32 2 82 %tmp74 = getelementptr [32 x <16 x i8>], [32 x <16 x i8>] addrspace(2)* %arg1, i64 0, i32 3 86 %tmp78 = getelementptr [32 x <16 x i8>], [32 x <16 x i8>] addrspace(2)* %arg1, i64 0, i32 4 90 %tmp82 = getelementptr [32 x <16 x i8>], [32 x <16 x i8>] addrspace(2)* %arg1, i64 0, i32 5 94 %tmp86 = getelementptr [32 x <16 x i8>], [32 x <16 x i8>] addrspace(2)* %arg1, i64 0, i32 6 98 %tmp90 = getelementptr [32 x <16 x i8>], [32 x <16 x i8>] addrspace(2)* %arg1, i64 0, i32 7 [all...] |
| /external/netperf/src/ |
| nettest_omni.c | 6985 arg1[BUFSIZ], \/* argument holders *\/ local [all...] |
| /external/freetype/src/truetype/ |
| ttgload.c | 585 subglyph->arg1 = subglyph->arg2 = 0; 609 subglyph->arg1 = FT_NEXT_SHORT( p ); 614 subglyph->arg1 = FT_NEXT_CHAR( p ); 622 subglyph->arg1 = (FT_Int)FT_NEXT_USHORT( p ); 627 subglyph->arg1 = (FT_Int)FT_NEXT_BYTE( p ); [all...] |
| /external/valgrind/VEX/priv/ |
| host_tilegx_isel.c | 414 iselWordExpr_R(env, e->Iex.Binop.arg1)); 528 HReg r_srcL = iselWordExpr_R(env, e->Iex.Binop.arg1); 577 HReg r_srcL = iselWordExpr_R(env, e->Iex.Binop.arg1); 635 HReg r1 = iselWordExpr_R(env, e->Iex.Binop.arg1); 706 HReg r1 = iselWordExpr_R(env, e->Iex.Binop.arg1); 732 HReg argL = iselWordExpr_R(env, e->Iex.Binop.arg1); 750 HReg r_srcL = iselWordExpr_R(env, e->Iex.Binop.arg1); 760 HReg tHi = iselWordExpr_R(env, e->Iex.Binop.arg1); [all...] |
| /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/ |
| functional | 27 template <class Arg1, class Arg2, class Result> 30 typedef Arg1 first_argument_type; 273 template <class Arg1, class Arg2, class Result> 274 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 277 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2)); 278 Result operator()(Arg1 x, Arg2 y) const; 281 template <class Arg1, class Arg2, class Result> 282 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); [all...] |
| /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/ |
| functional | 27 template <class Arg1, class Arg2, class Result> 30 typedef Arg1 first_argument_type; 273 template <class Arg1, class Arg2, class Result> 274 class pointer_to_binary_function : public binary_function<Arg1, Arg2, Result> 277 explicit pointer_to_binary_function(Result (*f)(Arg1, Arg2)); 278 Result operator()(Arg1 x, Arg2 y) const; 281 template <class Arg1, class Arg2, class Result> 282 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); [all...] |
| /external/curl/ |
| acinclude.m4 | [all...] |
| /external/llvm/lib/Target/X86/ |
| README.txt | 681 int caller(int32 arg1, int32 arg2) { 686 [arg1] [!arg2 no longer valid since we moved local onto it] 690 Moving arg1 onto the stack slot of callee function would overwrite 700 int callee (int32 arg1, int32 arg2); 701 int caller (int32 arg1, int32 arg2) { 702 return callee(arg1,arg2); 708 int callee (int32 arg1, int32 arg2); 709 int caller (int32 arg1, int32 arg2) { 710 return callee(arg2,arg1); 824 unsigned long long LLM(unsigned long long arg1, unsigned long long arg2) [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/X86/ |
| README.txt | 844 int caller(int32 arg1, int32 arg2) { 849 [arg1] [!arg2 no longer valid since we moved local onto it] 853 Moving arg1 onto the stack slot of callee function would overwrite 863 int callee (int32 arg1, int32 arg2); 864 int caller (int32 arg1, int32 arg2) { 865 return callee(arg1,arg2); 871 int callee (int32 arg1, int32 arg2); 872 int caller (int32 arg1, int32 arg2) { 873 return callee(arg2,arg1); 987 unsigned long long LLM(unsigned long long arg1, unsigned long long arg2) [all...] |
| /frameworks/support/media-compat/java/android/support/v4/media/session/ |
| MediaSessionCompat.java | [all...] |
| /external/slf4j/log4j-over-slf4j/compatibility/lib/ |
| slf4j-api-1.4.2.jar | |
| /frameworks/base/media/java/android/media/audiofx/ |
| AudioEffect.java | [all...] |
| /frameworks/base/media/jni/ |
| android_media_MediaCodec.cpp | 684 int32_t arg1, arg2 = 0; local 686 CHECK(msg->findInt32("callbackID", &arg1)); 689 switch (arg1) { 770 arg1, 778 int32_t arg1 = 0, arg2 = 0; local 793 EVENT_FRAME_RENDERED, arg1, arg2, obj); [all...] |
| /libcore/ojluni/src/main/java/sun/misc/ |
| FpUtils.java | 329 * @param arg1 the first argument 334 public static boolean isUnordered(double arg1, double arg2) { 335 return isNaN(arg1) || isNaN(arg2); 345 * @param arg1 the first argument 350 public static boolean isUnordered(float arg1, float arg2) { 351 return isNaN(arg1) || isNaN(arg2); [all...] |
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| WifiServiceImpl.java | 238 if (msg.arg1 == AsyncChannel.STATUS_SUCCESSFUL) { 244 Slog.e(TAG, "Client connection failure, error=" + msg.arg1); 249 if (msg.arg1 == AsyncChannel.STATUS_SEND_UNSUCCESSFUL) { 252 if (DBG) Slog.d(TAG, "Client connection lost with reason: " + msg.arg1); 264 int networkId = msg.arg1; 287 int networkId = msg.arg1; 325 reply.arg1 = why; 352 if (msg.arg1 == AsyncChannel.STATUS_SUCCESSFUL) { 355 Slog.e(TAG, "WifiStateMachine connection failure, error=" + msg.arg1); 361 Slog.e(TAG, "WifiStateMachine channel lost, msg.arg1 =" + msg.arg1) [all...] |
| /frameworks/base/core/java/android/app/ |
| ActivityThread.java | [all...] |
| /art/test/543-checker-dce-trycatch/smali/ |
| TestCase.smali | 208 ## CHECK-DAG: <<Arg1:i\d+>> ParameterValue 217 ## CHECK-DAG: <<Add:i\d+>> Add [<<Arg0>>,<<Arg1>>]
|
| /device/huawei/angler/camera/QCamera2/HAL/ |
| QCamera2HWI.h | 235 int32_t cmd, int32_t arg1, int32_t arg2); 301 int sendCommand(int32_t cmd, int32_t &arg1, int32_t &arg2);
|
| /device/lge/bullhead/camera/QCamera2/HAL/ |
| QCamera2HWI.h | 235 int32_t cmd, int32_t arg1, int32_t arg2); 301 int sendCommand(int32_t cmd, int32_t &arg1, int32_t &arg2);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
| meta-vladimir.txt | 92 def method2(self, arg1): pass # method2 is redefined
225 def method2(self, arg1): pass # method2 is redefined
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/Ipf/ |
| EsalRuntimeLib.h | 340 IN UINT64 Arg1,
353 Arg1 - TODO: add argument description
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
| PiSmmCore.c | 97 @param Arg1 Undefined
109 UINTN Arg1,
|
| /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
| PchScc.asl | 125 If(LEqual(Arg1, 0x0))
130 If(LEqual(Arg1, 0x1))
|