HomeSort by relevance Sort by last modified time
    Searched defs:s_end (Results 1 - 18 of 18) sorted by null

  /external/bison/lib/
wait-process.c 123 slaves_entry_t *s_end = s + slaves_count; local
125 for (; s < s_end; s++)
181 slaves_entry_t *s_end = s + slaves_count; local
183 for (; s < s_end; s++)
  /bionic/libc/kernel/uapi/linux/
bfs_fs.h 64 __le32 s_end; member in struct:bfs_super_block
  /development/ndk/platforms/android-L/include/linux/
bfs_fs.h 64 __le32 s_end; member in struct:bfs_super_block
  /external/kernel-headers/original/uapi/linux/
bfs_fs.h 53 __le32 s_end; member in struct:bfs_super_block
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
bfs_fs.h 53 __le32 s_end; member in struct:bfs_super_block
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
bfs_fs.h 53 __le32 s_end; member in struct:bfs_super_block
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
bfs_fs.h 64 __le32 s_end; member in struct:bfs_super_block
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
bfs_fs.h 64 __le32 s_end; member in struct:bfs_super_block
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
bfs_fs.h 64 __le32 s_end; member in struct:bfs_super_block
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
bfs_fs.h 64 __le32 s_end; member in struct:bfs_super_block
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
bfs_fs.h 64 __le32 s_end; member in struct:bfs_super_block
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
bfs_fs.h 64 __le32 s_end; member in struct:bfs_super_block
  /external/llvm/include/llvm/ADT/
Hashing.h 457 const char *s_end = reinterpret_cast<const char *>(last); local
458 const size_t length = std::distance(s_begin, s_end);
470 state.mix(s_end - 64);
  /external/opencv/cvaux/src/
cvsegment.cpp 368 int prev_s = -1, s, s_end; local
390 s_end = s = is_hole ? 0 : 4;
400 while( s != s_end );
402 if( s == s_end ) /* single pixel domain */
415 s_end = s;
426 if( (unsigned) (s - 1) < (unsigned) s_end )
  /external/opencv/cv/src/
cvcontours.cpp 540 int prev_s = -1, s, s_end; local
555 s_end = s = CV_IS_SEQ_HOLE( contour ) ? 0 : 4;
564 while( s != s_end );
566 if( s == s_end ) /* single pixel domain */
582 s_end = s;
593 if( (unsigned) (s - 1) < (unsigned) s_end )
653 int s, s_end; local
661 s_end = s = is_hole ? 0 : 4;
670 while( s != s_end );
675 if( s != s_end )
713 int prev_s = -1, s, s_end; local
    [all...]
  /external/chromium_org/third_party/libpng/
pngrutil.c 2530 int s_inc, s_start, s_end; local
2584 int s_start, s_end, s_inc; local
2636 int s_start, s_end, s_inc; local
2744 int s_start, s_end, s_inc; local
2799 int s_start, s_end, s_inc; local
2855 int s_start, s_end, s_inc; local
    [all...]
  /external/libpng/
pngrutil.c 3530 int s_start, s_end, s_inc; local
3592 int s_start, s_end, s_inc; local
3655 int s_start, s_end, s_inc; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrutil.c 2546 int s_inc, s_start, s_end; local
2600 int s_start, s_end, s_inc; local
2652 int s_start, s_end, s_inc; local
2760 int s_start, s_end, s_inc; local
2815 int s_start, s_end, s_inc; local
2871 int s_start, s_end, s_inc; local
    [all...]

Completed in 910 milliseconds