Home
last modified time | relevance | path

Searched refs:fixed_length (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNBDataRef.cpp202 DNBDataRef::GetCStr(offset_t *offset_ptr, uint32_t fixed_length) const in GetCStr()
210 if (fixed_length) in GetCStr()
211 *offset_ptr += fixed_length; in GetCStr()
DDNBDataRef.h101 const char * GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
/external/pcre/dist/
Dpcre_compile.c8212 int fixed_length; in compile_regex() local
8214 fixed_length = find_fixedlength(last_branch, (options & PCRE_UTF8) != 0, in compile_regex()
8216 DPRINTF(("fixed length = %d\n", fixed_length)); in compile_regex()
8217 if (fixed_length == -3) in compile_regex()
8221 else if (fixed_length < 0) in compile_regex()
8223 *errorcodeptr = (fixed_length == -2)? ERR36 : in compile_regex()
8224 (fixed_length == -4)? ERR70: ERR25; in compile_regex()
8230 if (fixed_length > cd->max_lookbehind) in compile_regex()
8231 cd->max_lookbehind = fixed_length; in compile_regex()
8232 PUT(reverse_count, 0, fixed_length); in compile_regex()
[all …]
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...