HomeSort by relevance Sort by last modified time
    Searched defs:back (Results 351 - 375 of 721) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 358 p.back()
361 p.back() // Put back the '('.
365 p.back()
571 p.back()
1113 func (p *Parser) back() { func
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 358 p.back()
361 p.back() // Put back the '('.
365 p.back()
571 p.back()
1113 func (p *Parser) back() { func
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_containers.hpp 83 reference back() { return v_.back(); } function in class:nasty_vector
84 const_reference back() const { return v_.back(); } function in class:nasty_vector
199 reference back() { return l_.back(); } function in class:nasty_list
200 const_reference back() const { return l_.back(); } function in class:nasty_list
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
string_piece.h 51 end_ = &(str.back()) + 1;
247 const char& back() const { function in class:shaderc_util::string_piece
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 17 package com.android.dx.ssa.back;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
inflate.h 102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
gzio.c 71 int back; /* one character push-back */ member in struct:gz_stream
72 int last; /* true if push-back is last character */
122 s->back = EOF;
412 if (s->stream.avail_out && s->back != EOF) {
413 *next_out++ = s->back;
416 s->back = EOF;
513 Push one byte back onto the stream.
521 if (s == NULL || s->mode != 'r' || c == EOF || s->back != EOF) return EOF;
522 s->back = c;
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.h 83 z_streamp strm; /* pointer back to this zlib stream */
105 unsigned offset; /* distance back to copy string from */
123 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
  /external/curl/lib/
http.h 143 struct back { struct in struct:HTTP
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 149 OperandInfo &back() { return OperandList.back(); } function in class:llvm::CGIOperandList
150 const OperandInfo &back() const { return OperandList.back(); } function in class:llvm::CGIOperandList
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.h 84 struct ilo_state_cc_stencil_op_info back; member in struct:ilo_state_cc_stencil_info
  /external/python/cpython2/Modules/zlib/
inflate.h 102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
  /external/python/cpython3/Modules/zlib/
inflate.h 83 z_streamp strm; /* pointer back to this zlib stream */
105 unsigned offset; /* distance back to copy string from */
123 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
  /external/selinux/libselinux/src/
label_file.h 12 * expression back-end when we started supporting PCRE2. regex.h defines a
200 int front, back; local
207 /* first move the exact pathnames to the back */
209 back = data->nspec - 1;
214 memcpy(&spec_copy[back--], &data->spec_arr[i], len);
220 * that part of the array switching the front and back element.
222 back = data->nspec - 1;
223 while (front < back) {
226 /* move the back to the front */
227 memcpy(&spec_copy[front], &spec_copy[back], len)
    [all...]
  /external/skia/src/core/
SkClipStack.cpp 638 Element* element = (Element*)fDeque.back();
657 Element* element = (Element*)fDeque.back();
685 Element* element = (Element*)fDeque.back();
784 // Use reverse iterator instead of back because Rect path may need previous
823 prior = (Element*) fDeque.back();
864 Element* element = (Element*) fDeque.back();
871 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
972 const Element* back = static_cast<const Element*>(fDeque.back()); local
1022 const Element* back = static_cast<const Element*>(fDeque.back()); local
    [all...]
  /external/skqp/src/core/
SkClipStack.cpp 638 Element* element = (Element*)fDeque.back();
657 Element* element = (Element*)fDeque.back();
685 Element* element = (Element*)fDeque.back();
784 // Use reverse iterator instead of back because Rect path may need previous
823 prior = (Element*) fDeque.back();
864 Element* element = (Element*) fDeque.back();
871 ((Element*)fDeque.back())->fGenID = kEmptyGenID;
972 const Element* back = static_cast<const Element*>(fDeque.back()); local
1022 const Element* back = static_cast<const Element*>(fDeque.back()); local
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Trie.h 150 inline const Node* &back() const { return Children.back(); } function in class:llvm::Trie::Node
151 inline Node* &back() { return Children.back(); } function in class:llvm::Trie::Node
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
Archive.h 248 inline const ArchiveMember& back() const { return members.back(); } function in class:llvm::Archive
249 inline ArchiveMember& back() { return members.back(); } function in class:llvm::Archive
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 365 const BasicBlock &back() const { return BasicBlocks.back(); } function in class:llvm::Function
366 BasicBlock &back() { return BasicBlocks.back(); } function in class:llvm::Function
427 /// other than direct calls or invokes to it. Optionally passes back the
  /external/syslinux/com32/lib/zlib/
inflate.h 102 unsigned offset; /* distance back to copy string from */
120 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
  /external/zlib/src/examples/
gzlog.c 122 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 - 3 + (op << 3)
464 int back, len, mask; local
    [all...]
  /external/zlib/src/
inflate.h 83 z_streamp strm; /* pointer back to this zlib stream */
105 unsigned offset; /* distance back to copy string from */
123 int back; /* bits back of last unprocessed length/lit */ member in struct:inflate_state
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 170 const_reference back() const { return m_OutputSectCmds.back(); } function in class:mcld::OutputSectDesc
171 reference back() { return m_OutputSectCmds.back(); } function in class:mcld::OutputSectDesc
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
ConnectState.java 81 stateMachine.back();
WifiSetupActivity.java 307 mStateMachine.back();

Completed in 603 milliseconds

<<11121314151617181920>>