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

  /external/e2fsprogs/intl/
printf-parse.h 43 const char* width_end; member in struct:__anon19029
wprintf-parse.h 43 const wchar_t* width_end; member in struct:__anon19031
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/pdfium/core/fpdfapi/font/
cpdf_simplefont.cpp 121 size_t width_end = m_pFontDict->GetIntegerFor("LastChar", 0); local
123 if (width_end == 0 || width_end >= width_start + pWidthArray->GetCount())
124 width_end = width_start + pWidthArray->GetCount() - 1;
125 if (width_end > 255)
126 width_end = 255;
127 for (size_t i = width_start; i <= width_end; i++)
  /external/tensorflow/tensorflow/core/kernels/
fractional_max_pool_op.cc 168 int64 width_end = variable
170 width_end = std::min(width_end, width_max);
172 for (int64 w = width_start; w <= width_end; ++w) {
299 int64 width_end = overlapping_ ? width_seq_tensor_flat(ws + 1) variable
301 width_end = std::min(width_end, width_max);
303 for (int64 w = width_start; w <= width_end; ++w) {
  /external/webrtc/webrtc/modules/video_processing/
content_analysis.cc 166 const int width_end = ((width_ - 2 * border_) & -16) + border_; local
169 for (int j = border_; j < width_end; j++) {
224 const int width_end = ((sizej - 2 * border_) & -16) + border_; local
227 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_);
121 const int32_t width_end = ((width_ - 2 * border_) & -16) + border_; local
154 for (int32_t j = 0; j < width_end - border_; j += 16) {

Completed in 431 milliseconds