Home
last modified time | relevance | path

Searched defs:byteset (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/string/
Dstrspn.c9 size_t byteset[32/sizeof(size_t)] = { 0 }; in strspn() local
Dstrcspn.c9 size_t byteset[32/sizeof(size_t)]; in strcspn() local
Dstrstr.c37 size_t byteset[32 / sizeof(size_t)] = { 0 }; in twoway_strstr() local
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrcspn.c9 size_t byteset[32/sizeof(size_t)]; in strcspn() local
Dstrspn.c9 size_t byteset[32/sizeof(size_t)] = { 0 }; in strspn() local
Dstrstr.c37 size_t byteset[32 / sizeof(size_t)] = { 0 }; in twoway_strstr() local
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrspn.c9 size_t byteset[32/sizeof(size_t)] = { 0 }; in strspn() local
Dstrcspn.c9 size_t byteset[32/sizeof(size_t)]; in strcspn() local
Dstrstr.c37 size_t byteset[32 / sizeof(size_t)] = { 0 }; in twoway_strstr() local
/third_party/musl/src/string/
Dstrspn.c9 size_t byteset[32/sizeof(size_t)] = { 0 }; in strspn() local
Dstrstr.c37 size_t byteset[32 / sizeof(size_t)] = { 0 }; in twoway_strstr() local
Dmemmem.c40 size_t byteset[32 / sizeof(size_t)] = { 0 }; in twoway_memmem() local
/third_party/rust/crates/memchr/src/memmem/
Dtwoway.rs62 byteset: ApproximateByteSet, field
85 let byteset = ApproximateByteSet::new(needle); in new() localVariable
252 let byteset = ApproximateByteSet::new(needle); in new() localVariable
/third_party/rust/crates/aho-corasick/src/
Dprefilter.rs815 byteset: Vec<bool>, field
/third_party/rust/rust/library/core/src/str/
Dpattern.rs1242 byteset: u64, field