HomeSort by relevance Sort by last modified time
    Searched full:offsettest (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/intltest/
ssearch.h 34 virtual void offsetTest();
ssearch.cpp 69 case 1: name = "offsetTest";
70 if (exec) offsetTest();
554 void SSearchTest::offsetTest()
622 errcheckln(status, "Failed to create collator in offsetTest! - %s", u_errorName(status));
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
ip2k.opc 493 long offsettest;
502 offsettest = value >> 7;
506 if (offsettest == 2)
516 if (offsettest == 3)
  /toolchain/binutils/binutils-2.25/opcodes/
ip2k-dis.c 74 long offsettest;
83 offsettest = value >> 7;
87 if (offsettest == 2)
97 if (offsettest == 3)
73 long offsettest; local
  /external/tremolo/Tremolo/
vorbisfile.c 722 int offsettest=(f?callbacks.seek_func(f,0,SEEK_CUR):-1); local
748 if(offsettest!=-1)vf->seekable=1;
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 874 int offsettest=((f && callbacks.seek_func)?callbacks.seek_func(f,0,SEEK_CUR):-1); local
897 if(offsettest!=-1)vf->seekable=1;
    [all...]

Completed in 347 milliseconds