HomeSort by relevance Sort by last modified time
    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 323 uint8_t len_max = len + BTM_BLE_PF_STR_LEN_MAX; local
324 uint8_t param[len_max];
325 memset(param, 0, len_max);
367 int len_max = len + BTM_BLE_PF_STR_LEN_MAX + BTM_BLE_PF_STR_LEN_MAX; local
369 uint8_t param[len_max];
370 memset(param, 0, len_max);
419 int len_max = len + BTM_BLE_PF_STR_LEN_MAX + BTM_BLE_PF_STR_LEN_MAX; local
421 uint8_t param[len_max];
422 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 581 milliseconds