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

  /src/games/snake/snake/
snake.c 89 #define ME 'I'
360 pchar(&you, ME);
375 pchar(&you, ME);
391 pchar(&you, ME);
408 pchar(&you, ME);
454 pchar(&you, ME);
718 pchar(&you, ME);
947 pchar(&you, ME);
951 pchar(sp, ME);
  /src/sys/dev/acpi/
apei.c 372 const struct cper_memory_error *ME = buf;
382 CPER_MEMORY_ERROR_VALIDATION_BITS_FMT, ME->ValidationBits);
384 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_ERROR_STATUS) {
416 "\0", ME->ErrorStatus);
419 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_PHYSICAL_ADDRESS) {
421 ctx, ME->PhysicalAddress);
423 if (ME->ValidationBits &
426 "\n", ctx, ME->PhysicalAddressMask);
428 if (ME->ValidationBits & CPER_MEMORY_ERROR_VALID_NODE) {
430 ME->Node)
    [all...]
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 913 u_int me, mel, meh; local in function:disasm_fields
916 me = meh << 4 | mel;
917 db_printf(", 0x%x", me);
927 u_int ME;
930 ME = extract_field(instr, 31 - 30, 5);
931 db_printf(", %d", ME);
948 u_int me, mel, meh; local in function:disasm_fields
951 me = meh << 4 | mel;
952 db_printf(", %d", me);
  /src/usr.bin/deroff/
deroff.c 92 * Modified by Robert Henry to process -me and -man macros.
113 #define ME 2 /* -me */
117 static char *mactab[] = { "-ms", "-mm", "-me", "-ma" };
166 static int argconcat = 0; /* concat arguments together (-me only) */
274 mac = ME;
302 mac = ME;
913 * put out a macro using the me conventions
1032 * for me:
1073 if ((mac == ME && a1 == ')'
    [all...]

Completed in 15 milliseconds