/external/llvm/test/CodeGen/Mips/ |
D | mips16fpe.ll | 1 …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/ |
D | URLConnectionTest.java | 393 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/ |
D | iowin32.c | 38 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/ |
D | decompress.cc | 94 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/ |
D | iowin32.c | 45 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/ |
D | Murmur3Hash32Test.java | 31 HashFn hf = new HashFn() { in testParanoid() local 40 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3); in testParanoid()
|
D | Murmur3Hash128Test.java | 60 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/ |
D | allocator.pass.cpp | 92 HF hf(42); in main() local 94 C c(4, hf, a); in main() 96 assert(c.hash_function() == hf); in main()
|
D | init.pass.cpp | 133 HF hf(43); in main() local 141 }, 12, hf, a); in main() 149 assert(c.hash_function() == hf); in main()
|
D | range.pass.cpp | 145 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/ |
D | allocator.pass.cpp | 92 HF hf(42); in main() local 94 C c(4, hf, a); in main() 96 assert(c.hash_function() == hf); in main()
|
D | init.pass.cpp | 133 HF hf(43); in main() local 141 }, 12, hf, a); in main() 149 assert(c.hash_function() == hf); in main()
|
D | range.pass.cpp | 145 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/ |
D | la-03.ll | 17 define hidden void @hf() { 82 ; CHECK: larl %r2, hf 84 ret void() *@hf
|
D | la-02.ll | 19 define hidden void @hf() { 84 ; CHECK: lgrl %r2, hf@GOT 86 ret void() *@hf
|
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
D | allocator.pass.cpp | 96 HF hf(12); in main() local 97 C c(2, hf, a); in main() 99 assert(c.hash_function() == hf); in main()
|
D | init.pass.cpp | 133 HF hf(42); in main() local 142 }, 12, hf, a); in main() 149 assert(c.hash_function() == hf); in main()
|
D | range.pass.cpp | 149 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/ |
D | allocator.pass.cpp | 96 HF hf(12); in main() local 97 C c(2, hf, a); in main() 99 assert(c.hash_function() == hf); in main()
|
D | init.pass.cpp | 201 HF hf(42); in main() local 210 }, 12, hf, a ); in main() 245 assert(c.hash_function() == hf); in main()
|
/external/libedit/src/ |
D | history.c | 1040 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/ |
D | zip_internal.cc | 32 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/ |
D | 2007-11-07-MulBy4.ll | 4 …%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/ |
D | brw_wm_sampler_state.c | 131 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/ |
D | brw_wm_sampler_state.c | 131 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()
|