Home
last modified time | relevance | path

Searched defs:zz (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c245 #define SET_BH(zz) bhtab[(zz) >> 5] |= (1 << ((zz) & 31)) argument
246 #define CLEAR_BH(zz) bhtab[(zz) >> 5] &= ~(1 << ((zz) & 31)) argument
247 #define ISSET_BH(zz) (bhtab[(zz) >> 5] & (1 << ((zz) & 31))) argument
248 #define WORD_BH(zz) bhtab[(zz) >> 5] argument
249 #define UNALIGNED_BH(zz) ((zz) & 0x01f) argument
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Ddarwin-ldouble.c52 double z, q, zz, xh; in __gcc_qadd() local
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.h65 u8 zz; member
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h71 u8 zz; member
/openbmc/linux/arch/arc/include/asm/
H A Ddisasm.h86 int zz, aa, x, pref, di; member
/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-fw.c270 static const int zz[64] = { variable
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c528 u64 *zz; in addanddouble_fmonty() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcore_reloc_types.h1041 char zz; member