OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:src_end
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/re2/util/
strutil.cc
19
const char*
src_end
= src + src_len;
local
22
for (; src <
src_end
; src++) {
/external/regex-re2/util/
strutil.cc
19
const char*
src_end
= src + src_len;
local
22
for (; src <
src_end
; src++) {
/external/chromium_org/media/cast/audio_sender/
audio_encoder.cc
159
const float* const
src_end
= src + num_samples;
variable
161
for (; src <
src_end
; ++src, dest += num_channels_)
224
const int16* const
src_end
= src + num_channels_ * samples_per_10ms_;
variable
226
for (; src <
src_end
; ++src, ++dest)
/external/chromium_org/skia/ext/
image_operations.cc
254
int
src_end
= std::min(src_size - 1, CeilInt(src_pixel + src_support));
local
259
for (int cur_filter_pixel = src_begin; cur_filter_pixel <=
src_end
;
/external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc
469
size_t
src_end
= cf_html.find("\n", line_start);
local
471
if (
src_end
!= std::string::npos && src_start != std::string::npos) {
472
*base_url = cf_html.substr(src_start,
src_end
- src_start);
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc
580
const char*
src_end
= src;
local
581
src_end
+= kAdvanceOneCharButSpace[(uint8)
src_end
[0]];
582
src_end
+= kAdvanceOneCharButSpace[(uint8)
src_end
[0]];
583
const char* src_mid =
src_end
;
584
src_end
+= kAdvanceOneCharButSpace[(uint8)
src_end
[0]];
585
src_end
+= kAdvanceOneCharButSpace[(uint8)
src_end
[0]]
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
strutil.cc
468
const char*
src_end
= src + src_len;
local
472
for (; src <
src_end
; src++) {
[
all
...]
/external/protobuf/src/google/protobuf/stubs/
strutil.cc
430
const char*
src_end
= src + src_len;
local
434
for (; src <
src_end
; src++) {
[
all
...]
/external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
602
const SkPMColor* SK_RESTRICT
src_end
= src + count - (UNROLL + 1);
local
618
if( src >=
src_end
)
680
} while(src <
src_end
);
682
if (src >=
src_end
)
704
} while(src <
src_end
);
709
if( src >=
src_end
)
724
if(src >=
src_end
)
735
if( src >=
src_end
)
744
src_end
+= UNROLL + 1; //goto the real end
745
while(src !=
src_end
) {
[
all
...]
/external/qemu/telephony/
sms.c
1293
cbytes_t
src_end
= utf8 + utf8len;
local
1304
src_next = utf8_skip_gsm7( src,
src_end
, skip );
[
all
...]
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
602
const SkPMColor* SK_RESTRICT
src_end
= src + count - (UNROLL + 1);
local
618
if( src >=
src_end
)
680
} while(src <
src_end
);
682
if (src >=
src_end
)
704
} while(src <
src_end
);
709
if( src >=
src_end
)
724
if(src >=
src_end
)
735
if( src >=
src_end
)
744
src_end
+= UNROLL + 1; //goto the real end
745
while(src !=
src_end
) {
[
all
...]
/external/chromium_org/third_party/libwebp/dsp/
lossless.c
1211
const uint32_t* const
src_end
= src + num_pixels;
local
1222
const uint32_t* const
src_end
= src + num_pixels;
local
1234
const uint32_t* const
src_end
= src + num_pixels;
local
1251
const uint32_t* const
src_end
= src + num_pixels;
local
1268
const uint32_t* const
src_end
= src + num_pixels;
local
1280
const uint32_t* const
src_end
= src + num_pixels;
local
[
all
...]
/external/webp/src/dsp/
lossless.c
1211
const uint32_t* const
src_end
= src + num_pixels;
local
1222
const uint32_t* const
src_end
= src + num_pixels;
local
1234
const uint32_t* const
src_end
= src + num_pixels;
local
1251
const uint32_t* const
src_end
= src + num_pixels;
local
1268
const uint32_t* const
src_end
= src + num_pixels;
local
1280
const uint32_t* const
src_end
= src + num_pixels;
local
[
all
...]
Completed in 771 milliseconds