Home
last modified time | relevance | path

Searched refs:p_max_len (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c1870 void nfa_ee_check_set_routing(UINT16 new_size, int *p_max_len, UINT8 *p, int *p_cur_offset) in nfa_ee_check_set_routing() argument
1872 …UINT8 max_tlv = (UINT8)((*p_max_len > NFA_EE_ROUT_MAX_TLV_SIZE)?NFA_EE_ROUT_MAX_TLV_SIZE:*p_max_… in nfa_ee_check_set_routing()
1883 if (*p_max_len > *p_cur_offset) in nfa_ee_check_set_routing()
1884 *p_max_len -= *p_cur_offset;/* the max is reduced */ in nfa_ee_check_set_routing()
1886 *p_max_len = 0; in nfa_ee_check_set_routing()
1901 tNFA_STATUS nfa_ee_route_add_one_ecb(tNFA_EE_ECB *p_cb, int *p_max_len, BOOLEAN more, UINT8 *ps, in… in nfa_ee_route_add_one_ecb() argument
1916 nfa_ee_check_set_routing (p_cb->size_mask, p_max_len, ps, p_cur_offset); in nfa_ee_route_add_one_ecb()
1917 max_tlv = (UINT8)((*p_max_len > NFA_EE_ROUT_MAX_TLV_SIZE)?NFA_EE_ROUT_MAX_TLV_SIZE:*p_max_len); in nfa_ee_route_add_one_ecb()
1921 *p_max_len, max_tlv, *p_cur_offset, more, num_tlv); in nfa_ee_route_add_one_ecb()
2010 nfa_ee_check_set_routing(new_size, p_max_len, ps, p_cur_offset); in nfa_ee_route_add_one_ecb()
[all …]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dt2.c205 OPJ_UINT32 p_max_len, in opj_t2_encode_packets() argument
254 …packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr_info)) { in opj_t2_encode_packets()
261 p_max_len -= l_nb_bytes; in opj_t2_encode_packets()
291 …packet(p_tile_no,p_tile, l_tcp, l_current_pi, l_current_data, &l_nb_bytes, p_max_len, cstr_info)) { in opj_t2_encode_packets()
297 p_max_len -= l_nb_bytes; in opj_t2_encode_packets()
347 OPJ_UINT32 p_max_len, in opj_t2_decode_packets() argument
416 …ode_packet(p_t2,p_tile,l_tcp,l_current_pi,l_current_data,&l_nb_bytes_read,p_max_len,l_pack_info)) { in opj_t2_decode_packets()
427 …kip_packet(p_t2,p_tile,l_tcp,l_current_pi,l_current_data,&l_nb_bytes_read,p_max_len,l_pack_info)) { in opj_t2_decode_packets()
441 p_max_len -= l_nb_bytes_read; in opj_t2_decode_packets()