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

  /src/usr.bin/make/unit-tests/
depsrc-meta.mk 12 .MAKE.MODE= meta curDirOk=true nofilemon
21 @echo 'Targets from meta mode${.MAKE.JOBS:D in jobs mode}:'
meta-output.mk 6 .MAKE.MODE= meta curDirOk=true nofilemon
8 .MAKE.MODE= compat
meta-cmd-cmp.mk 8 .MAKE.MODE= meta verbose silent=yes curdirok=yes nofilemon
  /src/external/bsd/ntp/dist/tests/libntp/
modetoa.c 25 const int MODE = 3; // Should be "client"
27 TEST_ASSERT_EQUAL_STRING("client", modetoa(MODE));
32 const int MODE = 100;
34 TEST_ASSERT_EQUAL_STRING("mode#100", modetoa(MODE));
  /src/external/bsd/ntp/dist/tests/sandbox/
modetoa.c 11 const int MODE = 3; // Should be "client"
12 TEST_ASSERT_EQUAL_STRING("client", modetoa(MODE));
14 // EXPECT_STREQ("client", modetoa(MODE));
18 const int MODE = 100;
20 TEST_ASSERT_EQUAL_STRING("mode#1001", modetoa(MODE));
21 // EXPECT_STREQ("mode#100", modetoa(MODE));
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
project.h 70 # define MODE
73 # define MODE extern
  /src/external/bsd/ntp/dist/ntpd/
