/external/libmpeg2/decoder/ |
impeg2d_vld.h | 31 const UWORD8 *scan, /*!< Scan table to be used */ 32 UWORD8 *pu1_pos, /*!< Scan table to be used */
|
/external/tensorflow/tensorflow/core/kernels/ |
concat_lib_gpu.cc | 50 IntType scan = 0; local 51 output_scan.Set(0, scan); 58 scan += inputs_flat[i]->dimension(1); 59 output_scan.Set(i + 1, scan);
|
scan_ops.h | 28 struct Scan { 39 To32Bit(in).reverse(dims).scan(1, reducer, exclusive).reverse(dims);
|
/external/u-boot/fs/ubifs/ |
Makefile | 11 obj-y += lpt_commit.o scan.o lprops.o
|
/external/vogar/src/vogar/target/ |
ClassFinder.java | 40 Package aPackage = new ClassPathScanner().scan(classOrPackageName);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_detokenize.c | 76 int ctx, const int16_t *scan, const int16_t *nb, 130 token_cache[scan[c]] = 0; 148 token_cache[scan[c]] = 5; 165 token_cache[scan[c]] = 4; 182 token_cache[scan[c]] = 3; 186 token_cache[scan[c]] = 2; 192 token_cache[scan[c]] = 1; 197 dqcoeff[scan[c]] = highbd_check_range( 200 dqcoeff[scan[c]] = 205 dqcoeff[scan[c]] = -v [all...] |
/cts/tests/tests/os/jni/ |
android_os_cts_NoExecutePermissionTest.cpp | 38 int scan = sscanf(line, "%" SCNxPTR "-%" SCNxPTR " %9s ", &start, &end, permissions); local 39 if ((scan == 3) && (start <= address) && (address < end)) {
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
scan.cpp | 4 #include <rxcpp/operators/rx-scan.hpp> 6 SCENARIO("scan: issue 41", "[scan][operators][issue][!hide]"){ 7 GIVEN("map of scan of interval"){ 14 .scan(0, [] (int a, int i) { return a + i; }) 22 SCENARIO("scan: seed, never", "[scan][operators]"){ 39 | rxo::scan(seed, [](int sum, int x) { 64 SCENARIO("scan: seed, empty", "[scan][operators]") [all...] |
/external/antlr/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 49 import org.codehaus.plexus.compiler.util.scan.InclusionScanException; 50 import org.codehaus.plexus.compiler.util.scan.SimpleSourceInclusionScanner; 51 import org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner; 52 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping; 53 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping; 425 SourceInclusionScanner scan = new SimpleSourceInclusionScanner(includes, excludes); local 427 scan.addSourceMapping(mapping); 428 Set<File> grammarFiles = scan.getIncludedSources(sourceDirectory, null);
|
/external/kmod/ |
autogen.sh | 55 scan-build $topdir/configure CFLAGS='-g -O0 -std=gnu11' $args "$@" 56 scan-build make
|
/external/libvpx/config/arm-neon/ |
vp9_rtcd.h | 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 44 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 107 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 108 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 112 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
|
/external/libvpx/config/arm64/ |
vp9_rtcd.h | 43 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 44 void vp9_fdct8x8_quant_neon(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 89 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 107 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 108 void vp9_quantize_fp_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 111 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 112 void vp9_quantize_fp_32x32_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
|
/external/libvpx/config/x86/ |
vp9_rtcd.h | 45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 46 void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 47 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 91 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 94 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 112 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 113 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 116 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan);
|
/external/mockito/src/main/java/org/mockito/internal/configuration/injection/scanner/ |
InjectMocksScanner.java | 19 * Scan field for injection. 40 mockDependentFields.addAll(scan()); method 44 * Scan fields annotated by @InjectMocks 49 private Set<Field> scan() { method in class:InjectMocksScanner
|
MockScanner.java | 18 * Scan mocks, and prepare them if needed. 45 mocks.addAll(scan()); method 49 * Scan and prepare mocks for the given <code>testClassInstance</code> and <code>clazz</code> in the type hierarchy. 53 private Set<Object> scan() { method in class:MockScanner
|
/external/python/cpython2/Mac/Modules/qd/ |
qdscan.py | 0 # Scan an Apple header file, generating a Python file of generator calls. 14 scanner.scan() 24 scanner.scan()
|
/external/selinux/scripts/ |
run-scan-build | 2 # Run clang's static analyzer (scan-build) and record its output in output-scan-build/ 7 OUTPUTDIR="$(pwd)/output-scan-build" 14 DESTDIR="$(mktemp --tmpdir -d scan-build-destdir-XXXXXXXXXX)" 25 scan-build -analyze-headers -o "$OUTPUTDIR" make -C .. CC=clang DESTDIR="$DESTDIR" install install-pywrap install-rubywrap all test 27 # Reduce the verbosity in order to keep the message from scan-build saying 28 # "scan-build: Run 'scan-view /.../output-scan-build/2018-...' to examine bug reports.
|
/external/skia/src/codec/ |
SkJpegDecoderMgr.cpp | 33 int scan = ((j_decompress_ptr)info)->input_scan_number; local 38 if (scan >= 100) {
|
/external/skqp/src/codec/ |
SkJpegDecoderMgr.cpp | 33 int scan = ((j_decompress_ptr)info)->input_scan_number; local 38 if (scan >= 100) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
deflate.c | 1032 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1179 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local [all...] |
/external/e2fsprogs/lib/ext2fs/ |
tst_iscan.c | 2 * tst_inode.c --- this function tests the inode scan function 69 * Setup the variables for doing the inode scan test. 144 ext2_inode_scan scan; local 148 retval = ext2fs_open_inode_scan(test_fs, 8, &scan); 150 com_err("iterate", retval, "While opening inode scan"); 154 retval = ext2fs_get_next_inode(scan, &ino, &inode); 160 retval = ext2fs_get_next_inode(scan, &ino, &inode); 172 ext2fs_close_inode_scan(scan); 222 printf("Inode scan tested OK!\n");
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
AntlrPPC.mak | 19 # scan.c
48 "{ObjDir?PPC}scan.c.x"
95 "{ObjDir?PPC}scan.c.x" ? {?MondoBuild?} scan.c
96 {PPCC} scan.c -o {Targ} {PPCCOptions}
|
/external/libaom/libaom/av1/encoder/ |
av1_quantize.c | 22 #include "av1/common/scan.h" 41 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, 57 const int rc = scan[i]; 80 const int rc = scan[i]; 112 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, 127 const int rc = scan[i]; 158 const int rc = scan[i]; 187 const int16_t *scan, const int16_t *iscan) { 190 eob_ptr, scan, iscan, NULL, NULL, 0); 199 const int16_t *scan, const int16_t *iscan) [all...] |
encodetxb.c | 18 #include "av1/common/scan.h" 332 const int16_t *const scan = txb_info->scan_order->scan; local 333 const int pos = scan[scan_idx]; 374 const int16_t *const scan = txb_info->scan_order->scan; local 375 const int coeff_idx = scan[scan_idx]; 438 const int16_t *const scan = txb_info->scan_order->scan; local 439 const int coeff_idx = scan[scan_idx] 519 const int16_t *const scan = scan_order->scan; local 749 const int16_t *const scan = scan_order->scan; local 866 const int16_t *const scan = txb_info->scan_order->scan; local 1045 const int16_t *scan = txb_info->scan_order->scan; local 1108 const int16_t *scan = txb_info->scan_order->scan; local 1183 const int16_t *scan = txb_info->scan_order->scan; local 1661 const int16_t *scan = scan_order->scan; local 1885 const int16_t *const scan = scan_order->scan; local 2043 const int16_t *const scan = scan_order->scan; local [all...] |
/external/libvpx/config/x86_64/ |
vp9_rtcd.h | 45 void vp9_fdct8x8_quant_c(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 46 void vp9_fdct8x8_quant_sse2(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 47 void vp9_fdct8x8_quant_ssse3(const int16_t *input, int stride, tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 91 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 94 void vp9_highbd_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 112 void vp9_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 113 void vp9_quantize_fp_sse2(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 114 void vp9_quantize_fp_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 117 void vp9_quantize_fp_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan); 118 void vp9_quantize_fp_32x32_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *round_ptr, const int16_t *quant_ptr, tran_low_t *qcoeff_ptr, tran_low_t *dqcoeff_ptr, const int16_t *dequant_ptr, uint16_t *eob_ptr, const int16_t *scan, const int16_t *iscan) [all...] |