Home
last modified time | relevance | path

Searched refs:Ch (Results 1 – 25 of 117) sorted by relevance

12345

/openbsd-src/gnu/usr.bin/texinfo/lib/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
/openbsd-src/gnu/gcc/libmudflap/
H A DChangeLog17 2006-06-21 Frank Ch. Eigler <fche@redhat.com>
85 2005-09-23 Frank Ch. Eigler <fche@elastic.org>
90 2005-09-23 Frank Ch. Eigler <fche@elastic.org>
181 2005-06-15 Frank Ch. Eigler <fche@redhat.com>
193 2005-06-14 Frank Ch. Eigler <fche@redhat.com>
199 2005-06-14 Frank Ch. Eigler <fche@redhat.com>
204 2005-06-14 Frank Ch. Eigler <fche@redhat.com>
218 2005-04-12 Frank Ch. Eigler <fche@redhat.com>
250 2005-03-17 Frank Ch. Eigler <fche@redhat.com>
255 2005-02-13 Frank Ch. Eigler <fche@redhat.com>
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dloc_om.t49 ok($objOm->eq("ch", "Ch"));
50 ok($objOm->eq("Ch", "CH"));
65 ok($objOm->lt("ch", "Ch"));
66 ok($objOm->lt("Ch", "CH"));
81 ok($objOm->gt("ch", "Ch"));
82 ok($objOm->gt("Ch", "CH"));
H A Dloc_cs.t64 ok($objCs->eq("cH", "Ch"));
65 ok($objCs->eq("Ch", "CH"));
77 ok($objCs->lt("cH", "Ch"));
78 ok($objCs->lt("Ch", "CH"));
96 ok($objCs->gt("cH", "Ch"));
97 ok($objCs->gt("Ch", "CH"));
H A Dloc_cy.t67 ok($objCy->eq("ch", "Ch"));
68 ok($objCy->eq("Ch", "CH"));
88 ok($objCy->lt("ch", "Ch"));
89 ok($objCy->lt("Ch", "CH"));
109 ok($objCy->gt("ch", "Ch"));
110 ok($objCy->gt("Ch", "CH"));
H A Dloc_ca.t60 ok($objCa->eq("cH", "Ch"));
61 ok($objCa->eq("Ch", "CH"));
79 ok($objCa->lt("cH", "Ch"));
80 ok($objCa->lt("Ch", "CH"));
98 ok($objCa->gt("cH", "Ch"));
99 ok($objCa->gt("Ch", "CH"));
H A Dloc_estr.t61 ok($objEsTrad->eq("ch", "Ch"));
62 ok($objEsTrad->eq("Ch", "CH"));
71 ok($objEsTrad->lt("ch", "Ch"));
72 ok($objEsTrad->lt("Ch", "CH"));
H A Dloc_es.t61 ok($objEs->eq("ch", "Ch"));
62 ok($objEs->eq("Ch", "CH"));
71 ok($objEs->lt("ch", "Ch"));
72 ok($objEs->lt("Ch", "CH"));
H A Dloc_dsb.t69 ok($objDsb->eq("cH", "Ch"));
70 ok($objDsb->eq("Ch", "CH"));
88 ok($objDsb->lt("cH", "Ch"));
89 ok($objDsb->lt("Ch", "CH"));
129 ok($objDsb->gt("cH", "Ch"));
130 ok($objDsb->gt("Ch", "CH"));
H A Dloc_ig.t73 ok($objIg->eq("ch", "Ch"));
74 ok($objIg->eq("Ch", "CH"));
100 ok($objIg->lt("ch", "Ch"));
101 ok($objIg->lt("Ch", "CH"));
145 ok($objIg->gt("ch", "Ch"));
146 ok($objIg->gt("Ch", "CH"));
H A Dloc_sk.t64 ok($objSk->eq("cH", "Ch"));
65 ok($objSk->eq("Ch", "CH"));
78 ok($objSk->lt("cH", "Ch"));
79 ok($objSk->lt("Ch", "CH"));
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c34 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
122 M11(Ch, K1, *wp++); M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); in sha1()
123 M14(Ch, K1, *wp++); M15(Ch, K1, *wp++); M11(Ch, K1, *wp++); in sha1()
124 M12(Ch, K1, *wp++); M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); in sha1()
125 M15(Ch, K1, *wp++); M11(Ch, K1, *wp++); M12(Ch, K1, *wp++); in sha1()
126 M13(Ch, K1, *wp++); M14(Ch, K1, *wp++); M15(Ch, K1, *wp++); in sha1()
127 M11(Ch, K1, *wp ); M12(Ch, K1, A1( 0)); M13(Ch, K1, A1( 1)); in sha1()
128 M14(Ch, K1, A1( 2)); M15(Ch, K1, A1( 3)); M11(Pa, K2, A1( 4)); in sha1()
172 T1 = h + SIGMA1(e) + Ch(e, f, g) + (*kp++) + w; \ in sha256()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSubtargetFeature.h211 char Ch = Feature[0]; in hasFlag() local
213 return Ch == '+' || Ch =='-'; in hasFlag()
225 char Ch = Feature[0]; in isEnabled() local
227 return Ch == '+'; in isEnabled()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBase64.cpp12 static char decodeBase64Byte(uint8_t Ch) { in decodeBase64Byte() argument
32 if (Ch >= sizeof(DecodeTable)) in decodeBase64Byte()
34 return DecodeTable[Ch]; in decodeBase64Byte()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp31 uint32_t Ch = Offset & (RowAlign - 1); in getElementLegacyOffset() local
32 return std::make_pair((Offset - Ch) / RowAlign, Ch); in getElementLegacyOffset()
/openbsd-src/lib/libcrypto/sha/asm/
H A Dsha512-armv4.pl452 my ($t0,$t1,$t2,$T1,$K,$Ch,$Maj)=map("d$_",(24..31)); # temps
471 veor $Ch,$f,$g
473 vand $Ch,$e
475 veor $Ch,$g @ Ch(e,f,g)
478 vadd.i64 $T1,$Ch
486 vand $Ch,$a,$c
490 vorr $Maj,$Ch @ Maj(a,b,c)
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp170 for (UTF16 &Ch : Chars) { in processString()
171 assert(Ch <= 0x7F && "We didn't allow identifiers to be non-ASCII"); in processString()
172 Ch = toupper(Ch); in processString()
375 for (auto Ch : ProcessedString) in writeCString() local
376 writeInt<uint16_t>(Ch); in writeCString()
658 char Ch = Str[1]; in writeSingleAccelerator() local
659 if (Ch >= 'a' && Ch <= 'z') in writeSingleAccelerator()
660 Entry.ANSICode = ulittle16_t(Ch - 'a' + 1); in writeSingleAccelerator()
661 else if (Ch >= 'A' && Ch <= 'Z') in writeSingleAccelerator()
662 Entry.ANSICode = ulittle16_t(Ch - 'A' + 1); in writeSingleAccelerator()
[all …]
H A DResourceScriptToken.cpp214 #define SHORT_TOKEN(Name, Ch) case Kind::Name: in consumeToken() argument
339 #define SHORT_TOKEN(Name, Ch) \ in classifyCurrentToken() argument
340 case Ch: \ in classifyCurrentToken()
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp26 for (UTF16 Ch : UTF16Str) { in stripUTF16() local
29 uint16_t ChValue = support::endian::byte_swap(Ch, support::little); in stripUTF16()
/openbsd-src/sys/crypto/
H A Dsha2.c128 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
273 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
284 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
372 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256Transform()
394 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256Transform()
551 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
563 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
652 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512Transform()
674 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512Transform()
/openbsd-src/sys/lib/libsa/
H A Dsha2.c162 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
353 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
364 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
451 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256Transform()
473 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256Transform()
628 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
640 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
727 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512Transform()
749 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512Transform()
/openbsd-src/lib/libc/hash/
H A Dsha2.c161 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
358 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
369 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
456 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256Transform()
478 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256Transform()
638 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
650 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
737 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512Transform()
759 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + in SHA512Transform()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp421 Chain *Ch = *--I; in getAndEraseNext() local
423 return Ch; in getAndEraseNext()
427 Chain *Ch = *I; in getAndEraseNext() local
429 return Ch; in getAndEraseNext()
434 Chain *Ch = L.front(); in getAndEraseNext() local
436 return Ch; in getAndEraseNext()
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog.tree-ssa93 2004-01-30 Frank Ch. Eigler <fche@redhat.com>
102 2004-01-08 Frank Ch. Eigler <fche@redhat.com>
160 2003-11-20 Frank Ch. Eigler <fche@redhat.com>
299 2003-06-13 Frank Ch. Eigler <fche@redhat.com>
310 2003-06-05 Frank Ch. Eigler <fche@redhat.com>
315 2003-06-05 Frank Ch. Eigler <fche@redhat.com>
380 2003-02-28 Frank Ch. Eigler <fche@redhat.com>
403 2003-01-29 Frank Ch. Eigler <fche@redhat.com>
446 2003-01-13 Frank Ch. Eigler <fche@redhat.com>
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCharInfo.h175 LLVM_READONLY inline auto escapeCStyle(CharT Ch) -> StringRef {
176 switch (Ch) {

12345