Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 51) sorted by relevance

123

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_map.c31 int nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem) in nghttp2_map_init()
46 void nghttp2_map_free(nghttp2_map *map) in nghttp2_map_free()
51 void nghttp2_map_each_free(nghttp2_map *map, in nghttp2_map_each_free()
67 int nghttp2_map_each(nghttp2_map *map, in nghttp2_map_each()
122 static int resize(nghttp2_map *map, uint32_t new_tablelen) in resize()
150 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *new_entry) in nghttp2_map_insert()
168 nghttp2_map_entry *nghttp2_map_find(nghttp2_map *map, key_type key) in nghttp2_map_find()
181 int nghttp2_map_remove(nghttp2_map *map, key_type key) in nghttp2_map_remove()
200 size_t nghttp2_map_size(nghttp2_map *map) in nghttp2_map_size()
A Dnghttp2_hd.c523 static void hd_map_init(nghttp2_hd_map *map) in hd_map_init()
528 static void hd_map_insert(nghttp2_hd_map *map, nghttp2_hd_entry *ent) in hd_map_insert()
544 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find()
574 static void hd_map_remove(nghttp2_hd_map *map, nghttp2_hd_entry *ent) in hd_map_remove()
1127 nghttp2_hd_nv *nv, nghttp2_hd_map *map, in add_hd_table_incremental()
1225 int indexing_mode, nghttp2_hd_map *map, in search_hd_table()
1252 nghttp2_hd_map *map) in hd_context_shrink_table_size()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Dpinmap_common.c20 void pinmap_pinout(PinName pin, const PinMap *map) in pinmap_pinout()
53 uint32_t pinmap_find_peripheral(PinName pin, const PinMap* map) in pinmap_find_peripheral()
64 uint32_t pinmap_peripheral(PinName pin, const PinMap* map) in pinmap_peripheral()
/AliOS-Things-master/components/py_engine/engine/py/
A Dmap.c68 void mp_map_init(mp_map_t *map, size_t n) { in mp_map_init()
82 void mp_map_init_fixed_table(mp_map_t *map, size_t n, const mp_obj_t *table) { in mp_map_init_fixed_table()
92 void mp_map_deinit(mp_map_t *map) { in mp_map_deinit()
99 void mp_map_clear(mp_map_t *map) { in mp_map_clear()
110 STATIC void mp_map_rehash(mp_map_t *map) { in mp_map_rehash()
135 mp_map_elem_t *mp_map_lookup(mp_map_t *map, mp_obj_t index, mp_map_lookup_kind_t lookup_kind) { in mp_map_lookup()
414 void mp_map_dump(mp_map_t *map) { in mp_map_dump()
A Dbuiltinhelp.c59 STATIC void mp_help_add_from_map(mp_obj_t list, const mp_map_t *map) { in mp_help_add_from_map()
144 mp_map_t *map = NULL; in mp_help_print_obj() local
A Dmodthread.c245 mp_map_t *map = &((mp_obj_dict_t *)MP_OBJ_TO_PTR(args[2]))->map; in mod_thread_start_new_thread() local
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c933 Uint8 *map; in Map1to1() local
968 Uint8 *map; in Map1toN() local
1009 SDL_BlitMap *map; in SDL_AllocBlitMap() local
1027 SDL_InvalidateMap(SDL_BlitMap * map) in SDL_InvalidateMap()
1050 SDL_BlitMap *map; in SDL_MapSurface() local
1134 SDL_FreeBlitMap(SDL_BlitMap * map) in SDL_FreeBlitMap()
A DSDL_blit_1.c39 Uint8 *src, *map, *dst; in Blit1to1() local
92 Uint16 *map; in Blit1to2() local
199 Uint8 *src, *map, *dst; in Blit1to3() local
248 Uint32 *map, *dst; in Blit1to4() local
A DSDL_blit_0.c35 Uint8 *src, *map, *dst; in BlitBto1() local
91 Uint16 *map, *dst; in BlitBto2() local
127 Uint8 *src, *map, *dst; in BlitBto3() local
166 Uint32 *map, *dst; in BlitBto4() local
A DSDL_blit.c199 SDL_BlitMap *map = surface->map; in SDL_CalculateBlit() local
/AliOS-Things-master/components/freetype/include/
A Dftautoh.h251 FT_Byte* map; member
/AliOS-Things-master/components/freetype/src/psnames/
A Dpsmodule.c321 PS_UniMap* map; in ps_unicodes_init() local
455 PS_UniMap* map; in ps_unicodes_char_next() local
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DLaplaceRelaxation.c77 double GetPotential(Uint8 *map, Uint8 *greyscale, double *relaxed, int x, int y, int w, int h) in GetPotential()
135 Uint8 *grayscale, *map, *curmap; in Draw() local
/AliOS-Things-master/components/a2sa/src/driver/core/
A Daudio_card.c16 int map = 0, id = 0; in audio_card_get_available_id() local
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_kb.h114 static inline void lv_kb_set_map(lv_obj_t * kb, const char * map[]) in lv_kb_set_map()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dquant_levels_utils.c122 uint8_t map[NUM_SYMBOLS]; in QuantizeLevels() local
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_mag_qst_qmc6310.h64 unsigned char map[3]; member
/AliOS-Things-master/components/freetype/src/bdf/
A Dbdf.h43 #define _bdf_glyph_modified( map, e ) \ argument
45 #define _bdf_set_glyph_modified( map, e ) \ argument
47 #define _bdf_clear_glyph_modified( map, e ) \ argument
/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h89 struct SDL_BlitMap *map; /**< Private */ member
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttsbit.c406 FT_Bitmap* map = decoder->bitmap; in tt_sbit_decoder_alloc_bitmap() local
1247 FT_Bitmap *map, in tt_face_load_sbix_image()
1370 FT_Bitmap *map, in tt_face_load_sbit_image()
A Dpngshim.c188 FT_Bitmap *map = &slot->bitmap; in Load_SBit_Png() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A Dtiffstream.cpp155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) in map() function in TiffStream
/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c104 aiot_mqtt_topic_map_t map; in _ntp_operate_topic_map() local
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c209 PS_DesignMap map = blend->design_map + n; in T1_Get_Multi_Master() local
433 PS_DesignMap map = blend->design_map + n; in T1_Set_MM_Design() local
768 PS_DesignMap map = blend->design_map + n; in parse_blend_design_map() local
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c32 static PinName uart_tx_pin_get(uint32_t uart_idx, const PinMap *map) in uart_tx_pin_get()
45 static PinName uart_rx_pin_get(uint32_t uart_idx, const PinMap *map) in uart_rx_pin_get()

Completed in 38 milliseconds

123