Home
last modified time | relevance | path

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

123456789

/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
234 void ext2fs_close_inode_scan(ext2_inode_scan scan) in ext2fs_close_inode_scan()
247 void ext2fs_set_inode_callback(ext2_inode_scan scan, in ext2fs_set_inode_callback()
261 int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, in ext2fs_inode_scan_flags()
279 static errcode_t get_next_blockgroup(ext2_inode_scan scan) in get_next_blockgroup()
313 errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, in ext2fs_inode_scan_goto_blockgroup()
329 static errcode_t check_for_inode_bad_blocks(ext2_inode_scan scan, in check_for_inode_bad_blocks()
433 static void check_inode_block_sanity(ext2_inode_scan scan, blk64_t num_blocks) in check_inode_block_sanity()
523 static errcode_t get_next_blocks(ext2_inode_scan scan) in get_next_blocks()
[all …]
/external/libaom/aom_dsp/
Dquantize.c21 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_adaptive_helper_c()
114 const int16_t *scan, const int16_t *iscan, in aom_quantize_b_helper_c()
178 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_adaptive_helper_c()
266 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_highbd_quantize_b_helper_c()
329 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_adaptive_c()
341 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_32x32_adaptive_c()
353 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_64x64_adaptive_c()
366 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_adaptive_c()
378 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_adaptive_c()
390 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_adaptive_c()
[all …]
/external/tensorflow/tensorflow/core/platform/
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/libaom/aom_dsp/arm/
Dhighbd_quantize_neon.c141 const int16_t *scan, const int16_t *iscan, const int log_scale) { in highbd_quantize_b_neon()
241 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_neon()
252 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_neon()
263 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_neon()
275 const int16_t *scan, const int16_t *iscan, const int log_scale) { in highbd_quantize_b_adaptive_neon()
401 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_adaptive_neon()
412 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_adaptive_neon()
423 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_adaptive_neon()
/external/libaom/test/
Dencodetxb_test.cc74 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
148 void InitDataWithEob(const int16_t *const scan, const int bwl, in InitDataWithEob()
163 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/libvpx/vp9/encoder/
Dvp9_quantize.c28 const int16_t *scan, const int16_t *iscan) { in vp9_quantize_fp_c()
60 const int16_t *scan, const int16_t *iscan) { in vp9_highbd_quantize_fp_c()
92 const int16_t *scan, const int16_t *iscan) { in vp9_quantize_fp_32x32_c()
123 const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, in vp9_highbd_quantize_fp_32x32_c()
/external/javassist/src/main/javassist/bytecode/analysis/
DSubroutineScanner.java42 public Subroutine[] scan(MethodInfo method) throws BadBytecode { in scan() method in SubroutineScanner
63 private void scan(int pos, CodeIterator iter, Subroutine sub) throws BadBytecode { in scan() method in SubroutineScanner
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dscan_ops.py22 def scan(initial_state, scan_func): function
/external/libaom/av1/encoder/arm/neon/
Dquantize_neon.c80 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_neon()
142 const int16_t *scan, const int16_t *iscan) { in av1_quantize_lp_neon()
327 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_32x32_neon()
343 const int16_t *scan, const int16_t *iscan) { in av1_quantize_fp_64x64_neon()
357 uint16_t *eob_ptr, const int16_t *scan, in aom_quantize_b_neon()
460 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_16x16_neon()
589 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_32x32_neon()
727 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_64x64_neon()
876 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, in aom_quantize_b_helper_neon()
907 const int16_t *scan, const int16_t *iscan) { in aom_quantize_b_32x32_neon()
[all …]
/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/vp9/encoder/x86/
Dvp9_quantize_ssse3.c25 const int16_t *scan, const int16_t *iscan) { in vp9_quantize_fp_ssse3()
127 const int16_t *scan, const int16_t *iscan) { in vp9_quantize_fp_32x32_ssse3()
/external/emma/core/java12/com/vladium/util/
DIntSet.java105 int scan = 0; in values() local
123 int scan = offset; in values() local
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_rle.c20 unsigned char *scan, *strend; /* scan goes up to strend for length of run */ in deflate_rle() local
/external/clang/test/CodeGenCXX/
Dreference-in-block-args.cpp20 void scan() { in scan() function
/external/starlark-go/syntax/
Dscan_test.go17 func scan(src interface{}) (tokens string, err error) { func
/external/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/scan/
Dscan.c28 static const uint8_t scan[] = { variable
/external/libvpx/vpx_dsp/loongarch/
Dquantize_lsx.c62 const int16_t *scan, int index, in scan_for_eob()
96 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_lsx()
176 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_lsx()
/external/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c25 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_sse2()
98 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_32x32_sse2()
156 const int16_t *scan, const int16_t *iscan) { in aom_highbd_quantize_b_64x64_sse2()
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DScanner.java34 public void scan(Reader r, ScanHandler h) throws IOException, SAXException; in scan() method
/external/libvpx/vpx_dsp/x86/
Dquantize_ssse3.c26 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_ssse3()
117 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_ssse3()
Dquantize_avx.c28 uint16_t *eob_ptr, const int16_t *scan, in vpx_quantize_b_avx()
149 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_avx()
/external/libvpx/test/
Dvp9_quantize_test.cc62 const int16_t *dequant, uint16_t *eob, const int16_t *scan, in QuantFPWrapper()
304 const int16_t *scan, const int16_t *iscan, in quant_fp_nz()
378 const int16_t *scan, const int16_t *iscan) { in quantize_fp_nz_c()
387 const int16_t *scan, const int16_t *iscan) { in quantize_fp_32x32_nz_c()
/external/libvpx/vpx_dsp/
Dquantize.c121 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_c()
170 const int16_t *scan, const int16_t *iscan) { in vpx_highbd_quantize_b_c()
217 const int16_t *scan, const int16_t *iscan) { in vpx_quantize_b_32x32_c()
276 const int16_t *scan, const int16_t *iscan) { in vpx_highbd_quantize_b_32x32_c()
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/scanner/
DInjectMocksScanner.java49 private Set<Field> scan() { in scan() method in InjectMocksScanner

123456789