Home
last modified time | relevance | path

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

123

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_runtime_init.h85 #define _PyBytes_SIMPLE_INIT(CH, LEN) \ argument
91 #define _PyBytes_CHAR_INIT(CH) \ argument
/aosp_15_r20/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
H A Dpromise.pass.cpp45 using CH = coro::coroutine_handle<promise_type>; in do_runtime_test() typedef
73 auto const& CH = H; in do_test() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_runtime_init.h85 #define _PyBytes_SIMPLE_INIT(CH, LEN) \ argument
91 #define _PyBytes_CHAR_INIT(CH) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_runtime_init.h85 #define _PyBytes_SIMPLE_INIT(CH, LEN) \ argument
91 #define _PyBytes_CHAR_INIT(CH) \ argument
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_runtime_init.h85 #define _PyBytes_SIMPLE_INIT(CH, LEN) \ argument
91 #define _PyBytes_CHAR_INIT(CH) \ argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_runtime_init.h85 #define _PyBytes_SIMPLE_INIT(CH, LEN) \ argument
91 #define _PyBytes_CHAR_INIT(CH) \ argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
H A Dpromise.pass.cpp41 using CH = std::coroutine_handle<promise_type>; in do_runtime_test() typedef
69 auto const& CH = H; in do_test() local
/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dcodecs.h645 # define SWAB2(CH) ((CH) << 8) /* high byte is zero */ in STRINGLIB() argument
699 #define SWAB2(CH) (((CH) << 8) | ((CH) >> 8)) in STRINGLIB() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp529 Demangler::translateIntrinsicFunctionCode(char CH, in translateIntrinsicFunctionCode()
677 switch (char CH = MangledName.popFront()) { in demangleFunctionIdentifierCode() local
691 switch (char CH = MangledName.popFront()) { in demangleFunctionIdentifierCode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp527 Demangler::translateIntrinsicFunctionCode(char CH, in translateIntrinsicFunctionCode()
675 switch (char CH = MangledName.popFront()) { in demangleFunctionIdentifierCode() local
689 switch (char CH = MangledName.popFront()) { in demangleFunctionIdentifierCode() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dcrop_and_resize_op_benchmark_test.cc54 #define BM_CropAndResizeDev(DEVICE, B, W, H, D, CH, CW) \ argument
/aosp_15_r20/art/compiler/utils/x86/
H A Dconstants_x86.h37 CH = 5, enumerator
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2sha256.c51 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
H A D2sha512.c45 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
/aosp_15_r20/external/avb/libavb/sha/
H A Dsha512_impl.c44 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
H A Dsha256_impl.c44 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DSHA256.cpp34 #define CH(x, y, z) (((x) & (y)) ^ (~(x) & (z))) macro
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_ops_test.cc283 #define BM_BIAS_ADD_GRAD(DEVICE, FMT, C_TYPE, TF_TYPE, R, C, CH) \ argument
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DZipUtils.java198 static final int CH(byte[] b, int n) { in CH() method in ZipUtils
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp506 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DZipUtils.java198 static final int CH(byte[] b, int n) { in CH() method in ZipUtils
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/
DZipUtils.java198 static final int CH(byte[] b, int n) { in CH() method in ZipUtils
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp525 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_Select() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Dinst.go159 CH const

123