HomeSort by relevance Sort by last modified time
    Searched defs:hf (Results 1 - 16 of 16) sorted by null

  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash32Test.java 31 HashFn hf = new HashFn() { local
40 HashTestUtils.verifyHashFunction(hf, 32, 0xB0F57EE3);
Murmur3Hash128Test.java 60 HashFn hf = new HashFn() { local
69 HashTestUtils.verifyHashFunction(hf, 128, 0x6384BA69);
  /external/chromium_org/third_party/zlib/contrib/minizip/
iowin32.c 38 HANDLE hf; member in struct:__anon20293
76 w32fiow.hf = hFile;
153 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
175 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
196 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
217 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
244 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
281 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
320 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
  /external/zlib/src/contrib/minizip/
iowin32.c 45 HANDLE hf; member in struct:__anon37536
83 w32fiow.hf = hFile;
202 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
224 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
265 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
288 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
315 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
353 hFile = ((WIN32FILE_IOWIN*)stream)->hf;
392 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DraggableDot.java 148 float hf = getHeight(); local
150 final float cy = hf/2;
152 hf -= getPaddingTop() + getPaddingBottom();
153 float rad = (wf < hf) ? wf/2 : hf/2;
  /external/chromium_org/third_party/zlib/google/
zip_internal.cc 32 HANDLE hf; member in struct:__anon20303::__anon20304
70 file_ret.hf = file;
126 file_ret.hf = static_cast<HANDLE>(opaque);
128 if (file_ret.hf == INVALID_HANDLE_VALUE)
  /external/chromium_org/ui/gfx/
platform_font_win.cc 204 HFONT hf = ::CreateFont(-font_size, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, local
206 font_ref_ = CreateHFontRef(hf);
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 108 has_friend hf; variable
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 160 HTMLFiles hf = new HTMLFiles(this); local
161 hf.emitTopLevelFile(tln, apiDiff);
162 hf.emitTopLeftFile(tlf);
163 hf.emitHelp(fullReportFileName, apiDiff);
164 hf.emitStylesheet();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Color.java 265 final float hf = (h - (int) h) * 6.0f; local
266 final int ihf = (int) hf;
267 final float f = hf - ihf;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fdi.h 203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb);
204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb);
205 typedef int (DIAMONDAPI *PFNCLOSE)(INT_PTR hf);
206 typedef __LONG32 (DIAMONDAPI *PFNSEEK) (INT_PTR hf,__LONG32 dist,int seektype);
209 #define FNREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
210 #define FNWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
211 #define FNCLOSE(fn) int DIAMONDAPI fn(INT_PTR hf)
212 #define FNSEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype)
223 INT_PTR hf; member in struct:__anon49527
261 WINBOOL DIAMONDAPI FDIIsCabinet(HFDI hfdi,INT_PTR hf,PFDICABINETINFO pfdici)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 4542 Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseError, status); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 4542 Transliterator* hf = Transliterator::createInstance("Halfwidth-Fullwidth", UTRANS_FORWARD, parseError, status); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_structs.h 625 uint16_t hf[4]; member in struct:gen5_sampler_default_color
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 625 uint16_t hf[4]; member in struct:gen5_sampler_default_color
    [all...]
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1078 milliseconds