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:safety_margin
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
source.c
2749
uint32_t
safety_margin
= s->thread_info.volume_change_safety_margin;
in pa_source_volume_change_push()
local
2775
if (nc->at +
safety_margin
> c->at) {
in pa_source_volume_change_push()
2776
nc->at +=
safety_margin
;
in pa_source_volume_change_push()
2781
else if (nc->at -
safety_margin
> c->at) {
in pa_source_volume_change_push()
2782
nc->at -=
safety_margin
;
in pa_source_volume_change_push()
2791
nc->at +=
safety_margin
;
in pa_source_volume_change_push()
2794
nc->at -=
safety_margin
;
in pa_source_volume_change_push()
H
A
D
sink.c
3741
uint32_t
safety_margin
= s->thread_info.volume_change_safety_margin;
in pa_sink_volume_change_push()
local
3767
if (nc->at +
safety_margin
> c->at) {
in pa_sink_volume_change_push()
3768
nc->at +=
safety_margin
;
in pa_sink_volume_change_push()
3773
else if (nc->at -
safety_margin
> c->at) {
in pa_sink_volume_change_push()
3774
nc->at -=
safety_margin
;
in pa_sink_volume_change_push()
3783
nc->at +=
safety_margin
;
in pa_sink_volume_change_push()
3786
nc->at -=
safety_margin
;
in pa_sink_volume_change_push()
/third_party/node/deps/simdutf/
H
A
D
simdutf.cpp
13820
const size_t
safety_margin
= 12; // to avoid overruns, see issue https://github.com/simdutf/simdutf/issues/92
in arm_convert_utf16_to_utf8()
local
13821
while (buf + 16 +
safety_margin
<= end) {
in arm_convert_utf16_to_utf8()
14073
const size_t
safety_margin
= 12; // to avoid overruns, see issue https://github.com/simdutf/simdutf/issues/92
in arm_convert_utf16_to_utf8_with_errors()
local
14075
while (buf + 16 +
safety_margin
<= end) {
in arm_convert_utf16_to_utf8_with_errors()
15542
const size_t
safety_margin
= 16; // to avoid overruns!
15543
while(pos + 64 +
safety_margin
<= size) {
15743
const size_t
safety_margin
= size - margin + 1; // to avoid overruns!
15744
while(pos + 64 +
safety_margin
<= size) {
15818
const size_t
safety_margin
= size - margin + 1; // to avoid overruns!
15819
while(pos + 64 +
safety_margin
<
[all...]
Completed in 33 milliseconds