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

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
abs32-1.s 17 jsrc locsym1
19 jsrc locsym2
21 jsrc locsym3
23 jsrc locsym4
25 jsrc extsym
rd-abs32-1.d 37 40: 3f3d 0200 0000 jsrc 2 <locsym2>
41 4a: 3f3d 0000 0000 jsrc 0 <locsym2-0x2>
45 54: 3f3d 0000 0000 jsrc 0 <locsym2-0x2>
49 5e: 3f3d 7400 0000 jsrc 74 <locsym3>
53 68: 3f3d 0000 0000 jsrc 0 <locsym2-0x2>
rd-abs32-2.d 38 40: 3fbf 0000 0000 jsrc 0 <locsym2-0x2>
42 4a: 3fbf 0000 0000 jsrc 0 <locsym2-0x2>
46 54: 3fbf 0000 0000 jsrc 0 <locsym2-0x2>
50 5e: 3fbf 0000 0000 jsrc 0 <locsym2-0x2>
54 68: 3fbf 0000 0000 jsrc 0 <locsym2-0x2>
rd-v32s-1.d 117 110: 3fbf ffff ffff jsrc ffffffff <here\+0xffffffff>
cris.exp 538 test_template_insn_mem unop jsrc 393 "@OC@\\." "jump-type" b93
  /external/libvncserver/common/
turbojpeg.c 92 struct jpeg_source_mgr jsrc; member in struct:_tjinstance
659 this->dinfo.src=&this->jsrc;
660 this->jsrc.init_source=src_noop;
661 this->jsrc.fill_input_buffer=fill_input_buffer;
662 this->jsrc.skip_input_data=skip_input_data;
663 this->jsrc.resync_to_restart=jpeg_resync_to_restart;
664 this->jsrc.term_source=src_noop;
704 this->jsrc.bytes_in_buffer=jpegSize;
705 this->jsrc.next_input_byte=jpegBuf;
776 this->jsrc.bytes_in_buffer=jpegSize
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 54 Index jsrc = ((Side==OnTheRight) ^ Transposed) ? jp : j; local
56 for(typename MatrixTypeCleaned::InnerIterator it(mat,jsrc); it; ++it)
  /external/tensorflow/tensorflow/java/src/main/native/
tensor_jni.cc 376 jbyte* jsrc = env->GetByteArrayElements(value, nullptr); local
377 // jsrc is an unsigned byte*, TF_StringEncode requires a char*.
379 TF_StringEncode(reinterpret_cast<const char*>(jsrc), src_len, dst + 8,
381 env->ReleaseByteArrayElements(value, jsrc, JNI_ABORT);
412 jbyte* jsrc = local
414 writer->Add(reinterpret_cast<const char*>(jsrc), env->GetArrayLength(value),
416 env->ReleaseByteArrayElements(static_cast<jbyteArray>(value), jsrc, local
  /frameworks/base/core/jni/android/graphics/
Matrix.cpp 100 jlong matrixHandle, jfloatArray jsrc, jint srcIndex,
107 AutoJavaFloatArray autoSrc(env, jsrc, srcIndex + (ptCount << 1),

Completed in 213 milliseconds