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:func_start
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libcoap/man/
H
A
D
examples-code-check.c
222
const char *
func_start
= NULL;
in decode_synopsis_definition()
local
228
func_start
= &buffer[sizeof("*void *")-1];
in decode_synopsis_definition()
231
func_start
= &buffer[sizeof("*void ")-1];
in decode_synopsis_definition()
239
func_start
= &buffer[2 + strlen(number_list[i])];
in decode_synopsis_definition()
242
func_start
= &buffer[1 + strlen(number_list[i])];
in decode_synopsis_definition()
252
func_start
= &buffer[2 + strlen(pointer_list[i])];
in decode_synopsis_definition()
255
func_start
= &buffer[1 + strlen(pointer_list[i])];
in decode_synopsis_definition()
263
func_start
= &buffer[sizeof("*struct ")-1];
in decode_synopsis_definition()
266
if (
func_start
) {
in decode_synopsis_definition()
269
if (strncmp(
func_start
, inline_lis
in decode_synopsis_definition()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
wrap_opkill.cpp
141
std::unique_ptr<Instruction>
func_start
(new Instruction(
in GetKillingFuncId()
143
func_start
->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}});
in GetKillingFuncId()
144
func_start
->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}});
in GetKillingFuncId()
145
(*killing_func).reset(new Function(std::move(
func_start
)));
in GetKillingFuncId()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
wrap_opkill.cpp
141
std::unique_ptr<Instruction>
func_start
(new Instruction(
in GetKillingFuncId()
143
func_start
->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}});
in GetKillingFuncId()
144
func_start
->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}});
in GetKillingFuncId()
145
(*killing_func).reset(new Function(std::move(
func_start
)));
in GetKillingFuncId()
/third_party/spirv-tools/source/opt/
H
A
D
wrap_opkill.cpp
143
std::unique_ptr<Instruction>
func_start
(new Instruction(
in GetKillingFuncId()
145
func_start
->AddOperand({SPV_OPERAND_TYPE_FUNCTION_CONTROL, {0}});
in GetKillingFuncId()
146
func_start
->AddOperand({SPV_OPERAND_TYPE_ID, {GetVoidFunctionTypeId()}});
in GetKillingFuncId()
147
(*killing_func).reset(new Function(std::move(
func_start
)));
in GetKillingFuncId()
Completed in 3 milliseconds