/AliOS-Things-master/components/freetype/src/pshinter/ |
A D | pshglob.c | 211 zone[count] = zone[count-1]; in psh_blues_set_zones_0() 284 delta = zone[1].org_ref - zone[0].org_ref; in psh_blues_set_zones() 289 zone->org_bottom = zone->org_ref; in psh_blues_set_zones() 290 zone->org_top = zone->org_delta + zone->org_ref; in psh_blues_set_zones() 307 delta = zone[0].org_ref - zone[1].org_ref; in psh_blues_set_zones() 312 zone->org_top = zone->org_ref; in psh_blues_set_zones() 313 zone->org_bottom = zone->org_delta + zone->org_ref; in psh_blues_set_zones() 457 zone->cur_delta = FT_MulFix( zone->org_delta, scale ); in psh_blues_scale_zones() 460 zone->cur_ref = FT_PIX_ROUND( zone->cur_ref ); in psh_blues_scale_zones() 463 if ( zone->cur_ref > zone->cur_top ) in psh_blues_scale_zones() [all …]
|
A D | pshalgo.c | 70 table->zone = 0; in psh_hint_table_done() 197 table->zone = 0; in psh_hint_table_init() 904 psh_print_zone( PSH_Zone zone ) in psh_print_zone() argument 907 zone->scale / 65536.0, in psh_print_zone() 908 zone->delta / 64.0, in psh_print_zone() 909 zone->min, in psh_print_zone() 910 zone->max ); in psh_print_zone() 1755 PSH_Blue_Zone zone; in psh_glyph_find_blue_points() local 1780 zone = table->zones; in psh_glyph_find_blue_points() 1806 FT_Pos delta = zone->org_top - y; in psh_glyph_find_blue_points() [all …]
|
A D | pshalgo.h | 88 PSH_Zone zone; member
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2blues.c | 192 blues->zone[blues->count].csBottomEdge = in cf2_blues_init() 194 blues->zone[blues->count].csTopEdge = in cf2_blues_init() 223 blues->zone[blues->count].bottomZone = in cf2_blues_init() 225 blues->zone[blues->count].csFlatEdge = in cf2_blues_init() 226 blues->zone[blues->count].csTopEdge; in cf2_blues_init() 243 blues->zone[blues->count].csTopEdge = in cf2_blues_init() 265 blues->zone[blues->count].bottomZone = in cf2_blues_init() 267 blues->zone[blues->count].csFlatEdge = in cf2_blues_init() 268 blues->zone[blues->count].csTopEdge; in cf2_blues_init() 291 if ( blues->zone[i].bottomZone ) in cf2_blues_init() [all …]
|
A D | cffgload.c | 945 ip = zone->cursor = zone->base; in cff_decoder_parse_charstrings() 2411 zone++; in cff_decoder_parse_charstrings() 2414 zone->cursor = zone->base; in cff_decoder_parse_charstrings() 2416 if ( !zone->base || zone->limit == zone->base ) in cff_decoder_parse_charstrings() 2423 decoder->zone = zone; in cff_decoder_parse_charstrings() 2453 zone++; in cff_decoder_parse_charstrings() 2456 zone->cursor = zone->base; in cff_decoder_parse_charstrings() 2458 if ( !zone->base || zone->limit == zone->base ) in cff_decoder_parse_charstrings() 2465 decoder->zone = zone; in cff_decoder_parse_charstrings() 2481 decoder->zone--; in cff_decoder_parse_charstrings() [all …]
|
A D | cf2blues.h | 165 CF2_BlueRec zone[CF2_MAX_BLUES + CF2_MAX_OTHERBLUES]; member
|
A D | cffgload.h | 164 CFF_Decoder_Zone* zone; member
|
/AliOS-Things-master/hardware/chip/haas1000/aos/ |
A D | ota_port.c | 45 if (zone >= OTA_BOOTINFO_ZONEMAX) { in ota_get_bootinfo() 53 if (zone == OTA_BOOTINFO_ZONEA) { in ota_get_bootinfo() 87 if (zone >= OTA_BOOTINFO_ZONEMAX) { in ota_set_bootinfo() 100 if (zone == OTA_BOOTINFO_ZONEA) { in ota_set_bootinfo() 164 if (zone == OTA_BOOTINFO_ZONEA) { in ota_check_bootinfo() 243 enum bootinfo_zone zone; in ota_adapt_get_odm_type() local 259 enum bootinfo_zone zone; in ota_adapt_set_odm_type() local 317 enum bootinfo_zone zone; in tg_ota_get_current_ab() local 340 enum bootinfo_zone zone; in ota_upgrade_link() local 388 enum bootinfo_zone zone; in ota_clear_reboot_count() local [all …]
|
A D | ota_port.h | 90 int ota_get_bootinfo(struct ota_boot_info *info, enum bootinfo_zone zone);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/ |
A D | infcover.c | 79 if (zone == NULL || (zone->limit && zone->total + len > zone->limit)) in mem_alloc() 100 zone->first = item; in mem_alloc() 104 if (zone->total > zone->highwater) in mem_alloc() 105 zone->highwater = zone->total; in mem_alloc() 150 zone->rogue++; in mem_free() 165 zone->total = 0; in mem_setup() 167 zone->limit = 0; in mem_setup() 168 zone->notlifo = 0; in mem_setup() 169 zone->rogue = 0; in mem_setup() 225 if (zone->rogue) in mem_done() [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | ip6_zone.h | 109 #define ip6_addr_zone(ip6addr) ((ip6addr)->zone) 115 #define ip6_addr_set_zone(ip6addr, zone_idx) ((ip6addr)->zone = (zone_idx)) 118 #define ip6_addr_clear_zone(ip6addr) ((ip6addr)->zone = IP6_NO_ZONE) 121 #define ip6_addr_copy_zone(ip6addr1, ip6addr2) ((ip6addr1).zone = (ip6addr2).zone) 124 #define ip6_addr_equals_zone(ip6addr, zone_idx) ((ip6addr)->zone == (zone_idx)) 128 #define ip6_addr_cmp_zone(ip6addr1, ip6addr2) ((ip6addr1)->zone == (ip6addr2)->zone)
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | t1decode.c | 366 T1_Decoder_Zone zone; in t1_decoder_parse_charstrings() local 394 decoder->zone = decoder->zones; in t1_decoder_parse_charstrings() 395 zone = decoder->zones; in t1_decoder_parse_charstrings() 416 ip = zone->cursor = zone->base; in t1_decoder_parse_charstrings() 1363 zone++; in t1_decoder_parse_charstrings() 1371 zone->limit = zone->base + decoder->subrs_len[idx]; in t1_decoder_parse_charstrings() 1380 zone->cursor = zone->base; in t1_decoder_parse_charstrings() 1382 if ( !zone->base ) in t1_decoder_parse_charstrings() 1389 decoder->zone = zone; in t1_decoder_parse_charstrings() 1426 zone--; in t1_decoder_parse_charstrings() [all …]
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttobjs.c | 81 FT_FREE( zone->contours ); in tt_glyphzone_done() 82 FT_FREE( zone->tags ); in tt_glyphzone_done() 83 FT_FREE( zone->cur ); in tt_glyphzone_done() 84 FT_FREE( zone->org ); in tt_glyphzone_done() 85 FT_FREE( zone->orus ); in tt_glyphzone_done() 87 zone->max_points = zone->n_points = 0; in tt_glyphzone_done() 88 zone->max_contours = zone->n_contours = 0; in tt_glyphzone_done() 89 zone->memory = NULL; in tt_glyphzone_done() 124 FT_MEM_ZERO( zone, sizeof ( *zone ) ); in tt_glyphzone_new() 125 zone->memory = memory; in tt_glyphzone_new() [all …]
|
A D | ttgload.c | 740 TT_GlyphZone zone = &loader->zone; in TT_Hint_Glyph() local 760 FT_ARRAY_COPY( zone->org, zone->cur, zone->n_points ); in TT_Hint_Glyph() 772 FT_ARRAY_COPY( zone->orus, zone->cur, zone->n_points ); in TT_Hint_Glyph() 784 zone->cur[zone->n_points - 4].x = in TT_Hint_Glyph() 786 zone->cur[zone->n_points - 3].x = in TT_Hint_Glyph() 788 zone->cur[zone->n_points - 2].y = in TT_Hint_Glyph() 790 zone->cur[zone->n_points - 1].y = in TT_Hint_Glyph() 827 loader->pp1 = zone->cur[zone->n_points - 4]; in TT_Hint_Glyph() 828 loader->pp2 = zone->cur[zone->n_points - 3]; in TT_Hint_Glyph() 829 loader->pp3 = zone->cur[zone->n_points - 2]; in TT_Hint_Glyph() [all …]
|
A D | ttobjs.h | 119 tt_glyphzone_done( TT_GlyphZone zone ); 125 TT_GlyphZone zone ); 353 TT_GlyphZoneRec zone; /* glyph loader points zone */ member
|
A D | ttinterp.c | 1868 Direct_Move( EXEC_OP_ TT_GlyphZone zone, in Direct_Move() argument 1890 zone->tags[point] |= FT_CURVE_TAG_TOUCH_X; in Direct_Move() 1956 Direct_Move_X( EXEC_OP_ TT_GlyphZone zone, in Direct_Move_X() argument 1966 zone->cur[point].x += distance; in Direct_Move_X() 1968 zone->tags[point] |= FT_CURVE_TAG_TOUCH_X; in Direct_Move_X() 1973 Direct_Move_Y( EXEC_OP_ TT_GlyphZone zone, in Direct_Move_Y() argument 1979 zone->cur[point].y += distance; in Direct_Move_Y() 1980 zone->tags[point] |= FT_CURVE_TAG_TOUCH_Y; in Direct_Move_Y() 2001 zone->org[point].x += distance; in Direct_Move_Orig_X() 2012 zone->org[point].y += distance; in Direct_Move_Orig_Y() [all …]
|
A D | ttinterp.h | 75 (*TT_Move_Func)( EXEC_OP_ TT_GlyphZone zone,
|
/AliOS-Things-master/hardware/chip/rtl872xd/aos/ |
A D | ota_port.c | 8 int ota_get_bootinfo(struct ota_boot_info *info, enum bootinfo_zone zone) in ota_get_bootinfo() argument 19 int ota_set_bootinfo(struct ota_boot_info *info, enum bootinfo_zone zone) in ota_set_bootinfo() argument
|
A D | ota_port.h | 87 int ota_get_bootinfo(struct ota_boot_info *info, enum bootinfo_zone zone);
|
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/ |
A D | nand.h | 32 uint16_t zone; /**< NAND memory Zone address */ member
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 359 enum bootinfo_zone zone; in bes_get_current_link() local 361 zone = ota_get_valid_bootinfo_zone(); in bes_get_current_link() 362 ret = ota_get_bootinfo(&info, zone); in bes_get_current_link() 377 enum bootinfo_zone zone; in bes_get_operate_partition() local
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_string.h | 34 int32_t core_utc2date(uint64_t utc, int8_t zone, core_date_t *date);
|
A D | core_string.c | 259 int32_t core_utc2date(uint64_t utc, int8_t zone, core_date_t *date) in core_utc2date() argument 269 utc_zone_s = (utc / 1000) + (zone * 60 * 60); in core_utc2date()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | README.md | 186 --zone=$ZONE \ 206 gcloud compute instances delete "${INSTANCE_NAME}" --zone="${ZONE}"
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | tttypes.h | 1489 TT_GlyphZoneRec zone; member
|