HomeSort by relevance Sort by last modified time
    Searched refs:x4 (Results 201 - 225 of 3363) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_copy_tmp.h 55 COPY_FUNC( 0x4 )
74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4);
  /external/eigen/test/
smallvectors.cpp 22 x4 = internal::random<Scalar>(); local
25 V4 v4(x1, x2, x3, x4);
34 VERIFY_IS_APPROX(x4, v4.w());
  /external/mesa3d/src/mesa/math/
m_copy_tmp.h 55 COPY_FUNC( 0x4 )
74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4);
  /art/runtime/
verify_object.h 45 kVerifyWrites = 0x4,
  /bionic/libc/arch-arm64/bionic/
vfork.S 38 mov x4, xzr
  /bionic/libc/include/android/
dlext.h 44 ANDROID_DLEXT_WRITE_RELRO = 0x4,
  /bionic/libc/kernel/uapi/asm-generic/
mman-common.h 24 #define PROT_EXEC 0x4
  /development/ndk/platforms/android-3/include/asm-generic/
mman-common.h 24 #define PROT_EXEC 0x4
  /development/ndk/platforms/android-L/include/asm-generic/
mman-common.h 24 #define PROT_EXEC 0x4
  /development/ndk/sources/android/libportable/common/include/
mman_portable.h 23 #define PROT_EXEC_PORTABLE 0x4
  /external/chromium_org/remoting/protocol/
network_settings.h 38 NAT_TRAVERSAL_RELAY = 0x4,
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSLineBoxContainValue.h 34 enum LineBoxContainFlags { LineBoxContainNone = 0x0, LineBoxContainBlock = 0x1, LineBoxContainInline = 0x2, LineBoxContainFont = 0x4, LineBoxContainGlyphs = 0x8,
  /external/chromium_org/third_party/WebKit/public/web/
WebTouchAction.h 41 WebTouchActionPanY = 0x4,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_flags.h 10 #define U_NEW_FS 0x4
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_debug.h 41 #define DEBUG_CONSTANTS 0x4
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
p1.cpp 30 X2<int> x4; variable
  /external/clang/test/CodeGen/
arm64-aapcs-arguments.c 12 // 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) {
  /external/clang/test/Parser/
expressions.c 68 int x4 = _Alignof int; // expected-error {{expected parentheses around type name in _Alignof expression}} local
  /external/clang/test/Sema/
tentative-decls.c 10 struct b x4; // expected-error{{tentative definition has type 'struct b' that is never completed}} \ variable in typeref:struct:b
  /external/clang/test/SemaCXX/
default-constructor-initializers.cpp 16 struct X4 { // expected-error {{must explicitly initialize the member 'x2'}} \
22 X4 x4; // expected-note {{first required here}} variable
direct-initializer.cpp 33 X x4(3.14, y);
  /external/kernel-headers/original/uapi/asm-generic/
mman-common.h 11 #define PROT_EXEC 0x4 /* page can be executed */
  /external/libexif/libexif/canon/
mnote-canon-tag.h 35 MNOTE_CANON_TAG_SETTINGS_2 = 0x4,
  /external/libhevc/common/arm64/
ihevc_sao_band_offset_luma.s 54 //x4 => *pu1_src_top_left
75 // STMFD sp!, {x4-x12, x14} //stack stores the values of the arguments
109 STRB w10,[x4] //store to pu1_src_top_left[0]
113 ADD x4,x12,x0 //pu1_src[(ht - 1) * src_strd]
118 LD1 {v0.8b},[x4],#8 //Load pu1_src[(ht - 1) * src_strd + col]
199 MOV x4,x0 //pu1_src_cpy
201 ADD x5,x4,x1
205 LD1 {v13.8b},[x4] //au1_cur_row = vld1_u8(pu1_src_cpy)
225 ST1 {v13.8b},[x4],x1 //vst1_u8(pu1_src_cpy, au1_cur_row)
232 ADD x4,x6,x
    [all...]
  /external/libyuv/files/include/libyuv/
cpu_id.h 26 static const int kCpuHasNEON = 0x4;

Completed in 1612 milliseconds

1 2 3 4 5 6 7 891011>>