Home
last modified time | relevance | path

Searched refs:FF (Results 1 – 8 of 8) sorted by relevance

/busybox-1.35.0/docs/
Dunicode_full-bmp.txt18 Latin-1 Supplement (U+0080-U+00FF):
40 Spacing Modifier Letters (U+02B0-U+02FF):
50 Greek and Coptic (U+0370-U+03FF):
56 Cyrillic (U+0400-U+04FF):
72 Hebrew (U+0590-U+05FF):
77 Arabic (U+0600-U+06FF):
97 Free block (U+07C0-U+08FF):
110 Bengali (U+0980-U+09FF):
178 Georgian (U+10A0-U+10FF):
183 Hangul Jamo (U+1100-U+11FF):
[all …]
Dunicode_UTF-8-test.txt81 2.2.2 2 bytes (U-000007FF): "߿" |
158 3.3.6 2-byte sequence with last byte missing (U-000007FF): "�" |
221 4.2.2 U-000007FF = e0 9f bf = "���" |
/busybox-1.35.0/libbb/
Dhash_md5prime.c130 #define FF(a, b, c, d, x, s, ac) { \ macro
242 FF(a, b, c, d, x[*pp], ps[i & 0x3], *pc); pp++; pc++; in md5_transform()
268 FF(a, b, c, d, x[*pp], 7, *pc); pp++; pc++; in md5_transform()
269 FF(d, a, b, c, x[*pp], 12, *pc); pp++; pc++; in md5_transform()
270 FF(c, d, a, b, x[*pp], 17, *pc); pp++; pc++; in md5_transform()
271 FF(b, c, d, a, x[*pp], 22, *pc); pp++; pc++; in md5_transform()
300 FF(a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */ in md5_transform()
301 FF(d, a, b, c, x[ 1], S12, 0xe8c7b756); /* 2 */ in md5_transform()
302 FF(c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in md5_transform()
303 FF(b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in md5_transform()
[all …]
Dhash_md5_sha.c97 #undef FF
101 #define FF(b, c, d) (d ^ (b & (c ^ d))) macro
102 #define FG(b, c, d) FF(d, b, c)
180 temp += FF(B, C, D); in md5_process_block64()
205 temp = A + FF(B, C, D) + words[(int) (*pp++)] + *pc++; in md5_process_block64()
267 a += FF(b, c, d) + (*words IF_BIG_ENDIAN(= SWAP_LE32(*words))) + T; \ in md5_process_block64()
402 #undef FF
/busybox-1.35.0/testsuite/
Dbc_numbers1.bc18 …1;af2=F2;af3=F3;af4=F4;af5=F5;af6=F6;af7=F7;af8=F8;af9=F9;afa=FA;afb=FB;afc=FC;afd=FD;afe=FE;aff=FF
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.tests136 #ash# echo 127 $(( 16#FF/2 ))
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.tests140 #ash# echo 127 $(( 16#FF/2 ))
/busybox-1.35.0/examples/var_service/getty_tty1/
Dkoi8r_to_uni.trans13 0x0c U+000C # FORM FEED (FF)