Home
last modified time | relevance | path

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

12345678910>>...12

/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/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Drdataclass.py32 CH = 3 variable
40 'CH' : CH,
57 'CHAOS' : CH,
/external/tcpdump/tests/
Dieee802.11_exthdr.out3 …m tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
6 …m tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
9 …m tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
12 …m tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
15 …m tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
18 …m tx power [bit 15] 314us Probe Response (omus) [1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0 Mbit] CH: 1
/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/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()
D2sha512.c45 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
95 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
257 t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) in vb2_sha512_transform()
/external/icu/icu4c/source/data/coll/
Ddsb.txt16 "&H<ch<<<cH<<<Ch<<<CH"
Dhsb.txt16 "&H<ch<<<cH<<<Ch<<<CH"
Dom.txt14 "&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
Des.txt26 "&C<ch<<<Ch<<<CH"
Dcy.txt14 "&C<ch<<<Ch<<<CH"
Dig.txt15 "&B<ch<<<Ch<<<CH"
Dcs.txt34 "&H<ch<<<cH<<<Ch<<<CH"
Dsk.txt36 "&H<ch<<<cH<<<Ch<<<CH"
Dvi.txt29 "&C<ch<<<Ch<<<CH"
/external/vboot_reference/firmware/lib/cryptolib/
Dsha256.c46 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
80 t1 = wv[h] + SHA256_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
158 t1 = wv[7] + SHA256_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) in SHA256_transform()
Dsha512.c46 #define CH(x, y, z) ((x & y) ^ (~x & z)) macro
96 t1 = wv[h] + SHA512_F2(wv[e]) + CH(wv[e], wv[f], wv[g]) \
246 t1 = wv[7] + SHA512_F2(wv[4]) + CH(wv[4], wv[5], wv[6]) in SHA512_transform()
/external/llvm/lib/Target/X86/
DX86RegisterInfo.td57 def CH : X86Reg<"ch", 5>;
80 def CX : X86Reg<"cx", 1, [CL,CH]>;
323 // FIXME: Allow AH, CH, DH, BH to be used as general-purpose registers in
329 (add AL, CL, DL, AH, CH, DH, BL, BH, SIL, DIL, BPL, SPL,
331 let AltOrders = [(sub GR8, AH, BH, CH, DH)];
370 def GR8_ABCD_H : RegisterClass<"X86", [i8], 8, (add AH, CH, DH, BH)>;
382 (add AL, CL, DL, AH, CH, DH, BL, BH)> {
383 let AltOrders = [(sub GR8_NOREX, AH, BH, CH, DH)];
DX86RegisterInfo.cpp654 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
655 return X86::CH; in getX86SubSuperRegisterOrZero()
666 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
703 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
739 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
775 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX: in getX86SubSuperRegisterOrZero()
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java37 static final String CH = "CH"; field in RegionCode
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp525 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
531 CL = CH = Cond; in SplitRes_SELECT()
536 GetSplitVector(Cond, CL, CH); in SplitRes_SELECT()
538 std::tie(CL, CH) = DAG.SplitVector(Cond, dl); in SplitRes_SELECT()
542 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH); in SplitRes_SELECT()
/external/icu/icu4c/source/data/region/
Dps.txt19 CH{"سویس"}
/external/icu/icu4c/source/data/translit/
DMongolian_Latin_BGN.txt78 Ч → CH ; # CYRILLIC CAPITAL LETTER CHE
80 ШЧ → SH·CH ; # CYRILLIC CAPITAL LETTER SHA
DKirghiz_Latin_BGN.txt84 Ч → CH ; # CYRILLIC CAPITAL LETTER CHE
86 ШЧ → SH·CH ; # CYRILLIC CAPITAL LETTER SHA
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_kdt_posd.pkb13 ��@CH

12345678910>>...12