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:volume_flags
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/utils/
H
A
D
pactl.c
81
static enum
volume_flags
{
enum
88
}
volume_flags
;
variable
1779
pa_assert(
volume_flags
& VOL_RELATIVE);
in volume_relative_adjust()
1783
if ((
volume_flags
& 0x0F) == VOL_UINT || (
volume_flags
& 0x0F) == VOL_PERCENT) {
in volume_relative_adjust()
1792
if ((
volume_flags
& 0x0F) == VOL_LINEAR || (
volume_flags
& 0x0F) == VOL_DECIBEL)
in volume_relative_adjust()
1833
if (
volume_flags
& VOL_RELATIVE)
in fill_volume()
2527
static int parse_volume(const char *vol_spec, pa_volume_t *vol, enum
volume_flags
*vol_flags) {
in parse_volume()
2609
enum
volume_flags
flag
in parse_volumes()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H
A
D
mkntfs.c
4393
VOLUME_FLAGS
volume_flags
= const_cpu_to_le16(0);
in mkntfs_create_root_structures()
local
4740
volume_flags
|= VOLUME_IS_DIRTY;
in mkntfs_create_root_structures()
4757
if (!create_file_volume(m, root_ref,
volume_flags
, &vol_guid))
in mkntfs_create_root_structures()
Completed in 9 milliseconds