/third_party/mesa3d/src/gallium/frontends/omx/ |
H A D | vid_omx_common.c | 55 static bool first_time = true; in omx_get_screen() local 59 if (first_time) { in omx_get_screen() 61 first_time = false; in omx_get_screen()
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | socket.c | 20 static uint8_t first_time = 1; in is_allow_internet() local 23 if (!first_time) { in is_allow_internet() 35 first_time = 0; in is_allow_internet()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | socket.c | 20 static uint8_t first_time = 1; in is_allow_internet() local 23 if (!first_time) { in is_allow_internet() 35 first_time = 0; in is_allow_internet()
|
/third_party/musl/src/network/ |
H A D | socket.c | 23 static uint8_t first_time = 1; in is_allow_internet() local 26 if (!first_time) { in is_allow_internet() 38 first_time = 0; in is_allow_internet()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_debug.cpp | 224 static boolean first_time = TRUE; in lp_profile() local 226 if (first_time) { in lp_profile() 241 first_time = FALSE; in lp_profile()
|
/third_party/cups-filters/cupsfilters/ |
H A D | image-gif.c | 53 static int gif_get_code (FILE *fp, int code_size, int first_time); 58 static int gif_read_lzw(FILE *fp, int first_time, int input_code_size); 299 int first_time) /* I - 1 = first time, 0 = not first time */ in gif_get_code() 316 if (first_time) in gif_get_code() 535 int first_time, /* I - 1 = first time, 0 = not first time */ in gif_read_lzw() 555 if (first_time) in gif_read_lzw() 297 gif_get_code(FILE *fp, int code_size, int first_time) gif_get_code() argument 534 gif_read_lzw(FILE *fp, int first_time, int input_code_size) gif_read_lzw() argument
|
/third_party/backends/sanei/ |
H A D | sanei_pp.c | 116 static int first_time = SANE_TRUE; variable 656 if( first_time == SANE_FALSE ) { in pp_init() 662 first_time = SANE_FALSE; in pp_init() 672 first_time = SANE_TRUE; in pp_init() 687 first_time = SANE_TRUE; in pp_init() 700 first_time = SANE_TRUE; in pp_init() 1280 _VAR_NOT_USED( first_time );
|
H A D | sanei_pio.c | 344 static int first_time = 1; in pio_open() local 348 if (first_time) in pio_open() 350 first_time = 0; in pio_open()
|
H A D | sanei_pa4s2.c | 263 static int first_time = SANE_TRUE; in pa4s2_init() local 268 DBG (6, "pa4s2_init: static int first_time = %u\n", first_time); in pa4s2_init() 270 if (first_time == SANE_FALSE) in pa4s2_init() 279 first_time = SANE_FALSE; in pa4s2_init() 290 first_time = SANE_TRUE; in pa4s2_init() 306 first_time = SANE_TRUE; in pa4s2_init() 322 first_time = SANE_TRUE; in pa4s2_init()
|
H A D | sanei_ab306.c | 227 static int first_time = 1; in sanei_ab306_open() local 234 if (first_time) in sanei_ab306_open() 236 first_time = 0; in sanei_ab306_open()
|
H A D | sanei_scsi.c | 876 static int first_time = 1; in sanei_scsi_open_extended() local 902 if (first_time) in sanei_scsi_open_extended() 904 first_time = 0; in sanei_scsi_open_extended() 1514 static int first_time = 1; in sanei_scsi_open() local 1516 if (first_time) in sanei_scsi_open() 1536 if (!first_time && real_buffersize != wanted_buffersize) in sanei_scsi_open() 1544 first_time = 0; in sanei_scsi_open()
|
/third_party/ltp/lib/ |
H A D | parse_opts.c | 495 static int first_time = 1; in usc_test_looping() local 504 if (first_time) { in usc_test_looping() 505 first_time = 0; in usc_test_looping()
|
H A D | tst_res.c | 378 static int first_time = 1; in check_env() local 381 if (!first_time) in check_env() 384 first_time = 0; in check_env()
|
/third_party/mesa3d/src/mesa/math/ |
H A D | m_debug_norm.c | 338 static int first_time = 1; in _math_test_all_normal_transform_functions() local 340 if ( first_time ) { in _math_test_all_normal_transform_functions() 341 first_time = 0; in _math_test_all_normal_transform_functions()
|
H A D | m_debug_xform.c | 283 static int first_time = 1; in _math_test_all_transform_functions() local 285 if ( first_time ) { in _math_test_all_transform_functions() 286 first_time = 0; in _math_test_all_transform_functions()
|
H A D | m_debug_clip.c | 354 static int first_time = 1; in _math_test_all_cliptest_functions() local 356 if ( first_time ) { in _math_test_all_cliptest_functions() 357 first_time = 0; in _math_test_all_cliptest_functions()
|
/third_party/python/Tools/ccbench/ |
H A D | ccbench.py | 486 first_time = None 490 if first_time is None: 491 first_time = _time() 500 return (n - 1) / (end_time - first_time)
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdgif.c | 99 boolean first_time; /* flags first call to GetCode */ member 201 sinfo->first_time = TRUE; in InitLZWCode() 223 if (sinfo->first_time) { in GetCode() 224 sinfo->first_time = FALSE; in GetCode()
|
/third_party/gn/src/gn/ |
H A D | header_checker.cc | 565 bool first_time = true; in IsDependencyOf() local 589 if (first_time || !require_permitted) { in IsDependencyOf() 594 first_time = false; in IsDependencyOf()
|
H A D | parser.cc | 647 bool first_time = true; in ParseList() local 649 if (!first_time) { in ParseList() 656 first_time = false; in ParseList()
|
/third_party/lz4/tests/ |
H A D | test-lz4-speed.py | 319 first_time = True variable 322 if first_time: 323 first_time = False variable
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_zscale.c | 117 int first_time; member 339 s->first_time = 1; in config_props() 783 s->first_time || in filter_frame() 837 s->first_time = 0; in filter_frame()
|
/third_party/backends/backend/ |
H A D | hp4200.c | 1050 int first_time; in do_coarse_calibration() local 1155 first_time = 1; in do_coarse_calibration() 1218 if (first_time) in do_coarse_calibration() 1220 first_time = 0; in do_coarse_calibration()
|
H A D | mustek_pp_ccd300.c | 142 int first_time = 1; in wait_bank_change() local 148 if ((niceload == 0) && (first_time == 0)) in wait_bank_change() 151 first_time = 0; in wait_bank_change()
|
/third_party/backends/frontend/ |
H A D | scanimage.c | 326 static SANE_Bool first_time = SANE_TRUE; in sighandler() local 331 if (first_time) in sighandler() 333 first_time = SANE_FALSE; in sighandler()
|