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

  /external/openssh/openbsd-compat/
fmt_scaled.c 54 } unit_type; typedef in typeref:enum:__anon11200
57 static unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
197 unit_type unit = NONE;
  /external/libpng/
pngget.c 333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
351 if (unit_type != NULL)
353 *unit_type = (int)info_ptr->phys_unit_type;
355 if (*unit_type == 1)
618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
623 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
627 *unit_type = (int)info_ptr->offset_unit_type;
698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
719 if (unit_type != NULL)
721 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngtest.c 1016 int unit_type; local
1019 &unit_type))
1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
1043 int unit_type; local
1045 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type))
1046 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type);
    [all...]
pngset.c 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
283 info_ptr->offset_unit_type = (png_byte)unit_type;
430 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
439 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
pngrutil.c 1591 int unit_type; local
1634 int unit_type; local
    [all...]
pngwutil.c     [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 305 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
322 if (unit_type != NULL)
324 *unit_type = (int)info_ptr->phys_unit_type;
326 if(*unit_type == 1)
587 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
590 && offset_x != NULL && offset_y != NULL && unit_type != NULL)
595 *unit_type = (int)info_ptr->offset_unit_type;
665 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)
683 if (unit_type != NULL)
685 *unit_type = (int)info_ptr->phys_unit_type
    [all...]
pngset.c 370 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
378 info_ptr->offset_unit_type = (png_byte)unit_type;
515 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
523 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
png.h     [all...]
pngwutil.c     [all...]
pngrutil.c 1489 int unit_type; local
1532 int unit_type; local
    [all...]
  /external/bluetooth/bluedroid/stack/avrc/
avrc_api.c 202 msg.unit.unit_type = (*p_data & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 772 UINT8 unit_type; \/* Unit type. Uses the same values as subunit type. *\/ member in struct:__anon2643
    [all...]

Completed in 2237 milliseconds