OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:len_max
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dsp/
argb_sse2.c
30
const int
len_max
= len & ~3; // max length processed in main loop
local
34
for (; i <
len_max
; i += 4) {
/system/bt/stack/btm/
btm_ble_adv_filter.cc
319
uint8_t
len_max
= len + BTM_BLE_PF_STR_LEN_MAX;
local
320
uint8_t param[
len_max
];
321
memset(param, 0,
len_max
);
363
int
len_max
= len + BTM_BLE_PF_STR_LEN_MAX + BTM_BLE_PF_STR_LEN_MAX;
local
365
uint8_t param[
len_max
];
366
memset(param, 0,
len_max
);
415
int
len_max
= len + BTM_BLE_PF_STR_LEN_MAX + BTM_BLE_PF_STR_LEN_MAX;
local
417
uint8_t param[
len_max
];
418
memset(param, 0,
len_max
);
/external/iptables/extensions/
libxt_bpf.c
77
static void bpf_parse_string(struct sock_filter *pc, __u16 *lenp, __u16
len_max
,
94
if (len >
len_max
)
Completed in 725 milliseconds