Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cl_long
(Results
1 - 6
of
6
) sorted by relevance
/third_party/opencl-headers/tests/
H
A
D
test_headers.c
386
cl_long
a = 0;
in test_long()
393
cl_long
b = a;
in test_long()
411
printf("__cl_long2: %" PRId64 " %" PRId64 " \n", ((
cl_long
*)&v2)[0], ((
cl_long
*)&v2)[1] );
in test_long()
418
printf("__cl_long4: %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " \n", ((
cl_long
*)&v4)[0], ((
cl_long
*)&v4)[1], ((
cl_long
*)&v4)[2], ((
cl_long
*)&v4)[3] );
in test_long()
425
printf("__cl_long8: %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " %" PRId64 " \n", ((
cl_long
*)&v8)[0], ((
cl_long
*)
in test_long()
[all...]
/third_party/mesa3d/include/CL/
H
A
D
cl_platform.h
131
typedef signed __int64
cl_long
;
typedef
151
#define CL_LONG_MAX ((
cl_long
) 0x7FFFFFFFFFFFFFFFLL)
152
#define CL_LONG_MIN ((
cl_long
) -0x7FFFFFFFFFFFFFFFLL - 1LL)
233
typedef int64_t
cl_long
;
typedef
253
#define CL_LONG_MAX ((
cl_long
) 0x7FFFFFFFFFFFFFFFLL)
254
#define CL_LONG_MIN ((
cl_long
) -0x7FFFFFFFFFFFFFFFLL - 1LL)
405
typedef
cl_long
__cl_long2 __attribute__((vector_size(16)));
439
typedef
cl_long
__cl_long1 __attribute__((vector_size(8)));
1053
cl_long
CL_ALIGNED(16) s[2];
1055
__CL_ANON_STRUCT__ struct{
cl_long
[all...]
/third_party/opencl-headers/CL/
H
A
D
cl_platform.h
156
typedef signed __int64
cl_long
;
typedef
180
#define CL_LONG_MAX ((
cl_long
) 0x7FFFFFFFFFFFFFFFLL)
181
#define CL_LONG_MIN ((
cl_long
) -0x7FFFFFFFFFFFFFFFLL - 1LL)
262
typedef int64_t
cl_long
;
typedef
282
#define CL_LONG_MAX ((
cl_long
) 0x7FFFFFFFFFFFFFFFLL)
283
#define CL_LONG_MIN ((
cl_long
) -0x7FFFFFFFFFFFFFFFLL - 1LL)
434
typedef
cl_long
__cl_long2 __attribute__((vector_size(16)));
468
typedef
cl_long
__cl_long1 __attribute__((vector_size(8)));
1080
cl_long
CL_ALIGNED(16) s[2];
1082
__CL_ANON_STRUCT__ struct{
cl_long
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H
A
D
cl_platform.h
151
typedef signed __int64
cl_long
;
typedef
171
#define CL_LONG_MAX ((
cl_long
) 0x7FFFFFFFFFFFFFFFLL)
172
#define CL_LONG_MIN ((
cl_long
) -0x7FFFFFFFFFFFFFFFLL - 1LL)
253
typedef int64_t
cl_long
;
typedef
273
#define CL_LONG_MAX ((
cl_long
) 0x7FFFFFFFFFFFFFFFLL)
274
#define CL_LONG_MIN ((
cl_long
) -0x7FFFFFFFFFFFFFFFLL - 1LL)
425
typedef
cl_long
__cl_long2 __attribute__((vector_size(16)));
459
typedef
cl_long
__cl_long1 __attribute__((vector_size(8)));
1073
cl_long
CL_ALIGNED(16) s[2];
1075
__CL_ANON_STRUCT__ struct{
cl_long
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H
A
D
printf.cpp
151
cl_long
l = 0;
in print_formatted()
H
A
D
device.cpp
360
return std::max((size_t)page_size, sizeof(
cl_long
) * 16);
in mem_base_addr_align()
Completed in 14 milliseconds