Home
last modified time | relevance | path

Searched refs:long (Results 1 – 25 of 4768) sorted by relevance

12345678910>>...191

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc40 // COMMON_SYSCALL_POST_FORK(long res)
92 unsigned long iov_len;
99 unsigned long msg_iovlen;
101 unsigned long msg_controllen;
111 long tv_sec;
112 long tv_nsec;
116 long tv_sec;
117 long tv_usec;
122 long ru_long[14];
155 PRE_SYSCALL(recvmsg)(long sockfd, sanitizer_kernel_msghdr *msg, long flags) {
[all …]
/external/libxml2/result/
Dcomment6.xml.rdr2 long comment long comment long comment long comment long comment long comment
3 long comment long comment long comment long comment long comment long comment
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.rde2 long comment long comment long comment long comment long comment long comment
3 long comment long comment long comment long comment long comment long comment
4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.sax4 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
9 long comment long comment long comment long comment long comment long comment
10 long comment long comment long comment long comment long comment long comment
Dcomment6.xml.sax24 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
9 long comment long comment long comment long comment long comment long comment
10 long comment long comment long comment long comment long comment long comment
/external/libxml2/result/noent/
Dcomment6.xml.sax24 long comment long comment long comment long comment long comment long comment
5 long comment long comment long comment long comment long comment long comment
6 long comment long comment long comment long comment long comment long comment
7 long comment long comment long comment long comment long comment long comment
8 long comment long comment long comment long comment long comment long comment
9 long comment long comment long comment long comment long comment long comment
10 long comment long comment long comment long comment long comment long comment
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym497 …(std::map<unsigned long long, dwarf2reader::FunctionInfo*, std::less<unsigned long long>, std::all…
767 FUNC 6712 11 0 operator new(unsigned long, void*)
795 …oHandler::DefineFile(std::string const&, int, unsigned int, unsigned long long, unsigned long long)
798 FUNC 687c 1a 0 dwarf2reader::LineInfoHandler::AddLine(unsigned long long, unsigned int, unsigned in…
812 …::Dwarf2Handler::StartCompilationUnit(unsigned long long, unsigned char, unsigned char, unsigned l…
815 FUNC 69b8 1f 0 dwarf2reader::Dwarf2Handler::StartDIE(unsigned long long, dwarf2reader::DwarfTag, st…
819 …ProcessAttributeUnsigned(unsigned long long, dwarf2reader::DwarfAttribute, dwarf2reader::DwarfForm…
822 …ndler::ProcessAttributeSigned(unsigned long long, dwarf2reader::DwarfAttribute, dwarf2reader::Dwar…
825 …essAttributeBuffer(unsigned long long, dwarf2reader::DwarfAttribute, dwarf2reader::DwarfForm, char…
828 FUNC 6a4a 1a 0 dwarf2reader::Dwarf2Handler::ProcessAttributeString(unsigned long long, dwarf2reader…
[all …]
/external/protobuf/src/google/protobuf/
Dunittest_enormous_descriptor.proto44 // Avoid generating insanely long methods.
48 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_1 = 1 [default="long default value is al…
49 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_2 = 2 [default="long default value is al…
50 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_3 = 3 [default="long default value is al…
51 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_4 = 4 [default="long default value is al…
52 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_5 = 5 [default="long default value is al…
53 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_6 = 6 [default="long default value is al…
54 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_7 = 7 [default="long default value is al…
55 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_8 = 8 [default="long default value is al…
56 …ooooooooooooooooooooooooooooooooooooooooooooooooooooooong_9 = 9 [default="long default value is al…
[all …]
/external/python/cpython2/Lib/test/
Dtest_long.py29 special = map(long, [0, 1, 2, BASE, BASE >> 1])
82 class LongSubclass(long):
85 class OtherLongSubclass(long):
90 ntype = long
314 self.assertEqual(long(got, 0), x, Frm('long("%s", 0) != %r', got, x))
332 self.assertEqual(long(314), 314L)
333 self.assertEqual(long(3.14), 3L)
334 self.assertEqual(long(314L), 314L)
336 self.assertEqual(type(long(314)), long)
337 self.assertEqual(type(long(3.14)), long)
[all …]
/external/libcxx/include/
Dcmath52 long double acosl(long double x);
56 long double asinl(long double x);
60 long double atanl(long double x);
64 long double atan2l(long double y, long double x);
68 long double ceill(long double x);
72 long double cosl(long double x);
76 long double coshl(long double x);
80 long double expl(long double x);
84 long double fabsl(long double x);
88 long double floorl(long double x);
[all …]
/external/llvm/test/CodeGen/X86/
Dwin-catchpad-nested-cxx.ll49 ; CHECK-NEXT: .long 429065506
50 ; CHECK-NEXT: .long 4
51 ; CHECK-NEXT: .long ($stateUnwindMap$try_in_catch)
52 ; CHECK-NEXT: .long 2
53 ; CHECK-NEXT: .long ($tryMap$try_in_catch)
55 ; X86-NEXT: .long 0
56 ; X86-NEXT: .long 0
57 ; X64-NEXT: .long 7
58 ; X64-NEXT: .long ($ip2state$try_in_catch)
60 ; X64-NEXT: .long 40
[all …]
Dwin-catchpad.ll114 ; X86-NEXT: .long 0
115 ; X86-NEXT: .long "??_R0H@8"
116 ; X86-NEXT: .long -20
117 ; X86-NEXT: .long "?catch$[[catch1bb]]@?0?try_catch_catch@4HA"
118 ; X86-NEXT: .long 64
119 ; X86-NEXT: .long 0
120 ; X86-NEXT: .long 0
121 ; X86-NEXT: .long "?catch$[[catch2bb]]@?0?try_catch_catch@4HA"
178 ; X64-NEXT: .long 429065506
179 ; X64-NEXT: .long 2
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin-catchpad-nested-cxx.ll49 ; CHECK-NEXT: .long 429065506
50 ; CHECK-NEXT: .long 4
51 ; CHECK-NEXT: .long ($stateUnwindMap$try_in_catch)
52 ; CHECK-NEXT: .long 2
53 ; CHECK-NEXT: .long ($tryMap$try_in_catch)
55 ; X86-NEXT: .long 0
56 ; X86-NEXT: .long 0
57 ; X64-NEXT: .long 7
58 ; X64-NEXT: .long ($ip2state$try_in_catch)
60 ; X64-NEXT: .long 40
[all …]
Dwin-catchpad.ll114 ; X86-NEXT: .long 0
115 ; X86-NEXT: .long "??_R0H@8"
116 ; X86-NEXT: .long -20
117 ; X86-NEXT: .long "?catch$[[catch1bb]]@?0?try_catch_catch@4HA"
118 ; X86-NEXT: .long 64
119 ; X86-NEXT: .long 0
120 ; X86-NEXT: .long 0
121 ; X86-NEXT: .long "?catch$[[catch2bb]]@?0?try_catch_catch@4HA"
178 ; X64-NEXT: .long 429065506
179 ; X64-NEXT: .long 2
[all …]
/external/python/cpython2/Modules/
Dcstubs10 <returntype> can be: void, short, long (XXX maybe others?)
12 <type> can be: char, string, short, float, long, or double
68 long retval;
255 long arg1 ;
257 long arg3 ;
260 long arg6 ;
261 long arg7 ;
262 long arg8 ;
263 long ncoords;
264 long s_byte_stride, t_byte_stride;
[all …]
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/vmscan/mm_shrink_slab_start/
Dformat11 field:long nr_objects_to_shrink; offset:24; size:8; signed:1;
13 field:unsigned long pgs_scanned; offset:40; size:8; signed:0;
14 field:unsigned long lru_pgs; offset:48; size:8; signed:0;
15 field:unsigned long cache_items; offset:56; size:8; signed:0;
16 field:unsigned long long delta; offset:64; size:8; signed:0;
17 field:unsigned long total_scan; offset:72; size:8; signed:0;
19long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/vmscan/mm_shrink_slab_start/
Dformat11 field:long nr_objects_to_shrink; offset:16; size:4; signed:1;
13 field:unsigned long pgs_scanned; offset:24; size:4; signed:0;
14 field:unsigned long lru_pgs; offset:28; size:4; signed:0;
15 field:unsigned long cache_items; offset:32; size:4; signed:0;
16 field:unsigned long long delta; offset:40; size:8; signed:0;
17 field:unsigned long total_scan; offset:48; size:4; signed:0;
19long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/vmscan/mm_shrink_slab_start/
Dformat12 field:long nr_objects_to_shrink; offset:32; size:8; signed:1;
14 field:unsigned long pgs_scanned; offset:48; size:8; signed:0;
15 field:unsigned long lru_pgs; offset:56; size:8; signed:0;
16 field:unsigned long cache_items; offset:64; size:8; signed:0;
17 field:unsigned long long delta; offset:72; size:8; signed:0;
18 field:unsigned long total_scan; offset:80; size:8; signed:0;
20long)((((((( gfp_t)(0x400000u|0x2000000u)) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u…
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/vmscan/mm_shrink_slab_start/
Dformat12 field:long nr_objects_to_shrink; offset:20; size:4; signed:1;
14 field:unsigned long pgs_scanned; offset:28; size:4; signed:0;
15 field:unsigned long lru_pgs; offset:32; size:4; signed:0;
16 field:unsigned long cache_items; offset:36; size:4; signed:0;
17 field:unsigned long long delta; offset:40; size:8; signed:0;
18 field:unsigned long total_scan; offset:48; size:4; signed:0;
20long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/alloc_pages_sys_start/
Dformat12long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/alloc_pages_iommu_start/
Dformat12long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/alloc_pages_iommu_end/
Dformat12long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/alloc_pages_sys_fail/
Dformat12long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/alloc_pages_sys_end/
Dformat12long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kmem/alloc_pages_iommu_fail/
Dformat12long)(((( gfp_t)0x10u) | (( gfp_t)0x40u) | (( gfp_t)0x80u) | (( gfp_t)0x20000u) | (( gfp_t)0x02u) …

12345678910>>...191