/external/e2fsprogs/lib/ext2fs/ |
inode.c | 35 #define SCAN_BLOCK_STATUS(scan) ((scan)->temp_buffer + (scan)->inode_size) 53 ext2_inode_scan scan, 142 ext2_inode_scan scan; local 167 retval = ext2fs_get_mem(sizeof(struct ext2_struct_inode_scan), &scan); 170 memset(scan, 0, sizeof(struct ext2_struct_inode_scan)); 172 scan->magic = EXT2_ET_MAGIC_INODE_SCAN; 173 scan->fs = fs; 174 scan->inode_size = EXT2_INODE_SIZE(fs->super) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
PBlackBox.h | 61 Lexer *scan;
member in class:ParserBlackBox 71 , scan(0)
87 scan = new Lexer(in);
88 pipe = new ANTLRTokenBuffer(scan);
90 scan->setToken(tok);
97 , scan(0)
113 scan = new Lexer(in);
114 pipe = new ANTLRTokenBuffer(scan);
116 scan->setToken(tok);
124 delete in; delete scan; delete pipe; delete _parser; delete tok; [all...] |
/external/kmod/ |
README.md | 3 [![Coverity Scan Status](https://scan.coverity.com/projects/2096/badge.svg)](https://scan.coverity.com/projects/2096)
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
PBlackBox.h | 52 Lexer *scan;
member in class:ParserBlackBox 65 scan = new Lexer(in);
66 pipe = new ANTLRTokenBuffer(scan);
68 scan->setToken(tok);
83 scan = new Lexer(in);
84 pipe = new ANTLRTokenBuffer(scan);
86 scan->setToken(tok);
94 delete in; delete scan; delete pipe; delete _parser; delete tok;
101 Lexer *getLexer() { return scan; }
|
/external/clang/test/CodeGenCXX/ |
reference-in-block-args.cpp | 20 void scan() { function 28 scan();
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
scan.cpp | 6 SCENARIO("scan sample"){ 7 printf("//! [scan sample]\n"); 9 scan( 18 printf("//! [scan sample]\n");
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
scan_ops.py | 15 """Scan dataset transformation.""" 24 @deprecation.deprecated(None, "Use `tf.data.experimental.scan(...)`.") 25 def scan(initial_state, scan_func): function 30 `scan()` accumulates one or more state tensors, whose initial values are 45 return scan_ops.scan(initial_state, scan_func)
|
/external/bsdiff/ |
bsdiff.cc | 67 size_t scsc, scan; local 98 scan=0;len=0; 100 while(scan<newsize) { 110 for(scsc=scan+=len;scan<newsize;scan++) { 115 sai->SearchPrefix(new_buf + scan, newsize - scan, &len, &pos); 117 for(;scsc<scan+len && scsc+lastoffset<oldsize;scsc++) 124 if((scan+lastoffset<oldsize) & [all...] |
/external/antlr/tool/src/test/java/org/antlr/test/ |
TestInterpretedLexing.java | 88 Token result = engine.scan("A"); 91 result = engine.scan("A"); 102 Token result = engine.scan("A"); 113 Token result = engine.scan("INT"); 116 result = engine.scan("INT"); 126 Token result = engine.scan("A"); 128 result = engine.scan("A"); 131 result = engine.scan("A"); 134 result = engine.scan("A"); 137 result = engine.scan("A") [all...] |
/external/libaom/libaom/aom_dsp/ |
quantize.h | 28 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, 38 const int16_t *scan, const int16_t *iscan); 45 const int16_t *scan, const int16_t *iscan); 52 const int16_t *scan, const int16_t *iscan); 59 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, 67 const int16_t *scan, const int16_t *iscan); 74 const int16_t *scan, const int16_t *iscan); 81 const int16_t *scan, const int16_t *iscan); 88 uint16_t *eob_ptr, const int16_t *scan, 97 const int16_t *scan, const int16_t *iscan) [all...] |
quantize.c | 21 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr, 36 // Pre-scan pass 38 const int rc = scan[i]; 55 const int rc = scan[i]; 88 const int rc = scan[eob]; 112 uint16_t *eob_ptr, const int16_t *scan, 124 // Pre-scan pass 126 const int rc = scan[i]; 140 const int rc = scan[i]; 174 const int16_t *scan, const int16_t *iscan, const qm_val_t *qm_ptr [all...] |
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
vp9_dct_neon.c | 26 uint16_t *eob_ptr, const int16_t *scan, 33 qcoeff_ptr, dqcoeff_ptr, dequant_ptr, eob_ptr, scan,
|
/external/libaom/libaom/test/ |
scan_test.cc | 13 #include "av1/common/scan.h" 17 static int scan_test(const int16_t *scan, const int16_t *iscan, int si, int r, 19 if (iscan[r * w + c] != si || scan[si] != r * w + c) { 20 printf("r %d c %d ref_iscan %d iscan %d ref_scan %d scan %d\n", r, c, si, 21 iscan[r * w + c], r * w + c, scan[si]); 30 const int16_t *scan = scan_order->scan; local 40 if (scan_test(scan, iscan, si, r, c, w)) return 1; 48 if (scan_test(scan, iscan, si, r, c, w)) return 1; 60 if (scan_test(scan, iscan, si, r, c, w)) return 1 [all...] |
encodetxb_test.cc | 25 #include "av1/common/scan.h" 36 const int16_t *const scan, 75 const int16_t *const scan = av1_scan_orders[tx_size][tx_type].scan; local 80 InitDataWithEob(scan, bwl, eob); 82 av1_get_nz_map_contexts_c(levels_, scan, eob, (TX_SIZE)tx_size, 84 get_nz_map_contexts_func_(levels_, scan, eob, (TX_SIZE)tx_size, 87 result = Compare(scan, eob); 112 const int16_t *const scan = av1_scan_orders[tx_size][tx_type].scan; local [all...] |
/external/zopfli/src/zopfli/ |
lz77.c | 111 Finds how long the match of scan and match is. Can be used to find how many 112 bytes starting from scan, and from match, are equal. Returns the last byte 113 after scan, which is still equal to the correspondinb byte after match. 114 scan is the position to compare 119 static const unsigned char* GetMatch(const unsigned char* scan, 126 while (scan < safe_end && *((size_t*)scan) == *((size_t*)match)) { 127 scan += 8; 132 while (scan < safe_end 133 && *((unsigned int*)scan) == *((unsigned int*)match)) 236 const unsigned char* scan; local [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Scanner.java | 30 @param r A source of characters to scan 34 public void scan(Reader r, ScanHandler h) throws IOException, SAXException; method in interface:Scanner
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
makefile | 56 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
82 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
106 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
131 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
154 #scan.$(OBJ_EXT): scan.c mode.h tokens.h
156 #scan.c mode.h: parser.dlg
157 # $(DLG) -C2 parser.dlg scan.c
179 OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \
186 PCCTS_GEN=antlr.c scan.c err.c tokens.h mode.h parser.dlg stdpccts.h remap.h [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
deflate.c | 1153 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1301 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1867 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local [all...] |
/external/u-boot/lib/zlib/ |
deflate.c | 1066 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1214 register Bytef *scan = s->window + s->strstart; \/* current string *\/ local 1745 Bytef *scan, *strend; \/* scan goes up to strend for length of run *\/ local [all...] |
/external/e2fsprogs/debugfs/ |
icheck.c | 62 ext2_inode_scan scan = 0; local 96 retval = ext2fs_open_inode_scan(current_fs, 0, &scan); 98 com_err("icheck", retval, "while opening inode scan"); 103 retval = ext2fs_get_next_inode(scan, &ino, &inode); 106 com_err("icheck", retval, "while starting inode scan"); 150 retval = ext2fs_get_next_inode(scan, &ino, &inode); 154 "while doing inode scan"); 171 if (scan) 172 ext2fs_close_inode_scan(scan);
|
ncheck.c | 98 ext2_inode_scan scan = 0; local 152 retval = ext2fs_open_inode_scan(current_fs, 0, &scan); 154 com_err("ncheck", retval, "while opening inode scan"); 159 retval = ext2fs_get_next_inode(scan, &ino, &inode); 162 com_err("ncheck", retval, "while starting inode scan"); 199 retval = ext2fs_get_next_inode(scan, &ino, &inode); 204 "while doing inode scan"); 211 if (scan) 212 ext2fs_close_inode_scan(scan);
|
/external/u-boot/drivers/input/ |
cros_ec_keyb.c | 39 * @param samep Set to true if this scan repeats the last, else false 49 struct mbkp_keyscan scan; local 53 if (cros_ec_scan_keyboard(dev->parent, &scan)) { 54 debug("%s: keyboard scan failed\n", __func__); 57 *samep = last_scan_valid && !memcmp(&last_scan, &scan, sizeof(scan)); 61 * out of key scans. It just returns the same scan over and over 63 * that this scan is the same as the last. 66 memcpy(&last_scan, &scan, sizeof(last_scan)); 73 data = scan.data[bit / 8] [all...] |
/external/e2fsprogs/e2fsck/ |
iscan.c | 2 * Test to see how quickly we can scan the inode table (not doing 101 ext2_inode_scan scan; local 117 retval = ext2fs_open_inode_scan(fs, inode_buffer_blocks, &scan); 119 com_err(program_name, retval, _("while opening inode scan")); 124 retval = ext2fs_get_next_inode(scan, &ino, &inode);
|
scantest.c | 2 * scantest.c - test the speed of the inode scan routine 94 ext2_inode_scan scan; local 112 retval = ext2fs_open_inode_scan(fs, 0, &scan); 114 com_err(argv[0], retval, _("while opening inode scan")); 117 retval = ext2fs_get_next_inode(scan, &ino, &inode); 119 com_err(argv[0], retval, _("while starting inode scan")); 127 retval = ext2fs_get_next_inode(scan, &ino, &inode); 130 _("while doing inode scan"));
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/scan/testdata/ |
OverlappingCollectionReferences.java | 14 package com.google.devtools.build.android.desugar.scan.testdata;
|