HomeSort by relevance Sort by last modified time
    Searched refs:target_data (Results 1 - 24 of 24) sorted by null

  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 42 // target_data is the place where the relocation applys to.
45 DWord target_data = 0; local
55 target_data = tmp_data;
59 pFragRef.memcpy(&target_data, 8);
60 target_data = mcld::bswap64(target_data);
71 pFragRef.memcpy(&target_data, (m_pConfig->targets().bitclass()/8));
75 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
  /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,
  /external/open-vcdiff/src/
vcdiffengine.cc 149 void VCDiffEngine::EncodeInternal(const char* target_data,
163 AddUnmatchedRemainder(target_data, target_size, coder);
172 target_hash = BlockHash::CreateTargetHash(target_data,
180 const char* const target_end = target_data + target_size;
184 const char* next_encode = target_data;
187 const char* candidate_pos = target_data;
210 static_cast<int>(next_encode - target_data));
220 static_cast<int>(candidate_pos - target_data),
234 void VCDiffEngine::Encode(const char* target_data,
240 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 174 bool VCDiffEncoder::EncodeToInterface(const char* target_data,
190 if (!encoder_->EncodeChunkToInterface(target_data, target_len, out)) {
blockhash.h 170 static BlockHash* CreateTargetHash(const char* target_data,
blockhash.cc 94 BlockHash* BlockHash::CreateTargetHash(const char* target_data,
97 BlockHash* new_target_hash = new BlockHash(target_data,
  /frameworks/base/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/valgrind/main/coregrind/m_gdbserver/
inferiors.c 30 void *target_data; member in struct:thread_info
98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id)
112 new_thread->target_data = target_data;
211 return inferior->target_data;
216 inferior->target_data = data;
server.h 235 void add_thread (unsigned long thread_id, void *target_data, unsigned int);
  /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/open-vcdiff/src/google/
vcencoder.h 235 // target_data.
237 bool Encode(const char* target_data,
241 return EncodeToInterface(target_data, target_len, &output_string);
245 bool EncodeToInterface(const char* target_data,
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 30 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 31 DataLayout.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.DataLayout.t
llvm_executionengine.mli 156 (** [target_data ee] is the target data owned by the execution engine
158 val target_data : t -> Llvm_target.DataLayout.t
  /build/tools/releasetools/
ota_from_target_files 497 target_data = LoadSystemFiles(target_zip)
505 for fn in sorted(target_data.keys()):
506 tf = target_data[fn]
616 if i not in target_data] +

Completed in 886 milliseconds