Home
last modified time | relevance | path

Searched refs:bcc (Results 1 – 20 of 20) sorted by relevance

/linux/net/nfc/
H A Ddigital_technology.c96 u8 bcc; member
103 u8 bcc; member
367 sel_req->bcc = sdd_res->bcc; in digital_in_send_sel_req()
394 u8 i, bcc; in digital_in_recv_sdd_res() local
410 for (i = 0, bcc = 0; i < 4; i++) in digital_in_recv_sdd_res()
411 bcc ^= sdd_res->nfcid1[i]; in digital_in_recv_sdd_res()
413 if (bcc != sdd_res->bcc) { in digital_in_recv_sdd_res()
1002 sdd_res->bcc in digital_tg_send_sdd_res()
[all...]
/linux/arch/arm/lib/
H A Dio-readsw-armv4.S69 bcc .Lno_insw_2
95 bcc 1f
H A Ddiv64.S80 bcc 1b
134 bcc 7b
H A Dio-writesw-armv4.S56 bcc .Lno_outsw_2
H A Dlib1funcs.S218 bcc Ldiv0
246 bcc Ldiv0
H A Dmemmove.S142 CALGN( bcc 15f )
H A Dcopy_template.S192 CALGN( bcc 15f )
/linux/arch/sparc/lib/
H A Dudivdi3.S36 bcc 2b
74 bcc 2b
100 bcc 2b
179 bcc 2b
/linux/arch/arc/lib/
H A Dmemcmp.S136 bcc .Lbyte_even
/linux/arch/alpha/include/asm/
H A Dcore_t2.h143 unsigned long bcc; long fill_00[3]; /* Backup Cache Control */ member
/linux/arch/arm/kernel/
H A Dphys2virt.S214 bcc .Lloop
H A Dentry-armv.S56 bcc 0f @ If not, switch to the IRQ stack
745 bcc kuser_cmpxchg32_fixup
/linux/arch/arm/crypto/
H A Daes-neonbs-core.S522 bcc .Lenc_done
591 bcc .Ldec_done
875 bcc 4f // have to reload prev if R5 < 16
H A Daes-ce-core.S463 bcc .Lctrcarrydone
/linux/arch/m68k/fpsp040/
H A Dslogn.S337 bcc LOGNEAR1 | ...BOUNDS IS ROUGHLY [15/16, 17/16]
H A Dround.S118 bcc truncate |if (g=1) then
/linux/arch/arm/mm/
H A Dproc-xsc3.S71 bcc 1b
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_overview.rst136 <https://github.com/iovisor/bcc/>`_ is one of the solutions for BPF
/linux/arch/m68k/ifpsp060/src/
H A Dilsp.S400 bcc ldd2nd # no carry, do next quotient digit
/linux/fs/smb/client/
H A Dcifssmb.c348 /* check that bcc is at least as big as parms + data, and that it is in validate_t2()
3521 u16 bcc; in validate_ntransact() local
3531 bcc = get_bcc(&pSMBr->hdr); in validate_ntransact()
3532 end_of_smb = 2 /* sizeof byte count */ + bcc + in validate_ntransact()
3558 } else if (parm_count + data_count > bcc) { in validate_ntransact()
5931 /* check that length of list is not more than bcc */ in CIFSSMBQAllEAs()
5937 /* BB check if start of smb + data_offset > &bcc+ bcc */ in CIFSSMBQAllEAs()