Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/bzip2/
HDhuffman.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 …]
HDblocksort.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-14-stable/contrib/bearssl/src/ec/
HDec_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-14-stable/crypto/openssl/crypto/bn/
HDbn_gf2m.c297 BN_ULONG zz, *z; in BN_GF2m_mod_arr() local
324 zz = z[j]; in BN_GF2m_mod_arr()
337 z[j - n] ^= (zz >> d0); in BN_GF2m_mod_arr()
339 z[j - n - 1] ^= (zz << d1); in BN_GF2m_mod_arr()
346 z[j - n] ^= (zz >> d0); in BN_GF2m_mod_arr()
348 z[j - n - 1] ^= (zz << d1); in BN_GF2m_mod_arr()
355 zz = z[dN] >> d0; in BN_GF2m_mod_arr()
356 if (zz == 0) in BN_GF2m_mod_arr()
365 z[0] ^= zz; /* reduction t^0 component */ in BN_GF2m_mod_arr()
374 z[n] ^= (zz << d0); in BN_GF2m_mod_arr()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCInstrInfo.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 …]
HDARCInstrFormats.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-14-stable/tools/test/sort/regression/ref/
HDtest07gr1 zz
HDtest07g4 zz
HDtest07bs4 zz
HDtest07fu4 zz
HDtest07fs4 zz
HDtest07i4 zz
HDtest07f4 zz
HDtest07ns4 zz
HDtest07n4 zz
HDtest07M4 zz
HDtest07ir1 zz
HDtest07b4 zz
HDtest07bu4 zz
HDtest07u4 zz
HDtest07gs4 zz
HDtest074 zz
HDtest07bd4 zz
HDtest07nr1 zz
/freebsd-14-stable/tools/test/sort/regression/data/
HDtest074 zz

12