Home
last modified time | relevance | path

Searched defs:match_block (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pcre/src/
H A Dpcre2_intmodedep.h864 typedef struct match_block { struct
865 pcre2_memctl memctl; /* For general use */
866 uint32_t heap_limit; /* As it says */
867 uint32_t match_limit; /* As it says */
868 uint32_t match_limit_depth; /* As it says */
869 uint32_t match_call_count; /* Number of times a new frame is created */
870 BOOL hitend; /* Hit the end of the subject at some point */
871 BOOL hasthen; /* Pattern contains (*THEN) */
872 BOOL allowemptypartial; /* Allow empty hard partial */
873 const uint8_t *lcc; /* Points to lower casing table */
[all …]
H A Dpcre2_internal.h2009 #define match_block PCRE2_SUFFIX(match_block_) macro
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_opt_empty_else.c76 match_block(agx_block *blk) in match_block() function
H A Dagx_opt_break_if.c23 match_block(agx_context *ctx, agx_block *block) in match_block() function
/aosp_15_r20/external/rust/android-crates-io/crates/httparse/src/simd/
Dswar.rs97 fn match_block(f: impl Fn(u8) -> bool, block: ByteBlock) -> usize { in match_block() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Dcode_writer.rs363 pub fn match_block<S: AsRef<str>, F>(&mut self, value: S, cb: F) in match_block() method
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/
Dcode_writer.rs431 pub(crate) fn match_block<S: AsRef<str>, F>(&mut self, value: S, cb: F) in match_block() method
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/block/
Dcompress.rs119 let match_block = usize::from_ne_bytes(block2.try_into().unwrap()); in count_same_bytes() localVariable