Searched refs:big (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4063 struct seccomp_notif_addfd_big big = {}; local
4131 memset(&big, 0xAA, sizeof(big));
4132 big.addfd = addfd;
4133 EXPECT_EQ(ioctl(listener, SECCOMP_IOCTL_NOTIF_ADDFD_BIG, &big), -1);
4144 memset(&big, 0x0, sizeof(big));
4145 big.addfd = addfd;
4146 fd = ioctl(listener, SECCOMP_IOCTL_NOTIF_ADDFD_BIG, &big);
/linux-master/include/net/bluetooth/
H A Dbluetooth.h188 __u8 big; member in struct:bt_iso_bcast_qos
/linux-master/arch/m68k/fpsp040/
H A Ddo_func.S306 beqs smod_zsn |if clr, do not set sign big
318 beqs smod_fsn |if clr, do not set sign big
386 beqs srem_zsn |if clr, do not set sign big
398 beqs srem_fsn |if clr, do not set sign big
/linux-master/sound/core/oss/
H A Dpcm_plugin.c332 int big = snd_pcm_format_big_endian(format) > 0; local
346 badness += snd_pcm_format_big_endian(f) != big;
/linux-master/lib/
H A Doverflow_kunit.c1134 unsigned long big = U ## width ## _MAX; \
1150 TEST_CASTABLE_TO_TYPE(big, u ## width, false); \
1151 TEST_CASTABLE_TO_TYPE(big, u ## width ## var, false); \
/linux-master/arch/sparc/lib/
H A DM7memcpy.S233 ble,pn %xcc, .Lmedl63 ! skip big loop if less than 64 bytes
319 ble,pt %xcc, .Lmedw31 ! skip big loop if less than 16
/linux-master/arch/arm/boot/compressed/
H A Dhead.S860 ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables
888 ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables
/linux-master/arch/arm/crypto/
H A Dsha256-armv4.pl490 vrev32.8 @X[1],@X[1] @ big-endian
/linux-master/arch/arm64/crypto/
H A Dsha512-armv8.pl663 rev32 @X[1],@X[1] // big-endian
/linux-master/tools/bpf/bpftool/
H A Dbtf_dumper.c369 #error neither big nor little endian
/linux-master/arch/arm/mm/
H A Dproc-v7.S551 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables
/linux-master/tools/net/ynl/lib/
H A Dynl.py114 ScalarFormat = namedtuple('ScalarFormat', ['native', 'big', 'little'])
138 return format.big if byte_order == "big-endian" \
/linux-master/net/bluetooth/
H A Dhci_event.c6837 conn->iso_qos.bcast.big != ev->handle)
6906 bis->iso_qos.bcast.big = ev->handle;
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1514 # the src can ONLY be a DENORM or an UNNORM! so, don't make any big subroutine
3867 # stacked <ea> value is 8 bytes too big #
H A Dfpsp.S1515 # the src can ONLY be a DENORM or an UNNORM! so, don't make any big subroutine
9591 cmpi.w %d0,&0x400c # no; is src too big?
19354 # stacked <ea> value is 8 bytes too big #

Completed in 666 milliseconds

12