Home
last modified time | relevance | path

Searched refs:hf (Results 1 – 25 of 54) sorted by relevance

123

/external/llvm/test/CodeGen/Mips/
Dmips16fpe.ll1 …N: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16hf
44 ;16hf-LABEL: test_addsf3:
49 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_addsf3)(${{[0-9]+}})
55 ;16hf-LABEL: test_adddf3:
60 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_adddf3)(${{[0-9]+}})
66 ;16hf-LABEL: test_subsf3:
71 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_subsf3)(${{[0-9]+}})
77 ;16hf-LABEL: test_subdf3:
82 ;16hf: lw ${{[0-9]+}}, %call16(__mips16_subdf3)(${{[0-9]+}})
88 ;16hf-LABEL: test_mulsf3:
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java393 String hf;
394 hf = uc.getHeaderField("Content-Encoding");
395 if (hf != null) {
398 + hf, hf);
400 hf = uc.getHeaderField("Content-Length");
401 if (hf != null) {
404 "25", hf);
406 hf = uc.getHeaderField("Content-Type");
407 if (hf != null) {
409 + hf, hf.contains("text/html"));
[all …]
/external/chromium_org/third_party/zlib/contrib/minizip/
Diowin32.c38 HANDLE hf; member
76 w32fiow.hf = hFile; in win32_build_iowin()
153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
175 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
196 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
217 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
244 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
281 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
320 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/external/chromium_org/chrome/installer/mini_installer/
Ddecompress.cc94 if (!::ReadFile(reinterpret_cast<HANDLE>(hf), pv, cb, &read, NULL)) in FNREAD()
101 if (!::WriteFile(reinterpret_cast<HANDLE>(hf), pv, cb, &written, NULL)) in FNWRITE()
107 return ::CloseHandle(reinterpret_cast<HANDLE>(hf)) ? 0 : -1; in FNCLOSE()
111 return ::SetFilePointer(reinterpret_cast<HANDLE>(hf), dist, NULL, seektype); in FNSEEK()
137 SetFileTime(reinterpret_cast<HANDLE>(pfdin->hf), &local, NULL, NULL); in FNFDINOTIFY()
140 result = !Close(pfdin->hf); in FNFDINOTIFY()
/external/zlib/src/contrib/minizip/
Diowin32.c45 HANDLE hf; member
83 w32fiow.hf = hFile; in win32_build_iowin()
202 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_read_file_func()
224 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_write_file_func()
265 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_tell_file_func()
288 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_tell64_file_func()
315 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_seek_file_func()
353 hFile = ((WIN32FILE_IOWIN*)stream)->hf; in win32_seek64_file_func()
392 hFile = ((WIN32FILE_IOWIN*)stream) -> hf; in win32_close_file_func()
/external/guava/guava-tests/test/com/google/common/hash/
DMurmur3Hash32Test.java31 HashFn hf = new HashFn() { in testParanoid() local
40 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoid()
DMurmur3Hash128Test.java60 HashFn hf = new HashFn() { in testParanoid() local
69 HashTestUtils.verifyHashFunction(hf, 128, 0x6384BA69); in testParanoid()
/external/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
Dallocator.pass.cpp92 HF hf(42); in main() local
94 C c(4, hf, a); in main()
96 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp133 HF hf(43); in main() local
141 }, 12, hf, a); in main()
149 assert(c.hash_function() == hf); in main()
Drange.pass.cpp145 HF hf(43); in main() local
147 … C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a); in main()
154 assert(c.hash_function() == hf); in main()
/external/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
Dallocator.pass.cpp92 HF hf(42); in main() local
94 C c(4, hf, a); in main()
96 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp133 HF hf(43); in main() local
141 }, 12, hf, a); in main()
149 assert(c.hash_function() == hf); in main()
Drange.pass.cpp145 HF hf(43); in main() local
147 … C c(input_iterator<T*>(arr), input_iterator<T*>(arr + sizeof(arr)/sizeof(arr[0])), 16, hf, a); in main()
154 assert(c.hash_function() == hf); in main()
/external/llvm/test/CodeGen/SystemZ/
Dla-03.ll17 define hidden void @hf() {
82 ; CHECK: larl %r2, hf
84 ret void() *@hf
Dla-02.ll19 define hidden void @hf() {
84 ; CHECK: lgrl %r2, hf@GOT
86 ret void() *@hf
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
Dallocator.pass.cpp96 HF hf(12); in main() local
97 C c(2, hf, a); in main()
99 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp133 HF hf(42); in main() local
142 }, 12, hf, a); in main()
149 assert(c.hash_function() == hf); in main()
Drange.pass.cpp149 HF hf(42); in main() local
151 … C c(input_iterator<P*>(arr), input_iterator<P*>(arr + sizeof(arr)/sizeof(arr[0])), 14, hf, a); in main()
158 assert(c.hash_function() == hf); in main()
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
Dallocator.pass.cpp96 HF hf(12); in main() local
97 C c(2, hf, a); in main()
99 assert(c.hash_function() == hf); in main()
Dinit.pass.cpp201 HF hf(42); in main() local
210 }, 12, hf, a ); in main()
245 assert(c.hash_function() == hf); in main()
/external/libedit/src/
Dhistory.c1040 TYPE(History) hf; in FUNW()
1042 hf.h_ref = va_arg(va, void *); in FUNW()
1044 hf.h_first = va_arg(va, history_gfun_t); in FUNW()
1045 hf.h_next = va_arg(va, history_gfun_t); in FUNW()
1046 hf.h_last = va_arg(va, history_gfun_t); in FUNW()
1047 hf.h_prev = va_arg(va, history_gfun_t); in FUNW()
1048 hf.h_curr = va_arg(va, history_gfun_t); in FUNW()
1049 hf.h_set = va_arg(va, history_sfun_t); in FUNW()
1050 hf.h_clear = va_arg(va, history_vfun_t); in FUNW()
1051 hf.h_enter = va_arg(va, history_efun_t); in FUNW()
[all …]
/external/chromium_org/third_party/zlib/google/
Dzip_internal.cc32 HANDLE hf; member
68 file_ret.hf = file; in ZipOpenFunc()
124 file_ret.hf = static_cast<HANDLE>(opaque); in HandleOpenFileFunc()
126 if (file_ret.hf == INVALID_HANDLE_VALUE) in HandleOpenFileFunc()
/external/llvm/test/CodeGen/X86/
D2007-11-07-MulBy4.ll4 …%struct.hf = type { %struct.hf*, i16*, i8*, i32, i32, %struct.eebb*, i32, i32, i8*, i8*, i8*, i8*,…
5 …32, i32, i32, i32, i32, i8*, i16*, i16*, i16*, i16*, i32, i32, i32, %struct.ri*, i8*, %struct.hf* }
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_sampler_state.c131 sdc->hf[0] = _mesa_float_to_half(color[0]); in upload_default_color()
132 sdc->hf[1] = _mesa_float_to_half(color[1]); in upload_default_color()
133 sdc->hf[2] = _mesa_float_to_half(color[2]); in upload_default_color()
134 sdc->hf[3] = _mesa_float_to_half(color[3]); in upload_default_color()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_wm_sampler_state.c131 sdc->hf[0] = _mesa_float_to_half(color[0]); in upload_default_color()
132 sdc->hf[1] = _mesa_float_to_half(color[1]); in upload_default_color()
133 sdc->hf[2] = _mesa_float_to_half(color[2]); in upload_default_color()
134 sdc->hf[3] = _mesa_float_to_half(color[3]); in upload_default_color()

123