AS_SIZE            31 core/shooting.c extern const unsigned int AS_SIZE;
AS_SIZE           782 core/shooting.c #define AV96_MAX (aperture_sizes_table[AS_SIZE-1].prop_id)
AS_SIZE           785 core/shooting.c short shooting_get_aperture_sizes_table_size()  { return AS_SIZE; }
AS_SIZE           804 core/shooting.c     if (conf.av_override_value<(int)AS_SIZE)
AS_SIZE           806 core/shooting.c     return (short) (AV96_MAX+32*(conf.av_override_value-AS_SIZE+1));
AS_SIZE           833 core/shooting.c     for (i=0; i<AS_SIZE-1; i++)
AS_SIZE           844 core/shooting.c     return AS_SIZE-1;
AS_SIZE           912 core/shooting.c         for (i=0;i<AS_SIZE;i++)
AS_SIZE           152 platform/a1000/shooting.c     for (i=0;i<AS_SIZE;i++){
AS_SIZE            17 platform/generic/shooting.c const unsigned int AS_SIZE  = sizeof(aperture_sizes_table)/sizeof(aperture_sizes_table[0]);