HomeSort by relevance Sort by last modified time
    Searched refs:glue (Results 126 - 132 of 132) sorted by null

1 2 3 4 56

  /external/qemu/target-arm/
neon_helper.c 139 uint32_t HELPER(glue(neon_,name))(uint32_t arg1, uint32_t arg2) \
143 uint32_t HELPER(glue(neon_,name))(CPUState *env, uint32_t arg1, uint32_t arg2) \
159 uint32_t HELPER(glue(neon_,name))(uint32_t arg1, uint32_t arg2) \
174 uint32_t HELPER(glue(neon_,name))(uint32_t arg) \
    [all...]
translate.c 614 case 0: gen_pas_helper(glue(pfx,add16)); break; \
615 case 1: gen_pas_helper(glue(pfx,addsubx)); break; \
616 case 2: gen_pas_helper(glue(pfx,subaddx)); break; \
617 case 3: gen_pas_helper(glue(pfx,sub16)); break; \
618 case 4: gen_pas_helper(glue(pfx,add8)); break; \
619 case 7: gen_pas_helper(glue(pfx,sub8)); break; \
626 #define gen_pas_helper(name) glue(gen_helper_,name)(a, a, b, tmp)
638 #define gen_pas_helper(name) glue(gen_helper_,name)(a, a, b)
659 case 0: gen_pas_helper(glue(pfx,add8)); break; \
660 case 1: gen_pas_helper(glue(pfx,add16)); break;
    [all...]
helper.c     [all...]
  /dalvik/vm/interp/
Jit.c 106 shadowSpace->glue = interpState;
143 InterpState *realGlue = shadowSpace->glue;
    [all...]
  /external/skia/
Android.mk 231 # Build the skia-opengl glue library
  /external/grub/docs/
texinfo.tex 666 % \topskip (p.114 of the TeXbook), the glue inserted is
668 % therefore, no glue is inserted, and the space between the headline and
672 % cause the glue on the previous page to be unduly stretched, because it
699 % \baselineskip glue before it, and (when the next line of text is done)
700 % \lineskip glue after it. Thus, space below is not quite equal to space
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 310 milliseconds

1 2 3 4 56