HomeSort by relevance Sort by last modified time
    Searched full:isrc (Results 1 - 25 of 52) sorted by null

1 2 3

  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 44 int *isrc = &int_src[level * num_vars]; local
45 int i00 = *isrc++ + 1;
46 int i01 = *isrc++ + 1;
47 int i02 = *isrc++ + 1;
48 int i03 = *isrc++ + 1;
49 int i04 = *isrc++ + 1;
50 int i05 = *isrc++ + 1;
51 int i06 = *isrc++ + 1;
52 int i07 = *isrc++ + 1;
53 int i08 = *isrc++ + 1
128 int *isrc = &int_src[throw_to * num_vars]; local
    [all...]
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 44 int *isrc = &int_src[level * num_vars]; local
45 int i00 = *isrc++ + 1;
46 int i01 = *isrc++ + 1;
47 int i02 = *isrc++ + 1;
48 int i03 = *isrc++ + 1;
49 int i04 = *isrc++ + 1;
50 int i05 = *isrc++ + 1;
51 int i06 = *isrc++ + 1;
52 int i07 = *isrc++ + 1;
53 int i08 = *isrc++ + 1
128 int *isrc = &int_src[throw_to * num_vars]; local
    [all...]
  /external/ipsec-tools/
Makefile 2 gcc -O3 -Wall -o racoon -I. -Isrc/include-glibc -Isrc/libipsec \
3 -Isrc/racoon -Isrc/racoon/missing -DHAVE_CONFIG_H -lcrypto \
  /external/javassist/src/main/javassist/bytecode/
