/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 …]
|
/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 …]
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 45 virtual void setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w) = 0; 46 virtual void applyShader(Int cMask[4]) = 0; 47 virtual Bool alphaTest(Int cMask[4]) = 0; 48 …d rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int c… 50 …er<Byte> cBuffer[4], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], Int &x, Int &y); 52 void alphaTest(Int &aMask, Short4 &alpha); 53 void alphaToCoverage(Int cMask[4], Float4 &alpha); 58 void alphaBlend(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 59 void logicOperation(int index, Pointer<Byte> &cBuffer, Vector4s ¤t, Int &x); 60 …id writeColor(int index, Pointer<Byte> &cBuffer, Int &i, Vector4s ¤t, Int &sMask, Int &zMask… [all …]
|
D | SetupRoutine.cpp | 65 Array<Int> X(16); in generate() 66 Array<Int> Y(16); in generate() 68 X[0] = *Pointer<Int>(v0 + OFFSET(Vertex,X)); in generate() 69 X[1] = *Pointer<Int>(v1 + OFFSET(Vertex,X)); in generate() 70 X[2] = *Pointer<Int>(v2 + OFFSET(Vertex,X)); in generate() 72 Y[0] = *Pointer<Int>(v0 + OFFSET(Vertex,Y)); in generate() 73 Y[1] = *Pointer<Int>(v1 + OFFSET(Vertex,Y)); in generate() 74 Y[2] = *Pointer<Int>(v2 + OFFSET(Vertex,Y)); in generate() 76 Int d = 1; // Winding direction in generate() 96 Int w0w1w2 = *Pointer<Int>(v0 + pos * 16 + 12) ^ in generate() [all …]
|
D | PixelProgram.hpp | 51 virtual void setBuiltins(Int &x, Int &y, Float4(&z)[4], Float4 &w); 52 virtual void applyShader(Int cMask[4]); 53 virtual Bool alphaTest(Int cMask[4]); 54 …d rasterOperation(Float4 &fog, Pointer<Byte> cBuffer[4], Int &x, Int sMask[4], Int zMask[4], Int c… 70 Array<Int, 4> aL; 71 Array<Int, 4> increment; 72 Array<Int, 4> iteration; 74 Int loopDepth; // FIXME: Add support for switch 75 Int stackIndex; // FIXME: Inc/decrement callStack 79 Int enableIndex; [all …]
|
/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/swiftshader/src/Main/ |
D | FrameBuffer.cpp | 221 For(Int y = 0, y < height, y++) in copyRoutine() 226 Int x0 = 0; in copyRoutine() 233 Int x = x0; in copyRoutine() 276 Int rgb = Int(*Pointer<Short>(s)); in copyRoutine() 278 *Pointer<Int>(d) = 0xFF000000 | in copyRoutine() 298 *Pointer<Int>(d) = *Pointer<Int>(s); in copyRoutine() 303 Int rgba = *Pointer<Int>(s); in copyRoutine() 305 *Pointer<Int>(d) = ((rgba & Int(0x00FF0000)) >> 16) | in copyRoutine() 306 ((rgba & Int(0x000000FF)) << 16) | in copyRoutine() 307 (rgba & Int(0xFF00FF00)); in copyRoutine() [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/swiftshader/third_party/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 copy(I->Nodes.begin(), I->Nodes.end(), back_inserter(Int->Nodes)); in addNodeToInterval() 170 Interval *Int = new Interval(Header); in ProcessInterval() local 176 ProcessNode(Int, getSourceGraphNode(OrigContainer, *I)); in ProcessInterval() 178 IntStack.push_back(std::make_pair(Int, succ_begin(Int))); in ProcessInterval() 191 void ProcessNode(Interval *Int, NodeTy *Node) { in ProcessNode() argument 192 assert(Int && "Null interval == bad!"); in ProcessNode() 198 if (Int->contains(NodeHeader)) { // Already in this interval... in ProcessNode() [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/swiftshader/src/Renderer/ |
D | QuadRasterizer.cpp | 55 Int yMin = *Pointer<Int>(primitive + OFFSET(Primitive,yMin)); in generate() 56 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive,yMax)); in generate() 58 Int cluster2 = cluster + cluster; in generate() 92 void QuadRasterizer::rasterize(Int &yMin, Int &yMax) in rasterize() 102 …inter<Byte>>(data + OFFSET(DrawData,colorBuffer[index])) + yMin * *Pointer<Int>(data + OFFSET(Draw… in rasterize() 108 …zBuffer = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,depthBuffer)) + yMin * *Pointer<Int>(data… in rasterize() 113 …sBuffer = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData,stencilBuffer)) + yMin * *Pointer<Int>(da… in rasterize() 116 Int y = yMin; in rasterize() 120 …Int x0a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 0) * sizeof(Primi… in rasterize() 121 …Int x0b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 1) * sizeof(Primi… in rasterize() [all …]
|
D | Blitter.cpp | 143 c.xyz = Float(Int(*Pointer<Byte>(element))); in read() 147 c.w = Float(Int(*Pointer<Byte>(element))); in read() 151 c.x = Float(Int(*Pointer<SByte>(element))); in read() 156 c.x = Float(Int(*Pointer<Byte>(element))); in read() 160 c.x = Float(Int(*Pointer<Short>(element))); in read() 164 c.x = Float(Int(*Pointer<UShort>(element))); in read() 168 c.x = Float(Int(*Pointer<Int>(element))); in read() 172 c.x = Float(Int(*Pointer<UInt>(element))); in read() 192 c.z = Float(Int(*Pointer<Byte>(element + 0))); in read() 193 c.y = Float(Int(*Pointer<Byte>(element + 1))); in read() [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/boringssl/src/crypto/bn/ |
D | check_bn_tests.go | 30 Values map[string]*big.Int 62 valueInt, ok := new(big.Int).SetString(value, 16) 77 Values: make(map[string]*big.Int), 155 func checkResult(t test, expr, key string, r *big.Int) { argument 180 r := new(big.Int).Add(test.Values["A"], test.Values["B"]) 185 r := new(big.Int).Add(test.Values["A"], test.Values["A"]) 190 r := new(big.Int).Lsh(test.Values["A"], uint(test.Values["N"].Uint64())) 195 r := new(big.Int).Rsh(test.Values["A"], uint(test.Values["N"].Uint64())) 200 r := new(big.Int).Mul(test.Values["A"], test.Values["A"]) 205 r := new(big.Int).Mul(test.Values["A"], test.Values["B"]) [all …]
|
/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 …]
|