/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_map.c | 31 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 D | nghttp2_hd.c | 523 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 D | pinmap_common.c | 20 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 D | map.c | 68 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 D | builtinhelp.c | 59 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 D | modthread.c | 245 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 D | SDL_pixels.c | 933 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 D | SDL_blit_1.c | 39 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 D | SDL_blit_0.c | 35 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 D | SDL_blit.c | 199 SDL_BlitMap *map = surface->map; in SDL_CalculateBlit() local
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftautoh.h | 251 FT_Byte* map; member
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 321 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 D | LaplaceRelaxation.c | 77 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 D | audio_card.c | 16 int map = 0, id = 0; in audio_card_get_available_id() local
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_kb.h | 114 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 D | quant_levels_utils.c | 122 uint8_t map[NUM_SYMBOLS]; in QuantizeLevels() local
|
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/ |
A D | drv_mag_qst_qmc6310.h | 64 unsigned char map[3]; member
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdf.h | 43 #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 D | SDL_surface.h | 89 struct SDL_BlitMap *map; /**< Private */ member
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttsbit.c | 406 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 D | pngshim.c | 188 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 D | tiffstream.cpp | 155 TiffStream::map(thandle_t fd, tdata_t* phase, toff_t* psize) in map() function in TiffStream
|
/AliOS-Things-master/components/linksdk/components/ntp/ |
A D | aiot_ntp_api.c | 104 aiot_mqtt_topic_map_t map; in _ntp_operate_topic_map() local
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 209 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 D | uart.c | 32 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()
|