Home
last modified time | relevance | path

Searched defs:CH (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython3/Objects/stringlib/
Dcodecs.h636 # define SWAB2(CH) ((CH) << 8) /* high byte is zero */ in STRINGLIB() argument
690 #define SWAB2(CH) (((CH) << 8) | ((CH) >> 8)) in STRINGLIB() argument
737 # define SWAB4(CH, tmp) ((CH) << 24) /* high bytes are zero */ argument
739 # define SWAB4(CH, tmp) (tmp = (CH), \ argument
743 # define SWAB4(CH, tmp) (tmp = (CH), \ argument
/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
73 auto const& CH = H; in do_test() local
/external/tensorflow/tensorflow/core/kernels/
Dcrop_and_resize_op_benchmark_test.cc54 #define BM_CropAndResizeDev(DEVICE, B, W, H, D, CH, CW) \ argument
Dcwise_ops_test.cc206 #define BM_BIAS_ADD_GRAD(DEVICE, FMT, C_TYPE, TF_TYPE, R, C, CH) \ argument
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java37 static final String CH = "CH"; field in RegionCode
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcphashsha256px.c75 #define CH(x,y,z) (((x) & (y)) ^ (~(x) & (z))) macro
Dpcphashsha512px.c76 #define CH(x,y,z) (((x) & (y)) ^ (~(x) & (z))) macro
/external/u-boot/lib/libavb/
Davb_sha256.c16 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
Davb_sha512.c16 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
/external/vboot_reference/firmware/2lib/
D2sha256.c45 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
D2sha512.c45 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
/external/avb/libavb/
Davb_sha256.c43 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
Davb_sha512.c43 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
/external/vboot_reference/firmware/lib/cryptolib/
Dsha256.c46 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
Dsha512.c46 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
/external/u-boot/drivers/rtc/
Dds1302.c47 unsigned char CH:1; /* clock halt 1=stop 0=start */ member
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp442 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp525 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp531 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1160 SDValue CH = CurDAG->getEntryNode(); in SelectFrameIndex() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h484 CH = 6, enumerator
/external/clang/lib/AST/
DDecl.cpp4097 MutableArrayRef<NamedDecl *> CH) in IndirectFieldDecl()
4109 llvm::MutableArrayRef<NamedDecl *> CH) { in Create()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp757 SDValue CH = CurDAG->getEntryNode(); in SelectFrameIndex() local
/external/python/cpython2/Objects/
Dunicodeobject.c2454 #define STORECHAR(CH) \ in PyUnicode_EncodeUTF32() argument
2731 #define STORECHAR(CH) \ in PyUnicode_EncodeUTF16() argument
/external/u-boot/arch/powerpc/include/asm/
Dcpm_8xx.h49 #define mk_cr_cmd(CH, CMD) ((CMD << 8) | (CH << 4)) argument

12