/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_wide_line.c | 75 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()
|
D | draw_pipe_wide_point.c | 140 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/ |
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()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.c | 752 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/ |
D | syntax.c | 269 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()
|
D | frame.c | 299 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/ |
D | IntlTestNumberFormatAPI.java | 94 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local 109 res5 = cur_fr.format(d, res5, pos3); in TestAPI()
|
D | IntlTestDecimalFormatAPI.java | 150 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local 159 res3 = cust1.format(d, res3, pos3); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 107 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/ |
D | IntlTestNumberFormatAPI.java | 90 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local 105 res5 = cur_fr.format(d, res5, pos3); in TestAPI()
|
D | IntlTestDecimalFormatAPI.java | 146 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local 155 res3 = cust1.format(d, res3, pos3); in TestAPI()
|
D | IntlTestDecimalFormatAPIC.java | 103 FieldPosition pos3 = new FieldPosition(0); in TestAPI() local 112 res3 = cust1.format(d, res3, pos3); in TestAPI()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | syntax.c | 305 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()
|
D | frame.c | 472 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/ |
D | hdr_parser.py | 331 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/ |
D | nmfmapts.cpp | 123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0); in testAPI() local 138 res5 = cur_fr->format(fD, res5, pos3, status); in testAPI()
|
D | dcfmapts.cpp | 180 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/ |
D | config_file.c | 350 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/ |
D | ocl.cpp | 3549 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()
|