Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dbio.h320 static inline char *bvec_kmap_irq(struct bio_vec *bvec, unsigned long *flags) in bvec_kmap_irq() argument
329 addr = (unsigned long) kmap_atomic(bvec->bv_page, KM_BIO_SRC_IRQ); in bvec_kmap_irq()
333 return (char *) addr + bvec->bv_offset; in bvec_kmap_irq()
345 #define bvec_kmap_irq(bvec, flags) (page_address((bvec)->bv_page) + (bvec)->bv_offset) argument
/external/llvm/test/CodeGen/X86/
Dv-binop-widen2.ll29 %bvec = load %vec* @b
31 %res = call %vec @vecdiv(%vec %avec, %vec %bvec)
/external/freetype/src/base/
Dftstroke.c1482 FT_Vector bvec, delta; in FT_Stroker_ConicTo() local
1490 bvec.x = end.x - start.x; in FT_Stroker_ConicTo()
1491 bvec.y = end.y - start.y; in FT_Stroker_ConicTo()
1493 blen = FT_Vector_Length( &bvec ); in FT_Stroker_ConicTo()
1689 FT_Vector bvec, delta; in FT_Stroker_CubicTo() local
1697 bvec.x = end.x - start.x; in FT_Stroker_CubicTo()
1698 bvec.y = end.y - start.y; in FT_Stroker_CubicTo()
1700 blen = FT_Vector_Length( &bvec ); in FT_Stroker_CubicTo()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0620254 Update getUniform for bvec[234] to return boolean[] rather than Uint8Array