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

  /src/games/sail/
globals.c 59 { "Drake", specs+1, N_B, 7, 31, 5, 0 }
65 { "Serapis", specs+3, N_B, 2, 42, 2, 0 }
70 { "America", specs+4, N_B, 7, 37, 4, 0 },
71 { "Befford", specs+5, N_B, 5, 35, 4, 0 },
72 { "Adamant", specs+6, N_B, 3, 33, 4, 0 },
73 { "London", specs+7, N_B, 1, 31, 4, 0 },
74 { "Royal Oak", specs+8, N_B, -1, 29, 4, 0 },
84 { "Monmouth", specs+52, N_B, 9, 45, 2, 0 },
85 { "Hero", specs+5, N_B, 13, 49, 2, 0 },
86 { "Isis", specs+6, N_B, 12, 48, 2, 0 }
    [all...]
extern.h 132 #define N_B 1
pl_7.c 1157 case N_B: return "b";
  /src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c 533 #define APPEND(B, N_B) \
534 if (rl78_bytes.N_B) \
536 memcpy (bytes + idx, rl78_bytes.B, rl78_bytes.N_B); \
537 idx += rl78_bytes.N_B; \
tc-rx.c 1036 #define APPEND(B, N_B) \
1037 if (rx_bytes.N_B) \
1039 memcpy (bytes + idx, rx_bytes.B, rx_bytes.N_B); \
1040 idx += rx_bytes.N_B; \
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c 533 #define APPEND(B, N_B) \
534 if (rl78_bytes.N_B) \
536 memcpy (bytes + idx, rl78_bytes.B, rl78_bytes.N_B); \
537 idx += rl78_bytes.N_B; \
tc-rx.c 1036 #define APPEND(B, N_B) \
1037 if (rx_bytes.N_B) \
1039 memcpy (bytes + idx, rx_bytes.B, rx_bytes.N_B); \
1040 idx += rx_bytes.N_B; \

Completed in 51 milliseconds