OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_length
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/common/unicode/
caniter.h
174
int32_t
current_length
;
member in class:CanonicalIterator
/system/media/mca/filterfw/native/core/
geometry.cpp
95
const float
current_length
= width > height ? width : height;
local
96
if (length >
current_length
) {
97
const float dx = width * (length /
current_length
- 1.0f);
100
const float dy = height * (length /
current_length
- 1.0f);
112
const float
current_length
= width > height ? width : height;
local
113
if (
current_length
>= max_length) {
118
if (
current_length
* f > max_length) {
119
f *= max_length / (
current_length
* f);
/system/media/mca/filterpacks/base/native/
geometry.cpp
94
const float
current_length
= width > height ? width : height;
local
95
if (length >
current_length
) {
96
const float dx = width * (length /
current_length
- 1.0f);
99
const float dy = height * (length /
current_length
- 1.0f);
111
const float
current_length
= width > height ? width : height;
local
112
if (
current_length
>= max_length) {
117
if (
current_length
* f > max_length) {
118
f *= max_length / (
current_length
* f);
/external/flac/libFLAC/
metadata_iterators.c
1121
off_t
current_length
= chain_calculate_length_(chain);
local
1620
const off_t
current_length
= chain_calculate_length_(chain);
local
1652
off_t
current_length
;
local
1701
off_t
current_length
;
local
1738
off_t
current_length
;
local
[
all
...]
Completed in 182 milliseconds