Home
last modified time | relevance | path

Searched refs:cc1 (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/strings/
Duri.cc269 void EncodePair(base::uc16 cc1, base::uc16 cc2, std::vector<uint8_t>* buffer) { in EncodePair() argument
272 unibrow::Utf8::Encode(s, unibrow::Utf16::CombineSurrogatePair(cc1, cc2), in EncodePair()
294 base::uc16 cc1 = uri_content.Get(k); in Encode() local
295 if (unibrow::Utf16::IsLeadSurrogate(cc1)) { in Encode()
300 EncodePair(cc1, cc2, &buffer); in Encode()
304 } else if (!unibrow::Utf16::IsTrailSurrogate(cc1)) { in Encode()
305 if (IsUnescapePredicateInUriComponent(cc1) || in Encode()
306 (is_uri && IsUriSeparator(cc1))) { in Encode()
307 buffer.push_back(cc1); in Encode()
309 EncodeSingle(cc1, &buffer); in Encode()
/third_party/typescript/tests/baselines/reference/
DnullishCoalescingOperator1.js33 const cc1 = c1 ?? true; constant
78 var cc1 = c1 !== null && c1 !== void 0 ? c1 : true; variable
DbpSpan_const.baseline71 > export const cc1 = false;
77 7 > export const cc1 = false;
80 >const cc1 = false
DnullishCoalescingOperator1.symbols90 const cc1 = c1 ?? true;
91 >cc1 : Symbol(cc1, Decl(nullishCoalescingOperator1.ts, 31, 5))
DnullishCoalescingOperator1.types117 const cc1 = c1 ?? true;
118 >cc1 : boolean
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator1.ts35 const cc1 = c1 ?? true; constant
/third_party/musl/tools/
Dmusl-gcc.specs.sh10 *cc1:
/third_party/mesa3d/src/intel/vulkan/
DgenX_state.c332 anv_batch_write_reg(&batch, GENX(CS_CHICKEN1), cc1) { in init_render_queue_state()
333 cc1.ReplayMode = MidcmdbufferPreemption; in init_render_queue_state()
334 cc1.ReplayModeMask = true; in init_render_queue_state()
337 cc1.DisablePreemptionandHighPriorityPausingdueto3DPRIMITIVECommand = true; in init_render_queue_state()
338 cc1.DisablePreemptionandHighPriorityPausingdueto3DPRIMITIVECommandMask = true; in init_render_queue_state()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
Dcoverage.txt6 cc1: warnings being treated as errors
/third_party/ffmpeg/tests/ref/fate/
Dsub-scc-remux43 00:01:00:08 9420 9420 946e 946e d349 5220 4cc1 d5ce 4345 4c4f 5420 54c8 4520 c252 c1d6 453b 942c 94…
45 00:01:03:01 9420 9420 946e 946e d349 5220 c7c1 4cc1 c8c1 c420 54c8 4520 d0d5 5245 3b80 942c 942c 94…
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeS390X.c204 const sljit_u8 cc1 = 1 << 2; /* less than {,zero} */ in get_cc() local
228 return (cc1 | cc2 | cc3); in get_cc()
230 return (cc1 | cc2); in get_cc()
231 return (cc1 | cc3); in get_cc()
236 return (cc1 | cc2 | cc3); in get_cc()
239 return cc1; in get_cc()
252 return (cc0 | cc1); in get_cc()
253 return (cc0 | cc1 | cc2); in get_cc()
258 return cc1; in get_cc()
268 return (cc0 | cc1); in get_cc()
[all …]
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp75 private: Mode(int mode, int cc0, int cc1, int cc2);
Dqrcodegen.cpp44 QrSegment::Mode::Mode(int mode, int cc0, int cc1, int cc2) : in Mode() argument
47 numBitsCharCount[1] = cc1; in Mode()
/third_party/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp997 uint8_t cc1 = b1.norms.getCC(c); in computeDiff() local
999 if(cc1 != cc2) { in computeDiff()
1000 diff.setCC(c, cc1); in computeDiff()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.cpp997 uint8_t cc1 = b1.norms.getCC(c); in computeDiff() local
999 if(cc1 != cc2) { in computeDiff()
1000 diff.setCC(c, cc1); in computeDiff()
/third_party/ffmpeg/libavcodec/
Dmpeg12dec.c2245 uint8_t field, cc1, cc2; in mpeg_decode_a53_cc() local
2253 cc1 = get_bits(&gb, 8); in mpeg_decode_a53_cc()
2263 cap[1] = ff_reverse[cc1]; in mpeg_decode_a53_cc()
/third_party/icu/icu4c/source/test/intltest/
Dnumrgts.cpp575 UnicodeString cc1(c1, 10, 10); in Test4086575() local
576 if (buffer != cc1) in Test4086575()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp39783 enum X86::CondCode cc1 = (enum X86::CondCode)N1.getConstantOperandVal(0); in combineCompareEqual() local
39785 if (cc1 == X86::COND_E || cc1 == X86::COND_NE) { in combineCompareEqual()
39787 cc0 = cc1; in combineCompareEqual()
39788 cc1 = tmp; in combineCompareEqual()
39791 if ((cc0 == X86::COND_E && cc1 == X86::COND_NP) || in combineCompareEqual()
39792 (cc0 == X86::COND_NE && cc1 == X86::COND_P)) { in combineCompareEqual()
/third_party/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz21testfile45.o: elf64-elf_x86_64 2 3Disassembly of section .text: 4 5 0 ...
/third_party/rust/crates/clap/
DCHANGELOG.md3662 * **help** allows parent requirements to be ignored with help and version ([52218cc1](https://gith…
/third_party/node/doc/changelogs/
DCHANGELOG_V4.md1461 * \[[`6324723cc1`](https://github.com/nodejs/node/commit/6324723cc1)] - **doc,dgram**: fix addMembe…
/third_party/node/deps/cares/
DCHANGES305cc1: warning: /build/c-ares-1.25.0/test/include: No such file or directory [-Wmissing-include-dirs]
/third_party/NuttX/
DReleaseNotes23391 - ARMv7-A Build: Fix 'cc1: warning: switch -mcpu=cortex-a7 conflicts