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:prev_mask
(Results
1 - 6
of
6
) sorted by relevance
/third_party/toybox/toys/pending/
H
A
D
xzcat.c
508
uint32_t
prev_mask
= s->x86_prev_mask;
in bcj_x86()
local
524
prev_mask
= 0;
in bcj_x86()
526
prev_mask
= (
prev_mask
<< (prev_pos - 1)) & 7;
in bcj_x86()
527
if (
prev_mask
!= 0) {
in bcj_x86()
528
b = buf[i + 4 - mask_to_bit_num[
prev_mask
]];
in bcj_x86()
529
if (!mask_to_allowed_status[
prev_mask
]
in bcj_x86()
532
prev_mask
= (
prev_mask
<< 1) | 1;
in bcj_x86()
544
if (
prev_mask
in bcj_x86()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
vorbis_parser_internal.h
43
int
prev_mask
; ///< bitmask used to get the previous mode flag in each packet
member
H
A
D
vorbis_parser.c
172
s->
prev_mask
= (s->mode_mask | 0x1) + 1;
in parse_setup_header()
255
int flag = !!(buf[0] & s->
prev_mask
);
in av_vorbis_parse_frame_flags()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_ir_common.c
379
LLVMValueRef
prev_mask
;
in lp_exec_mask_cond_invert()
local
385
prev_mask
= ctx->cond_stack[ctx->cond_stack_size - 1];
in lp_exec_mask_cond_invert()
387
assert(
prev_mask
== LLVMConstAllOnes(mask->int_vec_type));
in lp_exec_mask_cond_invert()
394
prev_mask
, "");
in lp_exec_mask_cond_invert()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_combine_stores.c
273
nir_component_mask_t
prev_mask
= nir_intrinsic_write_mask(prev_store);
in update_combined_store()
local
274
nir_intrinsic_set_write_mask(prev_store,
prev_mask
& ~(1 << i));
in update_combined_store()
/third_party/rust/crates/nix/src/sys/
H
A
D
signal.rs
1187
let
prev_mask
= SigSet::thread_get_mask()
in test_thread_signal_set_mask()
1190
let mut test_mask =
prev_mask
;
in test_thread_signal_set_mask()
1200
prev_mask
in test_thread_signal_set_mask()
Completed in 6 milliseconds