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

  /src/sbin/fsck_msdos/
Makefile 10 DUMP= ${NETBSDSRCDIR}/sbin/dump
11 CPPFLAGS+= -I${FSCK} -I${DUMP}
12 .PATH: ${FSCK} ${DUMP}
  /src/lib/libresolv/
dst_internal.h 152 #ifdef DUMP
153 # undef DUMP
154 # define DUMP(a,b,c,d) dst_s_dump(a,b,c,d)
156 # define DUMP(a,b,c,d)
  /src/sys/dev/i2c/
am2315.c 260 #define DUMP(a) \
272 DUMP("modh+modl");
282 DUMP("ver");
292 DUMP("id1+id2");
302 DUMP("id3+id4");
  /src/external/bsd/libbind/dist/dst/
dst_internal.h 144 #ifdef DUMP
145 # undef DUMP
146 # define DUMP(a,b,c,d) dst_s_dump(a,b,c,d)
148 # define DUMP(a,b,c,d)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
dvo_ch7017.c 384 #define DUMP(reg) \
390 DUMP(CH7017_HORIZONTAL_ACTIVE_PIXEL_INPUT);
391 DUMP(CH7017_HORIZONTAL_ACTIVE_PIXEL_OUTPUT);
392 DUMP(CH7017_VERTICAL_ACTIVE_LINE_OUTPUT);
393 DUMP(CH7017_ACTIVE_INPUT_LINE_OUTPUT);
394 DUMP(CH7017_LVDS_PLL_VCO_CONTROL);
395 DUMP(CH7017_LVDS_PLL_FEEDBACK_DIV);
396 DUMP(CH7017_LVDS_CONTROL_2);
397 DUMP(CH7017_OUTPUTS_ENABLE);
398 DUMP(CH7017_LVDS_POWER_DOWN)
    [all...]
  /src/external/bsd/file/dist/src/
cdf.c 1358 #define DUMP(a, b) (void)fprintf(stderr, "%40.40s = " a "\n", # b, h->h_ ## b)
1361 DUMP("%d", revision);
1362 DUMP("%d", version);
1363 DUMP("%#x", byte_order);
1366 DUMP("%d", num_sectors_in_sat);
1367 DUMP("%d", secid_first_directory);
1368 DUMP("%d", min_size_standard_stream);
1369 DUMP("%d", secid_first_sector_in_short_sat);
1370 DUMP("%d", num_sectors_in_short_sat);
1371 DUMP("%d", secid_first_sector_in_master_sat)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
mn10300.cc 3144 #define DUMP(reason, insn) \
3173 DUMP ("Inserting SETLB insn after:", label);
3177 DUMP ("Created new loop-back label:", label);
3181 DUMP ("Inserting SETLB insn before:", label);
3201 DUMP ("Replacing branch insn...", branch);
3202 DUMP ("... with Lcc insn:", jump);
3241 DUMP ("Looking for loops that can use the SETLB insn", NULL_RTX);
3301 DUMP ("SETLB scan complete", NULL_RTX);

Completed in 44 milliseconds