Home
last modified time | relevance | path

Searched defs:mid (Results 151 - 175 of 232) sorted by relevance

12345678910

/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c1240 FT_UInt max, min, mid, num_segs; in tt_cmap4_char_map_binary() local
2405 FT_UInt32 max, min, mid; tt_cmap12_char_map_binary() local
2736 FT_UInt32 max, min, mid; tt_cmap13_char_map_binary() local
3198 FT_UInt32 mid = ( min + max ) >> 1; tt_cmap14_char_map_def_binary() local
3232 FT_UInt32 mid = ( min + max ) >> 1; tt_cmap14_char_map_nondef_binary() local
3265 FT_UInt32 mid = ( min + max ) >> 1; tt_cmap14_find_variant() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh868 int mid = ((unsigned int) min + (unsigned int) max) / 2; in hb_bsearch_impl() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_bld.cpp385 uint32_t mid, start, limit; in getAlgorithmicTypeFromName() local
H A Ducnv_io.cpp553 uint32_t mid, start, limit; in findConverter() local
[all...]
H A Duresdata.cpp78 int32_t mid, start, limit; in _res_findTableItem() local
109 int32_t mid, start, limit; in _res_findTable32Item() local
[all...]
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp398 const Vec2 mid = mean(data); in simpleLinearRegression() local
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp398 const Vec2 mid = mean(data); in simpleLinearRegression() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307/
H A Dimx307_cmos.c771 static HI_U32 interpulate(HI_U32 mid, HI_U32 left, HI_U32 l_value, HI_U32 right, HI_U32 r_value) in interpulate() argument
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Drockchip_thermal.c403 int high, low, mid; in rk_tsadcv2_temp_to_code() local
461 unsigned int mid = (low + high) / ROCKCHIP_THERMAL_TWO; rk_tsadcv2_code_to_temp() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dwavpack.c277 int mid = (base * 2U + add + 1) >> 1; in wv_get_value() local
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp624 uint8_t mid = data[0]; in handle_klv() local
/third_party/ffmpeg/libavfilter/
H A Dvf_lut3d.c839 int mid; in nearest_sample_index() local
/third_party/curl/lib/
H A Dsmb.c111 unsigned short mid; member
/third_party/alsa-lib/src/ucm/
H A Dparser.c417 const char *mid, *id; in evaluate_macro1() local
/third_party/backends/backend/
H A Ddc25.c937 float *min, *mid, *max, new_intensity; in adjust_color_and_saturation() local
H A Dplustek-usbshading.c111 u_short mid, mad, aved, lbd, ubd, tmp; in usb_line_statistics() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1275 UDate mid = (UDate) exp((log(small) + log(large)) / 2); in _aux2ExtremeDates() local
/third_party/icu/icu4c/source/common/
H A Ducnv2022.cpp798 int32_t mid = (hi+low) >> 1; /*Finds median*/ in getKey_2022() local
/third_party/icu/icu4c/source/i18n/
H A Dtimezone.cpp189 int32_t mid; in findInStringArray() local
[all...]
H A Dnumber_longnames.cpp72 int32_t mid = (first + last) / 2; in getGenderString() local
/third_party/libcoap/src/
H A Dcoap_block.c424 coap_mid_t mid; in coap_cancel_observe() local
1645 coap_mid_t mid = COAP_INVALID_MID; in coap_send_q_blocks() local
1994 coap_mid_t mid; coap_block_test_q_block() local
2923 coap_mid_t mid; check_freshness() local
[all...]
H A Dcoap_session.c876 uint16_t mid = coap_new_message_id(session); in coap_session_send_ping() local
[all...]
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp781 size_t mid = (left + right) / 2; in FindBlock() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.cc999 int mid = left + (right - left) / 2; in FindBreakpointInfoInsertPos() local
/third_party/node/deps/icu-small/source/common/
H A Ducnv2022.cpp798 int32_t mid = (hi+low) >> 1; /*Finds median*/ in getKey_2022() local

Completed in 88 milliseconds

12345678910