Searched refs:zz (Results 1 – 11 of 11) sorted by relevance
/linux/arch/arc/kernel/ |
A D | disasm.c | 107 state->zz = BITS(state->words[0], 7, 8); in disasm_instr() 128 state->zz = BITS(state->words[0], 1, 2); in disasm_instr() 214 state->zz = BITS(state->words[0], 17, 18); in disasm_instr() 284 state->zz = BITS(state->words[0], 3, 4); in disasm_instr() 337 state->zz = 1; in disasm_instr() 345 state->zz = 2; in disasm_instr() 360 state->zz = 2; in disasm_instr() 371 state->zz = BITS(state->words[0], 5, 5); in disasm_instr() 372 if (state->zz) in disasm_instr() 388 state->zz = BITS(state->words[0], 9, 10); in disasm_instr() [all …]
|
A D | unaligned.c | 145 if (state->zz == 0) { in fixup_load() 172 if (state->zz == 2) { in fixup_store() 175 } else if (!state->zz) { in fixup_store() 184 if (!state->zz) in fixup_store() 229 if ((state.zz == 1) || (state.di)) in misaligned_fixup()
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | btf_dump_test_case_namespacing.c | 69 Z zz; in f()
|
A D | core_reloc_types.h | 933 char zz; member
|
/linux/lib/crypto/ |
A D | curve25519-hacl64.c | 530 u64 *zz; in addanddouble_fmonty() local 534 zz = buf + 20; in addanddouble_fmonty() 535 fmul(x2, xx, zz); in addanddouble_fmonty() 536 fdifference(zz, xx); in addanddouble_fmonty() 538 fscalar(zzz, zz, scalar); in addanddouble_fmonty() 540 fmul(z2, zzz, zz); in addanddouble_fmonty()
|
/linux/drivers/crypto/marvell/octeontx2/ |
A D | otx2_cptpf_ucode.h | 65 u8 zz; member
|
A D | otx2_cptpf_ucode.c | 442 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_uc_info()
|
/linux/drivers/crypto/marvell/octeontx/ |
A D | otx_cptpf_ucode.h | 71 u8 zz; member
|
A D | otx_cptpf_ucode.c | 390 curr->ucode.ver_num.yy, curr->ucode.ver_num.zz); in print_tar_dbg_info() 569 ucode->ver_num.xx, ucode->ver_num.yy, ucode->ver_num.zz); in print_ucode_dbg_info()
|
/linux/arch/arc/include/asm/ |
A D | disasm.h | 86 int zz, aa, x, pref, di; member
|
/linux/drivers/media/usb/go7007/ |
A D | go7007-fw.c | 270 static const int zz[64] = { variable 304 buf[p++] = (default_intra_quant_table[zz[i]] * q) >> 3; in mjpeg_frame_header()
|
Completed in 30 milliseconds