Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 60) sorted by relevance

123

/AliOS-Things-master/components/drivers/peripheral/flash/src/
A Dmtd.c24 struct mtd_info_entry *entries; member
53 struct mtd_info_entry *entries = g_mtd_info.entries; in aos_mtd_part_info_get() local
124 name = g_mtd_info.entries[index].pinfo.part_name_std; in aos_mtd_get_by_std_part()
140 name = g_mtd_info.entries[index].pinfo.part_name; in aos_mtd_get_by_vendor_part()
221 if (!g_mtd_info.entries) return -1; in aos_mtd_register()
232 g_mtd_info.entries[index].pinfo.offset = parts->offset; in aos_mtd_register()
233 g_mtd_info.entries[index].pinfo.size = parts->size; in aos_mtd_register()
237 g_mtd_info.entries[index].mtd = master; in aos_mtd_register()
266 g_mtd_info.entries[index].pinfo.offset = parts->offset; in aos_mtd_register()
267 g_mtd_info.entries[index].pinfo.size = parts->size; in aos_mtd_register()
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dcc1122 entries = []
147 entries.append((qstr, line))
150 entries.sort()
153 map = [None] * int(len(entries) * table_size_mult)
154 for qstr, line in entries:
163 for qstr, _ in entries:
169 if len(entries):
170 stats = len(map), len(entries) / len(map), total_attempts / len(entries)
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit.c131 SDL_BlitFuncEntry * entries) in SDL_ChooseBlitFunc() argument
168 for (i = 0; entries[i].func; ++i) { in SDL_ChooseBlitFunc()
170 if (src_format != entries[i].src_format) { in SDL_ChooseBlitFunc()
173 if (dst_format != entries[i].dst_format) { in SDL_ChooseBlitFunc()
178 if ((flagcheck & entries[i].flags) != flagcheck) { in SDL_ChooseBlitFunc()
183 if ((entries[i].cpu & features) != entries[i].cpu) { in SDL_ChooseBlitFunc()
188 return entries[i].func; in SDL_ChooseBlitFunc()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffmedian.c85 int entries[MAX_CMAP_SIZE][2]; member
650 ptr->entries[ptr->num_ents][0] = i; in create_colorcell()
700 if (ptr->entries[i][1] > ptr->entries[i+1][1]) { in create_colorcell()
701 tmp = ptr->entries[i][0]; in create_colorcell()
702 ptr->entries[i][0] = ptr->entries[i+1][0]; in create_colorcell()
703 ptr->entries[i+1][0] = tmp; in create_colorcell()
704 tmp = ptr->entries[i][1]; in create_colorcell()
705 ptr->entries[i][1] = ptr->entries[i+1][1]; in create_colorcell()
706 ptr->entries[i+1][1] = tmp; in create_colorcell()
740 j = cell->entries[i][0]; in map_colortable()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dmztools.c42 int entries = 0; variable
214 entries++;
223 int entriesZip = entries;
281 *nRecovered = entries;
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xpm.c80 struct hash_entry *entries; /* array of all entries */ member
135 hash->entries = (struct hash_entry *)SDL_calloc(1, bytes); in create_colorhash()
136 if (!hash->entries) { in create_colorhash()
141 hash->next_free = hash->entries; in create_colorhash()
176 if (hash->entries) in free_colorhash()
177 SDL_free(hash->entries); in free_colorhash()
A DIMG_ImageIO.m296 uint8_t *entry, entries[num_components * num_entries];
308 CGColorSpaceGetColorTable(color_space, entries);
319 for (i = 0, entry = entries; i < num_entries; ++i) {
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngset.c1063 png_inforp info_ptr, png_const_sPLT_tp entries, int nentries) in png_set_sPLT() argument
1104 if (entries->name == NULL || entries->entries == NULL) in png_set_sPLT()
1112 np->depth = entries->depth; in png_set_sPLT()
1117 length = strlen(entries->name) + 1; in png_set_sPLT()
1123 memcpy(np->name, entries->name, length); in png_set_sPLT()
1130 entries->nentries, sizeof (png_sPLT_entry))); in png_set_sPLT()
1132 if (np->entries == NULL) in png_set_sPLT()
1139 np->nentries = entries->nentries; in png_set_sPLT()
1143 memcpy(np->entries, entries->entries, in png_set_sPLT()
1144 (unsigned int)entries->nentries * sizeof (png_sPLT_entry)); in png_set_sPLT()
[all …]
A Dpngwrite.c1788 int entries = image->colormap_entries > 256 ? 256 : in png_image_set_PLTE() local
1816 for (i=num_trans=0; i<entries; ++i) in png_image_set_PLTE()
1920 entries); in png_image_set_PLTE()
1926 image->colormap_entries = (png_uint_32)entries; in png_image_set_PLTE()
1993 png_uint_32 entries = image->colormap_entries; in png_image_write_main() local
1996 entries > 16 ? 8 : (entries > 4 ? 4 : (entries > 2 ? 2 : 1)), in png_image_write_main()
A Dpng.h537 png_sPLT_entryp entries; /* palette entries */ member
2103 png_inforp info_ptr, png_sPLT_tpp entries));
2108 png_inforp info_ptr, png_const_sPLT_tp entries, int nentries));
2308 png_inforp info_ptr, png_unknown_chunkpp entries));
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A Dtrain_test.py46 def __init__(self, **entries): argument
47 self.__dict__.update(entries)
/AliOS-Things-master/components/SDL2/test/
A Dtestatomic.c270 SDL_EventQueueEntry entries[MAX_ENTRIES]; member
302 SDL_AtomicSet(&queue->entries[i].sequence, i); in InitEventQueue()
332 entry = &queue->entries[queue_pos & WRAP_MASK]; in EnqueueEvent_LockFree()
379 entry = &queue->entries[queue_pos & WRAP_MASK]; in DequeueEvent_LockFree()
419 entry = &queue->entries[queue_pos & WRAP_MASK]; in EnqueueEvent_Mutex()
452 entry = &queue->entries[queue_pos & WRAP_MASK]; in DequeueEvent_Mutex()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/nvrecord/
A Dnvrec_config.h34 list_t *entries; member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dalgorithm.txt99 in all those entries that start with that symbol's bits. For example, if the
105 entries as needed. The idea is that most of the time the symbol will be short
119 more time filling in duplicate symbol entries than you do actually decoding.
146 Let's make the first table three bits long (eight entries):
181 So what we have here are three tables with a total of 20 entries that had to
182 be constructed. That's compared to 64 entries for a single table. Or
183 compared to 16 entries for a Huffman tree (six two entry tables and one four
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c132 Uint32 *entries; member
168 … Uint32 *entries = (Uint32 *)SDL_realloc(list->entries, max_entries*sizeof(*list->entries)); in SDL_LoadVIDPIDListFromHint() local
169 if (entries == NULL) { in SDL_LoadVIDPIDListFromHint()
173 list->entries = entries; in SDL_LoadVIDPIDListFromHint()
176 list->entries[list->num_entries++] = entry; in SDL_LoadVIDPIDListFromHint()
1723 if (vidpid == SDL_allowed_controllers.entries[i]) { in SDL_ShouldIgnoreGameController()
1730 if (vidpid == SDL_ignored_controllers.entries[i]) { in SDL_ShouldIgnoreGameController()
2194 if (SDL_allowed_controllers.entries) { in SDL_GameControllerQuitMappings()
2195 SDL_free(SDL_allowed_controllers.entries); in SDL_GameControllerQuitMappings()
2198 if (SDL_ignored_controllers.entries) { in SDL_GameControllerQuitMappings()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2017-9935.patch18 we allocate 2 extra extra XREF entries. Then for the next page 2 more
19 entries. Then for the last page the transfer function changes and we
20 allocate 4 more entries.
A Dlibtiff-CVE-2018-5784.patch9 reading 65535 directory entries, but it will continue processing,
A DHOWTO-RELEASE28 Take ChangeLog entries and html-ify in there.
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/
A Djansson_private.h44 size_t entries; member
/AliOS-Things-master/components/SDL2/src/locale/macosx/
A DSDL_syslocale.m67 buf[0] = ','; // add a comma between entries.
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md140 This results in an FFT with 256 entries. Every sequence of six entries is
/AliOS-Things-master/components/jsoncpp/
A DCMakeCache.txt14 # EXTERNAL cache entries
218 # INTERNAL cache entries
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtrace.h94 const std::vector<ThreadTraceEntry>& entries() const { return entries_; } in entries() function
284 for (const ThreadTraceEntry& entry : trace.entries()) { in Print()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dwizard.txt21 jcparam.c. At very low quality settings, some quantization table entries
38 entries appear in normal array order (NOT in the zigzag order in which they
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpng.h537 png_sPLT_entryp entries; /* palette entries */ member
2103 png_inforp info_ptr, png_sPLT_tpp entries));
2108 png_inforp info_ptr, png_const_sPLT_tp entries, int nentries));
2308 png_inforp info_ptr, png_unknown_chunkpp entries));

Completed in 45 milliseconds

123