HomeSort by relevance Sort by last modified time
    Searched refs:wf (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Hashing.h 236 uint64_t wf = a + z; local
238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Hashing.h 236 uint64_t wf = a + z; local
238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Hashing.h 236 uint64_t wf = a + z; local
238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Hashing.h 236 uint64_t wf = a + z; local
238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Hashing.h 236 uint64_t wf = a + z; local
238 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
eh-frame2-n64.d 5 #readelf: --relocs -wf
eh-frame1-n64.d 5 #readelf: --relocs -wf
mips-elf.exp 483 {{readelf {--relocs -wf} eh-frame5.d}}
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 267 if wf, ok := dst.(writeFlusher); ok {
269 dst: wf,
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 267 if wf, ok := dst.(writeFlusher); ok {
269 dst: wf,
  /system/extras/simpleperf/scripts/
annotate.py 624 with open(to_path, 'w') as wf:
635 wf.write(annotate)
636 wf.write(lines[line-1])
  /prebuilts/go/darwin-x86/src/net/http/
response_test.go 715 wf := wv.Field(i).Interface()
716 if !reflect.DeepEqual(hf, wf) {
717 t.Errorf("%s: %s = %v want %v", prefix, name, hf, wf)
  /prebuilts/go/linux-x86/src/net/http/
response_test.go 715 wf := wv.Field(i).Interface()
716 if !reflect.DeepEqual(hf, wf) {
717 t.Errorf("%s: %s = %v want %v", prefix, name, hf, wf)
  /prebuilts/go/darwin-x86/src/runtime/
gc_test.go 475 gf, wf := got.Field(i), want.Field(i)
476 logDiff(t, prefix+"."+typ.Field(i).Name, gf, wf)
  /prebuilts/go/linux-x86/src/runtime/
gc_test.go 475 gf, wf := got.Field(i), want.Field(i)
476 logDiff(t, prefix+"."+typ.Field(i).Name, gf, wf)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ilp32/cfi/
cfi-x86_64.d 2 #readelf: -wf
  /external/python/cpython2/Lib/test/
test_io.py     [all...]
  /external/python/cpython3/Lib/test/
test_io.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py     [all...]
  /build/soong/third_party/zip/
reader_test.go 600 // wf, err := w.Create(name)
604 // if _, err = io.Copy(wf, r); err != nil {
  /prebuilts/go/darwin-x86/src/archive/zip/
reader_test.go 789 // wf, err := w.Create(name)
793 // if _, err = io.Copy(wf, r); err != nil {
  /prebuilts/go/linux-x86/src/archive/zip/
reader_test.go 789 // wf, err := w.Create(name)
793 // if _, err = io.Copy(wf, r); err != nil {

Completed in 1027 milliseconds

1 2 34 5