HomeSort by relevance Sort by last modified time
    Searched refs:skip (Results 251 - 275 of 361) sorted by null

<<1112131415

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
gimple.h 332 bitmap GTY((skip (""))) addresses_taken;
339 struct def_optype_d GTY((skip (""))) *def_ops;
340 struct use_optype_d GTY((skip (""))) *use_ops;
368 struct voptype_d GTY((skip (""))) *vdef_ops;
369 struct voptype_d GTY((skip (""))) *vuse_ops;
373 bitmap GTY((skip (""))) stores;
374 bitmap GTY((skip (""))) loads;
    [all...]
  /external/libvpx/vp8/encoder/
rdopt.c     [all...]
  /external/openssl/crypto/bn/asm/
ia64.S 171 .skip 32 // makes the loop body aligned at 64-byte boundary
224 .skip 32 // makes the loop body aligned at 64-byte boundary
283 .skip 32 // makes the loop body aligned at 64-byte boundary
397 .skip 48 // makes the loop body aligned at 64-byte boundary
465 .skip 32 // makes the loop body aligned at 64-byte boundary
    [all...]
  /external/wpa_supplicant/
mlme.c 2544 int skip = 0; local
    [all...]
  /external/qemu/telephony/
sms.c 755 data += 2; /* skip protocol identifer + coding scheme */
774 data += 1; /* skip message reference */
845 /* skip user data header if any */
923 data += 1; /* skip protocol identifier */
957 data += 1; /* skip protocol identifier */
1000 data += 2; /* skip protocol identifier + coding scheme */
1008 data += 1; /* skip message reference */
1023 /* skip user-data length */
1297 int skip = block; local
1301 skip = leftover
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 2205 int skip = 1; local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 489 // Make sure we don't auto-skip to the next song, since that
1251 int skip = mRand.nextInt(numUnplayed); local
    [all...]
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 398 reader.skip(result.end());
  /external/bluetooth/glib/gio/
gmemoryinputstream.c 132 istream_class->skip = g_memory_input_stream_skip;
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict16x16_neon.asm 32 cmp r2, #0 ;skip first_pass filter if xoffset=0
37 cmp r3, #0 ;skip second_pass filter if yoffset=0
sixtappredict4x4_neon.asm 32 cmp r2, #0 ;skip first_pass filter if xoffset=0
37 cmp r3, #0 ;skip second_pass filter if yoffset=0
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16_neon.asm 35 cmp r2, #0 ;skip first_pass filter if xoffset=0
40 cmp r3, #0 ;skip second_pass filter if yoffset=0
  /external/openssl/crypto/x509/
x509_vfy.h 220 int skip; /* don't use us. */ member in struct:x509_lookup_st
  /external/openssl/include/openssl/
x509_vfy.h 220 int skip; /* don't use us. */ member in struct:x509_lookup_st
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedInputStream.java 848 // Skipping more bytes than are in the buffer. First skip what we have.
854 // Then skip directly from the InputStream for the rest.
856 final int n = (input == null) ? -1 : (int) input.skip(size - pos);
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 787 // Skipping more bytes than are in the buffer. First skip what we have.
793 // Then skip directly from the InputStream for the rest.
795 final int n = (input == null) ? -1 : (int) input.skip(size - pos);
  /external/quake/quake/src/WinQuake/
sys_dos.cpp 356 // touch all the memory to make sure it's there. The 16-page skip is to
846 // touch the entire image, doing the 16-page skip so Win95 doesn't think we're
  /frameworks/base/core/java/android/content/res/
AssetManager.java 577 public final long skip(long n) throws IOException { method in class:AssetManager.AssetInputStream
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 83 is.skip(je.getSize());
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 551 skip();
645 skip();
660 skip();
693 skip();
702 skip();
723 read(); // skip endquote
984 private final void skip() throws IOException {
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 30 cmp r2, #0 ;skip first_pass filter if xoffset=0
  /external/libvpx/vp8/common/x86/
subpixel_ssse3.asm 913 cmp rax, 0 ; skip first_pass filter if xoffset=0
927 cmp rax, 0 ; skip second_pass filter if yoffset=0
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 633 is.skip(offsetOfCurrentPart);
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 507 // isInstance jumps right down to here, to skip setting the result to false (it has already set true).
570 int skip = currentInstruction[3].u.operand + m_codeBlock->needsFullScopeChain(); local
573 while (skip--)
588 int skip = currentInstruction[2].u.operand + m_codeBlock->needsFullScopeChain(); local
594 while (skip--)
    [all...]

Completed in 1598 milliseconds

<<1112131415