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

  /external/harfbuzz_ng/src/
hb-subset-cff-common.hh 575 hb_codepoint_t new_num = (*this)[old_num]; local
576 return (int)new_num - bias;
757 hb_codepoint_t new_num = remap[old_num]; local
758 if (new_num != CFF_UNDEF_CODE)
760 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num])))
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 683 unsigned new_num = 0; local
703 new_num = ibuf->b.b.width0 / 4 * sizeof(float);
705 if (old_num == new_num) {
722 i915->current.num_user_constants[shader] = new_num;
    [all...]
  /art/runtime/mirror/
class.h 952 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, num_reference_instance_fields_), new_num); local
981 SetField32<false>(OFFSET_OF_OBJECT_MEMBER(Class, num_reference_static_fields_), new_num); local
    [all...]

Completed in 264 milliseconds