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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64RelocationHelpers.h 45 static inline uint32_t get_mask(uint32_t pValue) function in namespace:mcld
53 return (pInst & ~((get_mask(2) << 29) | (get_mask(19) << 5)))
54 | ((pImm & get_mask(2)) << 29) | ((pImm & (get_mask(19) << 2)) << 3);
60 return (pInst & ~(get_mask(12) << 10)) | ((pImm & get_mask(12)) << 10);
67 return (pInst & ~get_mask(26)) | (pOff & get_mask(26));
74 return (pInst & ~(get_mask(19) << 5)) | ((pOff & get_mask(19)) << 5)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
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
  /external/harfbuzz_ng/src/
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

Completed in 359 milliseconds