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

1 2 3 4

  /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/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
  /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 607 // if we could look ahead, but we can't, so we use 'node' to
879 int ahead = offset+1; local
881 if (c == '\\' && ahead < length) {
882 int o[] = new int[] { ahead };
884 ahead = o[0];
887 offset = ahead;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java 603 // if we could look ahead, but we can't, so we use 'node' to
875 int ahead = offset+1; local
877 if (c == '\\' && ahead < length) {
878 int o[] = new int[] { ahead };
880 ahead = o[0];
883 offset = ahead;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
bv.go 86 // 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 86 // 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 1036 * sufficient to look ahead one because of UTF-16;
1037 * safe to look ahead one because at worst that would be the terminating NUL
1293 int32_t ahead = *offset + 1; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp_test.go 241 354 Go ahead
492 for !read || data[i] == "354 Go ahead" {
500 if data[i] == "354 Go ahead" && msg == "." {
531 354 Go ahead
689 send("220 Go ahead")
  /prebuilts/go/linux-x86/src/net/smtp/
smtp_test.go 241 354 Go ahead
492 for !read || data[i] == "354 Go ahead" {
500 if data[i] == "354 Go ahead" && msg == "." {
531 354 Go ahead
689 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/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.
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
sysv.S 231 ! 16 bytes ahead.
  /prebuilts/go/darwin-x86/src/cmd/go/
note.go 153 // of other junk placed in the file ahead of the main text.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 132 // mod and reads farther ahead to decode the memory reference that
  /prebuilts/go/linux-x86/src/cmd/go/
note.go 153 // of other junk placed in the file ahead of the main text.
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 132 // mod and reads farther ahead to decode the memory reference that
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
o32.S 86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner.go 136 // One character look-ahead
196 // initialize one character look-ahead
  /prebuilts/go/linux-x86/src/text/scanner/
scanner.go 136 // One character look-ahead
196 // initialize one character look-ahead

Completed in 3056 milliseconds

1 2 3 4