OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:number_of_blocks
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/test/BlocksRuntime/
copy-block-literal-rdar6439600.c
12
#define
NUMBER_OF_BLOCKS
100
14
int (^x[
NUMBER_OF_BLOCKS
])();
17
for(i=0; i<
NUMBER_OF_BLOCKS
; i++) x[i] = ^{ return i; };
19
for(i=0; i<
NUMBER_OF_BLOCKS
; i++) {
/hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio_sbc.h
32
uint32_t
number_of_blocks
;
member in struct:msm_audio_sbc_enc_config
/art/compiler/optimizing/
linearize_test.cc
38
template <size_t
number_of_blocks
>
39
static void TestCode(const uint16_t* data, const uint32_t (&expected_order)[
number_of_blocks
]) {
49
ASSERT_EQ(graph->GetLinearOrder().size(),
number_of_blocks
);
50
for (size_t i = 0; i <
number_of_blocks
; ++i) {
find_loops_test.cc
112
size_t
number_of_blocks
= 0) {
124
ASSERT_EQ(blocks.NumSetBits(),
number_of_blocks
);
125
for (size_t i = 0; i <
number_of_blocks
; ++i) {
/hardware/qcom/msm8996/kernel-headers/linux/
msm_audio_sbc.h
45
uint32_t
number_of_blocks
;
member in struct:msm_audio_sbc_enc_config
/external/opencv3/modules/video/src/
ecc.cpp
212
has size (number_of_blcks x
number_of_blocks
), otherwise dst is a vector of size
213
(
number_of_blocks
x 1) since src2 is "multiplied"(dot) with each block of src1.
215
The
number_of_blocks
is equal to the number of parameters we are lloking for
Completed in 612 milliseconds