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

1 2 34 5 6 7 8 91011

  /external/libedit/src/
chartype.h 75 #define Int wint_t
112 static inline int
115 int w = wcwidth(c);
129 #define Int int
193 protected Char **ct_decode_argv(int, const char *[], ct_buffer_t *);
227 protected int ct_visual_width(Char);
250 protected int ct_chr_class(Char c);
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 42 switch((int)Fn.arg_begin()->getType()->getTypeID()) {
600 Constant *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty);
603 Op = CallInst::Create(Int, Op, CI->getName(), CI);
  /external/llvm/test/DebugInfo/PDB/Inputs/
symbolformat.cpp 6 int __cdecl _purecall(void) { return 0; }
37 typedef int NestedTypedef;
44 int m_int;
52 void (*m_pfn_2_args)(int, double);
55 typedef int IntType;
58 int g_global_int;
61 int main(int argc, char **argv) {
70 IntType Int = 12;
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 105 // struct { int member; };
111 DIE &Int = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
112 DIEString IntStr = getString("int");
113 Int.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, IntStr);
114 Int.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Four);
116 Int.addValue(Alloc, dwarf::DW_AT_encoding, dwarf::DW_FORM_data1, Five);
118 DIEEntry IntRef(Int);
135 // struct foo { int mem1, mem2; };
142 DIE &Int = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
143 DIEString IntStr = getString("int");
    [all...]
  /external/python/cpython3/Lib/test/
test_heapq.py 127 self.assertEqual(type(h[0]), int)
181 class Int(int):
187 obj = Int(x)
  /external/skia/src/pdf/
