Searched refs:width_end (Results 1 - 10 of 10) sorted by relevance

/external/bison/lib/
H A Dprintf-parse.h59 const char* width_end; member in struct:__anon343
89 const uint8_t* width_end; member in struct:__anon345
117 const uint16_t* width_end; member in struct:__anon347
145 const uint32_t* width_end; member in struct:__anon349
H A Dprintf-parse.c146 dp->width_end = NULL;
226 dp->width_end = cp;
269 dp->width_end = cp;
270 width_length = dp->width_end - dp->width_start;
H A Dvasnprintf.c1951 if (dp->width_start != dp->width_end)
1976 while (digitp != dp->width_end);
2429 if (dp->width_start != dp->width_end)
2454 while (digitp != dp->width_end);
2954 if (dp->width_start != dp->width_end)
2979 while (digitp != dp->width_end);
3461 if (dp->width_start != dp->width_end)
3486 while (digitp != dp->width_end);
4641 if (dp->width_start != dp->width_end)
4666 while (digitp != dp->width_end);
[all...]
/external/e2fsprogs/intl/
H A Dprintf-parse.h43 const char* width_end; member in struct:__anon19655
H A Dwprintf-parse.h43 const wchar_t* width_end; member in struct:__anon19657
H A Dprintf-parse.c127 dp->width_end = NULL;
200 dp->width_end = cp;
243 dp->width_end = cp;
244 width_length = dp->width_end - dp->width_start;
H A Dvasnprintf.c281 if (dp->width_start != dp->width_end)
298 while (digitp != dp->width_end);
517 if (dp->width_start != dp->width_end)
519 size_t n = dp->width_end - dp->width_start;
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.cc167 const int width_end = ((width_ - 2*border_) & -16) + border_; local
170 for (int j = border_; j < width_end; j++) {
220 const int width_end = ((sizej - 2*border_) & -16) + border_; local
223 for (int j = border_; j < width_end; j++) {
H A Dcontent_analysis_sse2.cc23 const int32_t width_end = ((width_ - 2*border_) & -16) + border_; local
44 for (uint16_t j = 0; j < width_end - border_; j += 16) {
75 num_pixels += (width_end - border_);
117 const int32_t width_end = ((width_ - 2 * border_) & -16) + border_; local
150 for (int32_t j = 0; j < width_end - border_; j += 16) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp948 int width_start = 0, width_end = -1; local
959 width_end = m_pFontDict->GetInteger(FX_BSTRC("LastChar"), 0);
961 if (width_end <= 0 || width_end >= width_start + (int)pWidthArray->GetCount()) {
962 width_end = width_start + pWidthArray->GetCount() - 1;
964 if (width_end > 255) {
965 width_end = 255;
967 for (int i = width_start; i <= width_end; i ++) {

Completed in 2277 milliseconds