Home
last modified time | relevance | path

Searched refs:last_read (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/arch/arm/cpu/arm920t/ep93xx/
Dtimer.c29 unsigned long last_read; member
45 if (now >= timer.last_read) in read_timer()
46 timer.ticks += now - timer.last_read; in read_timer()
49 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
51 timer.last_read = now; in read_timer()
/external/libnl/lib/route/
Dpktloc.c92 static time_t last_read; in read_pktlocs() local
104 if (last_read == st.st_mtime) in read_pktlocs()
138 last_read = st.st_mtime; in read_pktlocs()
Dclassid.c313 static time_t last_read; in rtnl_tc_read_classid_file() local
325 if (last_read == st.st_mtime) { in rtnl_tc_read_classid_file()
365 last_read = st.st_mtime; in rtnl_tc_read_classid_file()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp154 int last_read; member in __anon1d258fbb0111::temp_comp_access
444 last_read(-1), in temp_comp_access()
453 last_read = line; in record_read()
476 if (last_read < lr) in propagate_lifetime_to_dominant_write_scope()
477 last_read = lr; in propagate_lifetime_to_dominant_write_scope()
547 last_read = last_read_scope->end(); in get_required_lifetime()
580 if (last_write >= last_read) in get_required_lifetime()
581 last_read = last_write + 1; in get_required_lifetime()
584 return make_lifetime(first_write, last_read); in get_required_lifetime()
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c43 int last_read[TGSI_EXEC_NUM_TEMPS]; member
284 if (ctx->last_read[src_reg_index] != -1) in liveness_mark_read()
285 ctx->last_read[src_reg_index] = pos; in liveness_mark_read()
302 ctx->last_read[i] = -1; in liveness_analysis()
362 return (from >= ctx->last_read[dst_reg_index]); in unused_from()
/external/iproute2/misc/
Dlnstat.h29 struct timeval last_read; /* last time of read */ member
Dlnstat_util.c57 gettimeofday(&lf->last_read, NULL); in scan_lines()
94 if (time_after(&lf->last_read, &lf->interval, &tv)) { in lnstat_update()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp1488 vec4_instruction *last_read = in emit_scratch_read() local
1490 emit_before(block, inst, last_read); in emit_scratch_read()
1491 shuffle_64bit_data(temp, src_reg(shuffled), false, block, last_read); in emit_scratch_read()