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:write_idx
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/freedreno/afuc/
H
A
D
emu-ds.c
58
if (ds->
write_idx
== 0) {
in emu_set_draw_state_reg()
69
ds->state[cur_idx].base_lohi[ds->
write_idx
- 1] = val;
in emu_set_draw_state_reg()
72
ds->
write_idx
= (ds->
write_idx
+ 1) % 3;
in emu_set_draw_state_reg()
H
A
D
emu.h
109
unsigned
write_idx
;
member
/third_party/mesa3d/src/util/
H
A
D
u_queue.c
317
for (unsigned i = queue->read_idx; i != queue->
write_idx
;
in util_queue_thread_func()
325
queue->read_idx = queue->
write_idx
;
in util_queue_thread_func()
595
} while (i != queue->
write_idx
);
in util_queue_add_job()
602
queue->
write_idx
= num_jobs;
in util_queue_add_job()
611
ptr = &queue->jobs[queue->
write_idx
];
in util_queue_add_job()
620
queue->
write_idx
= (queue->
write_idx
+ 1) % queue->max_jobs;
in util_queue_add_job()
647
for (unsigned i = queue->read_idx; i != queue->
write_idx
;
in util_queue_drop_job()
H
A
D
u_queue.h
218
int
write_idx
, read_idx; /* ring buffer pointers */
member
/third_party/pulseaudio/src/pulsecore/
H
A
D
asyncq.c
61
unsigned
write_idx
;
member
79
return l->
write_idx
- l->read_idx;
in PaAsyncqGetNumToRead()
148
idx = reduce(l, l->
write_idx
);
in push()
163
l->
write_idx
++;
in push()
H
A
D
shmasyncq.c
127
idx = reduce(l, l->
write_idx
);
in pa_shmasyncq_push()
142
l->
write_idx
++;
in pa_shmasyncq_push()
H
A
D
shmasyncq.h
33
unsigned
write_idx
;
member
/third_party/ffmpeg/libavutil/tests/
H
A
D
fifo.c
28
unsigned int
write_idx
;
member
61
b[i] = s->
write_idx
+ i;
in write_cb()
63
s->
write_idx
+= *nb_elems;
in write_cb()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_lower_to_cssa.cpp
462
uint32_t
write_idx
= ctx.merge_node_table[cp.def.tempId()].index;
in emit_parallelcopies()
local
463
assert(
write_idx
!= -1u);
in emit_parallelcopies()
464
ltg[
write_idx
] = {cp, read_idx};
in emit_parallelcopies()
Completed in 5 milliseconds