/external/valgrind/coregrind/ |
D | pub_core_libcfile.h | 43 extern Int VG_(safe_fd) ( Int oldfd ); 44 extern Int VG_(fcntl) ( Int fd, Int cmd, Addr arg ); 47 extern Bool VG_(resolve_filename) ( Int fd, const HChar** buf ); 50 extern Long VG_(fsize) ( Int fd ); 63 extern Int VG_(connect_via_socket)( const HChar* str ); 70 extern Int VG_(socket) ( Int domain, Int type, Int protocol ); 72 extern Int VG_(write_socket)( Int sd, const void *msg, Int count ); 73 extern Int VG_(getsockname) ( Int sd, struct vki_sockaddr *name, Int *namelen ); 74 extern Int VG_(getpeername) ( Int sd, struct vki_sockaddr *name, Int *namelen ); 75 extern Int VG_(getsockopt) ( Int sd, Int level, Int optname, [all …]
|
D | pub_core_libcsignal.h | 46 extern Int VG_(sigfillset) ( vki_sigset_t* set ); 47 extern Int VG_(sigemptyset) ( vki_sigset_t* set ); 54 extern Int VG_(sigaddset) ( vki_sigset_t* set, Int signum ); 56 extern Int VG_(sigismember) ( const vki_sigset_t* set, Int signum ); 66 extern Int VG_(sigaction) ( Int signum, 78 extern Int VG_(kill) ( Int pid, Int signo ); 79 extern Int VG_(tkill) ( Int lwpid, Int signo ); 90 extern Int VG_(sigtimedwait_zero)( const vki_sigset_t *, vki_siginfo_t * );
|
D | m_debuglog.c | 78 static UInt local_sys_write_stderr ( const HChar* buf, Int n ) in local_sys_write_stderr() 80 Int result; in local_sys_write_stderr() 112 static UInt local_sys_write_stderr ( const HChar* buf, Int n ) in local_sys_write_stderr() 155 static UInt local_sys_write_stderr ( const HChar* buf, Int n ) in local_sys_write_stderr() 157 volatile Int block[2]; in local_sys_write_stderr() 158 block[0] = (Int)buf; in local_sys_write_stderr() 198 static UInt local_sys_write_stderr ( const HChar* buf, Int n ) in local_sys_write_stderr() 222 return (UInt)(Int)block[0]; in local_sys_write_stderr() 241 static UInt local_sys_write_stderr ( const HChar* buf, Int n ) in local_sys_write_stderr() 243 volatile Int block[2]; in local_sys_write_stderr() [all …]
|
D | m_libcfile.c | 55 Int VG_(safe_fd)(Int oldfd) in VG_() 57 Int newfd; in VG_() 79 Bool VG_(resolve_filename) ( Int fd, const HChar** result ) in VG_() 139 SysRes VG_(mknod) ( const HChar* pathname, Int mode, UWord dev ) in VG_() 157 SysRes VG_(open) ( const HChar* pathname, Int flags, Int mode ) in VG_() 178 Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode) in VG_() 188 void VG_(close) ( Int fd ) in VG_() 200 Int VG_(read) ( Int fd, void* buf, Int count) in VG_() 202 Int ret; in VG_() 211 ret = - (Int)(Word)sr_Err(res); in VG_() [all …]
|
D | m_libcsignal.c | 64 Int VG_(sigfillset)( vki_sigset_t* set ) in VG_() 66 Int i; in VG_() 74 Int VG_(sigemptyset)( vki_sigset_t* set ) in VG_() 76 Int i; in VG_() 86 Int i; in VG_() 105 Int i; in VG_() 124 Int i; in VG_() 142 Int VG_(sigaddset)( vki_sigset_t* set, Int signum ) in VG_() 153 Int VG_(sigdelset)( vki_sigset_t* set, Int signum ) in VG_() 164 Int VG_(sigismember) ( const vki_sigset_t* set, Int signum ) in VG_() [all …]
|
D | m_clientstate.c | 67 Int VG_(cl_exec_fd) = -1; 70 Int VG_(cl_cmdline_fd) = -1; 73 Int VG_(cl_auxv_fd) = -1; 77 Int VG_(cl_psinfo_fd) = -1; 91 Int VG_(args_for_valgrind_noexecpass) = 0; 106 Int VG_(fd_soft_limit) = -1; 107 Int VG_(fd_hard_limit) = -1; 128 Int* VG_(vfork_fildes_addr) = 0;
|
D | m_sparsewa.c | 58 Int nInUse; 67 Int nInUse; 68 Int level; /* 3 .. 1 on 32-bit, 7 .. 1 on 64-bit */ 75 Int curr_ix; 77 Int resume_point; /* 1, 2 or 3 */ 87 Int isUsed; 118 static void swa_PUSH ( SparseWA* swa, UWord partial_key, Int curr_ix, in swa_PUSH() 119 void* curr_nd, Int resume_point ) in swa_PUSH() 121 Int sp = swa->isUsed; in swa_PUSH() 122 const Int _3_or_7 = sizeof(void*) - 1; in swa_PUSH() [all …]
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 38 type Int is new Interfaces.C.int; 45 type Int_Access is access Int; 125 function Deflate (strm : Z_Streamp; flush : Int) return Int; 127 function DeflateEnd (strm : Z_Streamp) return Int; 129 function Inflate (strm : Z_Streamp; flush : Int) return Int; 131 function InflateEnd (strm : Z_Streamp) return Int; 137 return Int; 139 function deflateCopy (dest : Z_Streamp; source : Z_Streamp) return Int; 142 function deflateReset (strm : Z_Streamp) return Int; -- zlib.h:495 146 level : Int; [all …]
|
D | zlib-thin.adb | 15 Z_Stream_Size : constant Int := Z_Stream'Size / System.Storage_Unit; 41 level : Int; 42 method : Int; 43 windowBits : Int; 44 memLevel : Int; 45 strategy : Int) 46 return Int is 63 function Inflate_Init (strm : Z_Streamp; windowBits : Int) return Int is
|
/external/valgrind/include/ |
D | pub_tool_libcfile.h | 74 extern SysRes VG_(mknod) ( const HChar* pathname, Int mode, UWord dev ); 75 extern SysRes VG_(open) ( const HChar* pathname, Int flags, Int mode ); 78 extern Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode); 79 extern void VG_(close) ( Int fd ); 80 extern Int VG_(read) ( Int fd, void* buf, Int count); 81 extern Int VG_(write) ( Int fd, const void* buf, Int count); 82 extern Int VG_(pipe) ( Int fd[2] ); 83 extern Off64T VG_(lseek) ( Int fd, Off64T offset, Int whence ); 86 extern Int VG_(fstat) ( Int fd, struct vg_stat* buf ); 87 extern SysRes VG_(dup) ( Int oldfd ); [all …]
|
D | pub_tool_libcproc.h | 70 extern Int VG_(waitpid)( Int pid, Int *status, Int options ); 71 extern Int VG_(system) ( const HChar* cmd ); 72 extern Int VG_(spawn) ( const HChar *filename, const HChar **argv ); 73 extern Int VG_(fork) ( void); 75 extern Int VG_(sysctl) ( Int *name, UInt namelen, void *oldp, SizeT *oldlenp, void *newp, SizeT ne… 81 extern Int VG_(getrlimit) ( Int resource, struct vki_rlimit *rlim ); 82 extern Int VG_(setrlimit) ( Int resource, const struct vki_rlimit *rlim ); 83 extern Int VG_(prctl) (Int option, 90 extern Int VG_(gettid) ( void ); 91 extern Int VG_(getpid) ( void ); [all …]
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | priv_aspacemgr.h | 69 extern void ML_(am_exit) ( Int status ); 78 Int line, 88 extern Int ML_(am_getpid)( void ); 112 extern SysRes ML_(am_open) ( const HChar* pathname, Int flags, Int mode ); 113 extern void ML_(am_close) ( Int fd ); 114 extern Int ML_(am_read) ( Int fd, void* buf, Int count); 115 extern Int ML_(am_readlink) ( const HChar* path, HChar* buf, UInt bufsiz ); 116 extern Int ML_(am_fcntl) ( Int fd, Int cmd, Addr arg ); 121 Bool ML_(am_get_fd_d_i_m)( Int fd, 126 Bool ML_(am_resolve_filename) ( Int fd, /*OUT*/HChar* buf, Int nbuf ); [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_storage.h | 255 Int cfa_off; 256 Int ra_off; 257 Int sp_off; 258 Int bp_off; 271 Int cfa_off; 272 Int ra_off; 273 Int r14_off; 274 Int r13_off; 275 Int r12_off; 276 Int r11_off; [all …]
|
/external/valgrind/callgrind/ |
D | global.h | 96 Int separate_callers; /* Separate dependent on how many callers? */ 97 Int separate_recursions; /* Max level of recursions to separate */ 118 Int verbose; 144 Int context_counter; 145 Int bb_retranslations; 147 Int distinct_objs; 148 Int distinct_files; 149 Int distinct_fns; 150 Int distinct_contexts; 151 Int distinct_bbs; [all …]
|
D | events.h | 50 Int size; 69 Int count; 70 Int size; 71 Int offset[MAX_EVENTGROUP_COUNT]; 75 EventSet* CLG_(get_event_set)(Int id); 76 EventSet* CLG_(get_event_set2)(Int id1, Int id2); 77 EventSet* CLG_(add_event_group)(EventSet*, Int id); 78 EventSet* CLG_(add_event_group2)(EventSet*, Int id1, Int id2); 109 Int group; 110 Int index; [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | IntervalIterator.h | 68 inline void addNodeToInterval(Interval *Int, BasicBlock *BB) { in addNodeToInterval() argument 69 Int->Nodes.push_back(BB); in addNodeToInterval() 79 inline void addNodeToInterval(Interval *Int, Interval *I) { in addNodeToInterval() argument 81 Int->Nodes.insert(Int->Nodes.end(), I->Nodes.begin(), I->Nodes.end()); in addNodeToInterval() 180 Interval *Int = new Interval(Header); in ProcessInterval() local 185 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval() 187 IntStack.push_back(std::make_pair(Int, succ_begin(Int))); in ProcessInterval() 200 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() argument 201 assert(Int && "Null interval == bad!"); in ProcessNode() 207 if (Int->contains(NodeHeader)) { // Already in this interval... in ProcessNode() [all …]
|
/external/valgrind/VEX/priv/ |
D | host_generic_reg_alloc2.c | 164 Int findMostDistantlyMentionedVReg ( in findMostDistantlyMentionedVReg() 166 Int search_from_instr, in findMostDistantlyMentionedVReg() 167 Int num_instrs, in findMostDistantlyMentionedVReg() 169 Int n_state in findMostDistantlyMentionedVReg() 172 Int k, m; in findMostDistantlyMentionedVReg() 173 Int furthest_k = -1; in findMostDistantlyMentionedVReg() 174 Int furthest = -1; in findMostDistantlyMentionedVReg() 208 static void ensureRRLRspace_SLOW ( RRegLR** info, Int* size, Int used ) in ensureRRLRspace_SLOW() 210 Int k; in ensureRRLRspace_SLOW() 222 static void ensureRRLRspace ( RRegLR** info, Int* size, Int used ) in ensureRRLRspace() [all …]
|
/external/valgrind/VEX/pub/ |
D | libvex.h | 294 Int ppc_icache_line_szB; 356 Int guest_stack_redzone_size; 433 Int iropt_verbosity; 436 Int iropt_level; 448 Int iropt_unroll_thresh; 452 Int guest_max_insns; 458 Int guest_chase_thresh; 502 Int total_sizeB; 504 Int offset_SP; 505 Int sizeof_SP; /* 4 or 8 */ [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
D | p7-1y.cpp | 17 using Int = int; typedef 25 using Int = decltype(x3a); typedef 26 using Int = decltype(x3d); typedef 30 using Int = decltype(x4a); typedef 35 using Int = decltype(x5a); typedef 71 using Int = decltype(f1a()); typedef 72 using Int = decltype(f1d()); typedef 76 using Int = decltype(f2a(0)); typedef 77 using Int = decltype(f2d(0)); typedef 81 using Int = decltype(f3a(0)); typedef [all …]
|
/external/clang/test/PCH/ |
D | cxx-templates.cpp | 83 struct Int { struct 84 Int(int); 85 friend Int operator+(Int, Int); 87 Int &g(Int, int, double); 88 Int &test = NestedExpansion<char, char, char>().f(0, 1, 2, Int(3), 4, 5.0);
|
/external/valgrind/coregrind/m_ume/ |
D | main.c | 50 Int (*load_fn)(Int fd, const HChar *name, ExeInfo *info); 68 VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd, Bool allow_setuid) in VG_() 70 Int fd, ret, i; in VG_() 137 Int VG_(do_exec_inner)(const HChar* exe, ExeInfo* info) in VG_() 140 Int fd; in VG_() 141 Int ret; in VG_() 163 Int fd = sr_Res(res); in is_hash_bang_file() 164 Int n = VG_(read)(fd, buf, 2); in is_hash_bang_file() 179 Int fd = sr_Res(res); in is_binary_file() 180 Int n = VG_(read)(fd, buf, 80); in is_binary_file() [all …]
|
/external/clang/test/Sema/ |
D | cast.c | 20 typedef int Int; typedef 33 (void) (Int) v; in testBool() 45 void testInt(Int v) { in testInt() 47 (void) (Int) v; in testInt() 69 (void) (Int) v; in testLong() 83 (void) (Int) v; in testFloat() 95 (void) (Int) v; in testDouble() 107 (void) (Int) v; in testCI() 119 (void) (Int) v; in testCLong() 131 (void) (Int) v; in testCFloat() [all …]
|
/external/libedit/src/ |
D | vi.c | 54 private el_action_t cv_action(EditLine *, Int); 55 private el_action_t cv_paste(EditLine *, Int); 61 cv_action(EditLine *el, Int c) in cv_action() 66 if (c != (Int)el->el_chared.c_vcmd.action) in cv_action() 93 cv_paste(EditLine *el, Int c) in cv_paste() 125 vi_paste_next(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_next() 138 vi_paste_prev(EditLine *el, Int c __attribute__((__unused__))) in vi_paste_prev() 151 vi_prev_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_big_word() 176 vi_prev_word(EditLine *el, Int c __attribute__((__unused__))) in vi_prev_word() 201 vi_next_big_word(EditLine *el, Int c __attribute__((__unused__))) in vi_next_big_word() [all …]
|
/external/valgrind/exp-sgcheck/tests/ |
D | bad_percentify.c | 13 typedef signed int Int; typedef 43 struct { Int fd; Bool is_socket; } 51 void send_bytes_to_logging_sink ( OutputSink* sink, HChar* msg, Int nbytes ) in send_bytes_to_logging_sink() 63 Int buf_used; 129 static Bool toBool ( Int x ) { in toBool() 130 Int r = (x == 0) ? False : True; in toBool() 135 static Int local_strlen ( const HChar* str ) in local_strlen() 137 Int i = 0; in local_strlen() 179 Int flags, in myvprintf_str() 180 Int width, in myvprintf_str() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 301 const llvm::APSInt& Int, 305 const llvm::APSInt& Int, 309 const llvm::APSInt& Int, 313 const llvm::APSInt& Int, 317 const llvm::APSInt& Int, 321 const llvm::APSInt& Int, 345 const llvm::APSInt &Int, 348 const llvm::APSInt &Int, 351 const llvm::APSInt &Int, 353 RangeSet getSymLERange(const RangeSet &RS, const llvm::APSInt &Int, [all …]
|