HomeSort by relevance Sort by last modified time
    Searched defs:th (Results 26 - 37 of 37) sorted by null

12

  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon10018
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon10437
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon10800
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
skbuff.h 114 struct tcphdr *th; member in union:sk_buff::__anon11224
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 568 float th = mPaint.getTextSize(); local
593 width - 100.0f, 10.0f + th + 5, mPaint);
  /external/qemu/tcg/
tcg.c 744 TCGHelperInfo *th; local
758 th = &s->helpers[m];
759 v = th->func;
761 return th;
853 TCGHelperInfo *th; local
861 th = tcg_find_helper(s, val);
862 if (th) {
863 fprintf(outfile, "%s", th->name);
    [all...]
  /external/quake/quake/src/QW/client/
gl_draw.c 56 float sl, tl, sh, th; member in struct:__anon4983
216 gl->th = (y+p->height-0.01)/(float)BLOCK_WIDTH;
227 gl->th = 1;
276 gl->th = 1;
465 gl->th = 1;
631 DrawQuad(x, y, pic->width, pic->height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl);
638 glTexCoord2f (gl->sh, gl->th);
640 glTexCoord2f (gl->sl, gl->th);
665 DrawQuad(x, y, pic->width, pic->height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl);
672 glTexCoord2f (gl->sh, gl->th);
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 456 double th, invth, scale, invscale; local
471 th = acos (angle);
472 invth = 1.0 / sin (th);
473 scale = sin (th * (1.0 - t)) * invth;
474 invscale = sin (th * t) * invth;
    [all...]
  /external/kernel-headers/original/linux/
skbuff.h 242 struct tcphdr *th; member in union:sk_buff::__anon3159
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp 43 float sl, tl, sh, th; member in struct:__anon5342
547 gl->th = (y+p->height-0.01)/(float)BLOCK_WIDTH;
558 gl->th = 1;
608 gl->th = 1;
805 gl->th = 1;
929 DrawQuad(x, y, ppic->g.width, ppic->g.height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl);
936 glTexCoord2f (gl->sh, gl->th);
938 glTexCoord2f (gl->sl, gl->th);
968 DrawQuad(x, y, pic->width, pic->height, gl->sl, gl->tl, gl->sh - gl->sl, gl->th - gl->tl);
975 glTexCoord2f (gl->sh, gl->th);
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 565 milliseconds

12