HomeSort by relevance Sort by last modified time
    Searched refs:cc2 (Results 1 - 17 of 17) sorted by null

  /build/soong/bpf/
bpf_test.go 23 cc2 "android/soong/cc"
54 ctx.RegisterModuleType("cc_test", android.ModuleFactoryAdaptor(cc2.TestFactory))
55 ctx.RegisterModuleType("cc_library", android.ModuleFactoryAdaptor(cc2.LibraryFactory))
56 ctx.RegisterModuleType("cc_library_static", android.ModuleFactoryAdaptor(cc2.LibraryStaticFactory))
57 ctx.RegisterModuleType("cc_object", android.ModuleFactoryAdaptor(cc2.ObjectFactory))
58 ctx.RegisterModuleType("toolchain_library", android.ModuleFactoryAdaptor(cc2.ToolchainLibraryFactory))
60 ctx.BottomUp("link", cc2.LinkageMutator).Parallel()
  /external/strace/tests/
ioctl_v4l2.c 39 #define cc2(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 16)) macro
195 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
223 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
293 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
351 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic),
    [all...]
  /external/strace/tests-m32/
ioctl_v4l2.c 39 #define cc2(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 16)) macro
195 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
223 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
293 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
351 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic),
    [all...]
  /external/strace/tests-mx32/
ioctl_v4l2.c 39 #define cc2(arg) ((unsigned int) (unsigned char) ((unsigned int) (arg) >> 16)) macro
195 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
199 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
223 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
227 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
293 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
297 cc0(pf_magic), cc1(pf_magic), cc2(pf_magic),
351 cc0(magic), cc1(magic), cc2(magic), cc3(magic));
356 cc0(sf_magic), cc1(sf_magic), cc2(sf_magic),
    [all...]
  /external/libaom/libaom/aom_dsp/
ssim.c 69 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
83 c2 = (cc2 * count * count) >> 12;
212 const int64_t c2 = (cc2 * n * n) >> 12;
243 const int64_t c2 = (cc2 * n * n) >> 12;
  /external/libvpx/libvpx/vpx_dsp/
ssim.c 67 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
81 c2 = (cc2 * count * count) >> 12;
221 const int64_t c2 = (cc2 * n * n) >> 12;
252 const int64_t c2 = (cc2 * n * n) >> 12;
  /external/libaom/libaom/third_party/libyuv/source/
compare.cc 270 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
299 const int64 c2 = (cc2 * count * count) >> 12;
  /external/libvpx/libvpx/third_party/libyuv/source/
compare.cc 316 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
347 const int64_t c2 = (cc2 * count * count) >> 12;
  /external/libyuv/files/source/
compare.cc 245 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
276 const int64 c2 = (cc2 * count * count) >> 12;
  /external/libvpx/libvpx/tools/
tiny_ssim.c 24 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
235 c2 = (cc2 * count * count) >> 12;
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 998 uint8_t cc2 = b2.norms.getCC(c); local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc 931 const IceCandidateCollection* cc2 = desc2.candidates(i); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 1388 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 2404 int cc2=combineBackCharsAndCc[2*i+1]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 2401 int cc2=combineBackCharsAndCc[2*i+1]; local
    [all...]
  /external/libtextclassifier/utils/hash/
farmhash.cc 711 #define Mulc2(x) Mul((x), cc2)
725 const __m128i cc2 = _mm_set1_epi32(c2);
960 #define Mulc2(x) Mul((x), cc2)
974 const __m128i cc2 = _mm_set1_epi32(c2);
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 3362 milliseconds