Searched refs:tempdst (Results 1 – 1 of 1) sorted by relevance
6439 uint8_t *tempdst = (uint8_t *)dst->bytes; in lim_merge_extcap_struct() local6456 while (tempdst && tempsrc && structlen--) { in lim_merge_extcap_struct()6458 *tempdst |= *tempsrc; in lim_merge_extcap_struct()6460 *tempdst &= *tempsrc; in lim_merge_extcap_struct()6461 tempdst++; in lim_merge_extcap_struct()