/freebsd/contrib/bzip2/ |
H A D | huffman.c | 35 Int32 zz, tmp; \ 36 zz = z; tmp = heap[zz]; \ 37 while (weight[tmp] < weight[heap[zz >> 1]]) { \ 38 heap[zz] = heap[zz >> 1]; \ 39 zz >>= 1; \ 41 heap[zz] = tmp; \ 46 Int32 zz, yy, tmp; \ 47 zz = z; tmp = heap[zz]; \ 49 yy = zz << 1; \ 55 heap[zz] = heap[yy]; \ [all …]
|
H A D | blocksort.c | 205 #define SET_BH(zz) bhtab[(zz) >> 5] |= ((UInt32)1 << ((zz) & 31)) argument 206 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~((UInt32)1 << ((zz) & 31)) argument 207 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & ((UInt32)1 << ((zz) & 31))) argument 208 #define WORD_BH(zz) bhtab[(zz) >> 5] argument 209 #define UNALIGNED_BH(zz) ((zz) & 0x01f) argument
|
/freebsd/contrib/bearssl/src/ec/ |
H A D | ec_keygen.c | 64 unsigned cc, zz; in br_ec_keygen() local 70 zz = 0; in br_ec_keygen() 73 zz |= buf[u]; in br_ec_keygen() 75 if (cc != 0 && zz != 0) { in br_ec_keygen()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 296 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local 323 zz = z[j]; in BN_GF2m_mod_arr() 336 z[j - n] ^= (zz >> d0); in BN_GF2m_mod_arr() 338 z[j - n - 1] ^= (zz << d1); in BN_GF2m_mod_arr() 345 z[j - n] ^= (zz >> d0); in BN_GF2m_mod_arr() 347 z[j - n - 1] ^= (zz << d1); in BN_GF2m_mod_arr() 354 zz = z[dN] >> d0; in BN_GF2m_mod_arr() 355 if (zz == 0) in BN_GF2m_mod_arr() 364 z[0] ^= zz; /* reduction t^0 component */ in BN_GF2m_mod_arr() 373 z[n] ^= (zz << d0); in BN_GF2m_mod_arr() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.td | 898 // Control bits: x, aa, di, zz 902 // zz - data size. 903 multiclass ArcLdInst<DataSizeMode zz, ExtMode x, CacheMode di, string asmop> { 904 let mayLoad = 1, ZZ = zz, X = x, DI = di in { 905 def _rs9: F32_LD_ADDR<x.Value, NoAM.Value, di.Value, zz.Value, 909 def _limm: F32_LD_LIMM<x.Value, di.Value, zz.Value, 913 def _rlimm: F32_LD_RLIMM<x.Value, NoAM.Value, di.Value, zz.Value, 918 def aa.InstSuffix#_rs9: F32_LD_RS9<x.Value, aa.Value, di.Value, zz.Value, 929 foreach zz = [ByteSM, HalfSM] in { 931 …defm LD#zz.InstSuffix#x.InstSuffix#di.InstSuffix : ArcLdInst<zz, x, di, "ld"#zz.AsmSuffix#x.AsmSuf… [all …]
|
H A D | ARCInstrFormats.td | 471 // zz - Memory size (can be 8/16/32 bit load/store). 481 // |B[2-0] |S9[7-0] |S9[8]|B[5-3] |di|aa |zz |x|A | 482 class F32_LD_RS9<bit x, bits<2> aa, bit di, bits<2> zz, dag outs, dag ins, 496 let Inst{8-7} = zz; 503 class F32_LD_ADDR<bit x, bits<2> aa, bit di, bits<2> zz, dag outs, dag ins, 505 F32_LD_RS9<x, aa, di, zz, outs, ins, asmstr, pattern> { 517 // | 1| 1| 0| 0 | 1| 1| 1|di| 0|0|zz |x|A | 518 class F32_LD_LIMM<bit x, bit di, bits<2> zz, dag outs, dag ins, 532 let Inst{8-7} = zz; 542 // |B[2-0] |aa | 1| 1| 0|zz | x|di|B[5-3] | 1| 1|1|1|1|0|A | [all …]
|
/freebsd/tools/test/sort/regression/data/ |
H A D | test07 | 4 zz
|
/freebsd/tools/test/sort/regression/ref/ |
H A D | test07 | 4 zz
|
H A D | test07M | 4 zz
|
H A D | test07b | 4 zz
|
H A D | test07bd | 4 zz
|
H A D | test07bs | 4 zz
|
H A D | test07bu | 4 zz
|
H A D | test07f | 4 zz
|
H A D | test07fr | 1 zz
|
H A D | test07gs | 4 zz
|
H A D | test07i | 4 zz
|
H A D | test07ir | 1 zz
|
H A D | test07nr | 1 zz
|
H A D | test07ns | 4 zz
|
H A D | test07r | 1 zz
|
H A D | test07u | 4 zz
|
H A D | test07Mr | 1 zz
|
H A D | test07fs | 4 zz
|
H A D | test07fu | 4 zz
|