OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countl
(Results
1 - 10
of
10
) sorted by null
/external/guava/guava/src/com/google/common/collect/
BstCountBasedBalancePolicies.java
86
long
countL
= countAggregate.treeValue(left);
88
if (
countL
+ countR > 1) {
89
if (countR >= SINGLE_ROTATE_RATIO *
countL
) {
91
} else if (
countL
>= SINGLE_ROTATE_RATIO * countR) {
173
long
countL
= countAggregate.treeValue(left);
175
if (SINGLE_ROTATE_RATIO *
countL
<= countR) {
179
} else if (SINGLE_ROTATE_RATIO * countR <=
countL
) {
196
long
countL
= countAggregate.treeValue(left);
198
if (SINGLE_ROTATE_RATIO *
countL
<= countR) {
202
} else if (SINGLE_ROTATE_RATIO * countR <=
countL
) {
[
all
...]
/external/neven/Embedded/common/src/b_TensorEm/
IdCluster2D.c
233
uint32
countL
= 0;
263
if(
countL
== maxOutSizeL )
270
dstVecArr1E[
countL
] = srcVecArr1E[ iL ];
271
dstVecArr2E[
countL
] = srcVecArr2E[ jL ];
272
countL
++;
277
bts_Cluster2D_size( cpA, outCluster1PtrA,
countL
);
278
bts_Cluster2D_size( cpA, outCluster2PtrA,
countL
);
/external/neven/Embedded/common/src/b_BasicEm/
MemSeg.c
125
uint32
countL
= 0;
132
countL
+= sizeL - 2;
135
return
countL
;
150
uint32
countL
= 0;
158
countL
++;
160
return
countL
;
169
uint32
countL
= 0;
177
countL
+= ( ( sizeL & 1 ) == 0 );
179
return
countL
;
/external/icu4c/common/
ushape.cpp
443
int32_t
countl
= 0,countr = 0;
local
444
while((dest[i] == SPACE_CHAR) && (
countl
< size)) {
445
countl
++;
448
if (
countl
< size) { /* the entire buffer is not all space */
454
*spacesCountl =
countl
;
888
int32_t
countl
= 0;
local
903
countl
++;
910
if(
countl
>0 && isLamAlefChar(dest[i])) {
917
countl
--;
919
if(
countl
== 0 && isLamAlefChar(dest[i]) )
[
all
...]
/external/chromium_org/third_party/icu/source/common/
ushape.c
440
int32_t
countl
= 0,countr = 0;
local
442
countl
++;
449
*spacesCountl =
countl
;
890
int32_t
countl
= 0;
local
905
countl
++;
912
if(
countl
>0 && isLamAlefChar(dest[i])) {
916
countl
--;
918
if(
countl
== 0 && isLamAlefChar(dest[i]) ) {
[
all
...]
/external/chromium_org/third_party/freetype/src/raster/
ftraster.c
368
unsigned
countL
; /* number of lines to step before this */
[
all
...]
/external/freetype/src/raster/
ftraster.c
368
unsigned
countL
; /* number of lines to step before this */
[
all
...]
/prebuilts/sdk/tools/lib/
lint.jar
lint_api.jar
lint_checks.jar
Completed in 143 milliseconds