/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrcmap.c | 77 FT_UInt mid; in pfr_cmap_char_index() local 80 mid = min + ( max - min ) / 2; in pfr_cmap_char_index() 81 gchar = cmap->chars + mid; in pfr_cmap_char_index() 84 return mid + 1; in pfr_cmap_char_index() 87 min = mid + 1; in pfr_cmap_char_index() 89 max = mid; in pfr_cmap_char_index() 107 FT_UInt mid; in pfr_cmap_char_next() local 114 gchar = cmap->chars + mid; in pfr_cmap_char_next() 118 result = mid; in pfr_cmap_char_next() 130 min = mid+1; in pfr_cmap_char_next() [all …]
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_qsort.c | 282 if ((size_t)(last-first)>PIVOT_THRESHOLD*sz) mid=pivot_big(first,mid,last,sz,compare);\ 284 if (compare(first,mid)<0) { \ 286 swapper(mid,last); \ 287 if (compare(first,mid)>0) swapper(first,mid);\ 293 swapper(first,mid); \ 294 if (compare(mid,last)>0) swapper(mid,last);\ 384 { char *a=mid-d, *b=mid, *c=mid+d; in pivot_big() 428 memcpy(pivot,mid,size); in qsort_nonaligned() 459 memcpy(pivot,mid,size); in qsort_aligned() 494 *(int*)pivot=*(int*)mid; in qsort_words() [all …]
|
/AliOS-Things-master/components/freetype/src/psnames/ |
A D | psmodule.c | 414 mid = min + ( ( max - min ) >> 1 ); in ps_unicodes_char_index() 416 if ( mid->unicode == unicode ) in ps_unicodes_char_index() 418 result = mid; in ps_unicodes_char_index() 422 base_glyph = BASE_GLYPH( mid->unicode ); in ps_unicodes_char_index() 431 min = mid + 1; in ps_unicodes_char_index() 433 max = mid - 1; in ps_unicodes_char_index() 454 FT_UInt mid; in ps_unicodes_char_next() local 461 mid = min + ( ( max - min ) >> 1 ); in ps_unicodes_char_next() 462 map = table->maps + mid; in ps_unicodes_char_next() 476 min = mid + 1; in ps_unicodes_char_next() [all …]
|
A D | pstables.h | 4096 int mid = ( min + max ) >> 1; in ft_get_adobe_glyph_index() local 4097 const unsigned char* q = p + mid * 2; in ft_get_adobe_glyph_index() 4110 min = mid + 1; in ft_get_adobe_glyph_index() 4112 max = mid; in ft_get_adobe_glyph_index()
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfdrivr.c | 107 FT_UInt min, max, mid; in pcf_cmap_char_index() local 119 mid = ( min + max ) >> 1; in pcf_cmap_char_index() 120 code = encodings[mid].enc; in pcf_cmap_char_index() 124 result = encodings[mid].glyph + 1; in pcf_cmap_char_index() 129 max = mid; in pcf_cmap_char_index() 131 min = mid + 1; in pcf_cmap_char_index() 144 FT_UInt min, max, mid; in pcf_cmap_char_next() local 157 mid = ( min + max ) >> 1; in pcf_cmap_char_next() 158 code = encodings[mid].enc; in pcf_cmap_char_next() 167 max = mid; in pcf_cmap_char_next() [all …]
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttcmap.c | 1135 mid = num_segs; in tt_cmap4_char_map_binary() 1154 max = mid; in tt_cmap4_char_map_binary() 1187 max = mid; in tt_cmap4_char_map_binary() 1317 mid++; in tt_cmap4_char_map_binary() 2199 max = mid; in tt_cmap12_char_map_binary() 2222 mid++; in tt_cmap12_char_map_binary() 2521 max = mid; in tt_cmap13_char_map_binary() 2542 mid++; in tt_cmap13_char_map_binary() 2943 max = mid; in tt_cmap14_char_map_def_binary() 2976 max = mid; in tt_cmap14_char_map_nondef_binary() [all …]
|
A D | ttkern.c | 241 FT_UInt mid = ( min + max ) >> 1; in tt_face_get_kerning() local 242 FT_Byte* q = p + 6 * mid; in tt_face_get_kerning() 254 min = mid + 1; in tt_face_get_kerning() 256 max = mid; in tt_face_get_kerning()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1afm.c | 323 AFM_KernPair min, mid, max; in T1_Get_Kerning() local 336 mid = min + ( max - min ) / 2; in T1_Get_Kerning() 337 midi = KERN_INDEX( mid->index1, mid->index2 ); in T1_Get_Kerning() 341 kerning->x = mid->x; in T1_Get_Kerning() 342 kerning->y = mid->y; in T1_Get_Kerning() 348 min = mid + 1; in T1_Get_Kerning() 350 max = mid - 1; in T1_Get_Kerning()
|
/AliOS-Things-master/components/SDL2/src/core/android/ |
A D | SDL_android.c | 1787 jmethodID mid; in Android_JNI_ExceptionOccurred() local 1827 jmethodID mid; in Internal_Android_Create_AssetManager() local 1876 jmethodID mid; in Internal_Android_JNI_FileOpen() local 1992 ctx->hidden.androidio.readMethod = mid; in Internal_Android_JNI_FileOpen() 2306 jmethodID mid; in Android_JNI_GetPowerInfo() local 2496 jmethodID mid; in Android_JNI_ShowMessageBox() local 2559 mid = (*env)->GetMethodID(env, clazz, in Android_JNI_ShowMessageBox() 2658 jmethodID mid; in SDL_AndroidGetInternalStoragePath() local 2709 jmethodID mid; in SDL_AndroidGetExternalStorageState() local 2722 mid = (*env)->GetStaticMethodID(env, cls, in SDL_AndroidGetExternalStorageState() [all …]
|
/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 96 FT_ULong min, max, mid; /* num_encodings */ in bdf_cmap_char_index() local 108 mid = ( min + max ) >> 1; in bdf_cmap_char_index() 109 code = encodings[mid].enc; in bdf_cmap_char_index() 115 result = encodings[mid].glyph + 1; in bdf_cmap_char_index() 120 max = mid; in bdf_cmap_char_index() 122 min = mid + 1; in bdf_cmap_char_index() 148 mid = ( min + max ) >> 1; in bdf_cmap_char_next() 149 code = encodings[mid].enc; in bdf_cmap_char_next() 155 result = encodings[mid].glyph + 1; in bdf_cmap_char_next() 160 max = mid; in bdf_cmap_char_next() [all …]
|
/AliOS-Things-master/components/drivers/core/base/include/aos/hal/ |
A D | nand_flash.h | 8 uint8_t mid; member
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_report.h | 54 int iotx_midreport_payload(char *msg, char *requestId, char *mid, char *pid);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/ |
A D | app_spp.h | 60 …btif_remote_device_t *btDevice, btif_sdp_record_param_t *param, osMutexId mid, uint8_t service_id…
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | analysis_enc.c | 78 int mid) { in SetSegmentAlphas() argument 90 assert(mid <= max && mid >= min); in SetSegmentAlphas() 92 const int alpha = 255 * (centers[n] - mid) / (max - min); in SetSegmentAlphas()
|
A D | vp8l_enc.c | 1280 const int mid = (low + hi) >> 1; in SearchColorNoIdx() local 1281 if (sorted[mid] == color) { in SearchColorNoIdx() 1282 return mid; in SearchColorNoIdx() 1283 } else if (sorted[mid] < color) { in SearchColorNoIdx() 1284 low = mid; in SearchColorNoIdx() 1286 hi = mid; in SearchColorNoIdx()
|
/AliOS-Things-master/components/py_engine/modules/video/ |
A D | ak_rtsp.c | 117 Schn.mid = MODULE_ID_VI; in rtsp_video_thread() 119 Dchn.mid = MODULE_ID_VENC; in rtsp_video_thread()
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afhints.c | 1016 FT_PtrDist min, max, mid; in af_glyph_hints_align_strong_points() local 1046 mid = ( max + min ) >> 1; in af_glyph_hints_align_strong_points() 1047 edge = edges + mid; in af_glyph_hints_align_strong_points() 1051 max = mid; in af_glyph_hints_align_strong_points() 1053 min = mid + 1; in af_glyph_hints_align_strong_points()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/ |
A D | spp_api.h | 103 bt_status_t btif_spp_init_device(struct spp_device *dev, uint16_t numPackets, osMutexId mid);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | microbench.js | 759 var mid = n >> 1; 760 for (var i = 0; i < mid; i++) 762 for (var i = mid; i < n; i++)
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_roller.c | 504 lv_coord_t mid = (roller->coords.y2 - roller->coords.y1) / 2; in lv_roller_scrl_signal() local 506 id = (mid - label_y1 + style_label->text.line_space / 2) / label_unit; in lv_roller_scrl_signal()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttinterp.c | 1543 FT_UInt32 ah, al, mid, lo, hi; in TT_MulFix14() local 1557 mid = ah * b; in TT_MulFix14() 1558 hi = mid >> 16; in TT_MulFix14() 1559 mid = ( mid << 16 ) + ( 1 << 13 ); /* rounding */ in TT_MulFix14() 1560 lo += mid; in TT_MulFix14() 1561 if ( lo < mid ) in TT_MulFix14() 1564 mid = ( lo >> 14 ) | ( hi << 18 ); in TT_MulFix14() 1566 return sign >= 0 ? (FT_Int32)mid : -(FT_Int32)mid; in TT_MulFix14()
|
/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/ |
A D | xz_dec_lzma2.c | 125 uint16_t mid[POS_STATES_MAX][LEN_MID_SYMBOLS]; member 630 probs = l->mid[pos_state]; in lzma_len()
|
/AliOS-Things-master/components/ota/tools/xz/src/ |
A D | xz_dec_lzma2.c | 125 uint16_t mid[POS_STATES_MAX][LEN_MID_SYMBOLS]; member 630 probs = l->mid[pos_state]; in lzma_len()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | README | 13 in extensive use and testing since mid-1995. By late 1997 it had
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | ChangeLog | 36 - Assure that deflateParams() will not switch functions mid-block
|