/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrcmap.c | 35 cmap->chars = face->phy_font.chars; in pfr_cmap_init() 45 if ( cmap->chars[n - 1].char_code >= cmap->chars[n].char_code ) in pfr_cmap_init() 61 cmap->chars = NULL; in pfr_cmap_done() 81 gchar = cmap->chars + mid; in pfr_cmap_char_index() 114 gchar = cmap->chars + mid; in pfr_cmap_char_next() 140 gchar = cmap->chars + min; in pfr_cmap_char_next()
|
A D | pfrcmap.h | 33 PFR_Char chars; member
|
A D | pfrobjs.c | 150 if ( phy_font->chars[nn].gps_offset != 0 ) in pfr_face_init() 236 PFR_Char gchar = phy_font->chars; in pfr_face_init() 353 gchar = face->phy_font.chars + gindex; in pfr_slot_load() 493 code1 = phy_font->chars[glyph1].char_code; in pfr_face_get_kerning() 494 code2 = phy_font->chars[glyph2].char_code; in pfr_face_get_kerning()
|
A D | pfrdrivr.c | 86 *anadvance = phys->chars[gindex].advance; in pfr_get_advance()
|
A D | pfrload.c | 685 FT_FREE( phy_font->chars ); in pfr_phy_font_done() 869 if ( FT_NEW_ARRAY( phy_font->chars, count ) ) in pfr_phy_font_load() 892 PFR_Char cur = &phy_font->chars[n]; in pfr_phy_font_load()
|
A D | pfrtypes.h | 256 PFR_Char chars; member
|
A D | pfrsbit.c | 542 character = &phys->chars[glyph_index]; in pfr_slot_load_bitmap()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | gzlib.c | 36 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local 44 if (chars != 0) { 46 if (chars >= 2 47 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 48 chars -= 2; 49 msgbuf[chars] = 0; 52 if (chars > sizeof (buf) - 1) { 53 chars = sizeof (buf) - 1; 54 msgbuf[chars] = 0; 57 wcstombs(buf, msgbuf, chars + 1);
|
A D | minigzip.c-bak | 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM 91 if (chars != 0) { 93 if (chars >= 2 94 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 95 chars -= 2; 96 msgbuf[chars] = 0; 99 if (chars > sizeof (buf) - 1) { 100 chars = sizeof (buf) - 1; 101 msgbuf[chars] = 0; 104 wcstombs(buf, msgbuf, chars + 1);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local 48 if (chars != 0) { 50 if (chars >= 2 51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 52 chars -= 2; 53 msgbuf[chars] = 0; 56 if (chars > sizeof (buf) - 1) { 57 chars = sizeof (buf) - 1; 58 msgbuf[chars] = 0; 61 wcstombs(buf, msgbuf, chars + 1);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/ |
A D | minigzip.c | 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local 95 if (chars != 0) { 97 if (chars >= 2 98 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 99 chars -= 2; 100 msgbuf[chars] = 0; 103 if (chars > sizeof (buf) - 1) { 104 chars = sizeof (buf) - 1; 105 msgbuf[chars] = 0; 108 wcstombs(buf, msgbuf, chars + 1);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/inc/ |
A D | prf_utils.h | 187 const struct prf_char_inf* chars, 209 const struct prf_char_inf* chars); 225 uint8_t nb_chars, const struct prf_char_def* chars_req, struct prf_char_inf* chars,
|
A D | prf_utils_128.h | 91 const struct prf_char_inf* chars, 95 uint8_t nb_chars, const struct prf_char_def_128* chars_req, struct prf_char_inf* chars,
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | modble.h | 69 amp_bt_host_adapter_gatt_chars_t *chars; member
|
A D | modble.c | 157 service.chars = chara_list; in ble_addService() 199 m_del(amp_bt_host_adapter_gatt_chars_t, service.chars, chara_num); in ble_addService()
|
A D | bt_gatts_adapter.c | 161 char_list = srvc->chars; in bt_gatts_adapter_add_service()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/ |
A D | bt_host_adapter.h | 35 amp_bt_host_adapter_gatt_chars_t *chars; member
|
A D | module_bt_host.c | 267 chars_list = service.chars = (amp_bt_host_adapter_gatt_chars_t *)aos_malloc( in native_bt_host_add_service() 285 aos_free(service.chars); in native_bt_host_add_service()
|
A D | bt_gatts_adapter.c | 152 char_list = srvc->chars; in bt_gatts_adapter_add_service()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | bt_host_adapter.h | 35 amp_bt_host_adapter_gatt_chars_t *chars; member
|
A D | module_bt_host.c | 219 chars_list = service.chars = (amp_bt_host_adapter_gatt_chars_t *)aos_malloc( in native_bt_host_add_service() 237 aos_free(service.chars); in native_bt_host_add_service()
|
A D | bt_gatts_adapter.c | 152 char_list = srvc->chars; in bt_gatts_adapter_add_service()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_fcitx.c | 163 const size_t chars = SDL_utf8strlen(buf); in DBus_MessageFilter() local 165 SDL_SendEditingText(buf, cursor, chars); in DBus_MessageFilter() 168 cursor += chars; in DBus_MessageFilter()
|
A D | SDL_ibus.c | 151 const size_t chars = SDL_utf8strlen(buf); in IBus_MessageHandler() local 153 SDL_SendEditingText(buf, cursor, chars); in IBus_MessageHandler() 156 cursor += chars; in IBus_MessageHandler()
|
/AliOS-Things-master/components/uvoice/codec/ |
A D | spx_decoder.c | 102 snd_memcpy(bits->chars, buffer + offset, frame_size); in spx_decoder_process()
|