OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocks
(Results
476 - 500
of
5464
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/docs/CommandGuide/
llvm-diff.rst
29
**llvm-diff** compares two functions by comparing their basic
blocks
,
30
beginning with the entry
blocks
. If the terminators seem to match,
56
massive detected differences in
blocks
.
/external/llvm/lib/Target/NVPTX/
NVPTXAllocaHoisting.cpp
10
// Hoist the alloca instructions in the non-entry
blocks
to the entry
blocks
.
42
"
blocks
to the entry block");
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Average_16x.c
12
* This function will calculate Average of two 16x16 or 16x8
blocks
27
* This function calculates the average of two 16x16 or 16x8
blocks
. The
39
* iHeight - Height of the
blocks
omxVCCOMM_Average_8x.c
12
* This function will calculate Average of two 8x4 or 8x8 or 8x16
blocks
27
* This function calculates the average of two 8x4, 8x8, or 8x16
blocks
. The
39
* iHeight - Height of the
blocks
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_Average_4x.c
12
* This function will calculate Average of two 4x4 or 4x8
blocks
27
* This function calculates the average of two 4x4, 4x8
blocks
. The result
37
* iHeight - Height of the
blocks
; must be either 4 or 8.
omxVCM4P10_SADQuar_4x.c
12
* This function will calculate SAD of pSrc with average of two Ref
blocks
13
* of 4x8 or 4x4
blocks
29
* of the other two (pSrcRef0 and pSrcRef1) for 4x8 or 4x4
blocks
. Rounding
/external/jpeg/
jccoefct.c
44
* workspace of C_MAX_BLOCKS_IN_MCU coefficient
blocks
, and reuse it for each
48
* In multi-pass modes, this array points to the current MCU's
blocks
159
* Each call on forward_DCT processes a horizontal row of DCT
blocks
160
* as wide as an MCU; we rely on having allocated the MCU_buffer[]
blocks
161
* sequentially. Dummy
blocks
at the right or bottom edge are filled in
182
/* Create some dummy
blocks
at the right edge of the image. */
190
/* Create a row of dummy
blocks
at the bottom of the image. */
228
* and saved into the virtual arrays. We also generate suitable dummy
blocks
229
* as needed at the right and lower edges. (The dummy
blocks
are constructed
231
* it possible for subsequent passes not to worry about real vs. dummy
blocks
[
all
...]
/external/qemu/distrib/jpeg-6b/
jccoefct.c
44
* workspace of C_MAX_BLOCKS_IN_MCU coefficient
blocks
, and reuse it for each
48
* In multi-pass modes, this array points to the current MCU's
blocks
159
* Each call on forward_DCT processes a horizontal row of DCT
blocks
160
* as wide as an MCU; we rely on having allocated the MCU_buffer[]
blocks
161
* sequentially. Dummy
blocks
at the right or bottom edge are filled in
182
/* Create some dummy
blocks
at the right edge of the image. */
190
/* Create a row of dummy
blocks
at the bottom of the image. */
228
* and saved into the virtual arrays. We also generate suitable dummy
blocks
229
* as needed at the right and lower edges. (The dummy
blocks
are constructed
231
* it possible for subsequent passes not to worry about real vs. dummy
blocks
[
all
...]
/frameworks/base/services/java/com/android/server/
DropBoxManagerService.java
448
public int
blocks
= 0;
field in class:DropBoxManagerService.FileList
453
if (
blocks
!= o.
blocks
) return o.
blocks
-
blocks
;
467
public final int
blocks
;
field in class:DropBoxManagerService.EntryFile
506
this.
blocks
= (int) ((this.file.length() + blockSize - 1) / blockSize);
521
this.
blocks
= 0;
532
this.
blocks
= (int) ((this.file.length() + blockSize - 1) / blockSize);
578
this.
blocks
= 0
[
all
...]
/external/e2fsprogs/ext2ed/
ext2.descriptors
55
* Structure of a
blocks
group descriptor
60
__u32 bg_block_bitmap; /*
Blocks
bitmap block */
63
__u16 bg_free_blocks_count; /* Free
blocks
count */
85
__u32 i_blocks; /*
Blocks
count */
88
__u32 i_block[0]; /* Pointers to
blocks
*/
89
__u32 i_block[1]; /* Pointers to
blocks
*/
90
__u32 i_block[2]; /* Pointers to
blocks
*/
91
__u32 i_block[3]; /* Pointers to
blocks
*/
92
__u32 i_block[4]; /* Pointers to
blocks
*/
93
__u32 i_block[5]; /* Pointers to
blocks
*/
[
all
...]
/dalvik/dx/src/com/android/dx/command/dump/
Main.java
50
} else if (arg.equals("--basic-
blocks
")) {
52
} else if (arg.equals("--rop-
blocks
")) {
56
} else if (arg.equals("--ssa-
blocks
")) {
123
// --optimize ignored with --ssa-
blocks
/dalvik/dx/tests/031-bb-dead-code/
run
18
dx --debug --dump --basic-
blocks
--width=200 blort.class
/dalvik/dx/tests/032-bb-live-code/
run
18
dx --debug --dump --basic-
blocks
--width=200 blort.class
/dalvik/dx/tests/083-ssa-phi-placement/
run
18
dx --dump --ssa-
blocks
--ssa-step=phi-placement Blort.class
/dalvik/dx/tests/085-dex-jsr-ret/
run
18
dx --dump --rop-
blocks
blort.class
/dalvik/dx/tests/086-ssa-edge-split/
run
18
dx --dump --width=1000 --ssa-
blocks
--ssa-step=edge-split Blort.class
/dalvik/dx/tests/087-ssa-local-vars/
run
18
dx --dump --ssa-
blocks
Blort.class
/dalvik/dx/tests/088-ssa-combine-blocks/
run
18
dx --dump --width=1000 --optimize --rop-
blocks
Blort.class
/dalvik/dx/tests/091-ssa-const-collector/
run
18
dx --dump --optimize --rop-
blocks
Blort.class
/dalvik/dx/tests/092-ssa-cfg-edge-cases/
run
18
dx --dump --optimize --rop-
blocks
Blort.class
/dalvik/dx/tests/093-ssa-invoke-range/
run
18
dx --dump --optimize --rop-
blocks
Blort.class
/dalvik/dx/tests/094-scala-locals/
run
18
dx --debug --dump --ssa-
blocks
--method=scalalocals Blort.class
/dalvik/dx/tests/098-dex-jsr-ret-throw/
run
17
dx --debug --dump --method=run --rop-
blocks
'ViewDebug$ViewServer.class'
/dalvik/dx/tests/114-value-propagation/
run
18
dx --dump --rop-
blocks
blort.class | grep 'const\|move'
/external/ceres-solver/internal/ceres/
block_random_access_dense_matrix.h
57
//
blocks
is a vector of block sizes. The resulting matrix has
58
//
blocks
.size() *
blocks
.size() cells.
59
explicit BlockRandomAccessDenseMatrix(const vector<int>&
blocks
);
Completed in 374 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>