OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dblocks
(Results
1 - 25
of
27
) sorted by null
1
2
/external/clang/test/Frontend/
opencl.cl
5
// RUN: %clang_cc1 %s -verify -fsyntax-only -fblocks -
DBLOCKS
6
// RUN: %clang_cc1 %s -verify -fsyntax-only -cl-std=CL1.1 -fblocks -
DBLOCKS
7
// RUN: %clang_cc1 %s -verify -fsyntax-only -cl-std=CL1.2 -fblocks -
DBLOCKS
/external/toybox/toys/pending/
mke2fs.c
118
uint32_t
dblocks
= (uint32_t)((size+(TT.blocksize-1))/TT.blocksize);
local
127
for (i=0; i<13 && i<
dblocks
; i++) blocklist[i] = i;
129
if (
dblocks
> 13+idx) blocklist[13] = 13+idx;
132
if (
dblocks
> idx) blocklist[14] = idx;
139
if (
dblocks
> 12) {
140
iblocks = ((
dblocks
-13)/idx)+1;
148
return
dblocks
+ iblocks + diblocks + tiblocks;
/external/clang/test/OpenMP/
sections_private_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
single_private_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
for_private_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
parallel_for_linear_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
parallel_copyin_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -fnoopenmp-use-tls -x c++ -fblocks -
DBLOCKS
-triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
12
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=TLS-BLOCKS %s
parallel_firstprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple i386-pc-linux-gnu -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS -check-prefix=BLOCKS-32 %s
11
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-pc-linux-gnu -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS -check-prefix=BLOCKS-64 %s
for_firstprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
parallel_private_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple %itanium_abi_triple -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
sections_firstprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
sections_lastprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
single_firstprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
task_private_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
taskloop_private_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
taskloop_simd_private_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
for_linear_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
sections_reduction_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
task_firstprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
taskloop_lastprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
taskloop_simd_lastprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
taskloop_firstprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
taskloop_simd_firstprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
for_lastprivate_codegen.cpp
5
// RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -
DBLOCKS
-triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s
[
all
...]
/external/mesa3d/src/mesa/main/
formats.c
873
const GLuint
dblocks
= (depth + bd - 1) / bd;
local
874
sz = wblocks * hblocks *
dblocks
* info->BytesPerBlock;
901
const uint64_t
dblocks
= (depth + bd - 1) / bd;
local
902
sz = wblocks * hblocks *
dblocks
* info->BytesPerBlock;
[
all
...]
Completed in 264 milliseconds
1
2