/bionic/libc/kernel/arch-sh/asm/ |
hw_irq.h | 68 struct intc_vect *vectors; member in struct:intc_desc 84 #define DECLARE_INTC_DESC(symbol, chipname, vectors, groups, mask_regs, prio_regs, sense_regs) struct intc_desc symbol __initdata = { _INTC_ARRAY(vectors), _INTC_ARRAY(groups), _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), _INTC_ARRAY(sense_regs), chipname, } 86 #define DECLARE_INTC_DESC_ACK(symbol, chipname, vectors, groups, mask_regs, prio_regs, sense_regs, ack_regs) struct intc_desc symbol __initdata = { _INTC_ARRAY(vectors), _INTC_ARRAY(groups), _INTC_ARRAY(mask_regs), _INTC_ARRAY(prio_regs), _INTC_ARRAY(sense_regs), chipname, _INTC_ARRAY(ack_regs), }
|
/external/wpa_supplicant/tests/ |
test_aes.c | 112 } vectors[] = { local 143 for (i = 0; i < sizeof(vectors) / sizeof(vectors[0]); i++) { 144 struct cbc_test_vector *tv = &vectors[i]; 169 /* OMAC1 AES-128 test vectors from
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_aes.c | 112 } vectors[] = { local 143 for (i = 0; i < sizeof(vectors) / sizeof(vectors[0]); i++) { 144 struct cbc_test_vector *tv = &vectors[i]; 169 /* OMAC1 AES-128 test vectors from
|
/external/openssl/crypto/bn/asm/ |
sparcv9a-mont.pl | 84 $ap_h="%l2"; # to these four vectors as double-precision FP values. 158 add $ap_l,$num,$ap_l ! [an]p_[lh] point at the vectors' ends !
|
/external/dbus/dbus/ |
dbus-sysdeps-unix.c | 491 struct iovec vectors[2]; local 514 vectors[0].iov_base = (char*) data1; 515 vectors[0].iov_len = len1; 516 vectors[1].iov_base = (char*) data2; 517 vectors[1].iov_len = len2; 520 m.msg_iov = vectors; 683 struct iovec vectors[2]; local 699 vectors[0].iov_base = (char*) data1; 700 vectors[0].iov_len = len1; 701 vectors[1].iov_base = (char*) data2 [all...] |
dbus-sysdeps-win.c | 395 WSABUF vectors[2]; local 419 vectors[0].buf = (char*) data1; 420 vectors[0].len = len1; 421 vectors[1].buf = (char*) data2; 422 vectors[1].len = len2; 428 vectors, [all...] |
/external/libvpx/vp8/common/ppc/ |
filter_bilinear_altivec.asm | 34 ;# index to the next set of vectors in the row. 112 ;# input will can span three vectors if not aligned correctly. 463 ;# input will can span three vectors if not aligned correctly. 503 ;# input will can span three vectors if not aligned correctly.
|
filter_altivec.asm | 150 ;# input will can span three vectors if not aligned correctly. 179 ;# input will can span three vectors if not aligned correctly. 839 ;# index to the next set of vectors in the row. 848 ;# input will can span three vectors if not aligned correctly.
|
loopfilter_filters_altivec.asm | 682 la r9, -48(r1) ;# temporary space for reading in vectors 1021 la r9, -48(r1) ;# temporary space for reading in vectors 1048 la r9, -48(r1) ;# temporary space for reading in vectors 1166 la r5, -96(r1) ;# temporary space for reading in vectors [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP. 51 ; * macroblock which contains four decoded motion vectors
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 16 ; * Decodes and pads four motion vectors of the non-intra macroblock in P-VOP. 51 ; * macroblock which contains four decoded motion vectors
|
/external/libvpx/vp8/encoder/ppc/ |
variance_subpixel_altivec.asm | 35 ;# index to the next set of vectors in the row. 51 ;# index to the next set of vectors in the row. 173 ;# input will can span three vectors if not aligned correctly. 566 ;# input will can span three vectors if not aligned correctly.
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 220 ; set up invariant vectors 385 ; set up invariant vectors
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 222 # set up invariant vectors 387 # set up invariant vectors
|
/external/libvpx/vp8/common/x86/ |
postproc_mmx.asm | 484 ; we rely on the fact that the clamping vectors are stored contiguously
|
postproc_sse2.asm | 649 ; we rely on the fact that the clamping vectors are stored contiguously
|
/external/opencv/ml/src/ |
mltree.cpp | [all...] |
/external/mesa3d/docs/ |
MESA_texture_array.spec | 415 array texture state vectors respectively associated with them. In order 519 mapping of 4-tuple input vectors to 4-tuple output vectors. [all...] |
/external/opencv/ml/include/ |
ml.h | 877 virtual void cluster_categories( const int* vectors, int vector_count, [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 447 return \textbf{CRYPT\_OK} on success. To test a particular cipher against test vectors\footnote{As published in their design papers.} 455 This function will return {\bf CRYPT\_OK} if the cipher matches the test vectors from the design publication it is 546 keys (mainly for test vectors anyways). Ideally, your application should be making at least 256 bit keys. This is not [all...] |
/external/dropbear/libtommath/ |
bn.tex | 135 This will build the library, ``test'' and ``mtest/mtest''. The ``test'' program will accept test vectors and verify the 136 results. ``mtest/mtest'' will generate test vectors using the MPI library by Michael Fromberger\footnote{A copy of MPI [all...] |
/external/v8/benchmarks/ |
earley-boyer.js | 1367 // only applies to vectors [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-earley-boyer.js | 1361 // only applies to vectors [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-earley-boyer.js | 1361 // only applies to vectors [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-earley-boyer.js | 1361 // only applies to vectors [all...] |