HomeSort by relevance Sort by last modified time
    Searched defs:Int (Results 226 - 250 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/lib/CodeGen/
CGBuiltin.cpp 212 // Extract boolean success flag and zext it to int.
280 int Width = Ty->getPrimitiveSizeInBits();
337 int low, int high) {
402 static bool areBOSTypesCompatible(int From, int To) {
764 // FIXME: Technically these constants should of type 'int', yes?
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.hpp 56 Int,
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 267 int Int;
703 int Index : 16;
717 int Index : 16; /* SINT */
747 int Index : 16; /* SINT */
769 int Index : 16; /* SINT */
783 int Index : 16; /* SINT */
792 int Index : 16; /* SINT */
  /external/python/cpython3/Lib/test/
test_descr.py 56 'int': 'int',
234 # Testing int operations...
240 class C(int):
258 'int', 'float',
797 # subclass, nor a superclass of int
799 class X(C, int()):
802 class X(int(), C):
869 return int(self.foo())
876 self.assertEqual(int(Node()), 23
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 45 class Int;
83 LValue(int arraySize = 0);
101 explicit Reference(Value *pointer, int alignment = 1);
109 int getAlignment() const;
114 const int alignment;
130 struct IntLiteral<Int>
132 typedef int type;
138 typedef unsigned int type;
211 explicit Byte(RValue<Int> cast);
216 Byte(int x)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 45 STATISTIC(LdStFP2Int , "Number of fp load/store pairs transformed to int");
260 const Value *SrcValue1, int SrcValueOffset1,
264 const Value *SrcValue2, int SrcValueOffset2,
272 const Value *&SrcValue, int &SrcValueOffset,
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 189 unsigned int avail_in;
190 unsigned int total_in_lo32;
191 unsigned int total_in_hi32;
194 unsigned int avail_out;
195 unsigned int total_out_lo32;
196 unsigned int total_out_hi32;
200 void *(*bzalloc)(void *,int,int);
238 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
240 int blockSize100k,
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 182 unsigned int avail_in;
183 unsigned int total_in_lo32;
184 unsigned int total_in_hi32;
187 unsigned int avail_out;
188 unsigned int total_out_lo32;
189 unsigned int total_out_hi32;
193 void *(*bzalloc)(void *,int,int);
231 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
233 int blockSize100k,
    [all...]
varinfo6.c 220 unsigned int avail_in;
221 unsigned int total_in_lo32;
222 unsigned int total_in_hi32;
225 unsigned int avail_out;
226 unsigned int total_out_lo32;
227 unsigned int total_out_hi32;
231 void *(*bzalloc)(void *,int,int);
269 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
271 int blockSize100k,
    [all...]
  /external/valgrind/perf/
bz2.c 182 unsigned int avail_in;
183 unsigned int total_in_lo32;
184 unsigned int total_in_hi32;
187 unsigned int avail_out;
188 unsigned int total_out_lo32;
189 unsigned int total_out_hi32;
193 void *(*bzalloc)(void *,int,int);
231 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
233 int blockSize100k,
    [all...]
test_input_for_tinycc.c 2 typedef unsigned int size_t;
4 typedef long int wchar_t;
9 int quot;
10 int rem;
17 long int quot;
18 long int rem;
32 extern int atoi (__const char *__nptr)
35 extern long int atol (__const char *__nptr)
42 __extension__ extern long long int atoll (__const char *__nptr)
55 extern long int strtol (__const char *__restrict __nptr
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 50 STATISTIC(LdStFP2Int , "Number of fp load/store pairs transformed to int");
779 // int.
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 244 for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i)
565 // it have a FP_TO_[SU]INT instruction with a narrower destination than
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h 250 // TypeWithSize - maps an integer to a int type.
646 template <int k> class Get;
650 template <bool kIndexValid, int kIndex, class Tuple>
696 template <int k> friend class gtest_internal::Get;
728 template <int k> friend class gtest_internal::Get;
771 template <int k> friend class gtest_internal::Get;
808 template <int k> friend class gtest_internal::Get;
849 template <int k> friend class gtest_internal::Get;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 275 // TypeWithSize - maps an integer to a int type.
778 template <int k> class Get;
782 template <bool kIndexValid, int kIndex, class Tuple>
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 275 // TypeWithSize - maps an integer to a int type.
778 template <int k> class Get;
782 template <bool kIndexValid, int kIndex, class Tuple>
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
javaparser-core-2.1.0.jar 
javaparser-core-3.0.0-alpha.2.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/
aws-java-sdk-cloudsearch-1.11.18.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 864 milliseconds

1 2 3 4 5 6 7 8 91011