OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocks
(Results
1 - 25
of
668
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
block.c
38
Status XvMCCreateBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCBlockArray *
blocks
)
47
assert(
blocks
);
49
blocks
->context_id = context->context_id;
50
blocks
->num_blocks = num_blocks;
51
blocks
->
blocks
= MALLOC(BLOCK_SIZE_BYTES * num_blocks);
52
blocks
->privData = NULL;
58
Status XvMCDestroyBlocks(Display *dpy, XvMCBlockArray *
blocks
)
61
assert(
blocks
);
62
FREE(
blocks
->blocks)
[
all
...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
block.c
38
Status XvMCCreateBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCBlockArray *
blocks
)
47
assert(
blocks
);
49
blocks
->context_id = context->context_id;
50
blocks
->num_blocks = num_blocks;
51
blocks
->
blocks
= MALLOC(BLOCK_SIZE_BYTES * num_blocks);
52
blocks
->privData = NULL;
58
Status XvMCDestroyBlocks(Display *dpy, XvMCBlockArray *
blocks
)
61
assert(
blocks
);
62
FREE(
blocks
->blocks)
[
all
...]
/dalvik/dx/tests/098-dex-jsr-ret-throw/
run
17
dx --debug --dump --method=run --rop-
blocks
'ViewDebug$ViewServer.class'
/external/valgrind/main/memcheck/tests/
leak-0.stderr.exp
1
leaked: 0 bytes in 0
blocks
2
dubious: 0 bytes in 0
blocks
3
reachable: 0 bytes in 1
blocks
4
suppressed: 0 bytes in 0
blocks
leak-cases-summary.stderr.exp
1
leaked: 80 bytes in 5
blocks
2
dubious: 96 bytes in 6
blocks
3
reachable: 64 bytes in 4
blocks
4
suppressed: 0 bytes in 0
blocks
error_counts.stderr.exp
7
leaked: 0 bytes in 0
blocks
8
dubious: 0 bytes in 0
blocks
9
reachable: 0 bytes in 0
blocks
10
suppressed: 0 bytes in 0
blocks
14
leaked: 77 bytes in 1
blocks
15
dubious: 88 bytes in 1
blocks
16
reachable: 99 bytes in 1
blocks
17
suppressed: 0 bytes in 0
blocks
/external/llvm/test/CodeGen/SystemZ/Large/
branch-range-02.py
3
# RUN: python %s | llc -mtriple=s390x-linux-gnu -align-all-
blocks
=8 | FileCheck %s
19
# with N == 256 + 4. The -align-all-
blocks
=8 option ensures that all
blocks
20
# are 256 bytes in size. The first 4
blocks
and the last 4
blocks
are then
39
# ...lots of other
blocks
...
59
blocks
= 256 + 4
variable
67
for i in xrange(
blocks
):
70
next = 'b%d' % (i + 1) if i + 1 <
blocks
else 'end'
71
other = 'end' if 2 * i <
blocks
else 'b0
[
all
...]
/external/ceres-solver/internal/ceres/
block_random_access_dense_matrix_test.cc
40
vector<int>
blocks
;
local
41
blocks
.push_back(3);
42
blocks
.push_back(4);
43
blocks
.push_back(5);
45
BlockRandomAccessDenseMatrix m(
blocks
);
50
for (int i = 0; i <
blocks
.size(); ++i) {
52
for (int j = 0; j <
blocks
.size(); ++j) {
65
col_idx +=
blocks
[j];
67
row_idx +=
blocks
[i];
72
vector<int>
blocks
;
local
[
all
...]
block_random_access_sparse_matrix_test.cc
42
vector<int>
blocks
;
local
43
blocks
.push_back(3);
44
blocks
.push_back(4);
45
blocks
.push_back(5);
51
num_nonzeros +=
blocks
[0] *
blocks
[0];
54
num_nonzeros +=
blocks
[1] *
blocks
[1];
57
num_nonzeros +=
blocks
[1] *
blocks
[2]
127
vector<int>
blocks
;
local
[
all
...]
block_random_access_crs_matrix_test.cc
42
vector<int>
blocks
;
local
43
blocks
.push_back(3);
44
blocks
.push_back(4);
45
blocks
.push_back(5);
51
num_nonzeros +=
blocks
[0] *
blocks
[0];
54
num_nonzeros +=
blocks
[1] *
blocks
[1];
57
num_nonzeros +=
blocks
[1] *
blocks
[2]
124
vector<int>
blocks
;
local
[
all
...]
/dalvik/dx/tests/085-dex-jsr-ret/
run
18
dx --dump --rop-
blocks
blort.class
/external/chromium_org/v8/src/
hydrogen-canonicalize.cc
34
const ZoneList<HBasicBlock*>*
blocks
(graph()->
blocks
());
38
for (int i = 0; i <
blocks
->length(); ++i) {
39
for (HInstructionIterator it(
blocks
->at(i)); !it.Done(); it.Advance()) {
57
for (int i = 0; i <
blocks
->length(); ++i) {
58
for (HInstructionIterator it(
blocks
->at(i)); !it.Done(); it.Advance()) {
hydrogen-redundant-phi.cc
38
// the set or range of
blocks
to consider is not a real improvement.
40
const ZoneList<HBasicBlock*>*
blocks
(graph()->
blocks
());
41
ZoneList<HPhi*> redundant_phis(
blocks
->length(), zone());
44
for (int i = 0; i <
blocks
->length(); ++i) {
45
HBasicBlock* block =
blocks
->at(i);
68
for (int i = 0; i <
blocks
->length(); ++i) {
69
for (int j = 0; j <
blocks
->at(i)->phis()->length(); j++) {
70
ASSERT(
blocks
->at(i)->phis()->at(j)->GetRedundantReplacement() == NULL);
/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/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/114-value-propagation/
run
18
dx --dump --rop-
blocks
blort.class | grep 'const\|move'
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
memory_pool.c
46
while(pool->
blocks
) {
47
struct memory_block * block = pool->
blocks
;
48
pool->
blocks
= block->next;
62
newblock->next = pool->
blocks
;
63
pool->
blocks
= newblock;
90
block->next = pool->
blocks
;
91
pool->
blocks
= block;
Completed in 402 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>