HomeSort by relevance Sort by last modified time
    Searched full:last (Results 951 - 975 of 13702) sorted by null

<<31323334353637383940>>

  /external/openfst/src/include/fst/
intersect.h 150 nopts.gc_limit = 0; // Cache only the last state for fastest copy.
154 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
158 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
162 iopts.gc_limit = 0; // Cache only the last state for fastest copy.
  /external/openssh/regress/
forwarding.sh 10 last=$PORT
16 c=$last
19 last=$a
28 ${SSH} -$q -F $OBJ/ssh_config -p$last -o 'ConnectionAttempts=4' \
scp-ssh-wrapper.sh 19 # Discard all but last argument. We use arg later.
  /external/openssh/
sshlogin.c 67 * Returns the time when the user last logged in. Returns 0 if the
83 * Generate and store last login message. This must be done before
110 snprintf(buf, sizeof(buf), "Last login: %s\r\n",
113 snprintf(buf, sizeof(buf), "Last login: %s from %s\r\n",
  /external/openssl/crypto/rc2/
version 5 this last parameter, 'bits'. It the key is 128 bits, BSAFE
  /external/oprofile/libpp/
profile.cpp 172 ordered_samples_t::const_iterator last = local
176 const_iterator(last, start_offset));
183 ordered_samples_t::const_iterator last = ordered_samples.end(); local
186 const_iterator(last, start_offset));
  /external/oprofile/m4/
docbook.m4 14 # Last resort - try net
  /external/oprofile/module/
compat.c 3 * This file is intended to be up-to-date with the last linux version and
compat.h 3 * This file is intended to be up-to-date with the last linux version and
  /external/protobuf/gtest/samples/
sample3-inl.h 109 // Gets the last element of the queue, or NULL if the queue is empty.
110 QueueNode<E> * Last() { return last_; }
111 const QueueNode<E> * Last() const { return last_; }
165 QueueNode<E> * last_; // The last node of the queue.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CDPlayTracks.3 13 \fBstart_frame\fR is the frame offset, from the beginning of the \fBstart_track\fR, at which to start\&. \fBnframes\fR is the frame offset, from the beginning of the last track (\fBstart_track\fR+\fBntracks\fR), at which to end playing\&.
  /external/qemu/slirp-android/
misc.h 13 int ex_addr; /* The last byte of the address */
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmwin.h 40 /* Repaint the window with the last frame which was rendered. */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMWIN.H 40 /* Repaint the window with the last frame which was rendered. */
  /external/quake/quake/src/WinQuake/
render.h 47 double msgtime; // time of last update
48 vec3_t msg_origins[2]; // last two updates (0 is newest)
50 vec3_t msg_angles[2]; // last two updates (0 is newest)
59 int visframe; // last frame this entity was
  /external/replicaisland/src/com/replica/replicaisland/
BaseObject.java 34 * @param timeDelta The duration since the last update (in seconds).
  /external/skia/include/core/
SkMallocPixelRef.h 21 last owner of this pixelref is gone. If addr is NULL, sk_malloc_throw()
  /external/skia/legacy/include/core/
SkMallocPixelRef.h 21 last owner of this pixelref is gone. If addr is NULL, sk_malloc_throw()
  /external/skia/legacy/src/animator/
SkDisplayEvent.h 57 SkKey fLastCode; // last key to trigger this event
  /external/skia/src/animator/
SkDisplayEvent.h 57 SkKey fLastCode; // last key to trigger this event
  /external/skia/src/gpu/
GrAllocator.h 95 * access last item, only call if count() != 0
103 * access last item, only call if count() != 0
201 * access last item, only call if count() != 0
208 * access last item, only call if count() != 0
GrStencilBuffer.h 33 // called to note the last clip drawn to this buffer.
  /external/skia/tools/
picture_utils.h 31 // Returns the last part of the path (file name or leaf directory name)
  /external/srtp/googlepatches/
google-5-buffer-overflow.patch 23 /* force last two octets of the offset to zero (for srtp compatibility) */
  /external/v8/test/cctest/
test-list.cc 109 CHECK_EQ(1, list.last());
115 CHECK_EQ(3, list.last());
118 CHECK_EQ(2, list.last());
126 CHECK_EQ(j, list.last());

Completed in 670 milliseconds

<<31323334353637383940>>