HomeSort by relevance Sort by last modified time
    Searched refs:ahead (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/syslinux/lzo/src/
lzo1x_9x.c 376 min_gain(lzo_uint ahead, lzo_uint lit1, lzo_uint lit2, lzo_uint l1, lzo_uint l2, lzo_uint l3)
380 assert (ahead >= 1);
381 lazy_match_min_gain = ahead;
385 lit2 -= ahead;
395 lazy_match_min_gain -= (ahead - l3) * 2;
598 lzo_uint ahead; local
654 ahead = 0;
674 while (ahead < max_ahead && c->look > m_len)
683 ahead++;
687 assert(ii + lit + ahead == c->bp)
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_helpers.h 76 /* Forward/rewind appl_ptr so it becomes ahead of hw_ptr by fuzz samples.
100 * ahead - Number of frames appl_ptr should be ahead of hw_ptr.
104 int cras_alsa_resume_appl_ptr(snd_pcm_t *handle, snd_pcm_uframes_t ahead);
cras_alsa_helpers.c 263 int cras_alsa_resume_appl_ptr(snd_pcm_t *handle, snd_pcm_uframes_t ahead)
287 to_move = avail_frames - buffer_frames + ahead;
  /external/flatbuffers/docs/source/
README_TO_GENERATE_DOCS.md 30 *Note: The Go API Reference code must be generated ahead of time. For
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 25 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /prebuilts/go/darwin-x86/src/bytes/
bytes_arm64.go 43 // Give up on IndexByte, it isn't skipping ahead
bytes_generic.go 43 // Give up on IndexByte, it isn't skipping ahead
  /prebuilts/go/linux-x86/src/bytes/
bytes_arm64.go 43 // Give up on IndexByte, it isn't skipping ahead
bytes_generic.go 43 // Give up on IndexByte, it isn't skipping ahead
  /external/syslinux/gpxe/src/util/
nrv2b.c 1112 unsigned int ahead; local
1143 ahead = 0;
1163 while (ahead < max_ahead && c->look > m_len)
1170 ahead++;
1174 assert(ii + lit + ahead == c->bp);
1181 if (l1 + (int)(ahead + c->m_len - m_len) * 5 > l2 +
1182 (int)(ahead) * 9)
1186 lit += ahead;
1192 assert(ii + lit + ahead == c->bp);
1201 r = find_match(c,swd,m_len,1+ahead);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
profile-mode.rb 20 * LL(*). The LL(*) algorithm simply scans ahead until it sees
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java 608 // if we could look ahead, but we can't, so we use 'node' to
880 int ahead = offset+1; local
882 if (c == '\\' && ahead < length) {
883 int o[] = new int[] { ahead };
885 ahead = o[0];
888 offset = ahead;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 604 // if we could look ahead, but we can't, so we use 'node' to
876 int ahead = offset+1; local
878 if (c == '\\' && ahead < length) {
879 int o[] = new int[] { ahead };
881 ahead = o[0];
884 offset = ahead;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bv.go 96 // Jump i ahead to next word with bits.
  /prebuilts/go/darwin-x86/src/image/
format.go 36 // A reader is an io.Reader that can also peek ahead.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
bv.go 96 // Jump i ahead to next word with bits.
  /prebuilts/go/linux-x86/src/image/
format.go 36 // A reader is an io.Reader that can also peek ahead.
  /external/icu/icu4c/source/common/
ustring.cpp 1037 * sufficient to look ahead one because of UTF-16;
1038 * safe to look ahead one because at worst that would be the terminating NUL
1294 int32_t ahead = *offset + 1; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp_test.go 264 354 Go ahead
570 for !read || data[i] == "354 Go ahead" {
578 if data[i] == "354 Go ahead" && msg == "." {
619 354 Go ahead
780 send("220 Go ahead")
  /prebuilts/go/linux-x86/src/net/smtp/
smtp_test.go 264 354 Go ahead
570 for !read || data[i] == "354 Go ahead" {
578 if data[i] == "354 Go ahead" && msg == "." {
619 354 Go ahead
780 send("220 Go ahead")
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 54 // A peekReader wraps an io.Reader, allowing one to peek ahead to see
58 data []byte // read-ahead data
66 // Read is the usual method. It will first take data that has been read ahead.
71 // Satisfy what's possible from the read-ahead data.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
string.go 14 // without having to worry about calculating the length prefix ahead of time.
  /prebuilts/go/linux-x86/src/encoding/gob/
debug.go 54 // A peekReader wraps an io.Reader, allowing one to peek ahead to see
58 data []byte // read-ahead data
66 // Read is the usual method. It will first take data that has been read ahead.
71 // Satisfy what's possible from the read-ahead data.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
string.go 14 // without having to worry about calculating the length prefix ahead of time.

Completed in 979 milliseconds

1 2 3 4 5