refclock_arbiter.c 29 * does not initiate surveying or hold mode. For use with NTP, the
31 * broadcast mode set to operate in UTC (BU command).
83 * deviation mode and connected to a 1-PPS signal, the last two numbers
103 #define MODE ttlmax
105 #define MODE ttl
108 #define COMMAND_HALT_BCAST ( (peer->MODE % 2) ? "O0" : "B0" )
109 #define COMMAND_START_BCAST ( (peer->MODE % 2) ? "O5" : "B5" )
189 if (peer->MODE > 1) {
190 msyslog(LOG_NOTICE, "ARBITER: Invalid mode %d", peer->MODE);
    [all...]
refclock_arc.c 73 2) Added WWVB support via clock mode command, localtime/UTC time configured
393 #define MODE ttlmax
395 #define MODE ttl
725 if (peer->MODE > 3) {
726 msyslog(LOG_NOTICE, "ARCRON: Invalid mode %d", peer->MODE);
730 if(debug) { printf("arc: mode = %d.\n", peer->MODE); }
732 switch (peer->MODE) {
1211 if(peer->MODE == 0) { /* compatiblity to original version *
    [all...]
  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_space.c 106 #define MODE(t, s) \
115 m = MODE(type, IO);
118 m = MODE(type, MEM);
121 m = MODE(type, ATTR);
124 #undef MODE
  /src/sys/arch/evbsh3/t_sh7706lan/
t_sh7706lan_space.c 106 #define MODE(t, s) \
115 m = MODE(type, IO);
118 m = MODE(type, MEM);
121 m = MODE(type, ATTR);
124 #undef MODE
  /src/sys/arch/macppc/dev/
ki2cvar.h 41 #define MODE 0
50 /* MODE */
55 #define I2C_MODE 0x0c /* Mode mask */
56 #define I2C_DUMBMODE 0x00 /* Dumb mode */
57 #define I2C_STDMODE 0x04 /* Standard mode */
58 #define I2C_STDSUBMODE 0x08 /* Standard mode + sub address */
59 #define I2C_COMBMODE 0x0c /* Combined mode */
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_mode.c 112 .mode = { \
140 #define MODE(f, hd, vd, ht, vt, hsynp, vsynp, \
151 MODE(21000, 512, 384, 840, 500, N, N, 181.797557582, 5_4, 0x6, PAL_LIKE),
152 MODE(26250, 512, 384, 840, 625, N, N, 145.438046066, 1_1, 0x1, PAL_LIKE),
153 MODE(20140, 512, 384, 800, 420, N, N, 213.257083791, 5_4, 0x4, NTSC_LIKE),
154 MODE(24671, 512, 384, 784, 525, N, N, 174.0874153, 1_1, 0x3, NTSC_LIKE),
155 MODE(28125, 720, 400, 1125, 500, N, N, 135.742176298, 5_4, 0x6, PAL_LIKE),
156 MODE(34875, 720, 400, 1116, 625, N, N, 109.469496898, 1_1, 0x1, PAL_LIKE),
157 MODE(23790, 720, 400, 945, 420, N, N, 160.475642016, 5_4, 0x4, NTSC_LIKE),
158 MODE(29455, 720, 400, 936, 525, N, N, 129.614941843, 1_1, 0x3, NTSC_LIKE)
183 const struct ch7006_mode *mode; local
242 const struct ch7006_mode *mode = priv->mode; local
265 const struct ch7006_mode *mode = priv->mode; local
338 const struct drm_display_mode *mode = &ch_mode->mode; local
    [all...]
  /src/sys/arch/landisk/dev/
obio.c 279 #define MODE(t, s) \
288 m = MODE(type, IO);
291 m = MODE(type, MEM);
294 m = MODE(type, ATTR);
297 #undef MODE
  /src/usr.sbin/quotacheck/
quotacheck.c 144 static int qflag; /* quick but untidy mode */
322 int i, mode, errs = 0, inosused; local
444 if ((mode = DIP(dp, mode) & IFMT) == 0)
450 if (mode == IFREG || mode == IFDIR ||
451 mode == IFLNK)
458 if (mode == IFREG || mode == IFDIR ||
459 mode == IFLNK
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 194 static const enum machine_mode MODE = SFmode;
258 real_from_integer (&f, MODE, l, l < 0 ? -1 : 0, 0);
259 real_to_target (image, &f, MODE);
277 real_nan (&f, "", 1, MODE);
281 real_to_target (image, &f, MODE);
289 real_from_target (&ai, image, MODE);
290 real_from_target (&bi, b.image, MODE);
292 real_to_target (image, &ri, MODE);
297 const real_format *fmt = real_format_for_mode[MODE - QFmode];
301 real_from_target (&ri, image, MODE);
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.c 2640 # define MODE hc
2647 # define MODE sc
2658 # define MODE dc
2669 # define MODE xc
2680 # define MODE tc
2730 CONCAT3(__mul,MODE,3) (MTYPE a, MTYPE b, MTYPE c, MTYPE d)
2800 CONCAT3(__div,MODE,3) (MTYPE a, MTYPE b, MTYPE c, MTYPE d)
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 194 static const enum machine_mode MODE = SFmode;
258 real_from_integer (&f, MODE, l, l < 0 ? -1 : 0, 0);
259 real_to_target (image, &f, MODE);
277 real_nan (&f, "", 1, MODE);
281 real_to_target (image, &f, MODE);
289 real_from_target (&ai, image, MODE);
290 real_from_target (&bi, b.image, MODE);
292 real_to_target (image, &ri, MODE);
297 const real_format *fmt = real_format_for_mode[MODE - QFmode];
301 real_from_target (&ri, image, MODE);
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c 1896 # define MODE hc
1903 # define MODE sc
1914 # define MODE dc
1925 # define MODE xc
1936 # define MODE tc
1986 CONCAT3(__mul,MODE,3) (MTYPE a, MTYPE b, MTYPE c, MTYPE d)
2056 CONCAT3(__div,MODE,3) (MTYPE a, MTYPE b, MTYPE c, MTYPE d)
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 64 operands in numerical order, even for SETs, since the mode of a
65 SET_DEST is exact while the mode of a SET_SRC can be VOIDmode
76 These common subtrees can be identical or they can differ in mode,
79 appropriate mode, etc., as argument. For example, if two patterns
641 predicates, which check the mode themselves. Also exclude
655 message_at (info->loc, "warning: operand %d missing mode?",
669 destination, and it's mode should match the source. */
688 /* Mode checking is not performed for special predicates. */
693 /* The operands of a SET must have the same mode unless one
696 error_at (info->loc, "mode mismatch in set: %smode vs %smode"
741 machine_mode mode = GET_MODE (pattern); local
1205 unsigned int mode; member in struct:rtx_test::__anon13722::__anon13724
1248 rtx_test::mode (position *pos) function in class:rtx_test
4145 machine_mode mode = GET_MODE (e->pattern); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 64 operands in numerical order, even for SETs, since the mode of a
65 SET_DEST is exact while the mode of a SET_SRC can be VOIDmode
76 These common subtrees can be identical or they can differ in mode,
79 appropriate mode, etc., as argument. For example, if two patterns
641 predicates, which check the mode themselves. Also exclude
655 message_at (info->loc, "warning: operand %d missing mode?",
669 destination, and it's mode should match the source. */
688 /* Mode checking is not performed for special predicates. */
693 /* The operands of a SET must have the same mode unless one
696 error_at (info->loc, "mode mismatch in set: %smode vs %smode"
741 machine_mode mode = GET_MODE (pattern); local
1205 unsigned int mode; member in struct:rtx_test::__anon16152::__anon16154
1248 rtx_test::mode (position *pos) function in class:rtx_test
4145 machine_mode mode = GET_MODE (e->pattern); local
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
h8300.h 95 /* Mask to isolate the addressing mode bits (REG .. PREDEC). */
96 MODE = 0x7F00,
  /src/external/gpl3/binutils.old/dist/include/opcode/
h8300.h 95 /* Mask to isolate the addressing mode bits (REG .. PREDEC). */
96 MODE = 0x7F00,
  /src/external/gpl3/gdb/dist/include/opcode/
h8300.h 95 /* Mask to isolate the addressing mode bits (REG .. PREDEC). */
96 MODE = 0x7F00,
  /src/external/gpl3/gdb.old/dist/include/opcode/
h8300.h 95 /* Mask to isolate the addressing mode bits (REG .. PREDEC). */
96 MODE = 0x7F00,

Completed in 64 milliseconds