Home
last modified time | relevance | path

Searched refs:cur_val (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/lib/
H A Dtst_security.sh146 local cur_val new_val
150 cur_val=$(cat $dir/checkreqprot)
151 [ $cur_val = 1 ] && new_val=0 || new_val=1
/third_party/NuttX/drivers/usbdev/gadget/
H A Dhicamera_control.c276 const uint16_t cur_val = 30; in histream_pu_get_brightness() local
278 PRINT_INFO("get brightness val = %u\n", cur_val); in histream_pu_get_brightness()
280 return cur_val; in histream_pu_get_brightness()
/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c249 int max, shift, cur_val, prev_val, count, p; in lpc2lsp() local
297 cur_val = av_clipl_int32(temp << 1); in lpc2lsp()
300 if ((cur_val ^ prev_val) < 0) { in lpc2lsp()
301 int abs_cur = FFABS(cur_val); in lpc2lsp()
321 cur_val = av_clipl_int32(temp << 1); in lpc2lsp()
323 prev_val = cur_val; in lpc2lsp()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.c65 FT_Pos cur_val; in af_sort_and_quantize_widths() local
88 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
96 if ( table[i].org - cur_val > threshold || in af_sort_and_quantize_widths()
102 if ( table[i].org - cur_val <= threshold && in af_sort_and_quantize_widths()
116 cur_val = table[cur_idx].org; in af_sort_and_quantize_widths()
/third_party/python/Parser/
H A Dasdl.py355 cur_val = None if self.cur_token is None else self.cur_token.value
360 return cur_val

Completed in 6 milliseconds