Home
last modified time | relevance | path

Searched refs:pos3 (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_wide_line.c75 float *pos3 = v3->data[pos]; in wideline_line() local
97 pos3[1] = pos3[1] + half_width - bias; in wideline_line()
104 pos3[0] -= 0.5f; in wideline_line()
111 pos3[0] += 0.5f; in wideline_line()
120 pos3[0] = pos3[0] + half_width + bias; in wideline_line()
127 pos3[1] -= 0.5f; in wideline_line()
134 pos3[1] += 0.5f; in wideline_line()
Ddraw_pipe_wide_point.c140 float *pos3 = v3->data[pos]; in widepoint_point() local
165 pos3[0] += right_adj; in widepoint_point()
166 pos3[1] += bot_adj; in widepoint_point()
/external/wpa_supplicant_8/src/ap/
Deap_user_db.c36 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()
/external/wpa_supplicant_8/src/utils/
Dcommon.c752 const char *pos, *pos2, *pos3; in freq_range_list_parse() local
769 pos3 = os_strchr(pos, ','); in freq_range_list_parse()
770 if (pos2 && (!pos3 || pos2 < pos3)) { in freq_range_list_parse()
775 pos = pos3; in freq_range_list_parse()
/external/webp/src/enc/
Dsyntax.c269 uint64_t pos1, pos2, pos3; in GeneratePartition0() local
290 pos3 = VP8BitWriterPos(bw); in GeneratePartition0()
294 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); in GeneratePartition0()
Dframe.c299 uint64_t pos1, pos2, pos3; in CodeResiduals() local
339 pos3 = VP8BitWriterPos(bw); in CodeResiduals()
341 it->uv_bits_ = pos3 - pos2; in CodeResiduals()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestNumberFormatAPI.java94 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
109 res5 = cur_fr.format(d, res5, pos3); in TestAPI()
DIntlTestDecimalFormatAPI.java150 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
159 res3 = cust1.format(d, res3, pos3); in TestAPI()
DIntlTestDecimalFormatAPIC.java107 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
116 res3 = cust1.format(d, res3, pos3); in TestAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestNumberFormatAPI.java90 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
105 res5 = cur_fr.format(d, res5, pos3); in TestAPI()
DIntlTestDecimalFormatAPI.java146 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
155 res3 = cust1.format(d, res3, pos3); in TestAPI()
DIntlTestDecimalFormatAPIC.java103 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local
112 res3 = cust1.format(d, res3, pos3); in TestAPI()
/external/opencv3/3rdparty/libwebp/enc/
Dsyntax.c305 uint64_t pos1, pos2, pos3; in GeneratePartition0() local
337 pos3 = VP8BitWriterPos(bw); in GeneratePartition0()
341 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3); in GeneratePartition0()
Dframe.c472 uint64_t pos1, pos2, pos3; in CodeResiduals() local
512 pos3 = VP8BitWriterPos(bw); in CodeResiduals()
514 it->uv_bits_ = pos3 - pos2; in CodeResiduals()
/external/opencv3/modules/python/src2/
Dhdr_parser.py331 defval, pos3 = self.get_macro_arg(arg, dfpos)
335 defval, pos3 = self.get_macro_arg(arg, dfpos)
529 defval, pos3 = self.get_macro_arg(a, eqpos)
533 defval, pos3 = self.get_macro_arg(a, eqpos)
/external/icu/icu4c/source/test/intltest/
Dnmfmapts.cpp123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0); in testAPI() local
138 res5 = cur_fr->format(fD, res5, pos3, status); in testAPI()
Ddcfmapts.cpp180 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0); in testAPI() local
189 res3 = cust1.format(fD, res3, pos3, status); in testAPI()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c350 char *pos3 = os_strchr(start, ','); in hostapd_config_read_eap_user() local
351 if (pos3) { in hostapd_config_read_eap_user()
352 *pos3++ = '\0'; in hostapd_config_read_eap_user()
394 if (pos3 == NULL) in hostapd_config_read_eap_user()
396 start = pos3; in hostapd_config_read_eap_user()
/external/opencv3/modules/core/src/
Docl.cpp3549 const char* pos3 = strchr(pos2+1, '\n'); in Impl() local
3550 if(!pos3) in Impl()
3552 size_t prefixlen = (pos3 - pos0)+1; in Impl()
3556 const uchar* bin = (uchar*)(pos3+1); in Impl()