OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon7183
89
const uint8_t*
width_end
;
member in struct:__anon7185
117
const uint16_t*
width_end
;
member in struct:__anon7187
145
const uint32_t*
width_end
;
member in struct:__anon7189
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:__anon11478
wprintf-parse.h
43
const wchar_t*
width_end
;
member in struct:__anon11480
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/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) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp
867
int width_start = 0,
width_end
= -1;
local
878
width_end
= m_pFontDict->GetInteger("LastChar", 0);
880
if (
width_end
<= 0 ||
881
width_end
>= width_start + (int)pWidthArray->GetCount()) {
882
width_end
= width_start + pWidthArray->GetCount() - 1;
884
if (
width_end
> 255) {
885
width_end
= 255;
887
for (int i = width_start; i <=
width_end
; i++) {
[
all
...]
Completed in 292 milliseconds