Searched refs:x4 (Results 126 - 150 of 844) sorted by relevance

1234567891011>>

/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_dc.s107 // stmfd sp!, {x4-x12, x14} //stack stores the values of the arguments
117 add x6, x0, x4,lsl #1 //&src[2nt]
122 add x7, x0, x4, lsl #2 //&src[4nt]
126 cmp x4, #4
132 lsl x10,x4,#1 //2nt
186 add x1,x1,x4
187 add x11,x11,x4
198 subs x9, x4, #8
280 add x10,x10,x4
281 add x11,x11,x4
[all...]
H A Dihevc_intra_pred_chroma_mode_18_34.s107 // stmfd sp!, {x4-x12, x14} //stack stores the values of the arguments
112 cmp x4,#4
115 mov x12,x4
116 mov x11,x4
117 add x0,x0,x4,lsl #2
189 // ldmfd sp!,{x4-x12,x15} //reload the registers from sp
/external/openssh/
H A Dchacha.c92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
128 x4 = j4;
141 QUARTERROUND( x0, x4, x8,x12)
148 QUARTERROUND( x3, x4, x9,x14)
154 x4 = PLUS(x4,j4);
171 x4 = XOR(x4,U8TO32_LITTLE(m + 16));
194 U32TO8_LITTLE(c + 16,x4);
/external/openssh/openbsd-compat/
H A Dchacha_private.h91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
127 x4 = j4;
140 QUARTERROUND( x0, x4, x8,x12)
147 QUARTERROUND( x3, x4, x9,x14)
153 x4 = PLUS(x4,j4);
171 x4 = XOR(x4,U8TO32_LITTLE(m + 16));
195 U32TO8_LITTLE(c + 16,x4);
/external/libmpeg2/common/arm/
H A Dicv_variance_a9.s42 @* @brief computes variance of a 8x4 block
46 @* This functions computes variance of a 8x4 block
73 @ Load 8x4 source
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHttp2FrameLoggerTest.java75 formatHeader(true, 3, 10000, TYPE_HEADERS, (byte) 0x4));
77 formatHeader(true, 3, 10000, TYPE_CONTINUATION, (byte) 0x4));
79 formatHeader(true, 4, 10000, TYPE_PUSH_PROMISE, (byte) 0x4));
/external/valgrind/memcheck/tests/
H A Dmempool.c115 char *x1, *x2, *x3, *x4, *x5; local
125 x4 = allocate(p, 20);
136 *x4 = 'd'; // invalid
/external/libavc/common/arm/
H A Dih264_iquant_itrans_recon_dc_a9.s46 @ * for dc input pattern only, i.e. only the (0,0) element of the input 4x4 block is
54 @ * Input 4x4 coefficients
57 @ * Prediction 4x4 block
60 @ * Output 4x4 block
184 @ * Input 4x4 coefficients
187 @ * Prediction 4x4 block
190 @ * Output 4x4 block
289 vst1.32 d0, [r2], r4 @ Magnitudes of 1st 4x4 block coeffs
291 vst1.32 d1, [r2], r4 @ Magnitudes of 1st 4x4 block coeffs
293 vst1.32 d2, [r2], r4 @ Magnitudes of 1st 4x4 bloc
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s11 adcs x5, x4, x3
16 ; CHECK: adcs x5, x4, x3 ; encoding: [0x85,0x00,0x03,0xba]
34 add x3, x4, #1024
35 add x3, x4, #1024, lsl #0
39 ; CHECK: add x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0x91]
40 ; CHECK: add x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0x91]
45 add x3, x4, #1024, lsl #12
46 add x3, x4, #4194304
47 add x3, x4, #0, lsl #12
53 ; CHECK: add x3, x4, #102
[all...]
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c27 struct S4 { int i; } x4; variable in typeref:struct:S4
H A Dstruct2.c24 struct S4 { int i; float f; } x4; variable in typeref:struct:S4
/external/clang/test/CodeGen/
H A Darm64-aapcs-arguments.c12 // CHECK: void @test2(i32 %x0, i128 %x2_x3.coerce, i32 %x4, i128 %x6_x7.coerce, i32 %sp, i128 %sp16.coerce)
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { argument
/external/clang/test/Lexer/
H A Dms-extensions.c13 __int64 x4 = 70000000i128; variable
/external/clang/test/Parser/
H A Dexpressions.c68 int x4 = _Alignof int; // expected-error {{expected parentheses around type name in _Alignof expression}} local
/external/clang/test/SemaCXX/
H A Dcopy-initialization.cpp15 X x4 = fp; // expected-error{{no viable conversion}} local
/external/fio/os/windows/posix/include/sys/
H A Dshm.h6 #define IPC_PRIVATE 0x4
/external/google-breakpad/src/processor/
H A Ddisassembler_x86.h54 DISX86_BAD_WRITE = 0x4,
/external/iptables/include/linux/netfilter/
H A Dxt_policy.h11 XT_POLICY_MATCH_NONE = 0x4,
/external/iputils/ninfod/
H A Dicmp6_nodeinfo.h80 #define NI_NODEADDR_FLAG_COMPAT 0x4
/external/kernel-headers/original/uapi/linux/
H A Dconnector.h36 #define CN_IDX_V86D 0x4
H A Dip6_tunnel.h14 #define IP6_TNL_F_USE_ORIG_FLOWLABEL 0x4
H A Disdn_ppp.h18 #define CALLTYPE_CALLBACK 0x4
H A Dparport.h27 #define PARPORT_CONTROL_INIT 0x4
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_policy.h11 XT_POLICY_MATCH_NONE = 0x4,
/external/libmpeg2/decoder/
H A Dimpeg2d_vld_tables.h35 #define MB_MV_BACK 0x4

Completed in 894 milliseconds

1234567891011>>