OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_bytes
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/courgette/
ensemble_unittest.cc
12
void TestEnsemble(std::string
src_bytes
, std::string tgt_bytes) const;
19
void EnsembleTest::TestEnsemble(std::string
src_bytes
,
25
source.Init(
src_bytes
);
57
std::string
src_bytes
= FilesContents(src_ensemble);
local
60
src_bytes
= "aaabbbccc" +
src_bytes
+ "dddeeefff";
63
TestEnsemble(
src_bytes
, tgt_bytes);
76
std::string
src_bytes
= FilesContents(src_ensemble);
local
79
src_bytes
= "aaabbbccc" +
src_bytes
+ "dddeeefff"
97
std::string
src_bytes
= FilesContents(src_ensemble);
local
[
all
...]
/external/pixman/test/
combiner-test.c
117
argb_t *
src_bytes
= malloc (WIDTH * sizeof (argb_t));
local
138
random_floats (
src_bytes
, WIDTH);
145
(float *)
src_bytes
,
/art/runtime/mirror/
object.cc
55
byte*
src_bytes
= reinterpret_cast<byte*>(this);
local
58
memcpy(dst_bytes + offset,
src_bytes
+ offset, num_bytes - offset);
/external/pixman/pixman/
pixman-mips-dspr2.c
230
uint8_t *
src_bytes
;
239
src_bytes
=(uint8_t *)(((uint16_t *)src_bits)
249
uint8_t *src =
src_bytes
;
251
src_bytes
+= src_stride;
259
src_bytes
= (uint8_t *)(((uint32_t *)src_bits)
269
uint8_t *src =
src_bytes
;
271
src_bytes
+= src_stride;
pixman-mmx.c
3256
uint8_t *
src_bytes
;
local
[
all
...]
pixman-sse2.c
4700
uint8_t *
src_bytes
;
local
[
all
...]
Completed in 118 milliseconds