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-21/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.8/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.15-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 451 const char *s_end = reinterpret_cast<const char *>(last); local
452 const size_t length = std::distance(s_begin, s_end);
464 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/libvncserver/libvncserver/
rfbregion.c 270 int s_start, s_end; local
284 s_end = s_curr->end;
290 (d_curr->start >= s_end)) {
292 sraSpanInsertBefore(sraSpanCreate(s_start, s_end,
299 s_end = s_curr->end;
304 (s_end > d_curr->start)) {
316 if (s_end < d_curr->end) {
317 sraSpanInsertAfter(sraSpanCreate(s_end,
321 d_curr->end = s_end;
341 if (s_end > d_curr->end)
    [all...]
  /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/libpng/
pngrutil.c 3537 int s_start, s_end, s_inc; local
3599 int s_start, s_end, s_inc; local
3662 int s_start, s_end, s_inc; local
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngrutil.c 3500 int s_start, s_end, s_inc; local
3562 int s_start, s_end, s_inc; local
3625 int s_start, s_end, s_inc; local
    [all...]

Completed in 328 milliseconds