Searched refs:back (Results 1 - 25 of 1647) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/masmx64/
H A Dinffasx64.asm209 mov rsi, r8 ; /* move in back to %rsi, toss from */
214 mov rsi, r8 ; /* move in back to %rsi, toss from */
342 mov rsi, r8 ; /* move in back to %esi, toss from */
367 ; /* put in, out, bits, and hold back into ar and pop esp */
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm95 db 'invalid distance too far back'
/external/zlib/src/contrib/pascal/
H A Dexample.pas304 (* Switch back to compressing mode: *)
/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.c33 * - Remove bit fields--back to byte structure for speed
53 * source file infback.c to provide a call-back interface to inflate for
124 state->back = -1;
1027 state->back = -1;
1030 state->back = 0;
1045 state->back += last.bits;
1048 state->back += here.bits;
1059 state->back = -1;
1075 state->back += state->extra;
1095 state->back
[all...]
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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_armv6.S88 ldrh r10, [r3], #-14 @ r3 back to &ubufQQpos2[*index2].
89 ldrh r4, [r9], #-16 @ r9 back to &coefficient[0].
/external/webrtc/src/modules/audio_processing/
H A Dprocessing_component.cc31 DestroyHandle(handles_.back());
/external/vixl/src/a64/
H A Dassembler-a64.cc2166 intptr_t distance = pc_ - literals_.back()->pc_;
H A Dassembler-a64.h1684 (pc_ < (literals_.back()->pc_ + kMaxLoadLiteralRange)));
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in75 print " -b --back Show stack/back trace\n";
234 elsif ($arg =~ /^(-b|--back)$/) {
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp1790 mus.back()->Lock();
1791 mus.back()->Unlock();
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S14 # test back-to-back rep/stosb's
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S14 # test back-to-back rep/stosb's
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.stderr.exp92 <auxwhat>Expected: stack array "la" of size 200 in frame 1 back from here</auxwhat>
/external/tremolo/Tremolo/
H A DbitwiseARM.s313 @ Store back the new position
347 @ Store back the new position
/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_stack.h84 reference top() { return c.back(); }
85 const_reference top() const { return c.back(); }
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_deque.h119 reference back() {
123 const_reference back() const {

Completed in 1850 milliseconds

1234567891011>>