Searched refs:zz (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_namespacing.c69 Z zz;
H A Dcore_reloc_types.h1041 char zz; member in union:a_union___diff_sz
/linux-master/arch/arc/kernel/
H A Dunaligned.c145 if (state->zz == 0) {
172 if (state->zz == 2) {
175 } else if (!state->zz) {
184 if (!state->zz)
229 if ((state.zz == 1) || (state.di))
H A Ddisasm.c101 case op_LD: /* LD<zz> a,[b,s9] */
107 state->zz = BITS(state->words[0], 7, 8);
128 state->zz = BITS(state->words[0], 1, 2);
214 state->zz = BITS(state->words[0], 17, 18);
284 state->zz = BITS(state->words[0], 3, 4);
337 state->zz = 1;
345 state->zz = 2;
360 state->zz = 2;
371 state->zz = BITS(state->words[0], 5, 5);
372 if (state->zz)
[all...]
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.h71 u8 zz; member in struct:otx_cpt_ucode_ver_num
H A Dotx_cptpf_ucode.c396 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz);
575 ucode->ver_num.xx, ucode->ver_num.yy, ucode->ver_num.zz);
/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_ucode.h65 u8 zz; member in struct:otx2_cpt_ucode_ver_num
H A Dotx2_cptpf_ucode.c446 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz);
/linux-master/arch/arc/include/asm/
H A Ddisasm.h86 int zz, aa, x, pref, di; member in struct:disasm_state
/linux-master/lib/crypto/
H A Dcurve25519-hacl64.c528 u64 *zz; local
532 zz = buf + 20;
533 fmul(x2, xx, zz);
534 fdifference(zz, xx);
536 fscalar(zzz, zz, scalar);
538 fmul(z2, zzz, zz);
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-fw.c270 static const int zz[64] = { variable
304 buf[p++] = (default_intra_quant_table[zz[i]] * q) >> 3;

Completed in 233 milliseconds