/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afcjk.c | 848 AF_Segment seg1, seg2; in af_cjk_hints_link_segments() local 860 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_cjk_hints_link_segments() 862 if ( seg1->dir != major_dir ) in af_cjk_hints_link_segments() 866 if ( seg2 != seg1 && seg1->dir + seg2->dir == 0 ) in af_cjk_hints_link_segments() 868 FT_Pos dist = seg2->pos - seg1->pos; in af_cjk_hints_link_segments() 875 FT_Pos min = seg1->min_coord; in af_cjk_hints_link_segments() 876 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments() 889 if ( dist * 8 < seg1->score * 9 && in af_cjk_hints_link_segments() 890 ( dist * 8 < seg1->score * 7 || seg1->len < len ) ) in af_cjk_hints_link_segments() 892 seg1->score = dist; in af_cjk_hints_link_segments() [all …]
|
D | afhints.h | 462 #define AF_SEGMENT_DIST( seg1, seg2 ) ( ( (seg1)->pos > (seg2)->pos ) \ argument 463 ? (seg1)->pos - (seg2)->pos \ 464 : (seg2)->pos - (seg1)->pos )
|
D | aflatin.c | 1994 AF_Segment seg1, seg2; in af_latin_hints_link_segments() local 2016 for ( seg1 = segments; seg1 < segment_limit; seg1++ ) in af_latin_hints_link_segments() 2018 if ( seg1->dir != axis->major_dir ) in af_latin_hints_link_segments() 2025 FT_Pos pos1 = seg1->pos; in af_latin_hints_link_segments() 2029 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 ) in af_latin_hints_link_segments() 2032 FT_Pos min = seg1->min_coord; in af_latin_hints_link_segments() 2033 FT_Pos max = seg1->max_coord; in af_latin_hints_link_segments() 2087 if ( score < seg1->score ) in af_latin_hints_link_segments() 2089 seg1->score = score; in af_latin_hints_link_segments() 2090 seg1->link = seg2; in af_latin_hints_link_segments() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_11_he.c | 215 u8 seg1 = hostapd_get_oper_centr_freq_seg1_idx(hapd->iconf); in hostapd_eid_he_operation() local 229 if (seg1) in hostapd_eid_he_operation() 240 seg1 = seg0; in hostapd_eid_he_operation() 248 *pos++ = seg1; in hostapd_eid_he_operation()
|
D | dfs.c | 22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() argument 26 *seg1 = 0; in dfs_get_used_n_chans() 48 *seg1 = 4; in dfs_get_used_n_chans()
|
D | hostapd.c | 3454 u8 seg0, seg1; in hostapd_change_config_freq() local 3524 &seg1); in hostapd_change_config_freq() 3526 hostapd_set_oper_centr_freq_seg1_idx(conf, seg1); in hostapd_change_config_freq()
|
/third_party/skia/tests/ |
D | PathOpsAngleTest.cpp | 459 SkOpSegment* seg1 = contour.first(); in DEF_TEST() local 460 seg1->debugAddAngle(dataArray[index2 + 0].fTStart, dataArray[index2 + 0].fTEnd); in DEF_TEST() 461 SkOpSegment* seg2 = seg1->next(); in DEF_TEST() 465 SkOpAngle& angle1 = *seg1->debugLastAngle(); in DEF_TEST()
|
D | PathOpsAngleIdeas.cpp | 427 SkOpSegment* seg1 = contour.first(); in testQuadAngles() local 428 seg1->debugAddAngle(0, 1); in testQuadAngles() 429 SkOpSegment* seg2 = seg1->next(); in testQuadAngles() 431 int realOverlap = PathOpsAngleTester::ConvexHullOverlaps(*seg1->debugLastAngle(), in testQuadAngles() 550 PathOpsAngleTester::EndsIntersect(*seg1->debugLastAngle(), in testQuadAngles()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | rrm.c | 695 u8 seg0, seg1; in wpas_get_op_chan_phy() local 718 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx; in wpas_get_op_chan_phy() 719 if (seg1 && abs(seg1 - seg0) == 8) in wpas_get_op_chan_phy() 721 else if (seg1) in wpas_get_op_chan_phy()
|
D | wpa_supplicant.c | 2181 int chwidth, seg0, seg1; in ibss_mesh_setup_freq() local 2392 seg1 = 0; in ibss_mesh_setup_freq() 2416 seg1 = vht80[k] + 6; in ibss_mesh_setup_freq() 2445 chwidth, seg0, seg1, vht_caps, in ibss_mesh_setup_freq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | rrm.c | 717 u8 seg0, seg1; in wpas_get_op_chan_phy() local 740 seg1 = vht_oper->vht_op_info_chan_center_freq_seg1_idx; in wpas_get_op_chan_phy() 741 if (seg1 && abs(seg1 - seg0) == 8) in wpas_get_op_chan_phy() 743 else if (seg1) in wpas_get_op_chan_phy()
|
D | scan.c | 2638 u8 seg1 = ie[4]; in wpas_get_est_tpt() local 2644 (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt() 2647 ((seg1 > 0 && abs(seg1 - seg0) == 8) || in wpas_get_est_tpt() 2648 (seg1 > 0 && abs(seg1 - seg0) == 16))) in wpas_get_est_tpt()
|
D | wpa_supplicant.c | 2510 int chwidth, seg0, seg1; in ibss_mesh_setup_freq() local 2738 seg1 = 0; in ibss_mesh_setup_freq() 2787 seg1 = channel + 6; in ibss_mesh_setup_freq() 2823 chwidth, seg0, seg1, vht_caps, in ibss_mesh_setup_freq()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | hlsdemux_m3u8.c | 1417 GstM3U8MediaFile *seg1, *seg2, *seg3; in GST_START_TEST() local 1446 seg1 = g_list_nth_data (files, 0); in GST_START_TEST() 1451 fail_unless (seg1->init_file == seg2->init_file); in GST_START_TEST() 1452 assert_equals_int (seg1->init_file->ref_count, 2); in GST_START_TEST() 1457 init1 = seg1->init_file; in GST_START_TEST()
|
/third_party/libcoap/examples/ |
D | etsi_testcases.sh | 354 testaddress=coap://$SERVERTUP/seg1/seg2/seg3
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | dfs.c | 22 static int dfs_get_used_n_chans(struct hostapd_iface *iface, int *seg1) in dfs_get_used_n_chans() argument 26 *seg1 = 0; in dfs_get_used_n_chans() 43 *seg1 = 4; in dfs_get_used_n_chans()
|
D | hostapd.c | 3283 u8 seg0, seg1; in hostapd_change_config_freq() local 3337 &seg1); in hostapd_change_config_freq() 3339 hostapd_set_oper_centr_freq_seg1_idx(conf, seg1); in hostapd_change_config_freq()
|
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.h | 257 bool addOverlap(const SkOpSegment* seg1, const SkOpSegment* seg1o,
|
D | SkOpCoincidence.cpp | 893 bool SkOpCoincidence::addOverlap(const SkOpSegment* seg1, const SkOpSegment* seg1o, in addOverlap() argument 896 const SkOpPtT* s1 = overS->find(seg1); in addOverlap() 897 const SkOpPtT* e1 = overE->find(seg1); in addOverlap()
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 675 static bool is_subsequence_of( const segment* seg1, in is_subsequence_of() argument 679 const std::vector<Elf_Half>& sections1 = seg1->get_sections(); in is_subsequence_of()
|
/third_party/python/Lib/test/ |
D | test_socket.py | 2436 seg1 = self.cli_conn.recv(len(MSG) - 3) 2438 msg = seg1 + seg2 2454 seg1, addr = self.cli_conn.recvfrom(len(MSG)-3) 2456 msg = seg1 + seg2 3190 seg1, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 3201 msg = seg1 + seg2
|