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:ilength
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
filters_mips_dsp_r2.c
39
const int
ilength
= (int)(LENGTH); \
99
: [length]"r"(
ilength
) \
113
const int
ilength
= (int)(LENGTH); \
163
: [length]"r"(
ilength
) \
/third_party/python/Modules/cjkcodecs/
H
A
D
_codecs_iso2022.c
845
Py_ssize_t
ilength
= *length;
in jisx0213_2000_1_encoder_paironly()
local
848
switch (
ilength
) {
in jisx0213_2000_1_encoder_paironly()
892
Py_ssize_t
ilength
= *length;
in jisx0213_2004_1_encoder_paironly()
local
895
switch (
ilength
) {
in jisx0213_2004_1_encoder_paironly()
/third_party/pulseaudio/src/pulsecore/
H
A
D
sink-input.c
963
size_t
ilength
;
in pa_sink_input_peek()
local
991
ilength
= pa_resampler_request(i->thread_info.resampler, slength);
in pa_sink_input_peek()
993
if (
ilength
<= 0)
in pa_sink_input_peek()
994
ilength
= pa_frame_align(CONVERT_BUFFER_LENGTH, &i->sample_spec);
in pa_sink_input_peek()
996
ilength
= slength;
in pa_sink_input_peek()
1000
ilength_full =
ilength
;
in pa_sink_input_peek()
1002
if (
ilength
> block_size_max_sink_input)
in pa_sink_input_peek()
1003
ilength
= block_size_max_sink_input;
in pa_sink_input_peek()
1020
i->pop(i,
ilength
, &tchunk) < 0) {
in pa_sink_input_peek()
/third_party/icu/icu4c/source/i18n/
H
A
D
decNumber.cpp
7593
Int
ilength
=dn->digits+dn->exponent; /* integral length */
local
7641
if (
ilength
<11) {
7644
for (; got<
ilength
; up++) {
7648
if (
ilength
==10) { /* need to check for wrap */
7649
if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1))
ilength
=11;
7651
else if (neg && theInt>1999999997)
ilength
=11;
7652
else if (!neg && theInt>999999999)
ilength
=11;
7653
if (
ilength
==11) theInt=save; /* restore correct low bit */
7657
if (
ilength
>10) { /* too big */
/third_party/node/deps/icu-small/source/i18n/
H
A
D
decNumber.cpp
7593
Int
ilength
=dn->digits+dn->exponent; /* integral length */
local
7641
if (
ilength
<11) {
7644
for (; got<
ilength
; up++) {
7648
if (
ilength
==10) { /* need to check for wrap */
7649
if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1))
ilength
=11;
7651
else if (neg && theInt>1999999997)
ilength
=11;
7652
else if (!neg && theInt>999999999)
ilength
=11;
7653
if (
ilength
==11) theInt=save; /* restore correct low bit */
7657
if (
ilength
>10) { /* too big */
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
decNumber.cpp
7593
Int
ilength
=dn->digits+dn->exponent; /* integral length */
local
7641
if (
ilength
<11) {
7644
for (; got<
ilength
; up++) {
7648
if (
ilength
==10) { /* need to check for wrap */
7649
if (theInt/(Int)powers[got-DECDPUN]!=(Int)*(up-1))
ilength
=11;
7651
else if (neg && theInt>1999999997)
ilength
=11;
7652
else if (!neg && theInt>999999999)
ilength
=11;
7653
if (
ilength
==11) theInt=save; /* restore correct low bit */
7657
if (
ilength
>10) { /* too big */
Completed in 44 milliseconds