Searched refs:current_val (Results 1 – 4 of 4) sorted by relevance
35 uint32_t current_val; member53 return TIMER_MAX_VAL - readl(&systick->current_val); in read_timer()63 writel(0, &systick->current_val); in timer_init()
310 int current_val = current[idx] + carry; in NextIndex() local311 TFLITE_DCHECK_GE(dims[idx], current_val); in NextIndex()312 if (dims[idx] == current_val) { in NextIndex()315 current[idx] = current_val; in NextIndex()
326 int current_val = current[idx] + carry; in NextIndex() local327 TFLITE_DCHECK_GE(dims[idx], current_val); in NextIndex()328 if (dims[idx] == current_val) { in NextIndex()331 current[idx] = current_val; in NextIndex()
502 FlagValue* current_val, FlagValue* default_val);554 FlagValue* current_val, FlagValue* default_val) in CommandLineFlag() argument556 defvalue_(default_val), current_(current_val), validate_fn_proto_(NULL) { in CommandLineFlag()