Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 4 of 4) sorted by relevance

/external/lib/fdt/include/
A Dlibfdt.h138 return ((uint16_t)bp[0] << 8) | bp[1]; in fdt16_ld()
146 | ((uint32_t)bp[1] << 16) in fdt32_ld()
147 | ((uint32_t)bp[2] << 8) in fdt32_ld()
148 | bp[3]; in fdt32_ld()
155 bp[0] = value >> 24; in fdt32_st()
158 bp[3] = value & 0xff; in fdt32_st()
166 | ((uint64_t)bp[1] << 48) in fdt64_ld()
171 | ((uint64_t)bp[6] << 8) in fdt64_ld()
172 | bp[7]; in fdt64_ld()
179 bp[0] = value >> 56; in fdt64_st()
[all …]
/external/lib/libm/
A De_powf.c24 bp[] = {1.0, 1.5,}, variable
162 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ in __ieee754_powf()
163 v = one/(ax+bp[k]); in __ieee754_powf()
171 t_l = ax - (t_h-bp[k]); in __ieee754_powf()
A De_pow.c65 bp[] = {1.0, 1.5,}, variable
220 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ in __ieee754_pow()
221 v = one/(ax+bp[k]); in __ieee754_pow()
228 t_l = ax - (t_h-bp[k]); in __ieee754_pow()
/external/lib/lwip/netif/ppp/
A Dvj.c469 u_short *bp; in vj_uncompress_tcp() local
579 bp = (u_short *) &cs->cs_ip; in vj_uncompress_tcp()
582 tmp += *bp++; in vj_uncompress_tcp()

Completed in 8 milliseconds