HomeSort by: relevance | last modified time | path
    Searched refs:SOURCE (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/hil/
Makefile 7 SOURCE= hildevs
9 ${SOURCE}_data.h: ${SOURCE} ${PROG}
11 ${TOOL_AWK} -f ${PROG} ${SOURCE} > $@
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
CMakeLists.txt 59 macro(msan_compile obj_list source arch kind cflags)
61 ${obj_list} ${source} ${arch}
70 cmake_parse_arguments(SOURCE "" "" "OBJECTS;LINK_FLAGS;DEPS" ${ARGN})
96 foreach (SOURCE ${MSAN_UNITTEST_SOURCES})
97 msan_compile(MSAN_INST_TEST_OBJECTS ${SOURCE} ${arch} "${kind}" "${cflags}")
98 endforeach(SOURCE)
  /src/sys/dev/qbus/
qdreg.h 6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
115 /* ADDER source 2 size register */
135 #define SOURCE 0x008a
265 u_short source_1_dx; /* source #1 x vector */
266 u_short source_1_dy; /* source #1 y vector*/
267 u_short source_1_x; /* source #1 x origin */
268 u_short source_1_y; /* source #1 y origin */
277 u_short source_2_x; /* source #2 x origin */
278 u_short source_2_y; /* source #2 y origin *
    [all...]
qd.c 7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
1986 * load SOURCE origin and vectors
3259 * load SOURCE origin and vectors
3271 write_ID(adder, SOURCE, 0xffff);
3466 * set the source 2 parameters
3543 * set source and the mask register to all ones (ie: white) o
3545 write_ID(adder, SOURCE, 0xFFFF);
  /src/sys/arch/vax/include/
qdreg.h 6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
115 /* ADDER source 2 size register */
135 #define SOURCE 0x008a
267 u_short source_1_dx; /* source #1 x vector */
268 u_short source_1_dy; /* source #1 y vector*/
269 u_short source_1_x; /* source #1 x origin */
270 u_short source_1_y; /* source #1 y origin */
279 u_short source_2_x; /* source #2 x origin */
280 u_short source_2_y; /* source #2 y origin *
    [all...]
  /src/usr.bin/config/
gram.y 17 * Redistribution and use in source and binary forms, with or without
20 * 1. Redistributions of source code must retain the above copyright
187 %token SELECT SINGLE SOURCE
249 * are the "source" and "build" declarations that tell config where
278 | SOURCE filename '\n' { if (!srcdir) srcdir = $2; }
353 /* source file: file foo/bar.c bar|baz needs-flag compile-with blah */
486 /* extra compile directive for a source file */
  /src/sys/arch/vax/vsa/
gpx.c 23 * Redistribution and use in source and binary forms, with or without
26 * 1. Redistributions of source code must retain the above copyright
564 /* load SOURCE origin and vectors */
774 /* set the source 2 parameters */
814 /* set source and the mask register to all ones */
815 gpx_viper_write(ss, SOURCE, 0xffff);
1110 gpx_viper_write(ss, SOURCE, 0xffff);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v8_0.c 723 "SQ_EDC_INFO_SOURCE_INST: EDC source is Instruction Fetch",
724 "SQ_EDC_INFO_SOURCE_SGPR: EDC source is SGPR or SQC data return",
725 "SQ_EDC_INFO_SOURCE_VGPR: EDC source is VGPR",
726 "SQ_EDC_INFO_SOURCE_LDS: EDC source is LDS",
727 "SQ_EDC_INFO_SOURCE_GDS: EDC source is GDS",
728 "SQ_EDC_INFO_SOURCE_TA: EDC source is TA",
6569 struct amdgpu_irq_src *source,
6580 struct amdgpu_irq_src *source,
6630 struct amdgpu_irq_src *source,
6675 struct amdgpu_irq_src *source,
    [all...]

Completed in 124 milliseconds