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:int64Value
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcParallelShaderCompileTests.cpp
96
GLint64
int64Value
;
in iterate()
local
111
gl.getInteger64v(GL_MAX_SHADER_COMPILER_THREADS_KHR, &
int64Value
);
in iterate()
125
(supportsInt64 && intValue != (GLint)
int64Value
) || (supportsDouble && intValue != (GLint)doubleValue))
in iterate()
134
message << "int64(" <<
int64Value
<< "), ";
in iterate()
local
/third_party/icu/icu4c/source/io/
H
A
D
uprntf_p.cpp
258
unsigned char arg = (unsigned char)(args[0].
int64Value
);
in u_printf_char_handler()
360
int64_t num = args[0].
int64Value
;
in u_printf_integer_handler()
427
int64_t num = args[0].
int64Value
;
in u_printf_hex_handler()
463
int64_t num = args[0].
int64Value
;
in u_printf_octal_handler()
497
int64_t num = args[0].
int64Value
;
in u_printf_uinteger_handler()
793
UChar arg = (UChar)(args[0].
int64Value
);
in u_printf_uchar_handler()
1195
arglist[pos].
int64Value
= va_arg(ap, int64_t);
in parseArguments()
1198
arglist[pos].
int64Value
= va_arg(ap, int32_t);
in parseArguments()
1535
args.
int64Value
= arglist[spec.fArgPos].
int64Value
;
in u_printf_parse()
[all...]
H
A
D
ufmt_cmn.h
57
int64_t
int64Value
; /* int, UChar */
member
/third_party/skia/third_party/externals/icu/source/io/
H
A
D
uprntf_p.cpp
258
unsigned char arg = (unsigned char)(args[0].
int64Value
);
in u_printf_char_handler()
360
int64_t num = args[0].
int64Value
;
in u_printf_integer_handler()
427
int64_t num = args[0].
int64Value
;
in u_printf_hex_handler()
463
int64_t num = args[0].
int64Value
;
in u_printf_octal_handler()
497
int64_t num = args[0].
int64Value
;
in u_printf_uinteger_handler()
793
UChar arg = (UChar)(args[0].
int64Value
);
in u_printf_uchar_handler()
1195
arglist[pos].
int64Value
= va_arg(ap, int64_t);
in parseArguments()
1198
arglist[pos].
int64Value
= va_arg(ap, int32_t);
in parseArguments()
1535
args.
int64Value
= arglist[spec.fArgPos].
int64Value
;
in u_printf_parse()
[all...]
H
A
D
ufmt_cmn.h
57
int64_t
int64Value
; /* int, UChar */
member
/third_party/ffmpeg/libavcodec/
H
A
D
amfenc_h264.c
301
avctx->max_b_frames, (int)var.
int64Value
);
in amf_encode_init_h264()
302
avctx->max_b_frames = (int)var.
int64Value
;
in amf_encode_init_h264()
H
A
D
amfenc.c
453
if(var.
int64Value
== AMF_VIDEO_ENCODER_OUTPUT_DATA_TYPE_IDR) {
in amf_copy_buffer()
459
if (var.
int64Value
== AMF_VIDEO_ENCODER_HEVC_OUTPUT_DATA_TYPE_IDR) {
in amf_copy_buffer()
469
pkt->pts = var.
int64Value
; // original pts
in amf_copy_buffer()
Completed in 8 milliseconds