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

1 2 3 4 5 6

  /src/tests/usr.bin/xlint/lint1/
msg_321.c 8 int vector[3] = { variable
  /src/sys/arch/arc/arc/
c_isa.c 182 char vector; local
185 vector = isa_inb(IO_ICU1);
186 isa_vector = vector & 7;
187 if (vector > 0 || isa_vector == 2) {
189 vector = isa_inb(IO_ICU2);
190 if (vector > 0) {
194 isa_vector = (vector & 7) | 8;
  /src/external/gpl3/binutils/dist/libiberty/
pexecute.c 100 int *vector; local
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
105 free (vector);
108 *status = vector[pid];
109 free (vector);
  /src/external/gpl3/binutils.old/dist/libiberty/
pexecute.c 100 int *vector; local
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
105 free (vector);
108 *status = vector[pid];
109 free (vector);
  /src/external/gpl3/gcc/dist/libiberty/
pexecute.c 100 int *vector; local
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
105 free (vector);
108 *status = vector[pid];
109 free (vector);
  /src/external/gpl3/gcc.old/dist/libiberty/
pexecute.c 100 int *vector; local
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
105 free (vector);
108 *status = vector[pid];
109 free (vector);
  /src/external/gpl3/gdb.old/dist/libiberty/
pexecute.c 100 int *vector; local
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
105 free (vector);
108 *status = vector[pid];
109 free (vector);
  /src/external/gpl3/gdb/dist/libiberty/
pexecute.c 100 int *vector; local
102 vector = XNEWVEC (int, idx);
103 if (!pex_get_status (pex, idx, vector))
105 free (vector);
108 *status = vector[pid];
109 free (vector);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
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...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
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...]
  /src/external/mit/isl/dist/interface/
set_lang_defaults_arg4.h 2 #include <vector>
13 operator std::vector<std::string> &() { return PO.Includes; }
  /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/tests/lib/libc/stdlib/
t_mi_vector_hash.c 49 const char *vector; member in struct:testvector
80 len = strlen(testv[i].vector);
81 strcpy(buf + j, testv[i].vector);
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
ArchitectureSet.cpp 19 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs)
52 ArchitectureSet::operator std::vector<Architecture>() const {
53 std::vector<Architecture> archs;
  /src/external/gpl3/binutils/dist/include/vms/
esdfv.h 44 unsigned char vector[4]; member in struct:vms_esdfv
  /src/external/gpl3/binutils.old/dist/include/vms/
esdfv.h 44 unsigned char vector[4]; member in struct:vms_esdfv
  /src/external/gpl3/gdb.old/dist/include/vms/
esdfv.h 44 unsigned char vector[4]; member in struct:vms_esdfv
  /src/external/gpl3/gdb/dist/include/vms/
esdfv.h 44 unsigned char vector[4]; member in struct:vms_esdfv
  /src/sys/arch/mvme68k/dev/
zs_pcctwo.c 114 static int vector = MCCHIPV_ZS0; local
130 zs_config(zsc, &zs, vector + PCCTWO_VECBASE, PCLK_162);
138 pcctwointr_establish(vector++, zshard_unshared, zs_level, zsc, NULL);
  /src/sys/arch/vax/vax/
scb.c 48 static volatile int vector, ipl, gotintr; variable
77 * beginning, and that if the vector is zero it should call
99 vector = ((int) arg) & ~3;
103 printf("stray interrupt: vector 0x%x, ipl %d\n", vector, ipl);
120 vector = vec;
126 * Returns last vector/ipl referenced. Clears vector/ipl after reading.
134 *rvec = vector;
138 gotintr = vector = ipl = 0
    [all...]
  /src/tests/lib/libc/hash/
t_sha2.c 56 const char *vector; member in struct:testvector
179 len = strlen(test256[i].vector);
182 memcpy(buf + j, test256[i].vector, len);
206 len = strlen(test384[i].vector);
209 memcpy(buf + j, test384[i].vector, len);
233 len = strlen(test512[i].vector);
236 memcpy(buf + j, test512[i].vector, len);
  /src/sys/arch/vax/boot/boot/
autoconf.c 244 static int vector, ipl; local
247 vector = (int) arg;
248 printf("stray interrupt: vector 0x%x, ipl %d\n", vector, ipl);
  /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/sys/arch/atari/atari/
intr.c 72 * Establish an interrupt vector.
73 * - vector
74 * The vector number the interrupt should be hooked on. It can either
75 * be an auto-vector or a user-vector.
86 * - This vector can't be shared
96 * When multiple interrupts are established on the same vector,
107 intr_establish(int vector, int type, int pri, hw_ifun_t ih_fun, void *ih_arg)
119 ih->ih_vector = vector;
122 * Do some validity checking on the 'vector' argument and determin
220 int vector, s; local
274 int vector; local
    [all...]
  /src/sys/arch/amd64/amd64/
db_interface.c 106 typedef void (vector)(void); typedef
107 extern vector Xintr_ddbipi, Xintr_x2apic_ddbipi;
116 vector *handler = &Xintr_ddbipi;

Completed in 32 milliseconds

1 2 3 4 5 6