Searched defs:oend (Results 1 - 13 of 13) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dbitmaps.c166 ext2_ino_t end, ext2_ino_t *oend)
174 if (oend)
175 *oend = tmp_oend;
180 blk_t end, blk_t *oend)
185 end, oend));
189 blk64_t end, blk64_t *oend)
193 end, oend));
165 ext2fs_fudge_inode_bitmap_end(ext2fs_inode_bitmap bitmap, ext2_ino_t end, ext2_ino_t *oend) argument
179 ext2fs_fudge_block_bitmap_end(ext2fs_block_bitmap bitmap, blk_t end, blk_t *oend) argument
188 ext2fs_fudge_block_bitmap_end2(ext2fs_block_bitmap bitmap, blk64_t end, blk64_t *oend) argument
H A Dgen_bitmap.c291 ext2_ino_t end, ext2_ino_t *oend)
297 if (oend)
298 *oend = bitmap->end;
289 ext2fs_fudge_generic_bitmap_end(ext2fs_inode_bitmap bitmap, errcode_t magic, errcode_t neq, ext2_ino_t end, ext2_ino_t *oend) argument
H A Dgen_bitmap64.c365 __u64 end, __u64 *oend)
376 if (oend)
377 *oend = tmp_oend;
386 if (oend)
387 *oend = bitmap->end;
363 ext2fs_fudge_generic_bmap_end(ext2fs_generic_bitmap bitmap, errcode_t neq, __u64 end, __u64 *oend) argument
/external/lz4/lib/
H A Dlz4opt.h228 BYTE* const oend = op + maxOutputSize; local
347 res = LZ4HC_encodeSequence(&ip, &op, &anchor, (int)mlen, ip - offset, limit, oend);
H A Dlz4hc.c265 BYTE* oend)
277 if ((limitedOutputBuffer) && ((*op + (length>>8) + length + (2 + 1 + LASTLITERALS)) > oend)) return 1; /* Check output limit */
290 if ((limitedOutputBuffer) && (*op + (length>>8) + (1 + LASTLITERALS) > oend)) return 1; /* Check output limit */
327 BYTE* const oend = op + maxOutputSize; local
359 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
407 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
409 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0;
427 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
463 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
258 LZ4HC_encodeSequence( const BYTE** ip, BYTE** op, const BYTE** anchor, int matchLength, const BYTE* const match, limitedOutput_directive limitedOutputBuffer, BYTE* oend) argument
H A Dlz4.c738 BYTE* const oend = op + targetDstSize; local
852 if (op + 1 /* token */ + ((lastRunSize+240)/255) /* litLength */ + lastRunSize /* literals */ > oend) {
854 lastRunSize = (oend-op) - 1;
1109 BYTE* const oend = op + outputSize; local
1123 if ((partialDecoding) && (oexit > oend-MFLIMIT)) oexit = oend-MFLIMIT; /* targetOutputSize too high => decode everything */
1147 if ( ((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITERALS))) )
1148 || ((!endOnInput) && (cpy>oend-WILDCOPYLENGTH)) )
1151 if (cpy > oend) goto _output_error; /* Error : write attempt beyond end of output buffer */
1154 if ((!endOnInput) && (cpy != oend)) got
[all...]
/external/lz4/tests/
H A Dframetest.c248 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; local
261 oSize = (size_t)(oend-op);
265 if (op>oend) { DISPLAY("decompression write overflow \n"); goto _output_error; }
302 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; local
304 size_t oSize = oend-op;
346 BYTE* const oend = ostart + COMPRESSIBLE_NOISE_LENGTH; local
357 size_t oSize = oend-op;
467 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; local
482 size_t oSize = oend-op;
502 size_t oSize = oend
631 BYTE* const oend = op + (neverFlush ? LZ4F_compressFrameBound(srcSize, prefsPtr) : compressedBufferSize); /* when flushes are possible, can't guarantee a max compressed size */ local
669 BYTE* const oend = op + srcDataLength; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 706 milliseconds