SkPDFTypes.cpp 183 SkPDFUnion SkPDFUnion::Int(int32_t value) {
271 int SkPDFArray::size() const { return fValues.count(); }
273 void SkPDFArray::reserve(int length) {
281 for (int i = 0; i < fValues.count(); i++) {
302 this->append(SkPDFUnion::Int(value));
367 for (int i = 0; i < fRecords.count(); i++) {
379 for (int i = 0; i < fRecords.count(); i++) {
385 int SkPDFDict::size() const { return fRecords.count(); }
387 void SkPDFDict::reserve(int n) {
411 fRecords.emplace_back(Record{SkPDFUnion::Name(key), SkPDFUnion::Int(value)})
    [all...]
SkPDFTypes.h 83 static SkPDFUnion Int(int32_t);
85 static SkPDFUnion Int(size_t v) { return SkPDFUnion::Int(SkToS32(v)); }
200 int size() const;
205 void reserve(int length);
248 int size() const;
251 void reserve(int n);
382 extern SkAtomic<int> gDrawImageCalls;
383 extern SkAtomic<int> gJpegImageObjects;
384 extern SkAtomic<int> gRegularImageObjects
    [all...]
  /external/skqp/src/pdf/
SkPDFTypes.cpp 183 SkPDFUnion SkPDFUnion::Int(int32_t value) {
271 int SkPDFArray::size() const { return fValues.count(); }
273 void SkPDFArray::reserve(int length) {
281 for (int i = 0; i < fValues.count(); i++) {
302 this->append(SkPDFUnion::Int(value));
367 for (int i = 0; i < fRecords.count(); i++) {
379 for (int i = 0; i < fRecords.count(); i++) {
385 int SkPDFDict::size() const { return fRecords.count(); }
387 void SkPDFDict::reserve(int n) {
411 fRecords.emplace_back(Record{SkPDFUnion::Name(key), SkPDFUnion::Int(value)})
    [all...]
SkPDFTypes.h 83 static SkPDFUnion Int(int32_t);
85 static SkPDFUnion Int(size_t v) { return SkPDFUnion::Int(SkToS32(v)); }
200 int size() const;
205 void reserve(int length);
248 int size() const;
251 void reserve(int n);
382 extern SkAtomic<int> gDrawImageCalls;
383 extern SkAtomic<int> gJpegImageObjects;
384 extern SkAtomic<int> gRegularImageObjects
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IntrinsicLowering.cpp 42 switch((int)Fn->arg_begin()->getType()->getTypeID()) {
562 Constant *Int = Intrinsic::getDeclaration(M, Intrinsic::bswap, Ty);
565 Op = CallInst::Create(Int, Op, CI->getName(), CI);
  /external/valgrind/coregrind/
fixup_macho_loadcmds.c 134 typedef unsigned int UInt;
135 typedef signed int Int;
146 typedef unsigned long long int ULong;
147 typedef signed long long int Long;
219 Int r;
236 static Int map_image_aboard ( /*OUT*/ImageInfo* ii, HChar* filename )
242 Int r, fd;
291 Int f;
299 Int cputype
    [all...]
  /external/valgrind/memcheck/tests/amd64/
bt_everything.c 6 typedef unsigned long long int ULong;
7 typedef unsigned int UInt;
11 typedef signed int Int;
14 typedef signed long int Word;
88 : "r" ((Int)bitno));
102 : "r" ((Int)bitno));
113 : "r" ((Int)bitno));
124 : "r" ((Int)bitno)
271 : "r" ((Int)bitno), "r" (reg_in
    [all...]
  /external/valgrind/none/tests/arm/
v8fpsimd_a.c 18 typedef unsigned short int UShort;
19 typedef unsigned int UInt;
20 typedef signed int Int;
22 typedef unsigned long long int ULong;
23 typedef signed long long int Long;
57 // Int i;
71 Int i;
119 Int i;
121 printf("%02x", (Int)v->u8[i])
    [all...]
v8fpsimd_t.c 18 typedef unsigned short int UShort;
19 typedef unsigned int UInt;
20 typedef signed int Int;
22 typedef unsigned long long int ULong;
23 typedef signed long long int Long;
57 // Int i;
71 Int i;
119 Int i;
121 printf("%02x", (Int)v->u8[i])
    [all...]
  /external/valgrind/none/tests/arm64/
integer.c 18 typedef unsigned short int UShort;
19 typedef unsigned int UInt;
20 typedef signed int Int;
22 typedef signed long long int Long;
23 typedef unsigned long long int ULong;
    [all...]
  /external/valgrind/none/tests/x86/
x86locked.c 8 typedef unsigned int UInt;
10 typedef unsigned long long int ULong;
11 typedef signed long long int Long;
12 typedef signed int Int;
140 static void send ( int nbytes )
142 assert( ((unsigned int)nbytes) < sizeof(outBuf)-1);
158 static unsigned int val[NVALS]
183 static unsigned int val[NVALS]
220 volatile int e_val, g_val, e_val_before;
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
writer.h 110 bool Int(int i) { Prefix(kNumberType); return WriteInt(i); }
204 bool WriteInt(int i) {
350 inline bool Writer<StringBuffer>::WriteInt(int i) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 357 TEST(Value, Int) {
358 // Constructor with int
366 //EXPECT_EQ(1234, (int)x);
405 // operator=(int)
411 // Constructor with int
443 z = 2147483648u; // 2^31, cannot cast as int
446 EXPECT_TRUE(z.IsInt64()); // Issue 41: Incorrect parsing of unsigned int number types
450 // Constructor with int
485 z.SetInt64(2147483648LL); // 2^31, cannot cast as int
495 z.SetInt64(-2147483649LL); // -2^31-1, cannot cast as int
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_heapq.py 127 self.assertEqual(type(h[0]), int)
162 class Int(int):
168 obj = Int(x)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_heapq.py 127 self.assertEqual(type(h[0]), int)
162 class Int(int):
168 obj = Int(x)
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_test.go 240 func testSourceURL(port int) string {
279 ints map[string]int
295 func (f testFlags) Int(s string, d int, c string) *int {
324 func (f testFlags) IntVar(p *int, s string, d int, c string) {
366 ints: map[string]int{
1078 wantIgnoreErrCount int
    [all...]
  /prebuilts/go/darwin-x86/src/math/big/
int.go 16 // An Int represents a signed multi-precision integer.
17 // The zero value for an Int represents the value 0.
18 type Int struct {
23 var intOne = &Int{false, natOne}
31 func (x *Int) Sign() int {
42 func (z *Int) SetInt64(x int64) *Int {
54 func (z *Int) SetUint64(x uint64) *Int {
    [all...]
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 30 Offset int // byte offset, starting at 0
31 Line int // line number, starting at 1
32 Column int // column number, starting at 1 (character count per line)
63 ScanInts = 1 << -Int
77 Int
89 Int: "Int",
118 srcPos int // reading position (srcBuf index)
119 srcEnd int // source end (srcBuf index)
122 srcBufOffset int // byte offset of srcBuf[0] in sourc
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver_test.go 240 func testSourceURL(port int) string {
279 ints map[string]int
295 func (f testFlags) Int(s string, d int, c string) *int {
324 func (f testFlags) IntVar(p *int, s string, d int, c string) {
366 ints: map[string]int{
1078 wantIgnoreErrCount int
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
int.go 16 // An Int represents a signed multi-precision integer.
17 // The zero value for an Int represents the value 0.
18 type Int struct {
23 var intOne = &Int{false, natOne}
31 func (x *Int) Sign() int {
42 func (z *Int) SetInt64(x int64) *Int {
54 func (z *Int) SetUint64(x uint64) *Int {
    [all...]

Completed in 1043 milliseconds

1 2 34 5 6 7 8 91011