HomeSort by relevance Sort by last modified time
    Searched defs:start_bits (Results 1 - 7 of 7) sorted by null

  /external/aac/libSBRenc/src/
code_env.h 116 INT start_bits; member in struct:__anon6387
  /external/pcre/dist/
pcre_study.c 51 #define SET_BIT(c) start_bits[c/8] |= (1 << (c&7))
625 start_bits points to the bit map
635 set_table_bit(pcre_uint8 *start_bits, const pcre_uchar *p, BOOL caseless,
714 start_bits the starting bitmap
723 set_type_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit,
727 for (c = 0; c < table_limit; c++) start_bits[c] |= cd->cbits[c+cbit_type];
756 start_bits the starting bitmap
765 set_nottype_bits(pcre_uint8 *start_bits, int cbit_type, unsigned int table_limit,
769 for (c = 0; c < table_limit; c++) start_bits[c] |= ~cd->cbits[c+cbit_type];
771 if (table_limit != 32) for (c = 24; c < 32; c++) start_bits[c] = 0xff
1464 pcre_uint8 start_bits[32]; local
    [all...]
pcre_dfa_exec.c 3200 const pcre_uint8 *start_bits = NULL; local
    [all...]
pcre_exec.c 6378 const pcre_uint8 *start_bits = NULL; local
    [all...]
pcretest.c 4340 pcre_uint8 *start_bits = NULL; local
    [all...]
pcre_internal.h 2398 pcre_uint8 start_bits[32]; \/* Starting char bits *\/ member in struct:pcre_study_data
    [all...]
  /external/aac/libSBRdec/src/
env_extr.cpp 772 int start_bits, start_bits_balance; local
790 start_bits = 6;
795 start_bits = 7;
848 (FIXP_SGL) (int)FDKreadBits (hBs, start_bits);
    [all...]

Completed in 652 milliseconds