Searched defs:back (Results 1 - 25 of 139) sorted by last modified time

123456

/external/zlib/src/examples/
H A Dgzlog.c122 one byte back from the block length.
134 - First stored block start as the number of bits back from the final stored
140 they are different, the numbers of bits back is known to be eight.) This
204 back, crc's, and lengths, and mark foo.gz as in process for a replacement
248 jmp_buf gzlog_jump; /* where to go back to */
295 int back; /* location of first block id in bits back from first */ member in struct:log
325 5 /* op is NO_OP, last bit 8 bits back */
427 log->back = 3 + (buf[HEAD + 34] & 7);
449 ext[34] = log->back
464 int back, len, mask; local
[all...]
/external/zlib/src/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng_util.cpp45 end = &png.back() + 1;
67 end = &png.back() + 1;
109 end = &png.back() + 1;
168 end = &png.back() + 1;
373 zlibinfo->back().btype = BTYPE;
378 zlibinfo->back().compressedbits = bp - bpstart;
379 zlibinfo->back().uncompressedbytes = uncomprblocksize;
417 zlibinfo->back().hlit = HLIT - 257;
418 zlibinfo->back().hdist = HDIST - 1;
419 zlibinfo->back()
514 size_t start = pos, back = start - dist; //backwards local
[all...]
/external/stlport/stlport/stl/
H A D_bvector.h666 reference back() { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
667 const_reference back() const { return *(end() - 1); } function in class:__BVECTOR_QUALIFIED
H A D_deque.h459 reference back() { function in class:deque
465 const_reference back() const { function in class:deque
H A D_list.h387 reference back() { return *(--end()); } function in class:list
388 const_reference back() const { return *(--end()); } function in class:list
H A D_queue.h98 reference back() { return c.back(); } function in class:queue
99 const_reference back() const { return c.back(); } function in class:queue
H A D_rope.h559 * RopeFunction, whose char_producer points back to the rope itself.
1515 _CharT back() const { function in class:rope
H A D_vector.h207 reference back() { return *(end() - 1); } function in class:vector
208 const_reference back() const { return *(end() - 1); } function in class:vector
302 //As the vector container is a back insert oriented container it
/external/stlport/stlport/stl/debug/
H A D_list.h188 reference back() { function in class:list
192 const_reference back() const { function in class:list
/external/stlport/stlport/stl/pointers/
H A D_deque.h150 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); } function in class:deque
152 const_reference back() const { return cast_traits::to_value_type_cref(_M_impl.back()); } function in class:deque
H A D_list.h170 reference back() { return *(--end()); } function in class:list
171 const_reference back() const { return *(--end()); } function in class:list
H A D_vector.h100 reference back() { return cast_traits::to_value_type_ref(_M_impl.back()); } function in class:vector
101 const_reference back() const { return cast_traits::to_value_type_cref(_M_impl.back()); } function in class:vector
/external/skia/src/core/
H A DSkClipStack.cpp569 Element* element = (Element*)fDeque.back();
588 Element* element = (Element*)fDeque.back();
602 Element* element = (Element*)fDeque.back();
666 // Use reverse iterator instead of back because Rect path may need previous
703 prior = (Element*) fDeque.back();
726 Element* element = (Element*) fDeque.back();
733 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
841 const Element* back = static_cast<const Element*>(fDeque.back()); local
842 if (kInsideOut_BoundsType == back
[all...]
/external/skia/src/gpu/
H A DGrAllocator.h53 SkASSERT(NULL == fBlocks.back());
55 fBlocks.back() = initialBlock;
111 void* back() { function in class:GrAllocator
119 const void* back() const { function in class:GrAllocator
213 T& back() { function in class:GrTAllocator
214 return *(T*)fAllocator.back();
220 const T& back() const { function in class:GrTAllocator
221 return *(const T*)fAllocator.back();
H A DGrBufferAllocPool.cpp58 GrGeometryBuffer* buffer = fBlocks.back().fBuffer;
81 GrGeometryBuffer* buffer = fBlocks.back().fBuffer;
108 BufferBlock& block = fBlocks.back();
113 this->flushCpuData(fBlocks.back().fBuffer, flushSize);
124 if (fBlocks.back().fBuffer->isMapped()) {
125 GrGeometryBuffer* buf = fBlocks.back().fBuffer;
131 SkASSERT(fBlocks.empty() || !fBlocks.back().fBuffer->isMapped());
163 BufferBlock& back = fBlocks.back(); local
164 size_t usedBytes = back
192 BufferBlock& back = fBlocks.back(); local
203 const BufferBlock& back = fBlocks.back(); local
[all...]
H A DGrClipMaskCache.h28 GrClipStackFrame* temp = (GrClipStackFrame*) fStack.back();
39 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local
43 if (back->fLastMask.texture() &&
44 back->fLastBound == bounds &&
45 back->fLastClipGenID == clipGenID) {
58 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local
60 back->reset();
75 GrClipStackFrame* back local
98 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local
110 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local
124 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local
136 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local
152 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local
169 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); local
[all...]
/external/skia/include/core/
H A DSkDeque.h41 const void* back() const { return fBack; } function in class:SkDeque
47 void* back() { function in class:SkDeque
48 return (void*)((const SkDeque*)this)->back();
H A DSkTArray.h260 * Pushes or pops from the back to resize. Pushes will be default
311 T& back() { SkASSERT(fCount); return fItemArray[fCount - 1];} function in class:SkTArray
313 const T& back() const { SkASSERT(fCount > 0); return fItemArray[fCount - 1];} function in class:SkTArray
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/qemu/android/skin/
H A Dwindow.c42 background_done( Background* back )
44 skin_image_unref( &back->image );
48 background_init( Background* back, SkinBackground* sback, SkinLocation* loc, SkinRect* frame ) argument
52 back->image = skin_image_rotate( sback->image, loc->rotation );
57 back->origin = r.pos;
58 skin_rect_intersect( &back->rect, &r, frame );
62 background_redraw( Background* back, SkinRect* rect, SDL_Surface* surface ) argument
66 if (skin_rect_intersect( &r, rect, &back->rect ) )
75 rs.x = r.pos.x - back->origin.x;
76 rs.y = r.pos.y - back
649 button_init( Button* button, SkinButton* sbutton, SkinLocation* loc, Background* back, SkinRect* frame, SkinLayout* slayout ) argument
911 Background* back = NULL; local
1604 Background* back = layout->backgrounds; local
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrtran.c937 png_color back, back_1; local
943 back.red = png_ptr->gamma_table[png_ptr->background.red];
944 back.green = png_ptr->gamma_table[png_ptr->background.green];
945 back.blue = png_ptr->gamma_table[png_ptr->background.blue];
974 gs = 1.0; /* back */
979 back.red = (png_byte)png_ptr->background.red;
980 back.green = (png_byte)png_ptr->background.green;
981 back.blue = (png_byte)png_ptr->background.blue;
985 back.red = (png_byte)(pow(
987 back
1133 png_color back; local
2631 png_color back, back_1; local
2758 png_color back; local
[all...]
H A Dpngwutil.c1133 png_write_bKGD(png_structp png_ptr, png_color_16p back, int color_type) argument
1149 back->index >= png_ptr->num_palette)
1154 buf[0] = back->index;
1159 png_save_uint_16(buf, back->red);
1160 png_save_uint_16(buf + 2, back->green);
1161 png_save_uint_16(buf + 4, back->blue);
1172 if (back->gray >= (1 << png_ptr->bit_depth))
1178 png_save_uint_16(buf, back->gray);
/external/qemu/distrib/zlib-1.2.8/
H A Dinflate.h102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state

Completed in 324 milliseconds

123456