HomeSort by relevance Sort by last modified time
    Searched refs:__SNPT (Results 1 - 25 of 57) sorted by null

1 2 3

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 45 * As a side effect, we set __SOPT or __SNPT (en/dis-able fseek
87 return (__SNPT);
94 return (__SNPT);
105 __SOPT : __SNPT);
setvbuf.c 74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
131 flags |= __SNPT;
  /bionic/libc/stdio/
local.h 140 // #define __SNPT 0x0800 --- historical (do not do fseek() optimization).
147 #define __SNPT 0
  /development/ndk/platforms/android-21/include/
stdio.h 163 #define __SNPT 0x0800 /* do not do fseek() optimization */
  /development/ndk/platforms/android-3/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /development/ndk/platforms/android-8/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 157 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 157 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
stdio.h 156 #define __SNPT 0x0800 /* do not do fseek() optimisation */

Completed in 2744 milliseconds

1 2 3