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

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
diskguid.h 8 #ifndef FAR
9 #define FAR
guiddef.h 34 #ifndef FAR
35 #define FAR
mapinls.h 25 #ifndef FAR
26 #define FAR
lmcons.h 14 #ifndef FAR
15 #define FAR
minwindef.h 69 #undef far macro
73 #define far macro
116 #undef FAR
118 #define FAR
fci.h 17 #ifndef FAR
18 #define FAR
fdi.h 17 #ifndef FAR
18 #define FAR
ntddscsi.h 8 #ifndef FAR
9 #define FAR
  /external/freetype/src/gzip/
ftzconf.h 150 /* The following definitions for FAR are needed only for MSDOS mixed
151 * model programming (small or medium model with some far allocations).
154 * just define FAR to be empty.
160 # define FAR _far
162 # define FAR far
168 # define FAR _far
175 # ifdef FAR
176 # undef FAR
183 # define ZEXPORTVA(x) x FAR _cdecl _expor
    [all...]
  /external/llvm/unittests/Analysis/
CGSCCPassManagerTest.cpp 169 if (TestFunctionAnalysis::Result *FAR =
171 AnalyzedInstrCount += FAR->InstructionCount;
177 TestFunctionAnalysis::Result &FAR =
179 AnalyzedInstrCount += FAR.InstructionCount;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 31 #define FAR 1000
229 float z = FAR;
232 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
tri.c 31 #define FAR 1000
174 float z = FAR;
177 float half_depth = ((float)FAR - (float)NEAR) / 2.0f;
  /external/syslinux/com32/lib/zlib/
zconf.in.h 164 /* The following definitions for FAR are needed only for MSDOS mixed
165 * model programming (small or medium model with some far allocations).
168 * just define FAR to be empty.
175 # define FAR _far
177 # define FAR far
184 # define FAR _far
186 # define FAR far
209 # ifdef FAR
    [all...]
  /development/ndk/platforms/android-14/include/
zconf.h 174 /* The following definitions for FAR are needed only for MSDOS mixed
175 * model programming (small or medium model with some far allocations).
178 * just define FAR to be empty.
185 # define FAR _far
187 # define FAR far
194 # define FAR _far
196 # define FAR far
219 # ifdef FAR
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
zconf.h 174 /* The following definitions for FAR are needed only for MSDOS mixed
175 * model programming (small or medium model with some far allocations).
178 * just define FAR to be empty.
185 # define FAR _far
187 # define FAR far
194 # define FAR _far
196 # define FAR far
219 # ifdef FAR
    [all...]
zconf.in.h 174 /* The following definitions for FAR are needed only for MSDOS mixed
175 * model programming (small or medium model with some far allocations).
178 * just define FAR to be empty.
185 # define FAR _far
187 # define FAR far
194 # define FAR _far
196 # define FAR far
219 # ifdef FAR
    [all...]
  /external/libjpeg-turbo/
jmorecfg.h 226 /* libjpeg-turbo no longer supports platforms that have far symbols (MS-DOS),
230 #undef FAR
231 #define FAR
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpeg.cpp 22 #undef FAR
  /external/webrtc/webrtc/voice_engine/
voice_engine_defines.h 252 #define FAR
307 #define FAR
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.h 42 #define FAR
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
zconf.h 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
  /external/python/cpython2/Modules/zlib/
zconf.h 281 /* The following definitions for FAR are needed only for MSDOS mixed
282 * model programming (small or medium model with some far allocations).
285 * just define FAR to be empty.
292 # define FAR _far
294 # define FAR far
301 # define FAR _far
303 # define FAR far
326 # ifdef FAR
    [all...]
  /external/syslinux/com32/include/
zconf.h 246 /* The following definitions for FAR are needed only for MSDOS mixed
247 * model programming (small or medium model with some far allocations).
250 * just define FAR to be empty.
257 # define FAR _far
259 # define FAR far
266 # define FAR _far
268 # define FAR far
291 # ifdef FAR
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 101 * <li>{@code FAR} makes 100% looking like in 240dpi</li>
107 FAR(150), // 240dpi
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 237 /* The following definitions for FAR are needed only for MSDOS mixed
238 * model programming (small or medium model with some far allocations).
241 * just define FAR to be empty.
248 # define FAR _far
250 # define FAR far
257 # define FAR _far
259 # define FAR far
282 # ifdef FAR
    [all...]

Completed in 393 milliseconds

1 2 3