Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/
Dde-DE_gl0_kpdf_phs.utf38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 61 , uint8 ; !specification for phase sub table
2603 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2605 phase = 0 , uint8 ; !specification for phase sub table
2606 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2608 phase = 71 , uint8 ; !specification for phase sub table
2680 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2682 phase = 0 , uint8 ; !specification for phase sub table
2683 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/fr-FR/
Dfr-FR_nk0_kpdf_phs.utf38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 0 , uint8 ; !specification for phase sub table
2542 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2544 phase = 0 , uint8 ; !specification for phase sub table
2545 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2547 phase = 71 , uint8 ; !specification for phase sub table
2619 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2621 phase = 71 , uint8 ; !specification for phase sub table
2693 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/
Dit-IT_cm0_kpdf_phs.utf38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 47 , uint8 ; !specification for phase sub table
2589 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2591 phase = 0 , uint8 ; !specification for phase sub table
2592 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2594 phase = 71 , uint8 ; !specification for phase sub table
2666 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2668 phase = 51 , uint8 ; !specification for phase sub table
2720 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/
Des-ES_zl0_kpdf_phs.utf38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 42 , uint8 ; !specification for phase sub table
2584 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2586 phase = 0 , uint8 ; !specification for phase sub table
2587 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2589 phase = 71 , uint8 ; !specification for phase sub table
2661 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2663 phase = 0 , uint8 ; !specification for phase sub table
2664 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-GB/
Den-GB_kh0_kpdf_phs.utf38 index = 2500 , uint32 ; !specification for phase indices table
2539 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2541 phase = 71 , uint8 ; !specification for phase sub table
2613 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2615 phase = 71 , uint8 ; !specification for phase sub table
2687 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2689 phase = 0 , uint8 ; !specification for phase sub table
2690 n_comps = 1 , uint8 ; !specification for phase sub table number of components
2692 phase = 0 , uint8 ; !specification for phase sub table
2693 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/en-US/
Den-US_lh0_kpdf_phs.utf38 index = 3200 , uint32 ; !specification for phase indices table
3239 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3241 phase = 0 , uint8 ; !specification for phase sub table
3242 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3244 phase = 71 , uint8 ; !specification for phase sub table
3316 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3318 phase = 61 , uint8 ; !specification for phase sub table
3380 n_comps = 1 , uint8 ; !specification for phase sub table number of components
3382 phase = 0 , uint8 ; !specification for phase sub table
3383 n_comps = 1 , uint8 ; !specification for phase sub table number of components
[all …]
/external/bison/lib/
Dhash.c150 hash_get_n_buckets (const Hash_table *table) in hash_get_n_buckets() argument
152 return table->n_buckets; in hash_get_n_buckets()
158 hash_get_n_buckets_used (const Hash_table *table) in hash_get_n_buckets_used() argument
160 return table->n_buckets_used; in hash_get_n_buckets_used()
166 hash_get_n_entries (const Hash_table *table) in hash_get_n_entries() argument
168 return table->n_entries; in hash_get_n_entries()
174 hash_get_max_bucket_length (const Hash_table *table) in hash_get_max_bucket_length() argument
179 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_get_max_bucket_length()
201 hash_table_ok (const Hash_table *table) in hash_table_ok() argument
207 for (bucket = table->bucket; bucket < table->bucket_limit; bucket++) in hash_table_ok()
[all …]
/external/libxml2/
Dhash.c52 struct _xmlHashEntry *table; member
63 xmlHashComputeKey(xmlHashTablePtr table, const xmlChar *name, in xmlHashComputeKey() argument
84 return (value % table->size); in xmlHashComputeKey()
88 xmlHashComputeQKey(xmlHashTablePtr table, in xmlHashComputeQKey() argument
133 return (value % table->size); in xmlHashComputeQKey()
146 xmlHashTablePtr table; in xmlHashCreate() local
151 table = xmlMalloc(sizeof(xmlHashTable)); in xmlHashCreate()
152 if (table) { in xmlHashCreate()
153 table->dict = NULL; in xmlHashCreate()
154 table->size = size; in xmlHashCreate()
[all …]
/external/freetype/src/base/
Dftdbgmem.c226 ft_mem_table_alloc( FT_MemTable table, in ft_mem_table_alloc() argument
229 FT_Memory memory = table->memory; in ft_mem_table_alloc()
233 memory->user = table->memory_user; in ft_mem_table_alloc()
234 block = table->alloc( memory, size ); in ft_mem_table_alloc()
235 memory->user = table; in ft_mem_table_alloc()
242 ft_mem_table_free( FT_MemTable table, in ft_mem_table_free() argument
245 FT_Memory memory = table->memory; in ft_mem_table_free()
248 memory->user = table->memory_user; in ft_mem_table_free()
249 table->free( memory, block ); in ft_mem_table_free()
250 memory->user = table; in ft_mem_table_free()
[all …]
/external/dbus/dbus/
Ddbus-hash.c121 #define RANDOM_INDEX(table, i) \ argument
122 (((((long) (i))*1103515245) >> (table)->down_shift) & (table)->mask)
155 typedef DBusHashEntry* (* DBusFindEntryFunction) (DBusHashTable *table,
213 DBusHashTable *table; /**< Pointer to table containing entry. */ member
224 static DBusHashEntry* find_direct_function (DBusHashTable *table,
229 static DBusHashEntry* find_string_function (DBusHashTable *table,
235 static DBusHashEntry* find_two_strings_function (DBusHashTable *table,
245 static void rebuild_table (DBusHashTable *table);
246 static DBusHashEntry* alloc_entry (DBusHashTable *table);
247 static void remove_entry (DBusHashTable *table,
[all …]
Ddbus-hash.h70 DBusHashTable* _dbus_hash_table_ref (DBusHashTable *table);
71 void _dbus_hash_table_unref (DBusHashTable *table);
72 void _dbus_hash_table_remove_all (DBusHashTable *table);
73 void _dbus_hash_iter_init (DBusHashTable *table,
84 dbus_bool_t _dbus_hash_iter_lookup (DBusHashTable *table,
88 void* _dbus_hash_table_lookup_string (DBusHashTable *table,
90 void* _dbus_hash_table_lookup_two_strings (DBusHashTable *table,
92 void* _dbus_hash_table_lookup_int (DBusHashTable *table,
94 void* _dbus_hash_table_lookup_pointer (DBusHashTable *table,
96 void* _dbus_hash_table_lookup_ulong (DBusHashTable *table,
[all …]
/external/speex/libspeex/
Dfftwrap.c86 struct drft_lookup *table; in spx_fft_init() local
87 table = speex_alloc(sizeof(struct drft_lookup)); in spx_fft_init()
88 spx_drft_init((struct drft_lookup *)table, size); in spx_fft_init()
89 return (void*)table; in spx_fft_init()
92 void spx_fft_destroy(void *table) in spx_fft_destroy() argument
94 spx_drft_clear(table); in spx_fft_destroy()
95 speex_free(table); in spx_fft_destroy()
98 void spx_fft(void *table, float *in, float *out) in spx_fft() argument
103 float scale = 1./((struct drft_lookup *)table)->n; in spx_fft()
105 for (i=0;i<((struct drft_lookup *)table)->n;i++) in spx_fft()
[all …]
/external/srec/portable/src/
Dphashtable.c40 PHashTable *table; member
76 PHashTable **table) in PHashTableCreate() argument
81 if (table == NULL || in PHashTableCreate()
125 *table = tmp; in PHashTableCreate()
129 ESR_ReturnCode PHashTableDestroy(PHashTable *table) in PHashTableDestroy() argument
133 if (table == NULL) in PHashTableDestroy()
136 block = table->entryBlock; in PHashTableDestroy()
144 FREE(table->entries); in PHashTableDestroy()
145 FREE(table); in PHashTableDestroy()
149 ESR_ReturnCode PHashTableGetSize(PHashTable *table, in PHashTableGetSize() argument
[all …]
/external/icu4c/i18n/
Ducol_cnt.cpp77 static ContractionTable *addATableElement(CntTable *table, uint32_t *key, UErrorCode *status) { in addATableElement() argument
98 table->elements[table->size] = el; in addATableElement()
102 *key = table->size++; in addATableElement()
104 if(table->size == table->capacity) { in addATableElement()
105 …ContractionTable **newElements = (ContractionTable **)uprv_malloc(table->capacity*2*sizeof(Contrac… in addATableElement()
113 ContractionTable **oldElements = table->elements; in addATableElement()
114 uprv_memcpy(newElements, oldElements, table->capacity*sizeof(ContractionTable *)); in addATableElement()
115 uprv_memset(newElements+table->capacity, 0, table->capacity*sizeof(ContractionTable *)); in addATableElement()
116 table->capacity *= 2; in addATableElement()
117 table->elements = newElements; in addATableElement()
[all …]
/external/chromium/third_party/icu/source/i18n/
Ducol_cnt.cpp77 static ContractionTable *addATableElement(CntTable *table, uint32_t *key, UErrorCode *status) { in addATableElement() argument
98 table->elements[table->size] = el; in addATableElement()
102 *key = table->size++; in addATableElement()
104 if(table->size == table->capacity) { in addATableElement()
105 …ContractionTable **newElements = (ContractionTable **)uprv_malloc(table->capacity*2*sizeof(Contrac… in addATableElement()
113 ContractionTable **oldElements = table->elements; in addATableElement()
114 uprv_memcpy(newElements, oldElements, table->capacity*sizeof(ContractionTable *)); in addATableElement()
115 uprv_memset(newElements+table->capacity, 0, table->capacity*sizeof(ContractionTable *)); in addATableElement()
116 table->capacity *= 2; in addATableElement()
117 table->elements = newElements; in addATableElement()
[all …]
/external/chromium/base/
Dstats_table_unittest.cc37 StatsTable table(kTableName, kMaxThreads, kMaxCounter); in TEST_F() local
41 int slot_id = table.RegisterThread(thread_name); in TEST_F()
49 int counter_id = table.FindCounter(counter_name); in TEST_F()
54 slot_id = table.RegisterThread("too many threads"); in TEST_F()
58 int counter_id = table.FindCounter(counter_base_name); in TEST_F()
120 StatsTable table(kTableName, kMaxThreads, kMaxCounter); in TEST_F()
121 StatsTable::set_current(&table); in TEST_F()
123 EXPECT_EQ(0, table.CountThreadsRegistered()); in TEST_F()
151 EXPECT_EQ(0, table.GetCounterValue(name)); in TEST_F()
154 table.GetCounterValue(name)); in TEST_F()
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dsymshift.pl127 foreach $table (@alltables) {
128 $table{$plane{$table}} = $table;
184 foreach $table (@alltables) {
186 $file = ${$table};
188 $plane = $plane{$table};
189 open TABLE, $file or die "can't open $table table $file";
204 $sym = translate($table,$sym,$id);
207 …print STDERR "symbol \"$sym\" was allready assigned to plane of \"$table{$otherplane}\" ($otherpla…
211 $intable{$table}{$shifted}++;
223 foreach $table (keys %notpredicted) {
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Deloop.c45 struct eloop_sock *table; member
80 static int eloop_sock_table_add_sock(struct eloop_sock_table *table, in eloop_sock_table_add_sock() argument
86 if (table == NULL) in eloop_sock_table_add_sock()
90 os_realloc(table->table, in eloop_sock_table_add_sock()
91 (table->count + 1) * sizeof(struct eloop_sock)); in eloop_sock_table_add_sock()
95 tmp[table->count].sock = sock; in eloop_sock_table_add_sock()
96 tmp[table->count].eloop_data = eloop_data; in eloop_sock_table_add_sock()
97 tmp[table->count].user_data = user_data; in eloop_sock_table_add_sock()
98 tmp[table->count].handler = handler; in eloop_sock_table_add_sock()
99 table->count++; in eloop_sock_table_add_sock()
[all …]
/external/wpa_supplicant/
Deloop.c45 struct eloop_sock *table; member
80 static int eloop_sock_table_add_sock(struct eloop_sock_table *table, in eloop_sock_table_add_sock() argument
86 if (table == NULL) in eloop_sock_table_add_sock()
90 os_realloc(table->table, in eloop_sock_table_add_sock()
91 (table->count + 1) * sizeof(struct eloop_sock)); in eloop_sock_table_add_sock()
95 tmp[table->count].sock = sock; in eloop_sock_table_add_sock()
96 tmp[table->count].eloop_data = eloop_data; in eloop_sock_table_add_sock()
97 tmp[table->count].user_data = user_data; in eloop_sock_table_add_sock()
98 tmp[table->count].handler = handler; in eloop_sock_table_add_sock()
99 table->count++; in eloop_sock_table_add_sock()
[all …]
/external/stlport/src/
Dtime_facets.cpp69 static void _Init_timeinfo_base(_Time_Info_Base& table) { in _Init_timeinfo_base() argument
70 table._M_time_format = "%H:%M:%S"; in _Init_timeinfo_base()
71 table._M_date_format = "%m/%d/%y"; in _Init_timeinfo_base()
72 table._M_date_time_format = "%m/%d/%y"; in _Init_timeinfo_base()
75 static void _Init_timeinfo(_Time_Info& table) { in _Init_timeinfo() argument
78 table._M_dayname[i] = default_dayname[i]; in _Init_timeinfo()
80 table._M_monthname[i] = default_monthname[i]; in _Init_timeinfo()
81 table._M_am_pm[0] = "AM"; in _Init_timeinfo()
82 table._M_am_pm[1] = "PM"; in _Init_timeinfo()
83 _Init_timeinfo_base(table); in _Init_timeinfo()
[all …]
/external/skia/src/core/
DSkFilterProc.h28 inline SkFilterProc SkGetBilinearFilterProc(const SkFilterProc* table, in SkGetBilinearFilterProc() argument
31 SkASSERT(table); in SkGetBilinearFilterProc()
36 return table[(y << 2) | x]; in SkGetBilinearFilterProc()
39 inline SkFilterProc SkGetBilinearFilterProc22(const SkFilterProc* table, in SkGetBilinearFilterProc22() argument
42 SkASSERT(table); in SkGetBilinearFilterProc22()
47 return table[(y << 2) | x]; in SkGetBilinearFilterProc22()
50 inline const SkFilterProc* SkGetBilinearFilterProc22Row(const SkFilterProc* table, in SkGetBilinearFilterProc22Row() argument
53 SkASSERT(table); in SkGetBilinearFilterProc22Row()
55 return &table[y << 30 >> 28]; in SkGetBilinearFilterProc22Row()
73 inline SkFilter32Proc SkGetFilter32Proc22(const SkFilter32Proc* table, in SkGetFilter32Proc22() argument
[all …]
/external/e2fsprogs/tests/r_move_itable/
Dexpect5 Extending the inode table ----------------------------------------…
52 Inode table at 132-135 (+131)
60 Inode table at 388-391 (+131)
66 Inode table at 515-518 (+2)
74 Inode table at 900-903 (+131)
80 Inode table at 1027-1030 (+2)
88 Inode table at 1412-1415 (+131)
94 Inode table at 1539-1542 (+2)
102 Inode table at 1924-1927 (+131)
108 Inode table at 2051-2054 (+2)
[all …]
/external/icu4c/data/misc/
Dzoneinfo64.txt15 zoneinfo64:table(nofallback) {
23 /* Africa/Abidjan */ :table {
28 /* Africa/Accra */ :table {
33 /* Africa/Addis_Ababa */ :table {
40 /* Africa/Algiers */ :table {
46 /* Africa/Asmara */ :table {
54 /* Africa/Bamako */ :table {
60 /* Africa/Bangui */ :table {
65 /* Africa/Banjul */ :table {
70 /* Africa/Bissau */ :table {
[all …]
/external/chromium/third_party/icu/source/tools/toolutil/
Ducm.c64 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) { in ucm_printMapping() argument
65 printMapping(m, UCM_GET_CODE_POINTS(table, m), UCM_GET_BYTES(table, m), f); in ucm_printMapping()
69 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) { in ucm_printTable() argument
73 m=table->mappings; in ucm_printTable()
74 length=table->mappingsLength; in ucm_printTable()
77 ucm_printMapping(table, m, f); in ucm_printTable()
80 const int32_t *map=table->reverseMap; in ucm_printTable()
82 ucm_printMapping(table, m+map[i], f); in ucm_printTable()
212 UCMTable *table=(UCMTable *)context; in compareMappingsBytesFirst() local
215 table, table->mappings+l, in compareMappingsBytesFirst()
[all …]
/external/icu4c/tools/toolutil/
Ducm.c64 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) { in ucm_printMapping() argument
65 printMapping(m, UCM_GET_CODE_POINTS(table, m), UCM_GET_BYTES(table, m), f); in ucm_printMapping()
69 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) { in ucm_printTable() argument
73 m=table->mappings; in ucm_printTable()
74 length=table->mappingsLength; in ucm_printTable()
77 ucm_printMapping(table, m, f); in ucm_printTable()
80 const int32_t *map=table->reverseMap; in ucm_printTable()
82 ucm_printMapping(table, m+map[i], f); in ucm_printTable()
212 UCMTable *table=(UCMTable *)context; in compareMappingsBytesFirst() local
215 table, table->mappings+l, in compareMappingsBytesFirst()
[all …]

12345678910>>...36