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

  /bootable/recovery/minelf/
Retouch.c 120 int32_t r_offs = p_offs-sizeof(retouch_info_t); // retouch_info_t local
126 if (r_offs < 0) return (desired_offset == NULL) ?
129 r_info = (retouch_info_t *)(binary_object+r_offs);
135 b_offs = r_offs-r_info->blob_size;
138 b_offs, r_offs, r_info->blob_size);
  /external/jpeg/
jsimd_arm_neon.S 758 .macro generate_jsimd_ycc_rgb_convert_neon colorid, bpp, r_offs, g_offs, b_offs
781 vqmovun.s16 d1\r_offs, q12

Completed in 102 milliseconds