Home
last modified time | relevance | path

Searched defs:LENGTH (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dprint.rs44 pub const LENGTH: usize = 10; constant
52 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
104 format_string: &[u8; format_strings::LENGTH], in call_printk()
/openbmc/u-boot/test/py/tests/test_fs/
H A Dfstest_defs.py13 LENGTH=0x00100000 variable
/openbmc/linux/arch/s390/include/asm/
H A Dpci_io.h44 #define zpci_read(LENGTH, RETTYPE) \ argument
56 #define zpci_write(LENGTH, VALTYPE) \ argument
/openbmc/linux/tools/testing/selftests/mm/
H A Dhugepage-shm.c38 #define LENGTH (256UL*1024*1024) macro
H A Dhugepage-mmap.c26 #define LENGTH (256UL*1024*1024) macro
H A Dmap_hugetlb.c20 #define LENGTH (256UL*1024*1024) macro
/openbmc/linux/drivers/media/dvb-frontends/
H A Ddrxd_firm.c18 #define LENGTH(x) ((x) & 0xFF), (((x)>>8) & 0xFF) macro
/openbmc/u-boot/lib/zlib/
H A Dinflate.h46 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.h43 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h112 #define fSCATTER_INIT(REGION_START, LENGTH, ELEMENT_SIZE) \ argument
114 #define fGATHER_INIT(REGION_START, LENGTH, ELEMENT_SIZE) \ argument