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

  /external/e2fsprogs/e2fsck/
region.c 34 region_t region_create(region_addr_t min, region_addr_t max)
36 region_t region;
47 void region_free(region_t region)
59 int region_allocate(region_t region, region_addr_t start, int n)
156 void region_print(region_t region, FILE *f)
173 region_t r = NULL;
e2fsck.h 379 typedef struct region_struct *region_t; typedef in typeref:struct:region_struct
491 extern region_t region_create(region_addr_t min, region_addr_t max);
492 extern void region_free(region_t region);
493 extern int region_allocate(region_t region, region_addr_t start, int n);
pass1.c     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.h 123 enum region_t { enum in struct:android::camera2::Parameters
  /external/libvncserver/x11vnc/
scan.c 120 } region_t; typedef in typeref:struct:tile_change_region
122 /* array to hold the tiles region_t-s. */
123 static region_t *tile_region;
149 tile_region = (region_t *) calloc((size_t) (ntiles * sizeof(region_t)), 1);
    [all...]

Completed in 52 milliseconds