Home
last modified time | relevance | path

Searched defs:ByteSet (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/charset-0.3.8/src/Data/CharSet/
H A DByteSet.hs41 newtype ByteSet = ByteSet B.ByteString deriving (Eq, Ord, Show) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/charset-0.3.8/src/Data/CharSet/
H A DByteSet.hs41 newtype ByteSet = ByteSet B.ByteString deriving (Eq, Ord, Show) type
/dports/editors/helix/helix-0.5.0/cargo-crates/grep-regex-0.1.9/src/
H A Dnon_matching.rs6 pub fn non_matching_bytes(expr: &Hir) -> ByteSet { in non_matching_bytes()
14 fn remove_matching_bytes(expr: &Hir, set: &mut ByteSet) { in remove_matching_bytes()
70 fn extract(pattern: &str) -> ByteSet { in extract()
/dports/textproc/ripgrep/ripgrep-13.0.0/crates/regex/src/
H A Dnon_matching.rs6 pub fn non_matching_bytes(expr: &Hir) -> ByteSet { in non_matching_bytes()
14 fn remove_matching_bytes(expr: &Hir, set: &mut ByteSet) { in remove_matching_bytes()
70 fn extract(pattern: &str) -> ByteSet { in extract()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/grep-regex-0.1.9/src/
H A Dnon_matching.rs6 pub fn non_matching_bytes(expr: &Hir) -> ByteSet { in non_matching_bytes()
14 fn remove_matching_bytes(expr: &Hir, set: &mut ByteSet) { in remove_matching_bytes()
70 fn extract(pattern: &str) -> ByteSet { in extract()
/dports/databases/opentsdb/opentsdb-2.3.0/src/utils/
H A DByteSet.java27 public class ByteSet extends AbstractSet<byte[]> class
40 public ByteSet() { in ByteSet() method in ByteSet
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/usecode/
H A Dbyte_set.cpp29 ByteSet::ByteSet() : _size(0), _data(nullptr) { in ByteSet() function in Ultima::Ultima8::ByteSet
33 ByteSet::ByteSet(unsigned int size) : _data(nullptr) { in ByteSet() function in Ultima::Ultima8::ByteSet
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/alex-3.2.5/src/
H A DCharSet.hs49 type ByteSet = RSet Byte function
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/alex-3.2.6/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/alex-3.2.5/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/alex-3.2.5/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/devel/hs-alex/alex-3.2.6/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/alex-3.2.6/src/
H A DCharSet.hs49 type ByteSet = RSet Byte function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/alex-3.2.6/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/alex-3.2.6/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/alex-3.2.6/src/
H A DCharSet.hs49 type ByteSet = RSet Byte function
/dports/www/hs-hjsmin/hjsmin-0.2.0.4/_cabal_deps/alex-3.2.5/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/alex-3.2.5/src/
H A DCharSet.hs49 type ByteSet = RSet Byte function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/alex-3.2.6/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/alex-3.2.5/src/
H A DCharSet.hs49 type ByteSet = RSet Byte type
/dports/lang/gcc10-devel/gcc-10-20211008/libgfortran/runtime/
H A Dfpu.c33 extern void set_fpe (int);
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/sdp/sipcc/
H A Dcpr_string.h33 * NUL terminator vs. the original string s1. This simplifies
/dports/devel/tokei/tokei-12.1.2/cargo-crates/grep-matcher-0.1.4/src/
H A Dlib.rs301 pub struct ByteSet(BitSet); struct
318 impl ByteSet { implementation
928 fn non_matching_bytes(&self) -> Option<&ByteSet> { in non_matching_bytes()
1137 fn non_matching_bytes(&self) -> Option<&ByteSet> { in non_matching_bytes()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/aho-corasick-0.7.18/src/
H A Dprefilter.rs419 struct ByteSet([bool; 256]); struct
421 impl ByteSet { impl
437 impl fmt::Debug for ByteSet { implementation
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/aho-corasick-0.7.18/src/
H A Dprefilter.rs419 struct ByteSet([bool; 256]); struct
421 impl ByteSet { impl
437 impl fmt::Debug for ByteSet { implementation

1234567