av                970 core/shooting.c             short av;
av                971 core/shooting.c             get_property_case(PROPCASE_MIN_AV,&av,sizeof(av));
av                973 core/shooting.c                 av += shooting_get_nd_value_ev96();
av                975 core/shooting.c             set_property_case(PROPCASE_AV, &av, sizeof(av));
av                977 core/shooting.c             set_property_case(PROPCASE_AV2, &av, sizeof(av));
av               1153 core/shooting.c int shooting_get_hyperfocal_distance_1e3_f(int av, int fl)
av               1155 core/shooting.c   if ((av>0) && (fl>0) && (camera_info.circle_of_confusion>0))
av               1156 core/shooting.c     return (int)(((((double)fl*fl)/(av*camera_info.circle_of_confusion)*1000)+fl)+0.5);
av               1160 core/shooting.c int shooting_get_near_limit_f(int s, int av, int fl)
av               1163 core/shooting.c   int h_1e3 = shooting_get_hyperfocal_distance_1e3_f(av, fl);
av               1170 core/shooting.c int shooting_get_far_limit_f(int s, int av, int fl)
av               1173 core/shooting.c   int h_1e3 = shooting_get_hyperfocal_distance_1e3_f(av, fl);
av                134 include/camera_info.h         int av;
av                135 include/shooting.h extern int shooting_get_hyperfocal_distance_1e3_f(int av, int fl);
av                755 modules/dng.c      get_property_case(camera_info.props.av, &short_prop_val, sizeof(short_prop_val));
av                733 modules/luascript.c   short av=shooting_get_min_av96(); 
av                734 modules/luascript.c   if(av < 0) { // -1 = Av not available
av                737 modules/luascript.c     lua_pushnumber( L, av );
av                745 modules/luascript.c   short av=shooting_get_max_av96(); 
av                746 modules/luascript.c   if(av < 0) { // -1 = Av not available
av                749 modules/luascript.c     lua_pushnumber( L, av );
av               1120 tools/code_gen.c int main(int ac, const char * av[]) 
av               1130 tools/code_gen.c     options.ROM_start = strtoul(av[1],0,0);
av               1139 tools/code_gen.c     if (stat(av[2],&st) != 0)
av               1141 tools/code_gen.c         fprintf(stderr, "Failed to stat \"%s\".\n", av[2]);
av               1147 tools/code_gen.c     FILE *fp = fopen(av[2], "rb");
av               1150 tools/code_gen.c         fprintf(stderr, "Failed to open \"%s\".\n", av[2]);
av               1169 tools/code_gen.c     load_firmware(fw, av[3], av[1], (ac==5)?av[4]:0, OS_DRYOS);
av               1197 tools/firmware_load_ng.c     uint32_t av=ADRx2adr(fw,is->insn);
av               1198 tools/firmware_load_ng.c     if(av) {
av               1200 tools/firmware_load_ng.c         if(av == val) {
av               1220 tools/firmware_load_ng.c     uint32_t av=ADRx2adr(fw,is->insn);
av               1221 tools/firmware_load_ng.c     if(av) {
av               1223 tools/firmware_load_ng.c         char *cmp=(char *)adr2ptr_with_data(fw,av);
av                  5 tools/ubasic_test/camera_functions.c static int tv=0, av=0, zoom=0, focus=0, iso=0, raw=0, raw_nr=0,autostart=0;
av                 79 tools/ubasic_test/camera_functions.c     return av;
av                 84 tools/ubasic_test/camera_functions.c     av = v;
av                 90 tools/ubasic_test/camera_functions.c     av += v;