Searched refs:iph (Results 1 – 2 of 2) sorted by relevance
221 struct iphdr *iph = packet; in sandbox_eth_raw_os_send() local243 addr.sin_addr.s_addr = iph->saddr; in sandbox_eth_raw_os_send()
2572 float ipw = 1.0f / pw, iph = 1.0f / ph; in stbtt_GetBakedQuad() local2583 q->t0 = b->y0 * iph; in stbtt_GetBakedQuad()2585 q->t1 = b->y1 * iph; in stbtt_GetBakedQuad()3021 float ipw = 1.0f / pw, iph = 1.0f / ph; in stbtt_GetPackedQuad() local3039 q->t0 = b->y0 * iph; in stbtt_GetPackedQuad()3041 q->t1 = b->y1 * iph; in stbtt_GetPackedQuad()
Completed in 17 milliseconds