Searched refs:bc (Results 226 - 250 of 357) sorted by relevance

1234567891011>>

/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp513 BumpVectorContext &bc)
514 : BEVals(bevals), BC(bc) {}
512 FindBlockDeclRefExprsVals(BumpVector<const VarDecl*> &bevals, BumpVectorContext &bc) argument
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DEdits.java776 * Edits bc reflect how substrings of intermediate string b
778 * This function merges ab and bc such that the additional edits
788 * @param bc reflects how substrings of intermediate string b
793 public Edits mergeAndAppend(Edits ab, Edits bc) { argument
794 // Picture string a --(Edits ab)--> string b --(Edits bc)--> string c.
797 Iterator bcIter = bc.getFineIterator();
800 // ab old & new length, bc old & new length
813 // Normally it does not matter whether we fetch from ab and then bc or vice versa.
815 // ab deletions meet bc insertions at the same intermediate-string index.
816 // Some users expect the bc insertion
[all...]
/external/icu/icu4c/source/common/
H A Dedits.cpp251 Edits &Edits::mergeAndAppend(const Edits &ab, const Edits &bc, UErrorCode &errorCode) { argument
253 // Picture string a --(Edits ab)--> string b --(Edits bc)--> string c.
256 Iterator bcIter = bc.getFineIterator();
259 // ab old & new length, bc old & new length
272 // Normally it does not matter whether we fetch from ab and then bc or vice versa.
274 // ab deletions meet bc insertions at the same intermediate-string index.
275 // Some users expect the bc insertions to come first, so we fetch from bc first.
312 // The ab output string is shorter than the bc input string.
320 // The bc inpu
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java798 * Edits bc reflect how substrings of intermediate string b
800 * This function merges ab and bc such that the additional edits
810 * @param bc reflects how substrings of intermediate string b
816 public Edits mergeAndAppend(Edits ab, Edits bc) { argument
817 // Picture string a --(Edits ab)--> string b --(Edits bc)--> string c.
820 Iterator bcIter = bc.getFineIterator();
823 // ab old & new length, bc old & new length
836 // Normally it does not matter whether we fetch from ab and then bc or vice versa.
838 // ab deletions meet bc insertions at the same intermediate-string index.
839 // Some users expect the bc insertion
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm382 punpckhwd xmm2, xmm3 ; 8c 9c ac bc
420 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
619 punpckhwd xmm2, xmm3 ; 8c 9c ac bc
657 punpckldq xmm2, xmm6 ; 8c 9c ac bc cc dc ec fc
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c268 struct pipe_blend_color bc = {{0}}; local
280 pipe->set_blend_color(pipe, &bc);
/external/valgrind/none/tests/amd64/
H A Dslahf-amd64.stdout.exp191 bc -> 9600
/external/autotest/server/cros/
H A Drf_switch_1_ap_box_2_ap_list.conf350 wan mac = a0:04:60:76:14:bc
363 wan mac = a0:04:60:76:14:bc
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c309 vp8_writer *const w = cpi->bc;
H A Donyx_int.h287 vp8_writer bc[9]; /* one boolcoder for each partition */ member in struct:VP8_COMP
/external/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_lib.sh81 if [ $(echo "$shmmax < $HUGEPAGESIZE" |bc) -eq 1 ]; then
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_liveness.cpp69 if (n.bc.op == CF_OP_CF_END) {
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java166 Bytecode bc = (Bytecode)super.clone();
167 bc.tryblocks = (ExceptionTable)tryblocks.clone();
168 return bc;
/external/lzma/CPP/7zip/Archive/Common/
H A DCoderMixer2.cpp148 CBondsChecks bc;
149 bc.BindInfo = this;
150 return bc.Check();
/external/skia/src/gpu/ccpr/
H A DGrCCGeometry.cpp500 Sk2f bc = lerp(p1, p2, TT); local
502 Sk2f abc = lerp(ab, bc, TT);
503 Sk2f bcd = lerp(bc, cd, TT);
/external/skqp/src/gpu/ccpr/
H A DGrCCGeometry.cpp500 Sk2f bc = lerp(p1, p2, TT); local
502 Sk2f abc = lerp(ab, bc, TT);
503 Sk2f bcd = lerp(bc, cd, TT);
/external/syslinux/com32/lua/src/
H A Dlcode.c236 int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) { argument
239 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx);
240 return luaK_code(fs, CREATE_ABx(o, a, bc));
/external/testng/src/main/java/org/testng/reporters/
H A DSuiteHTMLReporter.java393 boolean bc = tm.isBeforeClassConfiguration();
403 boolean isClassConfiguration = bc || ac;
408 String configurationClassMethod = isClassConfiguration ? (bc ? BEFORE : AFTER) + methodName : SP;
/external/v8/src/mips64/
H A Ddisasm-mips64.cc741 case 'c': { // 'bc - Special for bc1 cc field.
742 DCHECK(STRING_STARTS_WITH(format, "bc"));
1424 Format(instr, "movt 'rd, 'rs, 'bc");
1426 Format(instr, "movf 'rd, 'rs, 'bc");
1593 Format(instr, "bc1t 'bc, 'imm16u -> 'imm16p4s2");
1595 Format(instr, "bc1f 'bc, 'imm16u -> 'imm16p4s2");
1657 Format(instr, "bc 'imm26s -> 'imm26p4s2");
/external/python/cpython3/Lib/test/
H A Dtest_logging.py2975 bc = logging.config.BaseConfigurator(d)
2976 self.assertEqual(bc.convert('cfg://atuple[1]'), 2)
2977 self.assertEqual(bc.convert('cfg://alist[1]'), 'b')
2978 self.assertEqual(bc.convert('cfg://nest1[1][0]'), 'h')
2979 self.assertEqual(bc.convert('cfg://nest2[1][1]'), 'm')
2980 self.assertEqual(bc.convert('cfg://adict.d'), 'e')
2981 self.assertEqual(bc.convert('cfg://adict[f]'), 3)
2982 v = bc.convert('cfg://nest3')
2984 self.assertRaises(KeyError, bc.convert, 'cfg://nosuch')
2985 self.assertRaises(ValueError, bc
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h635 BlockDataRegion(const BlockCodeRegion *bc, const LocationContext *lc, argument
637 : TypedRegion(sreg, BlockDataRegionKind), BC(bc), LC(lc),
1269 const BlockDataRegion *getBlockDataRegion(const BlockCodeRegion *bc,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
H A DAES.java20 import org.bouncycastle.asn1.bc.BCObjectIdentifiers;
/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp177 extern constexpr int (B2::*bc) = (int(B2::*))&B2::c; member in namespace:MemberPtr
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c778 const struct pipe_blend_color *bc)
780 if (memcmp(&ctx->blend_color, bc, sizeof(ctx->blend_color))) {
781 ctx->blend_color = *bc;
782 ctx->pipe->set_blend_color(ctx->pipe, bc);
777 cso_set_blend_color(struct cso_context *ctx, const struct pipe_blend_color *bc) argument
/external/syslinux/com32/lib/libpng/
H A Dpngrtran.c2335 png_uint_32 bc = png_ptr->rgb_to_gray_blue_coeff; local
2356 (rc*red + gc*green + bc*blue)>>15];
2375 *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15);
2411 + bc*blue_1)>>15);
2436 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue)>>15);
2460 [(rc*red + gc*green + bc*blue)>>15];
2476 *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15);
2509 + gc * green_1 + bc * blue_1)>>15);
2534 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue)>>15);

Completed in 3930 milliseconds

1234567891011>>