Searched refs:Ch (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstrcasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrncasecmp.c26 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrtol.c195 # define L_(Ch) L##Ch
199 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
200 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
201 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
203 # define ISSPACE(Ch) iswspace (Ch)
[all...]
H A Dmbscasecmp.c32 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrtol.c201 # define L_(Ch) L##Ch
205 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
206 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
207 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
209 # define ISSPACE(Ch) iswspace (Ch)
[all...]
H A Dstrftime.c308 # define TOUPPER(Ch) towupper (Ch)
309 # define TOLOWER(Ch) towlower (Ch)
312 # define TOUPPER(Ch) toupper (Ch)
313 # define TOLOWER(Ch) tolower (Ch)
315 # define TOUPPER(Ch) (islower (Ch)
[all...]
/macosx-10.10.1/gpatch-3/patch/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dstrcasecmp.c35 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/macosx-10.10.1/vim-55/runtime/indent/
H A Dch.vim2 " Language: Ch
8 " Ch is a C/C++ interpreter with many high level extensions
17 " Ch indenting is built-in, thus this is very simple
/macosx-10.10.1/llvmCore-3425.0.34/utils/obj2yaml/
H A Dobj2yaml.cpp26 unsigned char printable(unsigned char Ch) { argument
27 return Ch >= ' ' && Ch <= '~' ? Ch : '.';
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dch.vim2 " Language: Ch
8 " Ch is a C/C++ interpreter with many high level extensions
27 " Ch extentions
/macosx-10.10.1/text_cmds-88/sort/
H A Dsystem.h396 # define TOLOWER(Ch) tolower (Ch)
397 # define TOUPPER(Ch) toupper (Ch)
399 # define TOLOWER(Ch) (ISUPPER (Ch) ? tolower (Ch) : (Ch))
400 # define TOUPPER(Ch) (ISLOWER (Ch)
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dstrftime.c348 # define TOUPPER(Ch, L) __towupper_l (Ch, L)
349 # define TOLOWER(Ch, L) __towlower_l (Ch, L)
351 # define TOUPPER(Ch, L) towupper (Ch)
352 # define TOLOWER(Ch, L) towlower (Ch)
357 # define TOUPPER(Ch, L) __toupper_l (Ch,
[all...]
/macosx-10.10.1/vim-55/runtime/lang/
H A Dmenu_vi_vn.vim74 menutrans &Select\ All<Tab>ggVG Ch���&n\ t���t\ c���<Tab>ggVG
86 menutrans Select\ Fo&nt\.\.\. Ch���n\ &ph��ng\ ch���\.\.\.
93 menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! Ch���\ �����\ ch��&n<Tab>:set\ im!
105 menutrans Insert\ mode Trong\ ch���\ �����\ Ch��n
106 menutrans Block\ and\ Insert Khi\ ch���n\ kh���i\ v��\ Ch��n
110 menutrans Toggle\ &List\ Mode<Tab>:set\ list! &Ch���\ �����\ danh\ s��ch<Tab>:set\ list!
162 menutrans &Convert\ to\ HEX<Tab>:%!xxd Ch&uy���n\ th��nh\ HEX<Tab>:%!xxd
167 menutrans Vie&w\ Cursor\ Line\ only<Tab>zMzx &Ch���\ xem\ d��ng\ c��\ con\ tr���<Tab>zMzx
196 menutrans Set\ '&syntax'\ only &Ch���\ thay\ �����i\ gi��\ tr���\ 'syntax'
267 menutrans Select\ Blockwise Ch���
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dc.vim50 let b:browsefilter = "Ch Source Files (*.ch *.chf)\t*.ch;*.chf\n" .
57 \ "Ch Source Files (*.ch *.chf)\t*.ch;*.chf\n" .
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DSubtargetFeature.cpp33 char Ch = Feature[0]; local
35 return Ch == '+' || Ch =='-';
49 char Ch = Feature[0]; local
51 return Ch == '+';
/macosx-10.10.1/apr-32/apr/apr/random/unix/
H A Dsha2.c131 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
212 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
222 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
235 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
322 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
325 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
348 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/passwd/sha2/
H A Dsha2.c203 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
354 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
364 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
377 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
464 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
467 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
490 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
681 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
691 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
704 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libsum/
H A Dsum-sha2.c249 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
463 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
473 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
486 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
573 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
576 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
599 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
831 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
841 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
854 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dsha2.c189 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
485 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
495 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
508 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
596 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
599 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
622 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
830 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
840 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
853 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/digest/sha2/
H A Dsha2.c210 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
361 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
371 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
384 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
471 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
474 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
497 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
688 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
698 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
711 T1 = (h) + Sigma1_512(e) + Ch((
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsha2.c166 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
303 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
314 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
401 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
423 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
583 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + W512[j]; \
595 T1 = (h) + Sigma1_512((e)) + Ch((e), (f), (g)) + K512[j] + \
682 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
704 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dsha256.c39 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
117 T1 = HH + Sigma1(EE) + Ch(EE, FF, GG) + constant_256[i] + data[i];
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dsha2.c348 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
612 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
622 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
635 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
726 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j];
729 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + (W256[j] = *data++);
752 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] +
937 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
947 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
960 T1 = (h) + Sigma1_512(e) + Ch((
[all...]

Completed in 342 milliseconds

12