Searched refs:vec2 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/uniname/
H A Dgen-uninames.lisp225 (lambda (vec1 vec2)
227 (len2 (length vec2)))
232 (cond ((< (aref vec1 i) (aref vec2 i)) (return t))
233 ((> (aref vec1 i) (aref vec2 i)) (return nil))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/uniname/
H A Dgen-uninames.lisp223 (lambda (vec1 vec2)
225 (len2 (length vec2)))
230 (cond ((< (aref vec1 i) (aref vec2 i)) (return t))
231 ((> (aref vec1 i) (aref vec2 i)) (return nil))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h121 #define __BIOVEC_PHYS_MERGEABLE(vec1, vec2) \
122 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))
128 #define BIOVEC_PHYS_MERGEABLE(vec1, vec2) \
129 __BIOVEC_PHYS_MERGEABLE(vec1, vec2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c1581 const float *vec, *vec2; local
1642 vec2 = &p_codes[curidx2*2];
1653 "lwc1 $f5, 0(%[vec2]) \n\t"
1655 "lwc1 $f7, 4(%[vec2]) \n\t"
1666 [vec2]"r"(vec2), [IQ]"f"(IQ)
1698 const float *vec, *vec2; local
1770 vec2 = &p_codes[curidx2*2];
1786 "lwc1 $f2, 0(%[vec2]) \n\t"
1787 "lwc1 $f3, 4(%[vec2]) \
1829 const float *vec, *vec2; local
1961 const float *vec, *vec2; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dio.h290 #define BIOVEC_MERGEABLE(vec1, vec2) \
291 ((bvec_to_phys((vec1)) + (vec1)->bv_len) == bvec_to_phys((vec2)))

Completed in 73 milliseconds