HomeSort by relevance Sort by last modified time
    Searched full:vectors (Results 1 - 25 of 473) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
mode-classes.def 34 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \
35 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \
36 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \
37 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \
38 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
mode-classes.def 34 DEF_MODE_CLASS (MODE_VECTOR_INT), /* SIMD vectors */ \
35 DEF_MODE_CLASS (MODE_VECTOR_FRACT), /* SIMD vectors */ \
36 DEF_MODE_CLASS (MODE_VECTOR_UFRACT), /* SIMD vectors */ \
37 DEF_MODE_CLASS (MODE_VECTOR_ACCUM), /* SIMD vectors */ \
38 DEF_MODE_CLASS (MODE_VECTOR_UACCUM), /* SIMD vectors */ \
  /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/svox/pico/lib/
picosig.h 34 * The PU receives parametric vectors and translates them into signal vectors.
35 * Most of the processing is based on this 1 to 1 relationship between input and output vectors.
picosig2.h 65 picoos_int32 *int_vec28; /*reserved for cepstral vectors input - fixed point */
66 picoos_int32 *int_vec29; /*reserved for cepstral vectors input - fixed point */
67 picoos_int32 *int_vec38; /*reserved for cepstral vectors input - fixed point */
68 picoos_int32 *int_vec30; /*reserved for cepstral vectors input - fixed point */
69 picoos_int32 *int_vec31; /*reserved for cepstral vectors input - fixed point */
71 picoos_int32 *int_vec32; /*reserved for cepstral vectors input - fixed point */
72 picoos_int32 *int_vec33; /*reserved for cepstral vectors input - fixed point */
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_xbiosevents.c 25 * XBIOS mouse & joystick vectors
42 static _KBDVECS *kbdvecs; /* Pointer to access system vectors */
64 /* Read IKBD vectors base */
70 /* Install our vectors */
91 /* Read IKBD vectors base */
SDL_xbiosevents_c.h 25 * Xbios mouse & joystick vectors
  /external/chromium/third_party/icu/source/common/
propsvec.h 16 * Store bits (Unicode character properties) in bit set vectors.
29 * Unicode Properties Vectors associated with code point ranges.
32 * the range limits and the properties vectors.
109 * Compact the vectors:
111 * - keep only unique vectors
136 * Get the vectors array after calling upvec_compact().
144 * Get a clone of the vectors array after calling upvec_compact().
154 * vectors array, and freeze the trie.
  /external/icu4c/common/
propsvec.h 16 * Store bits (Unicode character properties) in bit set vectors.
29 * Unicode Properties Vectors associated with code point ranges.
32 * the range limits and the properties vectors.
109 * Compact the vectors:
111 * - keep only unique vectors
136 * Get the vectors array after calling upvec_compact().
144 * Get a clone of the vectors array after calling upvec_compact().
154 * vectors array, and freeze the trie.
  /external/dropbear/libtomcrypt/notes/
base64_tv.txt 1 Base64 vectors. These are the base64 encodings of the strings 00,01,02...NN-1
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 127 fprintf(out, "Hash Test Vectors:\n\nThese are the hashes of nn bytes '00 01 02 03 .. (nn-1)'\n\n");
167 "Cipher Test Vectors\n\nThese are test encryptions with key of nn bytes '00 01 02 03 .. (nn-1)' and original PT of the same style.\n"
402 fprintf(out, "EAX Test Vectors. Uses the 00010203...NN-1 pattern for header/nonce/plaintext/key. The outputs\n"
462 fprintf(out, "OCB Test Vectors. Uses the 00010203...NN-1 pattern for nonce/plaintext/key. The outputs\n"
526 fprintf(out, "CCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs\n"
588 fprintf(out, "GCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs\n"
644 fprintf(out, "Base64 vectors. These are the base64 encodings of the strings 00,01,02...NN-1\n\n");
669 fprintf(out, "ecc vectors. These are for kG for k=1,3,9,27,...,3**n until k > order of the curve outputs are <k,x,y> triplets\n\n");
768 printf("Generating hash vectors..."); fflush(stdout); hash_gen(); printf("done\n");
769 printf("Generating cipher vectors..."); fflush(stdout); cipher_gen(); printf("done\n")
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
convolve.h 39 * Purpose : Perform the convolution between two vectors x[]
41 * : All vectors are of length L and only the first
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSFileSystem.cpp 197 UniquePtr<iovec[]> vectors(new iovec[size]);
198 if (vectors.get() == NULL) {
215 vectors[i].iov_base = reinterpret_cast<void*>(buffers[i] + offsets[i]);
216 vectors[i].iov_len = lengths[i];
218 return vectors.release();
223 UniquePtr<iovec[]> vectors(initIoVec(env, jBuffers, jOffsets, jLengths, size));
224 if (vectors.get() == NULL) {
227 long result = readv(fd, vectors.get(), size);
239 UniquePtr<iovec[]> vectors(initIoVec(env, jBuffers, jOffsets, jLengths, size));
240 if (vectors.get() == NULL)
    [all...]
  /external/bison/lib/
bitsetv-print.h 1 /* Bitset vectors.
  /external/chromium/third_party/icu/source/i18n/
uspoof_buildwsconf.h 46 // Vectors of all B
  /external/chromium/third_party/icu/source/tools/genbidi/
genbidi.h 30 /* properties vectors in genbidi.c */
  /external/chromium/third_party/icu/source/tools/genprops/
genprops.h 42 /* properties vectors in props2.c */
  /external/dbus/test/data/sha-1/
Readme.txt 3 Sample Vectors for SHA-1 Testing
5 This file describes tests and vectors that can be used in verifying the correctness of
6 an SHA-1 implementation. However, use of these vectors does not take the place of validation
9 There are three areas of the Secure Hash Standard for which test vectors are supplied:
  /external/icu4c/i18n/
uspoof_wsconf.h 50 // Vectors of all B
  /external/icu4c/tools/genbidi/
genbidi.h 30 /* properties vectors in genbidi.c */
  /external/icu4c/tools/genprops/
genprops.h 42 /* properties vectors in props2.c */
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 418 * Apply this matrix to the array of 2D vectors specified by src, and write
419 * the transformed vectors into the array of vectors specified by dst. The
420 * two arrays represent their "vectors" as pairs of floats [x, y].
422 * @param dst The array of dst vectors (x,y pairs)
424 * @param src The array of src vectors (x,y pairs)
426 * @param vectorCount The number of vectors (x,y pairs) to transform
451 * Apply this matrix to the array of 2D vectors specified by src, and write
452 * the transformed vectors into the array of vectors specified by dst. Th
    [all...]
  /external/stlport/test/eh/
test_bit_vector.cpp 67 EFFECTS: Performs tests on bit vectors
73 // Make some bit vectors to work with.
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.h 66 // vectors (hfonts_, etc). Otherwise, it gets next SimpleFontData from
84 // These vectors are used to store Windows font data for non-primary fonts.
  /external/bison/src/
closure.h 28 /* Allocates the itemset and ruleset vectors, and precomputes useful

Completed in 2088 milliseconds

1 2 3 4 5 6 7 8 91011>>