Home
last modified time | relevance | path

Searched refs:CH (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
Dpromise.pass.cpp45 using CH = coro::coroutine_handle<promise_type>; in do_runtime_test() typedef
48 CH h = CH::from_promise(*this); in do_runtime_test()
73 auto const& CH = H; in do_test() local
74 ASSERT_SAME_TYPE(decltype(CH.promise()), Promise&); in do_test()
75 LIBCPP_ASSERT_NOT_NOEXCEPT(CH.promise()); in do_test()
/external/llvm-project/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
Dpromise.pass.cpp44 using CH = coro::coroutine_handle<promise_type>; in do_runtime_test() typedef
47 CH h = CH::from_promise(*this); in do_runtime_test()
72 auto const& CH = H; in do_test() local
73 ASSERT_SAME_TYPE(decltype(CH.promise()), Promise&); in do_test()
74 LIBCPP_ASSERT_NOT_NOEXCEPT(CH.promise()); in do_test()
/external/tinyalsa_new/tests/src/
Dpcm_loopback_test.cc43 template<int32_t CH, int32_t SR, pcm_format F>
51 return CH; in GetChannels()
92 template<int32_t CH, int32_t SR, int32_t FQ, int32_t L, pcm_format F>
93 class SineToneGenerator : public SilenceGenerator<CH, SR, F> {
97 static constexpr double kStep = FQ * CH * kPi / SR;
99 double channels[CH];
114 constexpr double phase = (CH == 1) ? 0 : kPi / 2 / (CH - 1); in SineToneGenerator()
117 for (int32_t i = 1; i < CH; ++i) { in SineToneGenerator()
129 size = (size / (CH * sizeof(Type))) * (CH * sizeof(Type)); in Read()
134 for (int32_t i = 0; i < CH; ++i) { in Read()
/external/libchrome/crypto/
Dscoped_capi_types.h99 template<class CH, typename FP> inline
100 bool operator==(CH h, const ScopedCAPIHandle<CH, FP>& b) {
104 template<class CH, typename FP> inline
105 bool operator!=(CH h, const ScopedCAPIHandle<CH, FP>& b) {
/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op_benchmark_test.cc54 #define BM_CropAndResizeDev(DEVICE, B, W, H, D, CH, CW) \ argument
55 static void BM_CropAndResize_##DEVICE##_##B##_##W##_##H##_##D##_##CH##_##CW( \
57 test::Benchmark(#DEVICE, CropAndResize(B, W, H, D, CH, CW), \
62 BENCHMARK(BM_CropAndResize_##DEVICE##_##B##_##W##_##H##_##D##_##CH##_##CW);
/external/tcpdump/tests/
Dieee802.11_exthdr.out3 …e 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
6 …e 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
9 …e 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
12 …e 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
15 …e 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
18 …e 27dBm tx power [bit 15] Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dint-cmp-01.ll6 ; Check the low end of the CH range.
19 ; Check the high end of the aligned CH range.
33 ; Check the next halfword up, which should use CHY instead of CH.
121 ; Check that CH allows an index.
153 ; Check the comparison can be reversed if that allows CH to be used.
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-01.ll6 ; Check the low end of the CH range.
19 ; Check the high end of the aligned CH range.
33 ; Check the next halfword up, which should use CHY instead of CH.
121 ; Check that CH allows an index.
153 ; Check the comparison can be reversed if that allows CH to be used.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp506 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
512 CL = CH = Cond; in SplitRes_SELECT()
515 std::tie(CL, CH) = DAG.SplitVector(Res->getOperand(0), dl); in SplitRes_SELECT()
520 GetSplitVector(Cond, CL, CH); in SplitRes_SELECT()
531 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_SELECT()
533 SplitVecRes_SETCC(Cond.getNode(), CL, CH); in SplitRes_SELECT()
535 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_SELECT()
539 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); in SplitRes_SELECT()
/external/llvm-project/compiler-rt/lib/builtins/hexagon/
Ddffma.S22 #define CH r5 macro
146 P_TMP = cmp.gt(CH,#-1)
176 EXPC = extractu(CH,#EXPBITS,#HI_MANTBITS)
235 #undef CH
506 #define CH r5 macro
691 CH = insert(TMP,#EXPBITS,#HI_MANTBITS) define
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCTargetDesc.cpp77 X86::AL, X86::CL, X86::DL, X86::BL, X86::AH, X86::CH, in initLLVMToSEHAndCVRegMapping()
297 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
298 return X86::CH; in getX86SubSuperRegisterOrZero()
309 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
346 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
382 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
418 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp510 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
516 CL = CH = Cond; in SplitRes_SELECT()
519 std::tie(CL, CH) = DAG.SplitVector(Res, dl); in SplitRes_SELECT()
524 GetSplitVector(Cond, CL, CH); in SplitRes_SELECT()
535 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_SELECT()
537 SplitVecRes_SETCC(Cond.getNode(), CL, CH); in SplitRes_SELECT()
539 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_SELECT()
543 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); in SplitRes_SELECT()
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
Dglobal-classes.cpp81 constexpr PaddedBases(char CH, short S, int N, long long D) in PaddedBases()
82 : BaseClass<char>(CH), BaseClass<short>(S), BaseClass<int>(N), DerivedMember(D) {} in PaddedBases()
/external/flac/test/cuesheets/
Dbad.030.FLAGS_multiple.cue4 FLAGS 4CH
/external/python/cpython3/Objects/stringlib/
Dcodecs.h637 # define SWAB2(CH) ((CH) << 8) /* high byte is zero */ in STRINGLIB() argument
691 #define SWAB2(CH) (((CH) << 8) | ((CH) >> 8)) in STRINGLIB() argument
/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangle.cpp526 Demangler::translateIntrinsicFunctionCode(char CH, in translateIntrinsicFunctionCode() argument
529 if (!(CH >= '0' && CH <= '9') && !(CH >= 'A' && CH <= 'Z')) { in translateIntrinsicFunctionCode()
653 int Index = (CH >= '0' && CH <= '9') ? (CH - '0') : (CH - 'A' + 10); in translateIntrinsicFunctionCode()
674 switch (char CH = MangledName.popFront()) { in demangleFunctionIdentifierCode() local
677 return demangleStructorIdentifier(MangledName, CH == '1'); in demangleFunctionIdentifierCode()
682 translateIntrinsicFunctionCode(CH, Group)); in demangleFunctionIdentifierCode()
688 switch (char CH = MangledName.popFront()) { in demangleFunctionIdentifierCode() local
693 translateIntrinsicFunctionCode(CH, Group)); in demangleFunctionIdentifierCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp526 Demangler::translateIntrinsicFunctionCode(char CH, in translateIntrinsicFunctionCode() argument
529 if (!(CH >= '0' && CH <= '9') && !(CH >= 'A' && CH <= 'Z')) { in translateIntrinsicFunctionCode()
653 int Index = (CH >= '0' && CH <= '9') ? (CH - '0') : (CH - 'A' + 10); in translateIntrinsicFunctionCode()
674 switch (char CH = MangledName.popFront()) { in demangleFunctionIdentifierCode() local
677 return demangleStructorIdentifier(MangledName, CH == '1'); in demangleFunctionIdentifierCode()
682 translateIntrinsicFunctionCode(CH, Group)); in demangleFunctionIdentifierCode()
688 switch (char CH = MangledName.popFront()) { in demangleFunctionIdentifierCode() local
693 translateIntrinsicFunctionCode(CH, Group)); in demangleFunctionIdentifierCode()
/external/icu/icu4c/source/data/coll/
Dhsb.txt10 "&H<ch<<<cH<<<Ch<<<CH"
Ddsb.txt10 "&H<ch<<<cH<<<Ch<<<CH"
Dcs.txt9 "&H<ch<<<cH<<<Ch<<<CH"
Dbr.txt7 Sequence{"&C<ch<<<Ch<<<CH<c''h=c\u2019h<<<C''h=C\u2019h<<<C''H=C\u2019H"}
Duz.txt11 "<ch<<<Ch<<<CH"
Dom.txt8 "&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
Des.txt20 "&C<ch<<<Ch<<<CH"
/external/vboot_reference/firmware/2lib/
D2sha256.c45 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
79 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
161 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) in vb2_sha256_transform()

12345678910>>...19