ByteArray.java 66 * @param isrc the index into the source byte array.
70 static void copy32bit(byte[] src, int isrc, byte[] dest, int idest) {
71 dest[idest] = src[isrc];
72 dest[idest + 1] = src[isrc + 1];
73 dest[idest + 2] = src[isrc + 2];
74 dest[idest + 3] = src[isrc + 3];
  /external/libxml2/VxWorks/
Makefile 16 FLAGS = -Wall -g -Isrc -Isrc/include -D_REENTRANT=1
17 #FLAGS = -Wall -O2 -Isrc -Isrc/include -D_REENTRANT=1
  /external/opencv/cv/src/
cvutils.cpp 152 const int* isrc = (const int*)src; local
165 if( idst + left != isrc )
167 idst[j + left] = isrc[j];
173 isrc += srcstep;
207 const int* isrc = (const int*)src; local
257 for( i = 0; i < srcroi.height; i++, isrc += srcstep, idst += dststep )
259 if( idst + left != isrc )
261 idst[j + left] = isrc[j];
273 isrc -= srcroi.height*srcstep;
342 const int* isrc = (const int*)src local
    [all...]
cvthresh.cpp 117 const int* isrc = (const int*)src; local
131 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
135 int temp = isrc[j];
142 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
146 int temp = isrc[j];
167 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
171 int temp = isrc[j];
178 for( i = 0; i < roi.height; i++, isrc += src_step, idst += dst_step )
182 int temp = isrc[j];
  /external/cmockery/cmockery_0_1_2/
Makefile.am 49 libcmockery_la_CFLAGS = -Isrc/google
55 unit_test_CFLAGS = -Isrc/google -Isrc/example -DUNIT_TESTING=1
  /external/skia/samplecode/
SamplePolyToPoly.cpp 85 static void doDraw(SkCanvas* canvas, SkPaint* paint, const int isrc[],
91 src[i].set(SkIntToScalar(isrc[2*i+0]), SkIntToScalar(isrc[2*i+1]));
  /external/libvorbis/doc/
v-comment.html 213 <dt>ISRC</dt>
214 <dd>ISRC number for the track; see <a href="http://www.ifpi.org/isrc/">the
215 ISRC intro page</a> for more information on ISRC numbers.</dd>
05-comment.tex 149 \item[ISRC]
151 track; see \href{http://www.ifpi.org/isrc/}{the ISRC
152 intro page} for more information on ISRC numbers.
  /external/opencv/cxcore/src/
cxarithm.cpp     [all...]
cxmathfuncs.cpp     [all...]
  /external/skia/gm/
poly2poly.cpp 194 static void doDraw(SkCanvas* canvas, SkPaint* paint, const int isrc[],
200 src[i].set(SkIntToScalar(isrc[2*i+0]), SkIntToScalar(isrc[2*i+1]));
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 364 const uint8* isrc = reinterpret_cast<const uint8*>(str); local
365 const uint8* src = isrc;
366 const uint8* srclimit = isrc + str_length;
444 } while ((src > isrc) && ((src[0] & 0xc0) == 0x80));
451 } while ((src > isrc) && ((src[0] & 0xc0) == 0x80));
462 *bytes_consumed = src - isrc;
473 const uint8* isrc = reinterpret_cast<const uint8*>(str); local
474 const uint8* src = isrc;
475 const uint8* srclimit = isrc + str_length;
497 n = src - isrc;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commoncontrols.h 72 virtual HRESULT WINAPI Copy(int iDst,IUnknown *punkSrc,int iSrc,UINT uFlags) = 0;
108 HRESULT (WINAPI *Copy)(IImageList *This,int iDst,IUnknown *punkSrc,int iSrc,UINT uFlags);
146 #define IImageList_Copy(This,iDst,punkSrc,iSrc,uFlags) (This)->lpVtbl->Copy(This,iDst,punkSrc,iSrc,uFlags)
186 HRESULT WINAPI IImageList_Copy_Proxy(IImageList *This,int iDst,IUnknown *punkSrc,int iSrc,UINT uFlags);
comutil.h 407 _variant_t(int iSrc) throw();
450 _variant_t &operator=(int iSrc);
595 inline _variant_t::_variant_t(int iSrc) throw() {
597 V_INT(this) = iSrc;
986 inline _variant_t &_variant_t::operator=(int iSrc)
995 V_INT(this) = iSrc;
  /external/skia/src/core/
SkMatrix.cpp 1635 SkIRect isrc = SkIRect::MakeSize(size); local
    [all...]
  /external/mesa3d/src/mesa/main/
uniform_query.cpp 524 const int *isrc = (const int *) src; local
532 ((float *) dst)[c] = (float) *isrc;
533 isrc++;
545 const int *isrc = (const int *) src; local
553 ((int *) dst)[c] = *isrc == 0 ? 0 : ~0;
554 isrc++;
  /external/opencv3/modules/core/src/
mathfuncs.cpp     [all...]
copy.cpp 1005 const int* isrc = (int*)src;
1008 idstInner[j - left] = isrc[tab[j]];
1010 idstInner[j + srcroi.width] = isrc[tab[j + left]];
    [all...]
  /external/protobuf/src/google/protobuf/
SEBS 141 protoc_args = [host_protoc, "-Isrc", "-Itmp", "-Iinclude","--cpp_out=tmp"]
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 334 /** 1111 1110 01sz isrc bsrc rdst mov%s [%1, %2], %0 */
335 ID(movbi); sBWL(sz); DR(rdst); SRR(isrc); S2R(bsrc); F_____;
337 /** 1111 1110 00sz isrc bsrc rdst mov%s %0, [%1, %2] */
338 ID(movbir); sBWL(sz); DR(rdst); SRR(isrc); S2R(bsrc); F_____;
340 /** 1111 1110 11sz isrc bsrc rdst movu%s [%1, %2], %0 */
341 ID(movbi); uBWL(sz); DR(rdst); SRR(isrc); S2R(bsrc); F_____;
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.cpp 804 int32_t iSrc = iLen;
806 &iSrc, pStr, &iMaxLength, TRUE);
807 m_pStreamImp->Seek(FX_STREAMSEEK_Current, iSrc - iLen);
    [all...]
  /external/flac/libFLAC/
stream_encoder_framing.c 154 if(!FLAC__bitwriter_write_byte_block(bw, (const FLAC__byte*)track->isrc, FLAC__STREAM_METADATA_CUESHEET_TRACK_ISRC_LEN/8))

Completed in 845 milliseconds

1 2 3