HomeSort by relevance Sort by last modified time
    Searched refs:width_end (Results 1 - 10 of 10) sorted by null

  /external/bison/lib/
printf-parse.h 59 const char* width_end; member in struct:__anon4968
89 const uint8_t* width_end; member in struct:__anon4970
117 const uint16_t* width_end; member in struct:__anon4972
145 const uint32_t* width_end; member in struct:__anon4974
printf-parse.c 146 dp->width_end = NULL;
226 dp->width_end = cp;
269 dp->width_end = cp;
270 width_length = dp->width_end - dp->width_start;
vasnprintf.c     [all...]
  /external/e2fsprogs/intl/
printf-parse.h 43 const char* width_end; member in struct:__anon4164
wprintf-parse.h 43 const wchar_t* width_end; member in struct:__anon4166
printf-parse.c 127 dp->width_end = NULL;
200 dp->width_end = cp;
243 dp->width_end = cp;
244 width_length = dp->width_end - dp->width_start;
vasnprintf.c 281 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/
content_analysis.cc 167 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++) {
content_analysis_sse2.cc 23 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/
fpdf_font.cpp 948 int width_start = 0, width_end = -1; local
    [all...]

Completed in 871 milliseconds