/AliOS-Things-master/components/freetype/src/base/ |
A D | ftdbgmem.c | 296 ft_mem_table_free( table, table->buckets ); in ft_mem_table_resize() 331 FT_ARRAY_ZERO( table->buckets, table->size ); in ft_mem_table_new() 387 ft_mem_table_free( table, table->buckets ); in ft_mem_table_destroy() 413 ft_mem_table_free( table, table ); in ft_mem_table_destroy() 433 pnode = table->buckets + ( hash % table->size ); in ft_mem_table_get_nodep() 592 if ( table->alloc_current > table->alloc_max ) in ft_mem_table_set() 593 table->alloc_max = table->alloc_current; in ft_mem_table_set() 595 if ( table->nodes * 3 < table->size || in ft_mem_table_set() 596 table->size * 3 < table->nodes ) in ft_mem_table_set() 660 if ( table->nodes * 3 < table->size || in ft_mem_table_remove() [all …]
|
/AliOS-Things-master/components/freetype/src/otvalid/ |
A D | otvbase.c | 37 FT_Bytes p = table; in otv_BaseCoord_validate() 76 FT_Bytes p = table; in otv_BaseTagList_validate() 98 FT_Bytes p = table; in otv_BaseValues_validate() 122 otv_MinMax_validate( FT_Bytes table, in otv_MinMax_validate() argument 125 FT_Bytes p = table; in otv_MinMax_validate() 180 FT_Bytes p = table; in otv_BaseScript_validate() 225 FT_Bytes p = table; in otv_BaseScriptList_validate() 252 otv_Axis_validate( FT_Bytes table, in otv_Axis_validate() argument 255 FT_Bytes p = table; in otv_Axis_validate() 280 otv_BASE_validate( FT_Bytes table, in otv_BASE_validate() argument [all …]
|
A D | otvgpos.c | 62 FT_Bytes p = table; in otv_x_sxy() 173 FT_Bytes p = table; in otv_ValueRecord_validate() 250 FT_Bytes p = table; in otv_Anchor_validate() 316 FT_Bytes p = table; in otv_MarkArray_validate() 355 FT_Bytes p = table; in otv_SinglePos_validate() 433 FT_Bytes p = table; in otv_PairSet_validate() 473 FT_Bytes p = table; in otv_PairPos_validate() 580 FT_Bytes p = table; in otv_CursivePos_validate() 656 FT_Bytes p = table; in otv_MarkBasePos_validate() 1008 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GPOS_validate() [all …]
|
A D | otvcommn.c | 45 FT_Bytes p = table; in otv_Coverage_validate() 136 FT_Bytes p = table; in otv_Coverage_get_first() 148 FT_Bytes p = table; in otv_Coverage_get_last() 224 FT_Bytes p = table; in otv_ClassDef_validate() 310 FT_Bytes p = table; in otv_Device_validate() 386 FT_Bytes p = table; in otv_LookupList_validate() 430 FT_Bytes p = table; in otv_Feature_validate() 467 FT_Bytes p = table; in otv_FeatureList_validate() 1053 if ( !table ) in otv_GSUBGPOS_have_MarkAttachmentType_flag() 1057 p = table + 8; in otv_GSUBGPOS_have_MarkAttachmentType_flag() [all …]
|
A D | otvgsub.c | 47 FT_Bytes p = table; in otv_SingleSubst_validate() 127 FT_Bytes p = table; in otv_MultipleSubst_validate() 143 OTV_RUN( table, valid ); in otv_MultipleSubst_validate() 168 FT_Bytes p = table; in otv_AlternateSubst_validate() 211 FT_Bytes p = table; in otv_Ligature_validate() 243 FT_Bytes p = table; in otv_LigatureSubst_validate() 283 FT_Bytes p = table; in otv_ContextSubst_validate() 342 FT_Bytes p = table; in otv_ChainContextSubst_validate() 403 FT_Bytes p = table; in otv_ExtensionSubst_validate() 576 otv_FeatureList_validate( table + FeatureList, table + LookupList, in otv_GSUB_validate() [all …]
|
A D | otvmath.c | 49 FT_Bytes p = table; in otv_MathConstants_validate() 90 FT_Bytes p = table; in otv_MathItalicsCorrectionInfo_validate() 135 otv_MathKern_validate( FT_Bytes table, in otv_MathKern_validate() argument 138 FT_Bytes p = table; in otv_MathKern_validate() 181 FT_Bytes p = table; in otv_MathKernInfo_validate() 228 FT_Bytes p = table; in otv_MathGlyphInfo_validate() 277 FT_Bytes p = table; in otv_GlyphAssembly_validate() 318 FT_Bytes p = table; in otv_MathGlyphConstruction_validate() 358 FT_Bytes p = table; in otv_MathVariants_validate() 416 otv_MATH_validate( FT_Bytes table, in otv_MATH_validate() argument [all …]
|
A D | otvjstf.c | 42 otv_JstfPriority_validate( FT_Bytes table, in otv_JstfPriority_validate() argument 45 FT_Bytes p = table; in otv_JstfPriority_validate() 76 otv_x_ux( table + ShrinkageEnableGSUB, valid ); in otv_JstfPriority_validate() 101 OTV_RUN( table + ShrinkageJstfMax, valid ); in otv_JstfPriority_validate() 134 OTV_RUN( table + ExtensionJstfMax, valid ); in otv_JstfPriority_validate() 148 otv_JstfScript_validate( FT_Bytes table, in otv_JstfScript_validate() argument 151 FT_Bytes p = table; in otv_JstfScript_validate() 175 OTV_RUN( table + ExtGlyph, valid ); in otv_JstfScript_validate() 182 OTV_RUN( table + DefJstfLangSys, valid ); in otv_JstfScript_validate() 205 otv_JSTF_validate( FT_Bytes table, in otv_JSTF_validate() argument [all …]
|
A D | otvcommn.h | 223 otv_Coverage_get_first( FT_Bytes table ); 227 otv_Coverage_get_last( FT_Bytes table ); 231 otv_Coverage_get_count( FT_Bytes table ); 256 otv_Device_validate( FT_Bytes table, 269 otv_Lookup_validate( FT_Bytes table, 351 otv_x_Ox ( FT_Bytes table, 363 otv_u_C_x_Ox( FT_Bytes table, 374 otv_x_ux( FT_Bytes table, 383 otv_x_y_ux_sy( FT_Bytes table, 399 otv_u_O_O_x_Onx( FT_Bytes table, [all …]
|
A D | otvgdef.c | 47 otv_O_x_Ox( FT_Bytes table, in otv_O_x_Ox() argument 50 FT_Bytes p = table; in otv_O_x_Ox() 59 Coverage = table + FT_NEXT_USHORT( p ); in otv_O_x_Ox() 75 func( table + FT_NEXT_USHORT( p ), valid ); in otv_O_x_Ox() 94 otv_CaretValue_validate( FT_Bytes table, in otv_CaretValue_validate() argument 97 FT_Bytes p = table; in otv_CaretValue_validate() 147 otv_GDEF_validate( FT_Bytes table, in otv_GDEF_validate() argument 155 FT_Bytes p = table; in otv_GDEF_validate() 194 otv_ClassDef_validate( table + GlyphClassDef, valid ); in otv_GDEF_validate() 201 OTV_RUN( table + AttachListOffset, valid ); in otv_GDEF_validate() [all …]
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_table.h | 113 void lv_table_set_row_cnt(lv_obj_t * table, uint16_t row_cnt); 120 void lv_table_set_col_cnt(lv_obj_t * table, uint16_t col_cnt); 128 void lv_table_set_col_width(lv_obj_t * table, uint16_t col_id, lv_coord_t w); 155 void lv_table_set_cell_crop(lv_obj_t * table, uint16_t row, uint16_t col, bool crop); 185 const char * lv_table_get_cell_value(lv_obj_t * table, uint16_t row, uint16_t col); 192 uint16_t lv_table_get_row_cnt(lv_obj_t * table); 199 uint16_t lv_table_get_col_cnt(lv_obj_t * table); 207 lv_coord_t lv_table_get_col_width(lv_obj_t * table, uint16_t col_id); 226 lv_label_align_t lv_table_get_cell_type(lv_obj_t * table, uint16_t row, uint16_t col); 244 bool lv_table_get_cell_merge_right(lv_obj_t * table, uint16_t row, uint16_t col); [all …]
|
A D | lv_table.c | 158 refr_size(table); in lv_table_set_cell_value() 186 refr_size(table); in lv_table_set_row_cnt() 219 refr_size(table); in lv_table_set_col_cnt() 237 refr_size(table); in lv_table_set_col_width() 354 refr_size(table); in lv_table_set_cell_merge_right() 370 refr_size(table); in lv_table_set_style() 374 refr_size(table); in lv_table_set_style() 378 refr_size(table); in lv_table_set_style() 382 refr_size(table); in lv_table_set_style() 386 refr_size(table); in lv_table_set_style() [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/ |
A D | dhcps.h | 108 struct table { struct 121 #define MARK_RANGE1_IP_BIT(table, ip) ((table.ip_range[0]) | (1 << ((ip) - 1))) argument 123 #define MARK_RANGE2_IP_BIT(table, ip) ((table.ip_range[1]) | (1 << ((ip) - 1))) argument 125 #define MARK_RANGE3_IP_BIT(table, ip) ((table.ip_range[2]) | (1 << ((ip) - 1))) argument 127 #define MARK_RANGE4_IP_BIT(table, ip) ((table.ip_range[3]) | (1 << ((ip) - 1))) argument 129 #define MARK_RANGE5_IP_BIT(table, ip) ((table.ip_range[4]) | (1 << ((ip) - 1))) argument 131 #define MARK_RANGE6_IP_BIT(table, ip) ((table.ip_range[5]) | (1 << ((ip) - 1))) argument 133 #define MARK_RANGE7_IP_BIT(table, ip) ((table.ip_range[6]) | (1 << ((ip) - 1))) argument 135 #define MARK_RANGE8_IP_BIT(table, ip) ((table.ip_range[7]) | (1 << ((ip) - 1))) argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/network/dhcp/ |
A D | dhcps.h | 110 struct table { struct 123 #define MARK_RANGE1_IP_BIT(table, ip) ((table.ip_range[0]) | (1 << ((ip) - 1))) argument 125 #define MARK_RANGE2_IP_BIT(table, ip) ((table.ip_range[1]) | (1 << ((ip) - 1))) argument 127 #define MARK_RANGE3_IP_BIT(table, ip) ((table.ip_range[2]) | (1 << ((ip) - 1))) argument 129 #define MARK_RANGE4_IP_BIT(table, ip) ((table.ip_range[3]) | (1 << ((ip) - 1))) argument 131 #define MARK_RANGE5_IP_BIT(table, ip) ((table.ip_range[4]) | (1 << ((ip) - 1))) argument 133 #define MARK_RANGE6_IP_BIT(table, ip) ((table.ip_range[5]) | (1 << ((ip) - 1))) argument 135 #define MARK_RANGE7_IP_BIT(table, ip) ((table.ip_range[6]) | (1 << ((ip) - 1))) argument 137 #define MARK_RANGE8_IP_BIT(table, ip) ((table.ip_range[7]) | (1 << ((ip) - 1))) argument
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvjust.c | 89 FT_Bytes p = table; in gxv_just_wdp_entry_validate() 132 FT_Bytes p = table; in gxv_just_wdc_entry_validate() 181 FT_Bytes p = table; in gxv_just_actSubrecord_type0_validate() 229 FT_Bytes p = table; in gxv_just_actSubrecord_type1_validate() 247 FT_Bytes p = table; in gxv_just_actSubrecord_type2_validate() 278 FT_Bytes p = table; in gxv_just_actSubrecord_type4_validate() 382 FT_Bytes p = table; in gxv_just_pcActionRecord_validate() 422 FT_Bytes p = table; in gxv_just_pcLookupTable_validate() 445 FT_Bytes p = table; in gxv_just_postcompTable_validate() 481 FT_UNUSED( table ); in gxv_just_classTable_entry_validate() [all …]
|
A D | gxvalid.h | 43 gxv_feat_validate( FT_Bytes table, 49 gxv_bsln_validate( FT_Bytes table, 55 gxv_trak_validate( FT_Bytes table, 60 gxv_just_validate( FT_Bytes table, 65 gxv_mort_validate( FT_Bytes table, 70 gxv_morx_validate( FT_Bytes table, 75 gxv_kern_validate( FT_Bytes table, 80 gxv_kern_validate_classic( FT_Bytes table, 86 gxv_opbd_validate( FT_Bytes table, 91 gxv_prop_validate( FT_Bytes table, [all …]
|
A D | gxvtrak.c | 93 gxv_trak_trackTable_validate( FT_Bytes table, in gxv_trak_trackTable_validate() argument 98 FT_Bytes p = table; in gxv_trak_trackTable_validate() 115 p = table + i * ( 4 + 2 + 2 ); in gxv_trak_trackTable_validate() 129 p = table + j * ( 4 + 2 + 2 ); in gxv_trak_trackTable_validate() 137 valid->subtable_length = p - table; in gxv_trak_trackTable_validate() 143 gxv_trak_trackData_validate( FT_Bytes table, in gxv_trak_trackData_validate() argument 147 FT_Bytes p = table; in gxv_trak_trackData_validate() 164 gxv_odtect_add_range( table, p - table, "trackData header", odtect ); in gxv_trak_trackData_validate() 206 gxv_trak_validate( FT_Bytes table, in gxv_trak_validate() argument 210 FT_Bytes p = table; in gxv_trak_validate() [all …]
|
A D | gxvkern.c | 115 FT_Bytes p = table; in gxv_kern_subtable_fmt0_pairs_validate() 299 p = table + valueOffset; in gxv_kern_subtable_fmt1_entry_validate() 316 FT_Bytes p = table; in gxv_kern_subtable_fmt1_validate() 381 FT_Bytes p = table; in gxv_kern_subtable_fmt2_clstbl_validate() 552 valid->subtable_length = p - table; in gxv_kern_subtable_fmt3_validate() 744 FT_Bytes p = table; in gxv_kern_subtable_validate() 809 gxv_kern_subtable_fmt0_validate( table, table + length, valid ); in gxv_kern_subtable_validate() 811 gxv_kern_subtable_fmt1_validate( table, table + length, valid ); in gxv_kern_subtable_validate() 813 gxv_kern_subtable_fmt2_validate( table, table + length, valid ); in gxv_kern_subtable_validate() 815 gxv_kern_subtable_fmt3_validate( table, table + length, valid ); in gxv_kern_subtable_validate() [all …]
|
A D | gxvcommn.c | 187 FT_Bytes p = table; in gxv_array_getlimits_byte() 216 FT_Bytes p = table; in gxv_array_getlimits_ushort() 427 FT_Bytes p = table; in gxv_LookupTable_fmt0_validate() 478 FT_Bytes p = table; in gxv_LookupTable_fmt2_skip_endmarkers() 650 FT_Bytes p = table; in gxv_LookupTable_fmt6_skip_endmarkers() 759 FT_Bytes p = table; in gxv_LookupTable_validate() 1027 FT_Bytes p = table; in gxv_StateArray_validate() 1232 FT_Bytes p = table; in gxv_StateTable_validate() 1417 FT_Bytes p = table; in gxv_XStateArray_validate() 1468 FT_Bytes p = table; in gxv_XEntryTable_validate() [all …]
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afangles.c | 248 FT_Pos* table ) in af_sort_pos() argument 258 if ( table[j] >= table[j - 1] ) in af_sort_pos() 261 swap = table[j]; in af_sort_pos() 262 table[j] = table[j - 1]; in af_sort_pos() 263 table[j - 1] = swap; in af_sort_pos() 289 if ( table[j].org >= table[j - 1].org ) in af_sort_and_quantize_widths() 293 table[j] = table[j - 1]; in af_sort_and_quantize_widths() 294 table[j - 1] = swap; in af_sort_and_quantize_widths() 320 table[j].org = 0; in af_sort_and_quantize_widths() 337 if ( table[i].org ) in af_sort_and_quantize_widths() [all …]
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | map.c | 71 map->table = NULL; in mp_map_init() 88 map->table = (mp_map_elem_t *)table; in mp_map_init_fixed_table() 107 map->table = NULL; in mp_map_clear() 114 mp_map_elem_t *old_table = map->table; in mp_map_rehash() 120 map->table = new_table; in mp_map_rehash() 160 … for (mp_map_elem_t *elem = &map->table[0], *top = &map->table[map->used]; elem < top; elem++) { in mp_map_lookup() 185 map->table = m_renew(mp_map_elem_t, map->table, map->used, map->alloc); in mp_map_lookup() 186 mp_seq_clear(map->table, map->used, map->alloc, sizeof(*map->table)); in mp_map_lookup() 301 mp_obj_t *old_table = set->table; in mp_set_rehash() 329 mp_obj_t elem = set->table[pos]; in mp_set_lookup() [all …]
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttpost.c | 284 table->glyph_indices = glyph_indices; in load_format_20() 285 table->glyph_names = name_strings; in load_format_20() 360 table->offsets = offset_table; in load_format_25() 432 FT_FREE( table->glyph_indices ); in tt_face_free_ps_names() 433 table->num_glyphs = 0; in tt_face_free_ps_names() 436 FT_FREE( table->glyph_names[n] ); in tt_face_free_ps_names() 438 FT_FREE( table->glyph_names ); in tt_face_free_ps_names() 439 table->num_names = 0; in tt_face_free_ps_names() 446 FT_FREE( table->offsets ); in tt_face_free_ps_names() 447 table->num_glyphs = 0; in tt_face_free_ps_names() [all …]
|
A D | ttload.c | 131 TT_Table table; in tt_face_goto_table() local 136 if ( table ) in tt_face_goto_table() 196 TT_TableRec table; in check_table_dir() local 210 if ( table.Offset + table.Length > stream->size ) in check_table_dir() 218 if ( table.Tag == TTAG_head || table.Tag == TTAG_bhed ) in check_table_dir() 472 TT_Table table; in tt_face_load_any() local 480 if ( !table ) in tt_face_load_any() 745 TT_NameTable table; in tt_face_load_name() local 776 table->stream = stream; in tt_face_load_name() 842 table->numNameRecords = (FT_UInt)( entry - table->names ); in tt_face_load_name() [all …]
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_map.c | 35 map->table = in nghttp2_map_init() 37 if (map->table == NULL) { in nghttp2_map_init() 48 nghttp2_mem_free(map->mem, map->table); in nghttp2_map_free() 58 for (entry = map->table[i]; entry;) { in nghttp2_map_each_free() 63 map->table[i] = NULL; in nghttp2_map_each_free() 105 if (table[h] == NULL) { in insert() 106 table[h] = entry; in insert() 115 entry->next = table[h]; in insert() 116 table[h] = entry; in insert() 143 nghttp2_mem_free(map->mem, map->table); in resize() [all …]
|
/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshrec.c | 53 FT_FREE( table->hints ); in ps_hint_table_done() 54 table->num_hints = 0; in ps_hint_table_done() 55 table->max_hints = 0; in ps_hint_table_done() 91 count = table->num_hints; in ps_hint_table_alloc() 106 table->num_hints = count; in ps_hint_table_alloc() 225 FT_FREE( table->masks ); in ps_mask_table_done() 226 table->num_masks = 0; in ps_mask_table_done() 227 table->max_masks = 0; in ps_mask_table_done() 263 count = table->num_masks; in ps_mask_table_alloc() 276 table->num_masks = count; in ps_mask_table_alloc() [all …]
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | psobjs.c | 83 table->num_elems = 0; in ps_table_new() 84 table->block = 0; in ps_table_new() 85 table->capacity = 0; in ps_table_new() 134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table() 186 if ( table->cursor + length > table->capacity ) in ps_table_add() 214 table->elements[idx] = table->block + table->cursor; in ps_table_add() 216 FT_MEM_COPY( table->block + table->cursor, object, length ); in ps_table_add() 251 if ( FT_ALLOC( table->block, table->cursor ) ) in ps_table_done() 253 FT_MEM_COPY( table->block, old_base, table->cursor ); in ps_table_done() 256 table->capacity = table->cursor; in ps_table_done() [all …]
|