Home
last modified time | relevance | path

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

12

/dragonfly/contrib/cvs-1.12/lib/
H A Dstrftime.c240 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
241 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
243 # define TOUPPER(Ch, L) towupper (Ch) argument
244 # define TOLOWER(Ch, L) towlower (Ch) argument
249 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
250 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
252 # define TOUPPER(Ch, L) toupper (Ch) argument
253 # define TOLOWER(Ch, L) tolower (Ch) argument
256 # define TOUPPER(Ch, L) (islower (Ch) ? toupper (Ch) : (Ch)) argument
257 # define TOLOWER(Ch, L) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
[all …]
H A Dstrcasecmp.c33 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
/dragonfly/contrib/diffutils/lib/
H A Dmbscasecmp.c29 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
H A Dnstrftime.c274 # define TOUPPER(Ch, L) __towupper_l (Ch, L) argument
275 # define TOLOWER(Ch, L) __towlower_l (Ch, L) argument
277 # define TOUPPER(Ch, L) towupper (Ch) argument
278 # define TOLOWER(Ch, L) towlower (Ch) argument
282 # define TOUPPER(Ch, L) __toupper_l (Ch, L) argument
283 # define TOLOWER(Ch, L) __tolower_l (Ch, L) argument
285 # define TOUPPER(Ch, L) toupper (Ch) argument
286 # define TOLOWER(Ch, L) tolower (Ch) argument
293 #define ISDIGIT(Ch) ((unsigned int) (Ch) - L_('0') <= 9) argument
/dragonfly/contrib/grep/lib/
H A Dmbscasecmp.c29 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch)) argument
/dragonfly/sys/crypto/sha2/
H A Dsha2.c191 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
352 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
365 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
452 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in SHA256_Transform()
478 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in SHA256_Transform()
669 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
679 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
692 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
774 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in SHA512_Transform()
[all …]
/dragonfly/contrib/ldns/
H A Dsha2.c198 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
332 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
444 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + W256[j]; in ldns_sha256_Transform()
470 T1 = h + Sigma1_256(e) + Ch(e, f, g) + K256[j] + in ldns_sha256_Transform()
650 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
660 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + \
673 T1 = (h) + Sigma1_512(e) + Ch((e), (f), (g)) + K512[j] + \
757 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j]; in ldns_sha512_Transform()
[all …]
/dragonfly/tools/tools/ath/athprom/
H A Deeprom-1434 | TxRxAttenuation Ch 0 $txRxAttenCh0 |
35 | TxRxAttenuation Ch 1 $txRxAttenCh1 |
36 | TxRxAttenuation Ch 2 $txRxAttenCh2 |
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daetables.h533 [01Ch 0028 4] Asl Compiler ID : "INTL"
551 [03Ch 0060 4] UID : 00000000
/dragonfly/contrib/xz/src/liblzma/check/
H A Dsha256.c38 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
51 h(i) += S1(e(i)) + Ch(e(i), f(i), g(i)) + SHA256_K[i + j] + blk; \
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dsha256-internal.c71 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
107 t0 = h + Sigma1(e) + Ch(e, f, g) + K[i] + W[i]; \ in sha256_compress()
H A Dsha512-internal.c92 #define Ch(x,y,z) (z ^ (x & (y ^ z))) macro
137 t0 = S[7] + Sigma1(S[4]) + Ch(S[4], S[5], S[6]) + K[i] + W[i]; in sha512_compress()
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha512.c350 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
380 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i]; in sha512_block_data_order()
394 T += F[7] + Sigma1(E) + Ch(E,F[5],F[6]) + K512[i]; in sha512_block_data_order()
429 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; in sha512_block_data_order()
441 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; in sha512_block_data_order()
457 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
H A Dsha256.c147 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
167 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
179 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
194 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
/dragonfly/games/quiz/datfiles/
H A Dsov28 Rich[ard|] Cromwell:17:Ch[arle|]s [II|2]
/dragonfly/lib/libcrypt/
H A Dcrypt-sha256.c92 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in __crypt__sha256_process_block() macro
115 uint32_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in __crypt__sha256_process_block()
H A Dcrypt-sha512.c123 #define Ch(x, y, z) ((x & y) ^ (~x & z)) in __crypt__sha512_process_block() macro
146 uint64_t T1 = h + S1 (e) + Ch (e, f, g) + K[t] + W[t]; in __crypt__sha512_process_block()
/dragonfly/contrib/file/magic/Magdir/
H A Dimages1044 # dib header size: 12~Ch~OS/2 1.x 64~40h~OS/2 2.x
1093 # dib header size: 12~Ch~OS/2 1.x 64~40h~OS/2 2.x
1104 # cbSize; size of header like 28h 5Ch
2470 # 12+Size of CLUT (2Ch for 4BPP; 20Ch 40Ch 60Ch 80Ch C0Ch for 8BPP) or
2471 # +image data size (800Ch 2000Ch 2580C for 16BPP) (02000003h for dBase memo test.dbt)
2473 # CLUT or data size remainder is 12 (Ch), but 03 for dBase memo test.dbt
2491 # 12 + size of CLUT like: 1000Ch 800Ch 400Ch 40Ch and 2FEh (KAGE.TIM)
3710 # typical values like: 13Ch 154h 43Ch 4F0h DA8h
H A Dgnu37 # for revision x.0 offset of table with originals is 1Ch if directly after header
H A Dfonts73 # dfVertRes 300=012Ch not needed as additional test
75 # dfHorizRes 300=012Ch
H A Dwindows74 # Unknown; probably a version indicator like: 0000000Ah 0000000Ch
92 # unicode string bytes like: 2Ch
235 # size of entry, in bytes: 40h(init) 78h(launced) 9Ch
1040 # Offset To First Event 238h,240h,28Ch
1077 # size of password name (0,1Ch)
H A Dintel218 # pointer to PCI data structure like: 1Ch 38h 104h 8E44h
H A Dsniffer411 # RecSize; Size of one record like: 5Ch
H A Dmap316 # LBL:2A9h,SRT:1Dh 25h 27h,TRE:CFh 135h,TRF:5Ah,TYP:5Bh 6Eh 7Ch AEh,RGN:7Dh
H A Dmsdos547 # direct read/write support by driver functions 03h,0Ch
1665 # offset of the first CFFILE entry coffFiles: minimal 2Ch
1886 # first char of full file name is DOS (5Ch) or UNIX (2Fh) path separator

12