OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_end
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
boolhuff.c
43
void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *
source_end
)
50
br->buffer_end =
source_end
;
/external/chromium_org/third_party/sfntly/cpp/src/test/
test_utils.cc
45
UChar*
source_end
;
local
49
source_end
= source;
52
(const UChar**)&
source_end
, source + sizeof(UChar),
/external/sfntly/cpp/src/test/
test_utils.cc
45
UChar*
source_end
;
local
49
source_end
= source;
52
(const UChar**)&
source_end
, source + sizeof(UChar),
/external/chromium/googleurl/src/
url_canon_relative.cc
218
int
source_end
= source_component.end();
local
219
for (int i = source_component.begin; i <
source_end
; i++)
/external/chromium_org/url/
url_canon_relative.cc
206
int
source_end
= source_component.end();
local
207
for (int i = source_component.begin; i <
source_end
; i++)
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm
42
; r2 unsigned char *
source_end
Completed in 890 milliseconds