Searched refs:start_bits (Results 1 - 9 of 9) sorted by relevance

/external/pcre/dist/
H A Dpcre_study.c51 #define SET_BIT(c) start_bits[c/8] |= (1 << (c&7))
583 start_bits points to the bit map
593 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless, argument
672 start_bits the starting bitmap
681 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, argument
685 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
714 start_bits the starting bitmap
723 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit, argument
727 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
729 if (table_limit != 32) for (c = 24; c < 32; c++) start_bits[
760 set_start_bits(const pcre_uchar *code, pcre_uint8 *start_bits, BOOL utf, compile_data *cd) argument
1421 pcre_uint8 start_bits[32]; local
[all...]
H A Dpcre_fullinfo.c160 ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL;
H A Dpcre_dfa_exec.c3199 const pcre_uint8 *start_bits = NULL; local
3405 start_bits = study->start_bits;
3522 else if (start_bits != NULL)
3530 if ((start_bits[c/8] & (1 << (c&7))) != 0) break;
H A Dpcretest.c4337 pcre_uint8 *start_bits = NULL; local
4343 if (new_info(re, extra, PCRE_INFO_FIRSTTABLE, &start_bits) == 0)
4345 if (start_bits == NULL)
4354 if ((start_bits[i/8] & (1<<(i&7))) != 0)
H A Dpcre_exec.c6366 const pcre_uint8 *start_bits = NULL; local
6703 start_bits = study->start_bits;
6816 else if (start_bits != NULL)
6824 if ((start_bits[c/8] & (1 << (c&7))) != 0) break;
H A Dpcre_jit_compile.c3918 static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common, pcre_uint8 *start_bits, BOOL firstline) argument
3944 if (!check_class_ranges(common, start_bits, (start_bits[31] & 0x80) != 0, TRUE, &matches))
3953 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)start_bits);
10026 fast_forward_start_bits(common, study->start_bits, (re->options & PCRE_FIRSTLINE) != 0);
/external/aac/libSBRenc/src/
H A Dcode_env.h116 INT start_bits; member in struct:__anon235
H A Dcode_env.cpp209 henv->start_bits = sbrEnvData->si_sbr_start_env_bits;
230 hnoise->start_bits = sbrEnvData->si_sbr_start_noise_bits;
507 delta_F_bits = h_sbrCodeEnvelope->start_bits;
/external/aac/libSBRdec/src/
H A Denv_extr.cpp772 int start_bits, start_bits_balance; local
790 start_bits = 6;
795 start_bits = 7;
848 (FIXP_SGL) (int)FDKreadBits (hBs, start_bits);

Completed in 249 milliseconds