Searched defs:LENGTH (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/rust/kernel/ |
H A D | print.rs | 44 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 D | fstest_defs.py | 13 LENGTH=0x00100000 variable
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pci_io.h | 44 #define zpci_read(LENGTH, RETTYPE) \ argument 56 #define zpci_write(LENGTH, VALTYPE) \ argument
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | hugepage-shm.c | 38 #define LENGTH (256UL*1024*1024) macro
|
H A D | hugepage-mmap.c | 26 #define LENGTH (256UL*1024*1024) macro
|
H A D | map_hugetlb.c | 20 #define LENGTH (256UL*1024*1024) macro
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | drxd_firm.c | 18 #define LENGTH(x) ((x) & 0xFF), (((x)>>8) & 0xFF) macro
|
/openbmc/u-boot/lib/zlib/ |
H A D | inflate.h | 46 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inflate.h | 43 LENGTH, /* i: waiting for 32-bit length (gzip) */ enumerator
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 112 #define fSCATTER_INIT(REGION_START, LENGTH, ELEMENT_SIZE) \ argument 114 #define fGATHER_INIT(REGION_START, LENGTH, ELEMENT_SIZE) \ argument
|