OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_allowed
(Results
1 - 6
of
6
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DHGexParameters.java
27
private static final int
MAX_ALLOWED
= 8192;
49
if ((pref_group_len < MIN_ALLOWED) || (pref_group_len >
MAX_ALLOWED
))
73
if ((min_group_len < MIN_ALLOWED) || (min_group_len >
MAX_ALLOWED
))
76
if ((pref_group_len < MIN_ALLOWED) || (pref_group_len >
MAX_ALLOWED
))
79
if ((max_group_len < MIN_ALLOWED) || (max_group_len >
MAX_ALLOWED
))
/external/bluetooth/bluedroid/btif/include/
btif_config.h
62
int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int
max_allowed
);
/external/bluetooth/bluedroid/btif/src/
btif_config.c
99
static int remove_filter_node(const char* section, const char* filter[], int filter_count, int
max_allowed
);
252
int btif_config_filter_remove(const char* section, const char* filter[], int filter_count, int
max_allowed
)
254
bdla(section && *section &&
max_allowed
> 0);
256
section, filter[0], filter_count,
max_allowed
);
258
if(section && *section &&
max_allowed
> 0)
261
ret = remove_filter_node(section, filter, filter_count,
max_allowed
);
643
static int remove_filter_node(const char* section, const char* filter[], int filter_count, int
max_allowed
)
654
if(child_count <
max_allowed
)
657
int total_rm = child_count -
max_allowed
/ 2;
/art/runtime/gc/space/
dlmalloc_space.cc
256
size_t
max_allowed
= Capacity();
local
257
mspace_set_footprint_limit(mspace_,
max_allowed
);
/external/chromium_org/third_party/opus/src/celt/
celt_encoder.c
1394
opus_int32
max_allowed
;
local
[
all
...]
/dalvik/vm/alloc/
HeapSource.cpp
1007
* readjust
max_allowed
to a more appropriate value.
[
all
...]
Completed in 5125 milliseconds