Home
last modified time | relevance | path

Searched refs:zz (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/bzip2/
H A Dhuffman.c35 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 Dblocksort.c205 #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 Dec_keygen.c64 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 Dbn_gf2m.c296 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 DARCInstrInfo.td898 // 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 DARCInstrFormats.td471 // 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 Dtest074 zz
/freebsd/tools/test/sort/regression/ref/
H A Dtest074 zz
H A Dtest07M4 zz
H A Dtest07b4 zz
H A Dtest07bd4 zz
H A Dtest07bs4 zz
H A Dtest07bu4 zz
H A Dtest07f4 zz
H A Dtest07fr1 zz
H A Dtest07gs4 zz
H A Dtest07i4 zz
H A Dtest07ir1 zz
H A Dtest07nr1 zz
H A Dtest07ns4 zz
H A Dtest07r1 zz
H A Dtest07u4 zz
H A Dtest07Mr1 zz
H A Dtest07fs4 zz
H A Dtest07fu4 zz

12