HomeSort by: relevance | last modified time | path
    Searched defs:VECTOR (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/m68k/include/
asm.h 228 * Shorthand for defining vectors for the vector table.
230 #define VECTOR(x) \
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_local.h 26 #define ML_DSA_D_BITS 13 /* The number of bits dropped from the public vector t */
59 typedef struct vector_st VECTOR;
66 const uint8_t *seed, VECTOR *s1, VECTOR *s2);
67 void ossl_ml_dsa_matrix_mult_vector(const MATRIX *matrix_kl, const VECTOR *vl,
68 VECTOR *vk);
99 int ossl_ml_dsa_w1_encode(const VECTOR *w1, uint32_t gamma2,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
gnu_vector.c 22 #define VECTOR(n, type) \
25 typedef VECTOR (8, int) int8;
27 typedef VECTOR (4, int) int4;
28 typedef VECTOR (4, unsigned int) uint4;
29 typedef VECTOR (4, char) char4;
30 typedef VECTOR (4, float) float4;
32 typedef VECTOR (2, int) int2;
33 typedef VECTOR (2, long long) longlong2;
34 typedef VECTOR (2, float) float2;
35 typedef VECTOR (2, double) double2
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
gnu_vector.c 22 #define VECTOR(n, type) \
25 typedef VECTOR (8, int) int8;
27 typedef VECTOR (4, int) int4;
28 typedef VECTOR (4, unsigned int) uint4;
29 typedef VECTOR (4, char) char4;
30 typedef VECTOR (4, float) float4;
32 typedef VECTOR (2, int) int2;
33 typedef VECTOR (2, long long) longlong2;
34 typedef VECTOR (2, float) float2;
35 typedef VECTOR (2, double) double2
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/grn/
gprint.h 39 #define VECTOR 3
  /src/external/gpl3/gcc/dist/libcody/
cody.hh 26 #include <vector>
61 std::vector<char> buffer; ///< buffer holding the message
143 /// Lex the next input line into a vector of words.
144 /// @param words filled with a vector of lexed strings
147 int Lex (std::vector<std::string> &words);
232 /// Uncork call will return a vector of Packets.
238 enum Category { INTEGER, STRING, VECTOR};
246 std::vector<std::string> vector; ///< Vector of string valu member in union:Cody::Packet::__anon14182
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
cody.hh 26 #include <vector>
61 std::vector<char> buffer; ///< buffer holding the message
143 /// Lex the next input line into a vector of words.
144 /// @param words filled with a vector of lexed strings
147 int Lex (std::vector<std::string> &words);
232 /// Uncork call will return a vector of Packets.
238 enum Category { INTEGER, STRING, VECTOR};
246 std::vector<std::string> vector; ///< Vector of string valu member in union:Cody::Packet::__anon16597
    [all...]
  /src/sys/arch/mips/include/
asm.h 312 * VECTOR
313 * exception vector entrypoint
316 #define VECTOR(x, regmask) \
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Defines.h 35 VECTOR = (1 << 6),
  /src/external/gpl3/gdb/dist/gdb/
amdgpu-tdep.c 127 VECTOR,
193 : amd_dbgapi_register_type (kind::VECTOR,
234 using container_type = std::vector<field>;
294 using container_type = std::vector<enumerator>;
522 /* Vector types. */
542 == amd_dbgapi_register_type::kind::VECTOR);
695 case amd_dbgapi_register_type::kind::VECTOR:
1112 reggroup, such as "general", "system", "vector", etc. */
1348 /* Test the vector type. */
1354 gdb_assert (type.kind () == amd_dbgapi_register_type::kind::VECTOR);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
amdgpu-tdep.c 129 VECTOR,
195 : amd_dbgapi_register_type (kind::VECTOR,
236 using container_type = std::vector<field>;
296 using container_type = std::vector<enumerator>;
524 /* Vector types. */
544 == amd_dbgapi_register_type::kind::VECTOR);
697 case amd_dbgapi_register_type::kind::VECTOR:
1114 reggroup, such as "general", "system", "vector", etc. */
1350 /* Test the vector type. */
1356 gdb_assert (type.kind () == amd_dbgapi_register_type::kind::VECTOR);
    [all...]
  /src/sys/arch/alpha/include/
asm.h 241 * invert the vector for traceback. Also, fix up framesize,
466 * VECTOR
470 #define VECTOR(_name_, _i_mask_) \
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 51 ; FFE0 FFFF IN interrupt vector
691 ; Interrupt Vector Low = E
693 ; Interrupt Vector Address = FFE0H
734 ; interrupt vector copy to internal memory
736 LD DE,VECTOR
964 ; prepare vector
966 ; set PRT1 vector
2036 ; #### interrupt vector
2039 VECTOR:
  /src/sys/dev/microcode/aic7xxx/
aic7xxx_reg.h 1417 #define VECTOR 0x0f

Completed in 42 milliseconds