HomeSort by relevance Sort by last modified time
    Searched refs:bc (Results 251 - 275 of 413) sorted by null

<<11121314151617

  /external/icu/icu4c/source/test/perf/leperf/
sfnt.h 267 le_uint32 bc; member in struct:BigDate
  /external/v8/test/mjsunit/
regexp-capture-3.js 61 assertEquals("bc", RegExp.lastMatch);
79 assertEquals("bc", RegExp.lastMatch);
  /frameworks/rs/
update_rs_prebuilts.sh 49 # HOST_LIB_DIR allows us to pick up the built librsrt_*.bc libraries.
151 for a in `find renderscript/lib/$t -name \*.bc`; do
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 1194 int fc, fm, fy, fk, bc, bm, by, bk; local
    [all...]
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 466 BumpVectorContext &BC;
471 BumpVectorContext &bc)
472 : BEVals(bevals), BC(bc) {}
485 BEVals.push_back(VD, BC);
516 BumpVectorContext BC(A);
518 new (BV) DeclVec(BC, 10);
522 BV->push_back(CI.getVariable(), BC);
526 FindBlockDeclRefExprsVals F(*BV, BC);
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 380 punpckhwd xmm2, xmm3 ; 8c 9c ac bc
418 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
617 punpckhwd xmm2, xmm3 ; 8c 9c ac bc
655 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
  /external/skia/tools/skpdiff/
SkPMetric.cpp 92 #define MAT_ROW_MULT(rc,gc,bc) r*rc + g*gc + b*bc
  /external/valgrind/none/tests/amd64/
slahf-amd64.stdout.exp 191 bc -> 9600
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 380 punpckhwd xmm2, xmm3 ; 8c 9c ac bc
418 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
617 punpckhwd xmm2, xmm3 ; 8c 9c ac bc
655 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 359 vp8_writer *const w = cpi->bc;
onyx_int.h 310 vp8_writer bc[9]; /* one boolcoder for each partition */ member in struct:VP8_COMP
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.c 675 const struct pipe_blend_color *bc)
677 if (memcmp(&ctx->blend_color, bc, sizeof(ctx->blend_color))) {
678 ctx->blend_color = *bc;
679 ctx->pipe->set_blend_color(ctx->pipe, bc);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemv.c 359 vp8_writer *const w = cpi->bc;
  /ndk/build/core/
setup-toolchain.mk 192 # Install gdb.setup for both .so and .bc projects
193 ifneq (,$(filter $(TARGET_SONAME_EXTENSION),.so .bc))
  /ndk/toolchains/llvm-3.4/
setup.mk 224 TARGET_OBJ_EXTENSION := .bc
226 TARGET_SONAME_EXTENSION := .bc
  /ndk/toolchains/llvm-3.5/
setup.mk 233 TARGET_OBJ_EXTENSION := .bc
235 TARGET_SONAME_EXTENSION := .bc
  /external/ceres-solver/internal/ceres/
rotation_test.cc 909 double bc[4]; local
911 QuaternionProduct(b, c, bc);
912 QuaternionProduct(a, bc, a_bc);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 633 const BlockTextRegion *BC;
639 BlockDataRegion(const BlockTextRegion *bc, const LocationContext *lc,
641 : TypedRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc),
646 const BlockTextRegion *getCodeRegion() const { return BC; }
648 const BlockDecl *getDecl() const { return BC->getDecl(); }
650 QualType getLocationType() const override { return BC->getLocationType(); }
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
SpoofCheckerTest.java 667 int bc = comparator.compare(b,c); local
670 ab < 0 && bc < 0 && ca <= 0)) {
676 ab < 0 && bc < 0 && ca <= 0);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 166 Bytecode bc = (Bytecode)super.clone(); local
167 bc.tryblocks = (ExceptionTable)tryblocks.clone();
168 return bc;
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 798 milliseconds

<<11121314151617