Searched refs:x4 (Results 26 - 50 of 1033) sorted by relevance

1234567891011>>

/external/libhevc/common/arm64/
H A Dihevc_padding.s99 sub x4,x0,x3
115 add x5,x4,x1
117 st1 {v0.16b},[x4],#16 //128/8 = 16 bytes store
118 st1 {v0.16b},[x4],#16 // 16 bytes store
119 st1 {v0.16b},[x4],#16 // 16 bytes store
120 st1 {v0.16b},[x4],#16 // 16 bytes store
121 st1 {v0.16b},[x4] // 16 bytes store
217 sub x4,x0,x3
233 add x5,x4,x1
235 st1 {v0.16b},[x4],#1
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-constants.h32 #define TCODE_READ_QUADLET_REQUEST 0x4
44 #define EXTCODE_LITTLE_ADD 0x4
59 #define RCODE_CONFLICT_ERROR 0x4
75 #define SCODE_1600 0x4
81 #define ACK_BUSY_X 0x4
H A Dcoda_psdev.h24 #define CODA_REQ_WRITE 0x4
/external/libhevc/decoder/arm64/
H A Dihevcd_fmt_conv_420sp_to_420p.s88 // STMFD sp!,{x4-x12, x14}
91 mov x15, x4
109 MOV x4,x9 //// Copying height
136 SUBS x4, x4, #1
158 sxtw x4,w4
159 CMP x4,#0 ////Swap U and V dest if is_u_first_flag is zero
160 csel x4, x5, x4,EQ
162 csel x3, x4, x
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_curves.cpp31 FX_FLOAT x4, FX_FLOAT y4)
36 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
42 FX_FLOAT x4, FX_FLOAT y4,
52 FX_FLOAT x34 = (x3 + x4) / 2;
60 FX_FLOAT dx = x4 - x1;
62 FX_FLOAT d2 = FXSYS_fabs(FXSYS_Mul(x2 - x4, dy) - FXSYS_Mul(y2 - y4, dx));
63 FX_FLOAT d3 = FXSYS_fabs(FXSYS_Mul(x3 - x4, dy) - FXSYS_Mul(y3 - y4, dx));
69 FXSYS_fabs(x2 + x4 - x3 - x3) +
98 recursive_bezier(x1234, y1234, x234, y234, x34, y34, x4, y4, level + 1);
103 FX_FLOAT x4, FX_FLOA
28 init(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
39 recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4, unsigned level) argument
100 bezier(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
[all...]
/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h54 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-r4998.js42 var x4 = 3;
58 x4 = 260;
/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { argument
29 vararg(x4); // expected-error{{cannot pass object of non-trivial type 'X4' through variadic function; call will abort at runtime}}
/external/clang/test/Sema/
H A Dattr-regparm.c7 __attribute((regparm(5,3))) int x4(void); // expected-error{{'regparm' attribute takes one argument}}
/external/clang/test/SemaCXX/
H A Dattr-selectany.cpp12 extern const int x4;
13 const __declspec(selectany) int x4 = 4; variable
H A Ddependent-types.cpp9 T x4[]; // expected-error{{needs an explicit size or an initializer}} local
/external/libunwind/src/mips/
H A Doffsets.h15 # define LINUX_UC_LINK_OFF 0x4
25 # define LINUX_UC_LINK_OFF 0x4
/external/libunwind/src/sh/
H A Doffsets.h8 #define LINUX_UC_LINK_OFF 0x4
15 #define LINUX_SC_R0_OFF 0x4
/external/llvm/test/MC/AArch64/
H A Darm64-large-relocs.s14 movz x4, #:abs_g1:sym
16 // CHECK: movz x4, #:abs_g1:sym // encoding: [0bAAA00100,A,0b101AAAAA,0xd2]
H A Darm64-optional-hash.s8 ; CHECK: adds x3, x4, #1024, lsl #12 ; encoding: [0x83,0x00,0x50,0xb1]
9 adds x3, x4, 1024, lsl 12
30 ; CHECK: prfm pstl3strm, [x4, x5, lsl #3] ; encoding: [0x95,0x78,0xa5,0xf8]
31 prfm pstl3strm, [x4, x5, lsl 3]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dosmman.h12 #define PROT_EXEC 0x4
/external/chromium_org/ui/keyboard/resources/
H A Dconstants.js45 UP: 0x4,
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c27 } x4; variable in typeref:enum:E4
H A Denum2.c26 } x4; variable in typeref:enum:E4
/external/clang/test/CXX/temp/temp.names/
H A Dp3-0x.cpp8 Y<X<6>>1>> x4; // expected-error{{expected unqualified-id}} variable
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-pointers.cpp46 int &get_X4(X4<&Y::x> x4, Y& y) { argument
47 return x4.getMember(y);
53 void test_accept_X4(X4<&Y::x> x4) { argument
54 accept_X4(x4);
/external/iproute2/include/linux/tc_act/
H A Dtc_skbedit.h29 #define SKBEDIT_F_MARK 0x4
/external/iptables/include/linux/netfilter/
H A Dxt_devgroup.h9 XT_DEVGROUP_MATCH_DST = 0x4,
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_devgroup.h9 XT_DEVGROUP_MATCH_DST = 0x4,
/external/kernel-headers/original/uapi/linux/tc_act/
H A Dtc_skbedit.h29 #define SKBEDIT_F_MARK 0x4

Completed in 940 milliseconds

1234567891011>>