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

1 2 34

  /external/qemu/hw/
bt-sdp.c 769 static struct sdp_def_service_s glue(glue(sdp_service_, name), _s) = { \
772 #define ATTRIBUTE(attrid, val) { .id = glue(SDP_ATTR_, attrid), .data = val },
  /external/chromium/
Android.mk 405 webkit/glue/form_data.cc \
406 webkit/glue/form_field.cc
  /external/qemu/target-arm/
translate.c 518 case 0: gen_pas_helper(glue(pfx,add16)); break; \
519 case 1: gen_pas_helper(glue(pfx,addsubx)); break; \
520 case 2: gen_pas_helper(glue(pfx,subaddx)); break; \
521 case 3: gen_pas_helper(glue(pfx,sub16)); break; \
522 case 4: gen_pas_helper(glue(pfx,add8)); break; \
523 case 7: gen_pas_helper(glue(pfx,sub8)); break; \
530 #define gen_pas_helper(name) glue(gen_helper_,name)(a, a, b, tmp)
544 #define gen_pas_helper(name) glue(gen_helper_,name)(a, a, b)
565 case 0: gen_pas_helper(glue(pfx,add8)); break; \
566 case 1: gen_pas_helper(glue(pfx,add16)); break;
    [all...]
neon_helper.c 115 uint32_t HELPER(glue(neon_,name))(uint32_t arg1, uint32_t arg2) \
131 uint32_t HELPER(glue(neon_,name))(uint32_t arg1, uint32_t arg2) \
146 uint32_t HELPER(glue(neon_,name))(uint32_t arg) \
    [all...]
helper.c     [all...]
  /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...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 734 % \topskip (p.114 of the TeXbook), the glue inserted is
736 % therefore, no glue is inserted, and the space between the headline and
740 % cause the glue on the previous page to be unduly stretched, because it
767 % \baselineskip glue before it, and (when the next line of text is done)
768 % \lineskip glue after it. Thus, space below is not quite equal to space
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 261 milliseconds

1 2 34