Searched refs:skip (Results 126 - 150 of 366) sorted by relevance

1234567891011>>

/external/libpng/
H A Dpngrutil.c148 /* Optionally skip data and then check the CRC. Depending on whether we
154 png_opt_crc_finish(png_structp png_ptr, png_uint_32 skip, int check_crc) argument
159 for (i = (png_size_t)skip; i > istop; i -= istop)
192 /* Optionally skip data and then check the CRC. Depending on whether we
198 png_crc_finish(png_structp png_ptr, png_uint_32 skip) argument
200 return png_opt_crc_finish(png_ptr, skip, 1);
1072 png_uint_32 skip = 0; local
1101 skip = length - (png_uint_32)65535L;
1111 if (png_crc_finish(png_ptr, skip))
1195 png_uint_32 skip local
2021 png_uint_32 skip = 0; local
2390 png_uint_32 skip = 0; local
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseRecognizer.h110 - (void)skip;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseRecognizer.h110 - (void)skip;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBaseRecognizer.h110 - (void)skip;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBaseRecognizer.h102 - (void)skip;
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSCCP.java400 boolean skip=false;
422 skip = true;
448 skip = true;
458 return skip ? null : CstInteger.make(vR);
/external/grub/stage2/
H A Diso9660.h141 u_int8_t skip; member in struct:rock_ridge::__anon5573::SP
/external/iproute2/lib/
H A Dll_types.c69 __PF(SKIP,skip)
/external/kernel-headers/original/linux/
H A Dperf_event.h914 perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip, int skip);
924 static inline void perf_fetch_caller_regs(struct pt_regs *regs, int skip) argument
930 switch (skip) {
948 return perf_arch_fetch_caller_regs(regs, ip, skip);
/external/libvpx/vp8/common/arm/neon/
H A Dbilinearpredict8x4_neon.asm32 cmp r2, #0 ;skip first_pass filter if xoffset=0
73 cmp r3, #0 ;skip second_pass filter if yoffset=0
/external/llvm/lib/Support/Windows/
H A DPath.inc644 next += 2; // skip drive letter
646 next++; // skip root directory
/external/okhttp/src/main/java/libcore/io/
H A DStreams.java134 in.skip(Long.MAX_VALUE);
142 * <p>This method reuses the skip buffer but is careful to never use it at
146 * streams may call other streams in their skip() method, also clobbering the
150 // acquire the shared skip buffer.
169 // release the shared skip buffer.
/external/skia/src/core/
H A DSkPicturePlayback.h122 text->fText = (const char*)fReader.skip(length);
/external/v8/src/
H A Ddate.h226 // equal to the given 'skip' segment.
227 DST* LeastRecentlyUsedDST(DST* skip);
H A Ddate.cc372 DateCache::DST* DateCache::LeastRecentlyUsedDST(DST* skip) { argument
375 if (&dst_[i] == skip) continue;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto.h434 * rc4_skip - XOR RC4 stream to given data with skip-stream-start
437 * @skip: number of bytes to skip from the beginning of the RC4 stream
442 * Generate RC4 pseudo random stream for the given key, skip beginning of the
446 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
H A Dcrypto_nss.c112 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto.h434 * rc4_skip - XOR RC4 stream to given data with skip-stream-start
437 * @skip: number of bytes to skip from the beginning of the RC4 stream
442 * Generate RC4 pseudo random stream for the given key, skip beginning of the
446 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
H A Dcrypto_nss.c112 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto.h434 * rc4_skip - XOR RC4 stream to given data with skip-stream-start
437 * @skip: number of bytes to skip from the beginning of the RC4 stream
442 * Generate RC4 pseudo random stream for the given key, skip beginning of the
446 int rc4_skip(const u8 *key, size_t keylen, size_t skip,
H A Dcrypto_nss.c112 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
/external/linux-tools-perf/util/
H A Dtrace-event-read.c96 static void skip(int size) function
209 skip(size);
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.s138 add sp,r0,#4 @ skip over tp[num+1]
140 add sp,sp,#2*4 @ skip over {r0,r2}
/external/qemu/
H A Dqemu-common.h335 void qemu_iovec_copy(QEMUIOVector *dst, QEMUIOVector *src, uint64_t skip,
344 size_t skip);
/external/skia/samplecode/
H A DSampleHairline.cpp57 static bool check_zeros(const SkPMColor pixels[], int count, int skip) { argument
62 pixels += skip;

Completed in 1221 milliseconds

1234567891011>>