HomeSort by relevance Sort by last modified time
    Searched refs:get_mask (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 42 static inline uint32_t get_mask(uint32_t pValue) { function in namespace:mcld
47 return (pInst & ~((get_mask(2) << 29) | (get_mask(19) << 5))) |
48 ((pImm & get_mask(2)) << 29) | ((pImm & (get_mask(19) << 2)) << 3);
53 return (pInst & ~(get_mask(12) << 10)) | ((pImm & get_mask(12)) << 10);
59 return (pInst & ~get_mask(26)) | (pOff & get_mask(26));
65 return (pInst & ~(get_mask(19) << 5)) | ((pOff & get_mask(19)) << 5)
    [all...]
AArch64Relocator.cpp 515 A += pReloc.target() & get_mask(pParent.getSize(pReloc.type()));
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 93 plan.kern_mask = plan.map.get_mask (HB_DIRECTION_IS_HORIZONTAL (plan.props.direction) ?
hb-ot-map-private.hh 80 inline hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = NULL) const { function in struct:hb_ot_map_t
hb-ot-shape.cc 431 hb_mask_t mask = map->get_mask (feature->tag, &shift);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]

Completed in 2928 milliseconds