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

  /src/sys/lib/libkern/arch/hppa/
prefix.h 35 #define DEFINE(name, value)name: .EQU value
38 #define MILLI_BE(lbl) \
44 #define MILLI_BEN(lbl) \
50 #define MILLI_BLE(lbl) \
56 #define MILLI_BLEN(lbl) \
62 #define MILLI_BE(lbl) BE lbl(sr7,r0)
63 #define MILLI_BEN(lbl) BE,n lbl(sr7,r0)
64 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
65 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
sync.c 25 /* This file is used by targets whose makefiles define SYNC
70 /* Define functions called __sync_<NAME>_<UNITS>, with one macro per
73 #define DEFINE_V_PV(NAME, UNITS, TYPE) \
80 #define DEFINE_V_PVV(NAME, UNITS, TYPE) \
87 #define DEFINE_BOOL_PVV(NAME, UNITS, TYPE) \
96 #define local_sync_fetch_and_add DEFINE_V_PV
97 #define local_sync_fetch_and_sub DEFINE_V_PV
98 #define local_sync_fetch_and_or DEFINE_V_PV
99 #define local_sync_fetch_and_and DEFINE_V_PV
100 #define local_sync_fetch_and_xor DEFINE_V_P
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
sync.c 25 /* This file is used by targets whose makefiles define SYNC
70 /* Define functions called __sync_<NAME>_<UNITS>, with one macro per
73 #define DEFINE_V_PV(NAME, UNITS, TYPE) \
80 #define DEFINE_V_PVV(NAME, UNITS, TYPE) \
87 #define DEFINE_BOOL_PVV(NAME, UNITS, TYPE) \
96 #define local_sync_fetch_and_add DEFINE_V_PV
97 #define local_sync_fetch_and_sub DEFINE_V_PV
98 #define local_sync_fetch_and_or DEFINE_V_PV
99 #define local_sync_fetch_and_and DEFINE_V_PV
100 #define local_sync_fetch_and_xor DEFINE_V_P
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
milli64.S 108 #define RETURN_COLUMN 2
111 #define RETURN_COLUMN 31
142 #define DEFINE(name,value)name: .EQU value
143 #define RDEFINE(name,value)name: .REG value
145 #define MILLI_BE(lbl) BE lbl(sr7,r0)
146 #define MILLI_BEN(lbl) BE,n lbl(sr7,r0)
147 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
148 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
149 #define MILLIRETN BE,n 0(sr0,mrp
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/pa/
milli64.S 140 #define DEFINE(name,value)name: .EQU value
141 #define RDEFINE(name,value)name: .REG value
143 #define MILLI_BE(lbl) BE lbl(sr7,r0)
144 #define MILLI_BEN(lbl) BE,n lbl(sr7,r0)
145 #define MILLI_BLE(lbl) BLE lbl(sr7,r0)
146 #define MILLI_BLEN(lbl) BLE,n lbl(sr7,r0)
147 #define MILLIRETN BE,n 0(sr0,mrp)
148 #define MILLIRET BE 0(sr0,mrp)
149 #define MILLI_RETN BE,n 0(sr0,mrp
    [all...]
  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 28 #define COMPILING_MAKEINFO
47 /* Define INDENT_PARAGRAPHS_IN_TABLE if you want the paragraphs which
51 /* #define INDENT_PARAGRAPHS_IN_TABLE */
53 /* Define PARAGRAPH_START_INDENT to be the amount of indentation that
58 #define PARAGRAPH_START_INDENT 3
60 /* Define DEFAULT_PARAGRAPH_SPACING as the number of blank lines that you
64 #define DEFAULT_PARAGRAPH_SPACING 1
77 #define INITIAL_PARAGRAPH_SPACE 5000
105 #define SET 1
106 #define CLEAR
534 char *define; member in struct:command_line_define
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 256 DEFINE = 455,
385 #define is_identifier(x) ((x) >= FIRST_TOKEN && \
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 260 DEFINE = 455,
388 #define is_identifier(x) ((x) >= FIRST_TOKEN && \

Completed in 30 milliseconds