Searched refs:CURRENT (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fftdnoiz.c | 33 CURRENT, enumerator 240 p->buffer[j][CURRENT] = av_calloc(p->b, p->buffer_linesize); in config_input() 241 if (!p->buffer[j][CURRENT]) in config_input() 388 float *cbuffer = p->buffer[jobnr][CURRENT]; in filter_block3d2() 450 float *cbuffer = p->buffer[jobnr][CURRENT]; in filter_block3d1() 508 float *buff = p->buffer[jobnr][CURRENT]; in filter_block2d() 565 p->buffer[jobnr][CURRENT], p->buffer_linesize, plane, in denoise() 579 p->buffer[jobnr][CURRENT], p->buffer_linesize, plane, in denoise() 708 av_freep(&p->buffer[j][CURRENT]); in uninit()
|
/third_party/python/Lib/tkinter/ |
H A D | constants.py | 65 CURRENT='current' variable
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | mac_tool.py | 315 CURRENT = "Current" 329 self._Relink(version, os.path.join(VERSIONS, CURRENT)) 332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary) 333 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | mac_tool.py | 315 CURRENT = "Current" 329 self._Relink(version, os.path.join(VERSIONS, CURRENT)) 332 self._Relink(os.path.join(VERSIONS, CURRENT, binary), binary) 333 self._Relink(os.path.join(VERSIONS, CURRENT, RESOURCES), RESOURCES)
|
/third_party/node/deps/npm/lib/utils/ |
H A D | completion.sh | 39 compadd -- $(COMP_CWORD=$((CURRENT-1)) \
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | cfg.rs | 381 static CURRENT: Lazy<RwLock<CurrentCfg>> = Lazy::new(|| RwLock::new(CurrentCfg::default())); consts 404 let current = CURRENT.read().unwrap_or_else(PoisonError::into_inner); in current() 484 let mut current = CURRENT.write().unwrap_or_else(PoisonError::into_inner); in drop()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
|
H A D | SkVM.cpp | 3966 a->vcvtps2ph(dst(x), r(x), A::CURRENT); // f32 ymm -> f16 xmm
|
/third_party/skia/tests/ |
H A D | SkVMTest.cpp | 1528 a.vcvtps2ph(A::xmm3, A::ymm2, A::CURRENT);
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 19722 u8 eStart; /* UNBOUNDED, CURRENT, PRECEDING or FOLLOWING */ 19723 u8 eEnd; /* UNBOUNDED, CURRENT, PRECEDING or FOLLOWING */ [all...] |
Completed in 143 milliseconds