Home
last modified time | relevance | path

Searched defs:scan (Results 1 – 25 of 158) sorted by relevance

1234567

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-scan.hpp44 struct scan : public operator_base<rxu::decay_t<Seed>> struct
46 typedef rxu::decay_t<Observable> source_type;
47 typedef rxu::decay_t<Accumulator> accumulator_type;
48 typedef rxu::decay_t<Seed> seed_type;
50 struct scan_initial_type
62 scan_initial_type initial;
64 scan(source_type o, accumulator_type a, seed_type s) in scan() argument
70 void on_subscribe(Subscriber o) const { in on_subscribe()
109 auto scan(AN&&... an) in scan() function
/external/e2fsprogs/lib/ext2fs/
Dinode.c35 #define SCAN_BLOCK_STATUS(scan) ((scan)->temp_buffer + (scan)->inode_size) argument
142 ext2_inode_scan scan; in ext2fs_open_inode_scan() local
220 void ext2fs_close_inode_scan(ext2_inode_scan scan) in ext2fs_close_inode_scan()
233 void ext2fs_set_inode_callback(ext2_inode_scan scan, in ext2fs_set_inode_callback()
247 int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, in ext2fs_inode_scan_flags()
265 static errcode_t get_next_blockgroup(ext2_inode_scan scan) in get_next_blockgroup()
295 errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, in ext2fs_inode_scan_goto_blockgroup()
310 static errcode_t check_for_inode_bad_blocks(ext2_inode_scan scan, in check_for_inode_bad_blocks()
408 static void check_inode_block_sanity(ext2_inode_scan scan, blk64_t num_blocks) in check_inode_block_sanity()
498 static errcode_t get_next_blocks(ext2_inode_scan scan) in get_next_blocks()
[all …]
/external/libaom/libaom/aom_dsp/
Dquantize.c21 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in quantize_b_adaptive_helper_c()
112 uint16_t *eob_ptr, const int16_t *scan, in quantize_b_helper_c()
174 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_b_adaptive_helper_c()
262 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in highbd_quantize_b_helper_c()
323 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_adaptive_c()
335 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_32x32_adaptive_c()
347 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_64x64_adaptive_c()
359 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_adaptive_c()
371 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_adaptive_c()
383 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_adaptive_c()
[all …]
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dscan_ops.py25 def scan(initial_state, scan_func): function
/external/libaom/libaom/test/
Dencodetxb_test.cc75 const int16_t *const scan = av1_scan_orders[tx_size][tx_type].scan; in GetNzMapContextsRun() local
112 const int16_t *const scan = av1_scan_orders[tx_size][tx_type].scan; in SpeedTestGetNzMapContextsRun() local
133 void InitDataWithEob(const int16_t *const scan, const int bwl, in InitDataWithEob()
148 bool Compare(const int16_t *const scan, const int eob) const { in Compare() argument
Dscan_test.cc17 static int scan_test(const int16_t *scan, const int16_t *iscan, int si, int r, in scan_test()
30 const int16_t *scan = scan_order->scan; in scan_order_test() local
/external/tensorflow/tensorflow/core/lib/strings/
Dscanner_test.cc210 Scanner scan(" first second"); in TEST_F() local
243 Scanner scan("one2three"); in TEST_F() local
257 Scanner scan("name"); in TEST_F() local
267 Scanner scan("a b"); in TEST_F() local
/external/archive-patcher/generator/src/test/java/com/google/archivepatcher/generator/bsdiff/
DBsDiffTest.java80 final int scan = 1; in searchForMatchBaseCaseLongGroupArrayTest() local
120 final int scan = 1; in searchForMatchBaseCaseVeryLongGroupArrayTest() local
165 final int scan = 1; in searchForMatchLongGroupArrayTest() local
183 final int scan = 1; in searchForMatchVeryLongGroupArrayTest() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c28 uint16_t *eob_ptr, const int16_t *scan, in vp9_quantize_fp_c()
63 const int16_t *scan, const int16_t *iscan) { in vp9_highbd_quantize_fp_c()
98 const int16_t *scan, const int16_t *iscan) { in vp9_quantize_fp_32x32_c()
132 const int16_t *scan, const int16_t *iscan) { in vp9_highbd_quantize_fp_32x32_c()
163 const int16_t *scan, const int16_t *iscan) { in vp9_regular_quantize_b_4x4()
/external/clang/test/CodeGenCXX/
Dreference-in-block-args.cpp20 void scan() { in scan() function
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanner.java34 public void scan(Reader r, ScanHandler h) throws IOException, SAXException; in scan() method
DPYXScanner.java45 public void scan(Reader r, ScanHandler h) throws IOException, SAXException { in scan() method in PYXScanner
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/scanner/
DInjectMocksScanner.java49 private Set<Field> scan() { in scan() method in InjectMocksScanner
DMockScanner.java53 private Set<Object> scan() { in scan() method in MockScanner
/external/emma/core/java12/com/vladium/util/
DIntSet.java105 int scan = 0; in values() local
123 int scan = offset; in values() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterpreter.java126 public void scan(String startRule, in scan() method in Interpreter
154 public CommonToken scan(String startRule) in scan() method in Interpreter
160 public CommonToken scan(String startRule, in scan() method in Interpreter
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_dct_neon.c26 uint16_t *eob_ptr, const int16_t *scan, in vp9_fdct8x8_quant_neon()
/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c25 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_sse2()
97 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_sse2()
155 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_sse2()
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dscan_ops.py150 def scan(initial_state, scan_func): function
/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_avx.c28 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_avx()
154 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_avx()
Dquantize_ssse3.c26 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_ssse3()
120 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_ssse3()
/external/libvpx/libvpx/test/
Dvp9_quantize_test.cc64 const int16_t *dequant, uint16_t *eob, const int16_t *scan, in QuantFPWrapper()
168 uint16_t *eob_ptr, const int16_t *scan, in quant_fp_nz()
241 uint16_t *eob_ptr, const int16_t *scan, in quantize_fp_nz_c()
251 uint16_t *eob_ptr, const int16_t *scan, in quantize_fp_32x32_nz_c()
/external/skia/src/codec/
DSkJpegDecoderMgr.cpp33 int scan = ((j_decompress_ptr)info)->input_scan_number; in progress_monitor() local
/external/skqp/src/codec/
DSkJpegDecoderMgr.cpp33 int scan = ((j_decompress_ptr)info)->input_scan_number; in progress_monitor() local
/external/libvpx/libvpx/vp9/common/
Dvp9_scan.h27 const int16_t *scan; member

1234567