Home
last modified time | relevance | path

Searched refs:first_time (Results 1 - 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_omx_common.c55 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 Dsocket.c20 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 Dsocket.c20 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 Dsocket.c23 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 Dlp_bld_debug.cpp224 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 Dimage-gif.c53 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 Dsanei_pp.c116 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 Dsanei_pio.c344 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 Dsanei_pa4s2.c263 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 Dsanei_ab306.c227 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 Dsanei_scsi.c876 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 Dparse_opts.c495 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 Dtst_res.c378 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 Dm_debug_norm.c338 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 Dm_debug_xform.c283 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 Dm_debug_clip.c354 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 Dccbench.py486 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 Drdgif.c99 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 Dheader_checker.cc565 bool first_time = true; in IsDependencyOf() local
589 if (first_time || !require_permitted) { in IsDependencyOf()
594 first_time = false; in IsDependencyOf()
H A Dparser.cc647 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 Dtest-lz4-speed.py319 first_time = True variable
322 if first_time:
323 first_time = False variable
/third_party/ffmpeg/libavfilter/
H A Dvf_zscale.c117 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 Dhp4200.c1050 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 Dmustek_pp_ccd300.c142 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 Dscanimage.c326 static SANE_Bool first_time = SANE_TRUE; in sighandler() local
331 if (first_time) in sighandler()
333 first_time = SANE_FALSE; in sighandler()

Completed in 36 milliseconds

12