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

  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 38 // target_data is the place where the relocation applys to.
41 DWord target_data = 0; local
51 target_data = tmp_data;
55 pFragRef.memcpy(&target_data, 8);
56 target_data = bswap64(target_data);
64 pFragRef.memcpy(&target_data, (getTarget().bitclass()/8));
68 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
  /frameworks/compile/libbcc/lib/AndroidBitcode/
ABCCompiler.cpp 37 llvm::TargetData *target_data = local
40 if (target_data == NULL) {
44 pm.add(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,
  /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 270 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,
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 156 llvm::TargetData *target_data = NULL; local
162 target_data = new (std::nothrow) llvm::TargetData(*mTarget->getTargetData());
163 if (target_data == NULL) {
168 lto_passes.add(target_data);
281 llvm::TargetData *target_data; local
288 target_data = new (std::nothrow) llvm::TargetData(*mTarget->getTargetData());
289 if (target_data == NULL) {
294 codegen_passes.add(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
  /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 334 milliseconds