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:q_idx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lwip/src/core/
H
A
D
pbuf.c
1425
u16_t
q_idx
;
in pbuf_try_get_at()
local
1426
const struct pbuf *q = pbuf_skip_const(p, offset, &
q_idx
);
in pbuf_try_get_at()
1429
if ((q != NULL) && (q->len >
q_idx
)) {
in pbuf_try_get_at()
1430
return ((u8_t *)q->payload)[
q_idx
];
in pbuf_try_get_at()
1447
u16_t
q_idx
;
in pbuf_put_at()
local
1448
struct pbuf *q = pbuf_skip(p, offset, &
q_idx
);
in pbuf_put_at()
1451
if ((q != NULL) && (q->len >
q_idx
)) {
in pbuf_put_at()
1452
((u8_t *)q->payload)[
q_idx
] = data;
in pbuf_put_at()
/third_party/ffmpeg/libavcodec/
H
A
D
aacenc_quantization.h
50
const int
q_idx
= POW_SF2_ZERO - scale_idx + SCALE_ONE_POS - SCALE_DIV_512;
in quantize_and_encode_band_cost_template()
local
51
const float Q = ff_aac_pow2sf_tab [
q_idx
];
in quantize_and_encode_band_cost_template()
52
const float Q34 = ff_aac_pow34sf_tab[
q_idx
];
in quantize_and_encode_band_cost_template()
H
A
D
vc2enc.c
580
const int
q_idx
= quants[level][orientation];
in count_hq_slice()
local
581
const uint64_t q_m = ((uint64_t)s->qmagic_lut[
q_idx
][0]) << 2;
in count_hq_slice()
582
const uint64_t q_a = s->qmagic_lut[
q_idx
][1];
in count_hq_slice()
583
const int q_s = av_log2(ff_dirac_qscale_tab[
q_idx
]) + 32;
in count_hq_slice()
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_queue.c
164
for (uint32_t
q_idx
= 0;
q_idx
< device->queue_count;
q_idx
++)
in pvr_queues_destroy()
165
pvr_queue_finish(&device->queues[
q_idx
]);
in pvr_queues_destroy()
Completed in 6 milliseconds