Searched refs:h1 (Results 1 - 25 of 186) sorted by relevance

12345678

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmurmurhash3.c100 uint32_t h1 = seed; local in function:MurmurHash3_x86_32
124 h1 ^= k1;
125 h1 = ROTL32(h1,13);
126 h1 = h1*5+0xe6546b64;
141 k1 *= c1; k1 = ROTL32(k1,15); k1 *= c2; h1 ^= k1;
147 h1 ^= len;
149 h1 = fmix_32(h1);
162 uint32_t h1 = seed; local in function:MurmurHash3_x86_128
277 uint64_t h1 = seed; local in function:MurmurHash3_x64_128
[all...]
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_streams.h98 #define VSCALING(h0,h1) ((((unsigned int) (((double)h0/(double)h1) * (1 << 15))) \
207 #define VSCALING_2000(h0,h1) ((unsigned int) (((float)h0/(float)h1) * (float)(65536.0) ))
208 #define HSCALING_NORMALIZE(h0,h1) ((unsigned int) ((float)2048.0 * ((float)h0/ (float)h1))) << 16
/xsrc/external/mit/MesaLib.old/dist/docs/
H A Dmesa.css8 h1 { selector
51 .header h1 {
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dsfdriver.c304 FT_UInt32 h1 = seed; local in function:murmur_hash_3_128
330 h1 ^= k1;
332 h1 = ROTL32( h1, 19 );
333 h1 += h2;
334 h1 = h1 * 5 + 0x561ccd1b;
360 h4 += h1;
437 h1 ^= k1;
441 h1
[all...]
/xsrc/external/mit/libXevie/dist/
H A DMakefile.in314 config.h: stamp-h1
316 rm -f stamp-h1; \
317 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
320 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
321 @rm -f stamp-h1
325 rm -f stamp-h1
329 -rm -f config.h stamp-h1
/xsrc/external/mit/libXfontcache/dist/
H A DMakefile.in331 config.h: stamp-h1
333 rm -f stamp-h1; \
334 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
337 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
338 @rm -f stamp-h1
342 rm -f stamp-h1
346 -rm -f config.h stamp-h1
/xsrc/external/mit/libxkbui/dist/
H A DMakefile.in251 config.h: stamp-h1
253 rm -f stamp-h1; \
254 $(MAKE) stamp-h1; \
257 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
258 @rm -f stamp-h1
262 rm -f stamp-h1
266 -rm -f config.h stamp-h1
/xsrc/external/mit/libXxf86dga/dist/src/
H A DMakefile.in403 config.h: stamp-h1
404 @test -f $@ || rm -f stamp-h1
405 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
407 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
408 @rm -f stamp-h1
412 rm -f stamp-h1
416 -rm -f config.h stamp-h1
/xsrc/external/mit/libXxf86misc/dist/src/
H A DMakefile.in388 config.h: stamp-h1
389 @test -f $@ || rm -f stamp-h1
390 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
392 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
393 @rm -f stamp-h1
397 rm -f stamp-h1
401 -rm -f config.h stamp-h1
/xsrc/external/mit/libXxf86vm/dist/src/
H A DMakefile.in403 config.h: stamp-h1
404 @test -f $@ || rm -f stamp-h1
405 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
407 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
408 $(AM_V_at)rm -f stamp-h1
412 $(AM_V_at)rm -f stamp-h1
416 -rm -f config.h stamp-h1
/xsrc/external/mit/libvdpau/dist/
H A DMakefile.in414 config.h: stamp-h1
415 @test -f $@ || rm -f stamp-h1
416 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
418 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
419 @rm -f stamp-h1
423 rm -f stamp-h1
427 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-s3virge/dist/
H A DMakefile.in414 config.h: stamp-h1
415 @test -f $@ || rm -f stamp-h1
416 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
418 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
419 @rm -f stamp-h1
423 rm -f stamp-h1
427 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-savage/dist/
H A DMakefile.in416 config.h: stamp-h1
417 @test -f $@ || rm -f stamp-h1
418 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
420 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
421 @rm -f stamp-h1
425 rm -f stamp-h1
429 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-siliconmotion/dist/
H A DMakefile.in414 config.h: stamp-h1
415 @test -f $@ || rm -f stamp-h1
416 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
418 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
419 @rm -f stamp-h1
423 rm -f stamp-h1
427 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-sis/dist/
H A DMakefile.in413 config.h: stamp-h1
414 @test -f $@ || rm -f stamp-h1
415 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
417 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
418 @rm -f stamp-h1
422 rm -f stamp-h1
426 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-suncg14/dist/
H A DMakefile.in411 config.h: stamp-h1
412 @test -f $@ || rm -f stamp-h1
413 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
415 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
416 @rm -f stamp-h1
420 rm -f stamp-h1
424 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-suncg6/dist/
H A DMakefile.in411 config.h: stamp-h1
412 @test -f $@ || rm -f stamp-h1
413 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
415 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
416 @rm -f stamp-h1
420 rm -f stamp-h1
424 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-sunffb/dist/
H A DMakefile.in416 config.h: stamp-h1
417 @test -f $@ || rm -f stamp-h1
418 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
420 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
421 @rm -f stamp-h1
425 rm -f stamp-h1
429 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-sunleo/dist/
H A DMakefile.in411 config.h: stamp-h1
412 @test -f $@ || rm -f stamp-h1
413 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
415 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
416 @rm -f stamp-h1
420 rm -f stamp-h1
424 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-suntcx/dist/
H A DMakefile.in411 config.h: stamp-h1
412 @test -f $@ || rm -f stamp-h1
413 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
415 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
416 @rm -f stamp-h1
420 rm -f stamp-h1
424 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-tdfx/dist/
H A DMakefile.in412 config.h: stamp-h1
413 @test -f $@ || rm -f stamp-h1
414 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
416 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
417 @rm -f stamp-h1
421 rm -f stamp-h1
425 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-tga/dist/
H A DMakefile.in320 config.h: stamp-h1
321 @if test ! -f $@; then rm -f stamp-h1; else :; fi
322 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
324 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
325 @rm -f stamp-h1
329 rm -f stamp-h1
333 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-trident/dist/
H A DMakefile.in414 config.h: stamp-h1
415 @test -f $@ || rm -f stamp-h1
416 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
418 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
419 @rm -f stamp-h1
423 rm -f stamp-h1
427 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-tseng/dist/
H A DMakefile.in318 config.h: stamp-h1
319 @if test ! -f $@; then rm -f stamp-h1; else :; fi
320 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
322 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
323 @rm -f stamp-h1
327 rm -f stamp-h1
331 -rm -f config.h stamp-h1
/xsrc/external/mit/xf86-video-vboxvideo/dist/
H A DMakefile.in416 config.h: stamp-h1
417 @test -f $@ || rm -f stamp-h1
418 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
420 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
421 @rm -f stamp-h1
425 rm -f stamp-h1
429 -rm -f config.h stamp-h1

Completed in 42 milliseconds

12345678