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:retire
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H
A
D
VkSwapchainKHR.hpp
38
void
retire
();
H
A
D
VkSwapchainKHR.cpp
61
void SwapchainKHR::
retire
()
in retire()
function in vk::SwapchainKHR
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H
A
D
RetireControlUnit.cpp
76
Current.IR.getInstruction()->
retire
();
in consumeCurrentToken()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H
A
D
Instruction.h
539
void
retire
() {
in retire()
function in llvm::Instruction
/third_party/ffmpeg/libavcodec/
H
A
D
diracdec.c
2000
unsigned
retire
, picnum;
in dirac_decode_picture_header()
local
2051
/*
retire
the reference frames that are not used anymore */
in dirac_decode_picture_header()
2053
retire
= (picnum + dirac_get_se_golomb(gb)) & 0xFFFFFFFF;
in dirac_decode_picture_header()
2054
if (
retire
!= picnum) {
in dirac_decode_picture_header()
2055
DiracFrame *retire_pic = remove_frame(s->ref_frames,
retire
);
in dirac_decode_picture_header()
2060
av_log(s->avctx, AV_LOG_DEBUG, "Frame to
retire
not found\n");
in dirac_decode_picture_header()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
libVulkan.cpp
4151
vk::Cast(pCreateInfo->oldSwapchain)->
retire
();
in vkCreateSwapchainKHR()
Completed in 15 milliseconds