HomeSort by: relevance | last modified time | path
    Searched refs:vector (Results 1 - 25 of 3561) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/usr.bin/xlint/lint1/
msg_321.c 8 int vector[3] = { variable
  /src/external/gpl3/gdb/dist/sim/m32c/
int.h 23 extern void trigger_based_interrupt (int vector);
24 extern void trigger_peripheral_interrupt (int vector, int icaddr);
  /src/external/gpl3/gdb.old/dist/sim/m32c/
int.h 23 extern void trigger_based_interrupt (int vector);
24 extern void trigger_peripheral_interrupt (int vector, int icaddr);
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/fuzzer-initialize/
fuzzer_initialize.h 14 #include <vector>
17 const std::vector<const char *>& GetCLArgs();
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
vector.h 1 /* $NetBSD: vector.h,v 1.2 2021/12/18 23:45:07 riastradh Exp $ */
31 struct vector { struct
40 struct vector *vector,
45 struct vector *dal_vector_create(
51 * each "structure" in the vector will contain zeros by default. */
52 struct vector *dal_vector_presized_create(
59 struct vector *vector);
62 struct vector **vector)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 46 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
47 vector signed char __a, vector signed char __b, vector unsigned char __c);
49 static __inline__ vector unsigned char __ATTRS_o_ai
50 vec_perm(vector unsigned char __a, vector unsigned char __b,
51 vector unsigned char __c);
53 static __inline__ vector bool char __ATTRS_o_ai
54 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
amdgpu_vector.c 34 #include "include/vector.h"
37 struct vector *vector,
42 vector->container = NULL;
50 vector->container = kcalloc(capacity, struct_size, GFP_KERNEL);
51 if (vector->container == NULL)
53 vector->capacity = capacity;
54 vector->struct_size = struct_size;
55 vector->count = 0;
56 vector->ctx = ctx
105 struct vector *vector = kzalloc(sizeof(struct vector), GFP_KERNEL); local
124 struct vector *vector = kzalloc(sizeof(struct vector), GFP_KERNEL); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
e500-abi.c 5 #define vector __attribute__((vector_size(8))) macro
7 vector unsigned short f_vec;
8 vector short g_vec;
9 vector float h_vec;
10 vector float i_vec;
11 vector unsigned int l_vec;
12 vector int m_vec;
13 vector int n_vec;
16 vector unsigned int a_vec_d = {1, 1};
17 vector int b_vec_d = {0, 0}
    [all...]
e500-regs.c 4 #define vector __attribute__((vector_size(8))) macro
7 vector int
8 vector_fun (vector int a, vector int b)
10 vector int c;
11 a = (vector int) __ev_create_s32 (2, 2);
12 b = (vector int) __ev_create_s32 (3, 3);
21 vector int y;
22 vector int x;
23 vector int z;
    [all...]
altivec-abi.c 3 vector short vshort = {111, 222, 333, 444, 555, 666, 777, 888};
4 vector unsigned short vushort = {100, 200, 300, 400, 500, 600, 700, 800};
5 vector int vint = {-10, -20, -30, -40};
6 vector unsigned int vuint = {1111, 2222, 3333, 4444};
7 vector char vchar = {'a','b','c','d','e','f','g','h','i','l','m','n','o','p','q','r'};
8 vector unsigned char vuchar = {'A','B','C','D','E','F','G','H','I','L','M','N','O','P','Q','R'};
9 vector float vfloat = {1.25, 3.75, 5.5, 1.25};
11 vector short vshort_d = {0,0,0,0,0,0,0,0};
12 vector unsigned short vushort_d = {0,0,0,0,0,0,0,0};
13 vector int vint_d = {0,0,0,0}
    [all...]
altivec-regs.c 4 vector unsigned int
5 vector_fun (volatile vector unsigned int a, volatile vector unsigned int b)
7 vector unsigned int c;
8 a = ((vector unsigned int) vec_splat_u8(2));
9 b = ((vector unsigned int) vec_splat_u8(3));
18 vector unsigned int y;
19 vector unsigned int x;
20 vector unsigned int z;
24 /* On AIX, the debugger cannot access vector registers before the
    [all...]
vsx-regs.c 4 vector unsigned int
5 vector_fun (vector unsigned int a, vector unsigned int b)
7 vector unsigned int c;
8 a = ((vector unsigned int) vec_splat_u8(2));
9 b = ((vector unsigned int) vec_splat_u8(3));
18 vector unsigned int y;
19 vector unsigned int x;
20 vector unsigned int z;
25 and we don't want the code to change any vector registers
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
e500-abi.c 5 #define vector __attribute__((vector_size(8))) macro
7 vector unsigned short f_vec;
8 vector short g_vec;
9 vector float h_vec;
10 vector float i_vec;
11 vector unsigned int l_vec;
12 vector int m_vec;
13 vector int n_vec;
16 vector unsigned int a_vec_d = {1, 1};
17 vector int b_vec_d = {0, 0}
    [all...]
e500-regs.c 4 #define vector __attribute__((vector_size(8))) macro
7 vector int
8 vector_fun (vector int a, vector int b)
10 vector int c;
11 a = (vector int) __ev_create_s32 (2, 2);
12 b = (vector int) __ev_create_s32 (3, 3);
21 vector int y;
22 vector int x;
23 vector int z;
    [all...]
altivec-abi.c 3 vector short vshort = {111, 222, 333, 444, 555, 666, 777, 888};
4 vector unsigned short vushort = {100, 200, 300, 400, 500, 600, 700, 800};
5 vector int vint = {-10, -20, -30, -40};
6 vector unsigned int vuint = {1111, 2222, 3333, 4444};
7 vector char vchar = {'a','b','c','d','e','f','g','h','i','l','m','n','o','p','q','r'};
8 vector unsigned char vuchar = {'A','B','C','D','E','F','G','H','I','L','M','N','O','P','Q','R'};
9 vector float vfloat = {1.25, 3.75, 5.5, 1.25};
11 vector short vshort_d = {0,0,0,0,0,0,0,0};
12 vector unsigned short vushort_d = {0,0,0,0,0,0,0,0};
13 vector int vint_d = {0,0,0,0}
    [all...]
altivec-regs.c 4 vector unsigned int
5 vector_fun (volatile vector unsigned int a, volatile vector unsigned int b)
7 vector unsigned int c;
8 a = ((vector unsigned int) vec_splat_u8(2));
9 b = ((vector unsigned int) vec_splat_u8(3));
18 vector unsigned int y;
19 vector unsigned int x;
20 vector unsigned int z;
24 /* On AIX, the debugger cannot access vector registers before the
    [all...]
vsx-regs.c 4 vector unsigned int
5 vector_fun (vector unsigned int a, vector unsigned int b)
7 vector unsigned int c;
8 a = ((vector unsigned int) vec_splat_u8(2));
9 b = ((vector unsigned int) vec_splat_u8(3));
18 vector unsigned int y;
19 vector unsigned int x;
20 vector unsigned int z;
25 and we don't want the code to change any vector registers
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
statistics.h 19 #include <vector>
25 // Return a vector containing the mean, median and standard devation information
27 // contains less than two non-errored runs an empty vector is returned
28 std::vector<BenchmarkReporter::Run> ComputeStats(
29 const std::vector<BenchmarkReporter::Run>& reports);
31 double StatisticsMean(const std::vector<double>& v);
32 double StatisticsMedian(const std::vector<double>& v);
33 double StatisticsStdDev(const std::vector<double>& v);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
statistics.h 19 #include <vector>
25 // Return a vector containing the mean, median and standard devation information
27 // contains less than two non-errored runs an empty vector is returned
28 std::vector<BenchmarkReporter::Run> ComputeStats(
29 const std::vector<BenchmarkReporter::Run>& reports);
31 double StatisticsMean(const std::vector<double>& v);
32 double StatisticsMedian(const std::vector<double>& v);
33 double StatisticsStdDev(const std::vector<double>& v);
  /src/external/gpl3/gcc.old/dist/libgcc/config/spu/
mfc_tag_release.c 25 extern vector unsigned int __mfc_tag_table;
36 vector unsigned int is_invalid;
37 vector unsigned int mask = (vector unsigned int)
39 vector signed int zero = (vector signed int) { 0, 0, 0, 0 };
41 vector signed int has_been_reserved;
48 has_been_reserved = (vector signed int) spu_rl (__mfc_tag_table, tag);
49 has_been_reserved = (vector signed int) spu_cmpgt (zero, has_been_reserved);
52 is_invalid = spu_or ((vector unsigned int) has_been_reserved, is_invalid)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
APIData.h 13 #include <vector>
19 std::vector<std::string> ASTClassLocations;
20 std::vector<std::string> ASTClassRanges;
21 std::vector<std::string> TemplateParms;
22 std::vector<std::string> TypeSourceInfos;
23 std::vector<std::string> TypeLocs;
24 std::vector<std::string> NestedNameLocs;
25 std::vector<std::string> DeclNameInfos;
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/
handle_cxx.h 17 #include <vector>
22 const std::vector<const char *> &ExtraArgs);
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-llvm/
handle_llvm.h 17 #include <vector>
21 const std::vector<const char *> &ExtraArgs);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_test_config.h 20 #include <vector>
  /src/external/apache2/llvm/dist/clang/lib/DirectoryWatcher/
DirectoryScanner.h 12 #include <vector>
17 /// \returns empty vector if \p Path is not a directory, doesn't exist or can't
19 std::vector<std::string> scanDirectory(llvm::StringRef Path);
22 std::vector<DirectoryWatcher::Event>
23 getAsFileEvents(const std::vector<std::string> &Scan);

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>