HomeSort by relevance Sort by last modified time
    Searched refs:Char (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_code_book_envlevel.cpp 135 extern const Char bookSbrEnvLevel10T[120][2] =
173 extern const Char bookSbrEnvLevel10F[120][2] =
218 extern const Char bookSbrEnvBalance10T[48][2] =
238 extern const Char bookSbrEnvBalance10F[48][2] =
265 extern const Char bookSbrEnvLevel11T[62][2] =
289 extern const Char bookSbrEnvLevel11F[62][2] =
320 extern const Char bookSbrEnvBalance11T[24][2] =
334 extern const Char bookSbrEnvBalance11F[24][2] =
355 extern const Char bookSbrNoiseLevel11T[62][2] =
386 extern const Char bookSbrNoiseBalance11T[24][2]
    [all...]
sbr_code_book_envlevel.h 63 extern const Char bookSbrEnvLevel10T[120][2];
64 extern const Char bookSbrEnvLevel10F[120][2];
65 extern const Char bookSbrEnvBalance10T[48][2];
66 extern const Char bookSbrEnvBalance10F[48][2];
67 extern const Char bookSbrEnvLevel11T[62][2];
68 extern const Char bookSbrEnvLevel11F[62][2];
69 extern const Char bookSbrEnvBalance11T[24][2];
70 extern const Char bookSbrEnvBalance11F[24][2];
71 extern const Char bookSbrNoiseLevel11T[62][2];
72 extern const Char bookSbrNoiseBalance11T[24][2]
    [all...]
s_huffman.h 81 typedef const Char(*SbrHuffman)[2];
get_dse.h 81 Char *DataStreamBytes,
s_ch_info.h 90 Char *fext; /* filename extension */
s_adif_header.h 78 Char adif_id[LEN_ADIF_ID+1];
80 Char copy_id[LEN_COPYRT_ID+1];
get_dse.cpp 158 Char *DataStreamBytes,
165 Char *pDataStreamBytes;
207 *(pDataStreamBytes++) = (Char) get9_n_lessbits(
ps_all_pass_filter_coeff.h 64 extern const Char groupBorders[NO_IID_GROUPS + 1];
76 extern const Char bins2groupMap[NO_IID_GROUPS];
sbr_decode_huff_cw.cpp 138 Char index = 0;
ps_read_data.cpp 136 const Char aBookPsIidTimeDecode[28][2] =
147 const Char aBookPsIidFreqDecode[28][2] =
158 const Char aBookPsIccTimeDecode[14][2] =
166 const Char aBookPsIccFreqDecode[14][2] =
174 const Char aBookPsIidFineTimeDecode[60][2] =
193 const Char aBookPsIidFineFreqDecode[60][2] =
s_progconfig.h 89 Char comments[(1<<LEN_PC_COMM)+1]; /* TO BE DELETED */
pv_audio_type_defs.h 72 typedef int8_t Char;
  /external/stlport/src/
num_put.cpp 29 template <class Char>
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping,
32 Char separator, Char Plus, Char Minus,
47 Char* cur_group = last; // Points immediately beyond the rightmost
72 template <class Char, class Str>
74 __insert_grouping_aux( /* __basic_iostring<Char> */ Str& iostr, size_t __group_pos,
76 Char separator, Char Plus, Char Minus
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put.cpp 29 template <class Char>
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping,
32 Char separator, Char Plus, Char Minus,
47 Char* cur_group = last; // Points immediately beyond the rightmost
72 template <class Char, class Str>
74 __insert_grouping_aux( /* __basic_iostring<Char> */ Str& iostr, size_t __group_pos,
76 Char separator, Char Plus, Char Minus
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
rmstypes.h 48 typedef Char RMS_CHAR;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rmstypes.h 48 typedef Char RMS_CHAR;
  /external/bluetooth/glib/glib/
gunidecomp.c 33 #define CC_PART1(Page, Char) \
36 : (cclass_data[combining_class_table_part1[Page]][Char]))
38 #define CC_PART2(Page, Char) \
41 : (cclass_data[combining_class_table_part2[Page]][Char]))
43 #define COMBINING_CLASS(Char) \
44 (((Char) <= G_UNICODE_LAST_CHAR_PART1) \
45 ? CC_PART1 ((Char) >> 8, (Char) & 0xff) \
46 : (((Char) >= 0xe0000 && (Char) <= G_UNICODE_LAST_CHAR)
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
sym.c 36 int hashfunct PROTO((register char[], int));
52 register char sym[];
53 char *str_def;
102 Char ccltxt[];
108 Char *copy_unsigned_string();
110 (void) addsym( (char *) copy_unsigned_string( ccltxt ),
111 (char *) 0, cclnum,
122 Char ccltxt[];
124 return findsym( (char *) ccltxt, ccltab, CCL_HASH_SIZE )->int_val;
131 register char sym[]
    [all...]
flexdef.h 75 #define Char unsigned char
326 char *name;
327 char *str_val;
432 extern const char *skel[];
434 extern char *infilename, *outfilename;
436 extern char *prefix, *yyclass;
438 extern char **input_files;
440 extern char *program_name;
442 extern char *action_array
    [all...]
misc.c 35 char *defname;
38 char buf[MAXLINE];
53 char *new_text;
100 register char *str;
104 if ( ! isascii( (Char) *str ) || ! islower( *str ) )
116 register char *str;
120 if ( ! isascii( (Char) *str ) || ! isupper( *str ) )
182 Char clower( c )
185 return (Char) ((isascii( c ) && isupper( c )) ? tolower( c ) : c);
191 char *copy_string( str
    [all...]
  /external/bzip2/
bzip2.c 161 typedef char Char;
162 typedef unsigned char Bool;
163 typedef unsigned char UChar;
205 Char inName [FILE_NAME_LEN];
206 Char outName[FILE_NAME_LEN];
207 Char tmpName[FILE_NAME_LEN];
208 Char *progName;
209 Char progNameReally[FILE_NAME_LEN];
213 static void panic ( const Char* ) NORETURN
    [all...]
  /external/bluetooth/glib/tests/
utf8-validate.c 22 #define UNICODE_VALID(Char) \
23 ((Char) < 0x110000 && \
24 (((Char) & 0xFFFFF800) != 0xD800) && \
25 ((Char) < 0xFDD0 || (Char) > 0xFDEF) && \
26 ((Char) & 0xFFFE) != 0xFFFE)
310 main (int argc, char *argv[])
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
standard_policies.hpp 122 template<typename Char, class Char_Traits>
123 struct default_trie_e_access_traits<std::basic_string<Char, Char_Traits, std::allocator<char> > >
126 typedef std::basic_string<Char, Char_Traits, std::allocator<char> > string_type;
  /external/v8/src/
dateparser.h 49 template <typename Char>
50 static bool Parse(Vector<Char> str, FixedArray* output);
65 template <typename Char>
68 explicit InputReader(Vector<Char> s)
137 Vector<Char> buffer_;
  /external/chromium/base/
string_util.h 36 int strcasecmp(const char* s1, const char* s2);
41 int strncasecmp(const char* s1, const char* s2, size_t count);
49 int vsnprintf(char* buffer, size_t size, const char* format, va_list arguments)
63 inline int snprintf(char* buffer, size_t size, const char* format, ...)
65 inline int snprintf(char* buffer, size_t size, const char* format, ...)
    [all...]

Completed in 528 milliseconds

1 2 3 4