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

1 2 3 4 5

  /external/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 47 static bool analyzeGlobalAux(const Value *V, GlobalStatus &GS,
52 GS.HasNonInstructionUser = true;
59 if (analyzeGlobalAux(CE, GS, PhiUsers))
62 if (!GS.HasMultipleAccessingFunctions) {
64 if (!GS.AccessingFunction)
65 GS.AccessingFunction = F;
66 else if (GS.AccessingFunction != F)
67 GS.HasMultipleAccessingFunctions = true;
70 GS.IsLoaded = true;
74 GS.Ordering = strongerOrdering(GS.Ordering, LI->getOrdering())
    [all...]
  /bionic/libc/include/sys/
reg.h 44 #define GS 10
80 #define GS 26
  /development/ndk/platforms/android-L/include/sys/
reg.h 44 #define GS 10
80 #define GS 26
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
reg.h 54 # define GS 26
70 # define GS 10
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
reg.h 54 # define GS 26
70 # define GS 10
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
reg.h 44 #define GS 10
80 #define GS 26
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
reg.h 44 #define GS 10
80 #define GS 26
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
reg.h 44 #define GS 10
80 #define GS 26
  /external/llvm/include/llvm/Transforms/Utils/
GlobalStatus.h 76 static bool analyzeGlobal(const Value *V, GlobalStatus &GS);
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.c 254 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
255 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
601 exec->GS = size->GS;
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 254 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
255 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
601 exec->GS = size->GS;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttinterp.c 254 CUR.GS.V.x = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0x4000 : 0 ); \
255 CUR.GS.V.y = (FT_F2Dot14)( CUR.GS.both_x_axis ? 0 : 0x4000 ); \
601 exec->GS = size->GS;
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 34 #define GS 10
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 34 #define GS 10
  /external/chromium_org/chrome/test/ispy/common/
ispy_utils.py 70 """Initialize with a cloud bucket instance to supply GS functionality.
79 """Uploads an image to a location in GS.
82 full_path: the path to the file in GS including the file extension.
89 """Downloads an image from a location in GS.
92 full_path: the path to the file in GS including the file extension.
103 """Updates an existing image in GS, preserving permissions and metadata.
106 full_path: the path to the file in GS including the file extension.
112 """Creates and uploads an expectation to GS from a set of images and name.
115 uploads the mask and first of the images to GS as a expectation.
135 """Runs an image comparison, and uploads discrepancies to GS
    [all...]
  /external/llvm/include/llvm/Support/
Solaris.h 33 #undef GS
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 35 #define GS 10
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 35 #define GS 10
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ptrace-abi.h 35 #define GS 10
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ptrace-abi.h 35 #define GS 10
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 16 #define GS 10
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define GS 10
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define GS 10
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define GS 10
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define GS 10

Completed in 1208 milliseconds

1 2 3 4 5