/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_wide_line.c | 64 float *pos3 = v3->data[pos]; in wideline_line() local 86 pos3[1] = pos3[1] + half_width - bias; in wideline_line() 93 pos3[0] -= 0.5f; in wideline_line() 100 pos3[0] += 0.5f; in wideline_line() 109 pos3[0] = pos3[0] + half_width + bias; in wideline_line() 116 pos3[1] -= 0.5f; in wideline_line() 123 pos3[1] += 0.5f; in wideline_line()
|
H A D | draw_pipe_wide_point.c | 144 float *pos3 = v3->data[pos]; in widepoint_point() local 169 pos3[0] += right_adj; in widepoint_point() 170 pos3[1] += bot_adj; in widepoint_point()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | eap_user_db.c | 36 char *pos3 = os_strchr(start, ','); in set_user_methods() local 37 if (pos3) in set_user_methods() 38 *pos3++ = '\0'; in set_user_methods() 70 if (pos3 == NULL) in set_user_methods() 72 start = pos3; in set_user_methods()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | eap_user_db.c | 36 char *pos3 = os_strchr(start, ','); in set_user_methods() local 37 if (pos3) in set_user_methods() 38 *pos3++ = '\0'; in set_user_methods() 70 if (pos3 == NULL) in set_user_methods() 72 start = pos3; in set_user_methods()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.c | 785 const char *pos, *pos2, *pos3; in freq_range_list_parse() local 802 pos3 = os_strchr(pos, ','); in freq_range_list_parse() 803 if (pos2 && (!pos3 || pos2 < pos3)) { in freq_range_list_parse() 808 pos = pos3; in freq_range_list_parse()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | syntax_enc.c | 269 uint64_t pos1, pos2, pos3; in GeneratePartition0() local 290 pos3 = VP8BitWriterPos(bw); in GeneratePartition0() 295 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); in GeneratePartition0() 301 (void)pos3; in GeneratePartition0()
|
H A D | frame_enc.c | 313 uint64_t pos1, pos2, pos3; in CodeResiduals() local 353 pos3 = VP8BitWriterPos(bw); in CodeResiduals() 355 it->uv_bits_ = pos3 - pos2; in CodeResiduals()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestNumberFormatAPI.java | 95 FieldPosition pos3 = new FieldPosition(0); in TestAPI() 110 res5 = cur_fr.format(d, res5, pos3); in TestAPI()
|
H A D | IntlTestDecimalFormatAPI.java | 151 FieldPosition pos3 = new FieldPosition(0); in TestAPI() 160 res3 = cust1.format(d, res3, pos3); in TestAPI()
|
H A D | IntlTestDecimalFormatAPIC.java | 109 FieldPosition pos3 = new FieldPosition(0); in TestAPI() 118 res3 = cust1.format(d, res3, pos3); in TestAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestNumberFormatAPI.java | 98 FieldPosition pos3 = new FieldPosition(0); in TestAPI() 113 res5 = cur_fr.format(d, res5, pos3); in TestAPI()
|
H A D | IntlTestDecimalFormatAPI.java | 154 FieldPosition pos3 = new FieldPosition(0); in TestAPI() 163 res3 = cust1.format(d, res3, pos3); in TestAPI()
|
H A D | IntlTestDecimalFormatAPIC.java | 112 FieldPosition pos3 = new FieldPosition(0); in TestAPI() 121 res3 = cust1.format(d, res3, pos3); in TestAPI()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 827 const char *pos, *pos2, *pos3; in freq_range_list_parse() local 848 pos3 = os_strchr(pos, ','); in freq_range_list_parse() 849 if (pos2 && (!pos3 || pos2 < pos3)) { in freq_range_list_parse() 854 pos = pos3; in freq_range_list_parse()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | nmfmapts.cpp | 125 FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT_CARE); in testAPI() 140 res5 = cur_fr->format(fD, res5, pos3, status); in testAPI()
|
H A D | dcfmapts.cpp | 225 FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT_CARE); in testAPI() 234 res3 = cust1.format(fD, res3, pos3, status); in testAPI()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexPipeline.cpp | 144 Vector4f pos3; in transformBlend() local 149 pos3 = transform(src, matrix, index3, homogeneous); in transformBlend() 151 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2 + pos3.x * weight3; in transformBlend() 152 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2 + pos3.y * weight3; in transformBlend() 153 dst.z = pos0.z * weight0 + pos1.z * weight1 + pos2.z * weight2 + pos3.z * weight3; in transformBlend() 154 dst.w = pos0.w * weight0 + pos1.w * weight1 + pos2.w * weight2 + pos3.w * weight3; in transformBlend()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 38 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local 96 pos3 = pos2; in hostapd_config_read_vlan_file() 97 while (*pos3 != ' ' && *pos3 != '\t' && *pos3 != '\0') in hostapd_config_read_vlan_file() 98 pos3++; in hostapd_config_read_vlan_file() 99 *pos3 = '\0'; in hostapd_config_read_vlan_file() 429 char *pos3 = os_strchr(start, ','); in hostapd_config_read_eap_user() local 430 if (pos3) { in hostapd_config_read_eap_user() 431 *pos3 in hostapd_config_read_eap_user() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_config_file.c | 32 char buf[128], *pos, *pos2, *pos3; in hostapd_config_read_vlan_file() local 90 pos3 = pos2; in hostapd_config_read_vlan_file() 91 while (*pos3 != ' ' && *pos3 != '\t' && *pos3 != '\0') in hostapd_config_read_vlan_file() 92 pos3++; in hostapd_config_read_vlan_file() 93 *pos3 = '\0'; in hostapd_config_read_vlan_file() 423 char *pos3 = os_strchr(start, ','); in hostapd_config_read_eap_user() local 424 if (pos3) { in hostapd_config_read_eap_user() 425 *pos3 in hostapd_config_read_eap_user() [all...] |