HomeSort by relevance Sort by last modified time
    Searched refs:way (Results 201 - 225 of 686) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/exp-bbv/tests/x86/
rep_prefix.S 15 # did this one way, newer binutils the other
  /libcore/ojluni/src/main/java/java/io/
StreamTokenizer.java 218 * @deprecated As of JDK version 1.1, the preferred way to tokenize an
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
stackalloc.go 269 // basic blocks. Figure out a way to make this function (or, more precisely, the user
399 // all the way to the start of the entry block prevents other
rewrite.go 464 // Don't know which way to go back. Abort.
508 // noteRule is an easy way to track if a rule is matched when writing
673 // faster than memmove and in a safe way when src and dst overlap.
  /prebuilts/go/darwin-x86/src/net/
fd_unix.go 283 // Old kernel. Fall back to the portable way
293 // dupCloseOnExecUnixOld is the traditional way to dup an fd and
  /prebuilts/go/darwin-x86/src/net/http/
response.go 284 // content-length, the only way to do that is the old HTTP/1.0
285 // way, by noting the EOF with a connection close, so we need
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 92 r := reader("123 hi\n234 bye\n345 no way\n")
102 if code != 345 || msg != "no way" || err == nil {
  /prebuilts/go/darwin-x86/src/runtime/
mwbbuf.go 160 // and this way we can allow write barriers in the
168 // write. It's nosplit all the way down.
  /prebuilts/go/darwin-x86/src/syscall/
dll_windows.go 45 // Use LazyDLL in golang.org/x/sys/windows for a secure way to
188 // Use LazyDLL in golang.org/x/sys/windows for a secure way to
  /prebuilts/go/darwin-x86/src/unsafe/
unsafe.go 79 // It is valid both to add and to subtract offsets from a pointer in this way.
160 // In this usage hdr.Data is really an alternate way to refer to the underlying
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
stackalloc.go 269 // basic blocks. Figure out a way to make this function (or, more precisely, the user
399 // all the way to the start of the entry block prevents other
rewrite.go 464 // Don't know which way to go back. Abort.
508 // noteRule is an easy way to track if a rule is matched when writing
673 // faster than memmove and in a safe way when src and dst overlap.
  /prebuilts/go/linux-x86/src/net/
fd_unix.go 283 // Old kernel. Fall back to the portable way
293 // dupCloseOnExecUnixOld is the traditional way to dup an fd and
  /prebuilts/go/linux-x86/src/net/http/
response.go 284 // content-length, the only way to do that is the old HTTP/1.0
285 // way, by noting the EOF with a connection close, so we need
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 92 r := reader("123 hi\n234 bye\n345 no way\n")
102 if code != 345 || msg != "no way" || err == nil {
  /prebuilts/go/linux-x86/src/runtime/
mwbbuf.go 160 // and this way we can allow write barriers in the
168 // write. It's nosplit all the way down.
  /prebuilts/go/linux-x86/src/syscall/
dll_windows.go 45 // Use LazyDLL in golang.org/x/sys/windows for a secure way to
188 // Use LazyDLL in golang.org/x/sys/windows for a secure way to
  /prebuilts/go/linux-x86/src/unsafe/
unsafe.go 79 // It is valid both to add and to subtract offsets from a pointer in this way.
160 // In this usage hdr.Data is really an alternate way to refer to the underlying
  /tools/tradefederation/core/atest/
atest.py 90 class and not the whole module. MODULE:CLASS is the preferred way to run
223 classes in the most efficient way possible, so specifying a subset of
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.S 175 # cdq # clear edx in clever way
266 mov %ebx,%eax # clever way to get MHz in, sadly
508 # another way of doing this: lea 1(%edx), %ebx
  /prebuilts/go/darwin-x86/src/time/
example_test.go 210 // An easy way to remember this value is that it holds, when presented
257 // it either way, and since our value is the morning we should see it as
313 // shortForm is another way the reference time would be represented
  /prebuilts/go/linux-x86/src/time/
example_test.go 210 // An easy way to remember this value is that it holds, when presented
257 // it either way, and since our value is the morning we should see it as
313 // shortForm is another way the reference time would be represented
  /build/make/core/
java_common.mk 190 # You have to set up the dependency in some other way.
323 # OpenJDK 9-specific way, eg. calls to subclasses of
aux_config.mk 28 # There is no other way but to hardcode them again, as we may need host x86 toolcain for AUX
  /external/valgrind/callgrind/
sim.c 198 VG_(sprintf)(c->desc_line, "%d B, %d B, %d-way associative%s",
216 UInt set, way, i;
220 for (way = 0; way < c->assoc; way++, i++) {
257 /* if we have a direct-mapped (1-way) cache. */
363 /* if we have a direct-mapped (1-way) cache. */
404 /* Nb: this is a fast way of doing ((set1+1) % c->sets) */
709 /* if we have a direct-mapped (1-way) cache. */\
749 /* Nb: this is a fast way of doing ((set1+1) % L.sets) */
    [all...]

Completed in 468 milliseconds

1 2 3 4 5 6 7 891011>>