Home
last modified time | relevance | path

Searched defs:split1 (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/tests/
H A Dextent-buffer-tests.c20 char *split1 = "mary had a little"; in test_btrfs_split_item() local
/linux/scripts/kconfig/
H A Dqconf.h271 QSplitter *split1; variable
/linux/rust/zerocopy/src/
H A Dsplit_at.rs1062 let split1 = packet.split_at(2).unwrap(); in test_split_at_via_methods() localVariable