HomeSort by relevance Sort by last modified time
    Searched refs:u4 (Results 176 - 200 of 308) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shtypes.h 40 #define DUMMYUNIONNAME4 u4
_mingw.h 472 # define DUMMYUNIONNAME4 u4
shellapi.h 289 #define DUMMYUNIONNAME4 u4
  /system/bt/include/hardware/
bt_gatt_client.h 72 uint16_t u4; member in struct:__anon1917
  /tools/dexter/slicer/
dex_ir_builder.cc 68 dex::u4 len = strlen(cstr);
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 254 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
289 u4 = _mm_madd_epi16(s2, k__cospi_p10_p22);
307 w4 = _mm_add_epi32(u4, u12);
315 w12 = _mm_sub_epi32(u4, u12);
342 u4 = _mm_srai_epi32(v4, DCT_CONST_BITS);
358 in[2] = _mm_packs_epi32(u4, u5);
406 u4 = _mm_srai_epi32(v4, DCT_CONST_BITS);
414 s6 = _mm_packs_epi32(u4, u5);
    [all...]
fwd_txfm_impl_sse2.h 345 const __m128i u4 = _mm_madd_epi16(t2, k__cospi_p24_p08); local
354 const __m128i v4 = _mm_add_epi32(u4, k__DCT_CONST_ROUNDING);
431 const __m128i u4 = _mm_madd_epi16(t2, k__cospi_p12_p20); local
440 const __m128i v4 = _mm_add_epi32(u4, k__DCT_CONST_ROUNDING);
    [all...]
  /frameworks/rs/driver/
rsdGL.cpp 544 float x4, float y4, float z4, float u4, float v4) {
547 const float tex[] = {u1,v1, u2,v2, u3,v3, u4,v4};
rsdRuntimeStubs.cpp     [all...]
  /external/gemmlowp/internal/
output_msa.h 495 v2i64 u4 = reinterpret_cast<v2i64>(__builtin_msa_ilvr_w(t5, t4)); local
514 __builtin_msa_ilvr_d(u6, u4)));
516 __builtin_msa_ilvl_d(u6, u4)));
output_sse.h 423 __m128i u4 = _mm_unpacklo_epi32(t4, t5); local
435 StoreInt16x8(dst->data(row + 4, col), _mm_unpacklo_epi64(u4, u6));
436 StoreInt16x8(dst->data(row + 5, col), _mm_unpackhi_epi64(u4, u6));
  /external/icu/icu4c/source/test/intltest/
itutil.cpp 420 UnicodeString *u4 = new UnicodeString[4]; local
421 ua.adoptInsteadAndCheckErrorCode(u4, errorCode);
429 if(ua.isValid() && ua.getAlias() != u4) {
  /libcore/ojluni/src/main/native/
net_util_md.c 674 unsigned int u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,ua,ub,uc,ud,ue,uf;
680 "%d %x %x %x %32s",&u0,&u1,&u2,&u3,&u4,&u5,&u6,&u7,
687 staddr[4] = (unsigned char)u4;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 256 int codeLength = bytes.getInt(offset + 4); // u4 code_length
265 "code_length: " + Hex.u4(codeLength));
813 Hex.u4(expected));
  /frameworks/rs/
rsFont.cpp 670 float u4, float v4) {
709 (*currentPos++) = u4;
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 463 constexpr bool u4 = p >= q; // expected-error {{constant expression}}
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java     [all...]
  /frameworks/rs/script_api/include/
rs_graphics.rsh 838 float v3, float x4, float y4, float z4, float u4, float v4);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 838 float v3, float x4, float y4, float z4, float u4, float v4);
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar 
  /art/test/ti-stress/
stress.cc 67 dex::u4 class_idx = reader.FindClassIndex(descriptor.c_str());
  /external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/
agent.cc 90 u4 index = reader.FindClassIndex(ClassNameToDescriptor(name).c_str());
    [all...]
  /frameworks/rs/script_api/
rs_graphics.spec 526 arg: float u4
  /external/valgrind/VEX/priv/
host_arm_defs.c 1535 UInt u8, u4; local
    [all...]
host_arm_isel.c 266 static Bool fitsIn8x4 ( /*OUT*/UInt* u8, /*OUT*/UInt* u4, UInt u )
272 *u4 = i;
1111 UInt u, u8 = 0x100, u4 = 0x10; \/* both invalid *\/ local
    [all...]

Completed in 836 milliseconds

1 2 3 4 5 6 78 91011>>