Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 25 of 127) sorted by relevance

123456

/AliOS-Things-master/components/freetype/src/base/
A Dftfstype.c43 PS_FontExtraRec extra; in FT_Get_FSType_Flags() local
46 if ( !service->ps_get_font_extra( face, &extra ) && in FT_Get_FSType_Flags()
47 extra.fs_type != 0 ) in FT_Get_FSType_Flags()
48 return extra.fs_type; in FT_Get_FSType_Flags()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/
A Dinftree9.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
177 base = extra = work; /* dummy value--not used */
183 extra = lext;
184 extra -= 257;
189 extra = dext;
218 this.op = (unsigned char)(extra[work[sym]]);
A Dinfback9.c235 unsigned extra; /* extra bits needed */ local
514 extra = (unsigned)(here.op) & 31;
515 if (extra != 0) {
516 NEEDBITS(extra);
517 length += BITS(extra);
518 DROPBITS(extra);
547 extra = (unsigned)(here.op) & 15;
548 if (extra != 0) {
549 NEEDBITS(extra);
550 offset += BITS(extra);
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
183 base = extra = work; /* dummy value--not used */
189 extra = lext;
190 extra -= 257;
195 extra = dext;
224 here.op = (unsigned char)(extra[work[sym]]);
A Dinfback.c530 state->extra = (unsigned)(here.op) & 15;
531 if (state->extra != 0) {
532 NEEDBITS(state->extra);
533 state->length += BITS(state->extra);
534 DROPBITS(state->extra);
563 state->extra = (unsigned)(here.op) & 15;
564 if (state->extra != 0) {
565 NEEDBITS(state->extra);
566 state->offset += BITS(state->extra);
567 DROPBITS(state->extra);
A Dinflate.c715 state->head->extra = Z_NULL;
1053 state->extra = (unsigned)(here.op) & 15;
1056 if (state->extra) {
1057 NEEDBITS(state->extra);
1058 state->length += BITS(state->extra);
1059 DROPBITS(state->extra);
1060 state->back += state->extra;
1093 if (state->extra) {
1094 NEEDBITS(state->extra);
1096 DROPBITS(state->extra);
[all …]
A Dtrees.c501 const intf *extra = desc->stat_desc->extra_bits; local
529 if (n >= base) xbits = extra[n-base];
1085 int extra; /* number of extra bits to send */ local
1097 extra = extra_lbits[code];
1098 if (extra != 0) {
1100 send_bits(s, lc, extra); /* send the extra length bits */
1107 extra = extra_dbits[code];
1108 if (extra != 0) {
1110 send_bits(s, dist, extra); /* send the extra distance bits */
/AliOS-Things-master/components/freetype/src/cff/
A Dcffcmap.c39 CFF_Font cff = (CFF_Font)face->extra.data; in cff_cmap_encoding_init()
128 CFF_Font cff = (CFF_Font)face->extra.data; in FT_CALLBACK_DEF()
142 CFF_Font cff = (CFF_Font)face->extra.data; in cff_cmap_unicode_init()
178 CFF_Font cff = (CFF_Font)face->extra.data; in cff_cmap_unicode_char_index()
191 CFF_Font cff = (CFF_Font)face->extra.data; in cff_cmap_unicode_char_next()
A Dcffdrivr.c234 CFF_Font font = (CFF_Font)face->extra.data; in cff_get_glyph_name()
278 cff = (CFF_FontRec *)face->extra.data; in cff_get_name_index()
328 CFF_Font cff = (CFF_Font)face->extra.data; in cff_ps_get_font_info()
386 CFF_Font cff = (CFF_Font)face->extra.data; in cff_get_ps_name()
457 CFF_Font cff = (CFF_Font)face->extra.data; in cff_get_ros()
512 CFF_Font cff = (CFF_Font)face->extra.data; in cff_get_is_cid()
539 cff = (CFF_Font)face->extra.data; in cff_get_cid_from_glyph_index()
A Dcffobjs.c62 CFF_Font font = (CFF_Font)face->extra.data; in cff_size_get_globals_funcs()
80 CFF_Font font = (CFF_Font)face->extra.data; in cff_size_done()
167 CFF_Font font = (CFF_Font)face->extra.data; in cff_size_init()
226 CFF_Font font = (CFF_Font)face->extra.data; in cff_size_select()
298 CFF_Font font = (CFF_Font)cffface->extra.data; in cff_size_request()
353 CFF_Font font = (CFF_Font)face->extra.data; in cff_slot_init()
581 face->extra.data = cff; in cff_face_init()
1040 CFF_Font cff = (CFF_Font)face->extra.data; in cff_face_done()
1046 FT_FREE( face->extra.data ); in cff_face_done()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinftrees.c56 const unsigned short FAR *extra; /* extra bits table to use */ local
183 base = extra = work; /* dummy value--not used */
188 extra = lext;
193 extra = dext;
222 here.op = (unsigned char)(extra[work[sym] - match]);
A Dinfback.c538 state->extra = (unsigned)(here.op) & 15;
539 if (state->extra != 0) {
540 NEEDBITS(state->extra);
541 state->length += BITS(state->extra);
542 DROPBITS(state->extra);
571 state->extra = (unsigned)(here.op) & 15;
572 if (state->extra != 0) {
573 NEEDBITS(state->extra);
574 state->offset += BITS(state->extra);
575 DROPBITS(state->extra);
A Dinflate.c754 state->head->extra = Z_NULL;
1091 state->extra = (unsigned)(here.op) & 15;
1094 if (state->extra) {
1095 NEEDBITS(state->extra);
1096 state->length += BITS(state->extra);
1097 DROPBITS(state->extra);
1098 state->back += state->extra;
1131 if (state->extra) {
1132 NEEDBITS(state->extra);
1134 DROPBITS(state->extra);
[all …]
A Dtrees.c493 const intf *extra = desc->stat_desc->extra_bits; local
521 if (n >= base) xbits = extra[n-base];
1073 int extra; /* number of extra bits to send */ local
1085 extra = extra_lbits[code];
1086 if (extra != 0) {
1088 send_bits(s, lc, extra); /* send the extra length bits */
1095 extra = extra_dbits[code];
1096 if (extra != 0) {
1098 send_bits(s, dist, extra); /* send the extra distance bits */
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dmztools.c46 char extra[1024]; variable
64 filename[0] = extra[0] = '\0';
99 if (extsize < sizeof(extra)) {
100 if (fread(extra, 1, extsize, fpZip) == extsize) {
101 if (fwrite(extra, 1, extsize, fpOut) == extsize) {
188 if (fwrite(extra, 1, extsize, fpOutCD) == extsize) {
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dclean.mk46 extra-ymn := $(extra-y) $(extra-m) $(extra-)
52 $(multi-objs-ymn) $(extra-ymn) \
A Dlib.mk117 …-y)), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs)) $($(m:.o=-y)),$(m))) $(extra-y)
121 extra-y := $(addprefix $(obj)/,$(extra-y))
/AliOS-Things-master/components/freetype/src/smooth/
A Dftsmooth.c212 FT_Int extra = slot->library->lcd_extra; in ft_smooth_render_generic() local
217 x_shift -= 64 * ( extra >> 1 ); in ft_smooth_render_generic()
218 width += 3 * extra; in ft_smooth_render_generic()
220 x_left -= extra >> 1; in ft_smooth_render_generic()
225 y_shift -= 64 * ( extra >> 1 ); in ft_smooth_render_generic()
226 height += 3 * extra; in ft_smooth_render_generic()
227 y_top += extra >> 1; in ft_smooth_render_generic()
/AliOS-Things-master/components/py_engine/tests/
A Drun-natmodtests.py127 extra = ""
132 extra = " - " + str(error)
159 print("{:4} {}{}".format(result, test_file, extra))
/AliOS-Things-master/components/ble_host/bt_crypto/
A Dbt_crypto.c40 s64_t extra; in prng_reseed() local
62 extra = k_uptime_get(); in prng_reseed()
64 ret = tc_hmac_prng_reseed(h, seed, sizeof(seed), (u8_t *)&extra, in prng_reseed()
65 sizeof(extra)); in prng_reseed()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/
A Dwifi_util.c1110 void wext_wlan_indicate(unsigned int cmd, union iwreq_data *wrqu, char *extra) in wext_wlan_indicate() argument
1127 if(extra) in wext_wlan_indicate()
1129 if(!memcmp(IW_EXT_STR_FOURWAY_DONE, extra, strlen(IW_EXT_STR_FOURWAY_DONE))) in wext_wlan_indicate()
1133 else if(!memcmp(IW_EVT_STR_NO_NETWORK, extra, strlen(IW_EVT_STR_NO_NETWORK))) in wext_wlan_indicate()
1134 wifi_indication(WIFI_EVENT_NO_NETWORK, extra, strlen(IW_EVT_STR_NO_NETWORK), 0); in wext_wlan_indicate()
1135 else if(!memcmp(IW_EVT_STR_ICV_ERROR, extra, strlen(IW_EVT_STR_ICV_ERROR))) in wext_wlan_indicate()
1136 wifi_indication(WIFI_EVENT_ICV_ERROR, extra, strlen(IW_EVT_STR_ICV_ERROR), 0); in wext_wlan_indicate()
1140 else if(!memcmp(IW_EVT_STR_STA_ASSOC, extra, strlen(IW_EVT_STR_STA_ASSOC))) in wext_wlan_indicate()
1142 else if(!memcmp(IW_EVT_STR_STA_DISASSOC, extra, strlen(IW_EVT_STR_STA_DISASSOC))) in wext_wlan_indicate()
1146 else if(!memcmp(IW_EVT_STR_SOFTAP_START, extra, strlen(IW_EVT_STR_SOFTAP_START))) in wext_wlan_indicate()
[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
22 When we read the file into memory, we assume we have 4 bytes extra for
24 is not correct, we only have 2 bytes extra for the first 2 pages. As a
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrload.c70 PFR_ExtraItem extra = item_list; in pfr_extra_items_parse() local
73 for ( extra = item_list; extra->parser != NULL; extra++ ) in pfr_extra_items_parse()
75 if ( extra->type == item_type ) in pfr_extra_items_parse()
77 error = extra->parser( p, p + item_size, item_data ); in pfr_extra_items_parse()
/AliOS-Things-master/components/jsoncpp/include/json/
A Dreader.h149 bool pushError(const Value& value, const String& message, const Value& extra);
213 bool addError(const String& message, Token& token, Location extra = nullptr);
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dcmsis_nvic.h97 typedef void (*GIC_FAULT_DUMP_HANDLER_T)(const uint32_t *regs, const uint32_t *extra, uint32_t extr…

Completed in 35 milliseconds

123456