OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_data
(Results
1 - 15
of
15
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
vcdiffengine.cc
152
void VCDiffEngine::EncodeInternal(const char*
target_data
,
166
AddUnmatchedRemainder(
target_data
, target_size, coder);
175
target_hash = BlockHash::CreateTargetHash(
target_data
,
183
const char* const target_end =
target_data
+ target_size;
187
const char* next_encode =
target_data
;
190
const char* candidate_pos =
target_data
;
213
static_cast<int>(next_encode -
target_data
));
223
static_cast<int>(candidate_pos -
target_data
),
237
void VCDiffEngine::Encode(const char*
target_data
,
243
EncodeInternal<true>(
target_data
, target_size, diff, coder)
[
all
...]
vcdiffengine.h
71
void Encode(const char*
target_data
,
87
void EncodeInternal(const char*
target_data
,
vcencoder.cc
207
bool VCDiffEncoder::EncodeToInterface(const char*
target_data
,
223
if (!encoder_->EncodeChunkToInterface(
target_data
, target_len, out)) {
blockhash.h
170
static BlockHash* CreateTargetHash(const char*
target_data
,
blockhash.cc
93
BlockHash* BlockHash::CreateTargetHash(const char*
target_data
,
96
BlockHash* new_target_hash = new BlockHash(
target_data
,
/system/media/mca/filterfw/jni/
jni_native_buffer.cpp
76
char*
target_data
= new char[size];
local
77
memcpy(
target_data
, source_data, size);
80
AttachDataToJBuffer(env, new_buffer,
target_data
, size);
/external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h
271
//
target_data
.
273
bool Encode(const char*
target_data
,
277
return EncodeToInterface(
target_data
, target_len, &output_string);
281
bool EncodeToInterface(const char*
target_data
,
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml
30
TargetData.add (ExecutionEngine.
target_data
the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml
30
TargetData.add (ExecutionEngine.
target_data
the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml
30
TargetData.add (ExecutionEngine.
target_data
the_execution_engine) the_fpm;
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml
31
TargetData.add (ExecutionEngine.
target_data
the_execution_engine) the_fpm;
/external/llvm/test/Bindings/Ocaml/
executionengine.ml
104
let td = ExecutionEngine.
target_data
ee in
108
if ty != i32_type && ty != i64_type then bomb "
target_data
did not work";
/external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.ml
86
external
target_data
: t -> Llvm_target.TargetData.t
llvm_executionengine.mli
156
(** [
target_data
ee] is the target data owned by the execution engine
158
val
target_data
: t -> Llvm_target.TargetData.t