Searched defs:DiSlice (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_image.h157 /*--- DiSlice -- subranges within DiImages ---*/
165 DiSlice; typedef in typeref:struct:__anon31533
167 /* A DiSlice can also be INVALID, meaning it does not refer to any
169 #define DiSlice_INVALID ((DiSlice){NULL,DiOffT_INVALID,0})
171 static inline DiSlice mk_DiSlice ( DiImage* img, DiOffT ioff, DiOffT szB ) {
172 return (DiSlice){img, ioff, szB};
175 static inline Bool ML_(sli_is_valid)( DiSlice sli ) {
182 static inline DiSlice ML_(sli_from_cur)( DiCursor cur, DiOffT size ) {
193 static inline DiSlice ML_(sli_from_img)( DiImage* img ) {
208 static inline DiCursor ML_(cur_from_sli)( DiSlice s
[all...]

Completed in 526 milliseconds