HomeSort by: relevance | last modified time | path
    Searched defs:NAME (Results 1 - 25 of 151) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/lib/libkern/arch/alpha/
htonl.S 30 #define NAME htonl
htons.S 30 #define NAME htons
ntohl.S 30 #define NAME ntohl
ntohs.S 30 #define NAME ntohs
  /src/sys/lib/libkern/arch/ia64/
bswap16.S 35 #define NAME bswap16
bswap32.S 35 #define NAME bswap32
bswap64.S 35 #define NAME bswap64
byte_swap_2.S 32 #ifndef NAME
33 #error NAME not defined
41 ENTRY(NAME, 1)
46 END(NAME)
byte_swap_4.S 32 #ifndef NAME
33 #error NAME not defined
41 ENTRY(NAME, 1)
46 END(NAME)
byte_swap_8.S 32 #ifndef NAME
33 #error NAME not defined
42 ENTRY(NAME, 1)
45 END(NAME)
htonl.S 30 #define NAME htonl
ntohl.S 30 #define NAME ntohl
  /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
make_exports.pl 14 # The glob patterns that are to be applied to the demangled name
16 # The glob patterns that apply directly to the name in the .o files
98 NAME: while (<NM>) {
116 # $sym is the name of the symbol, $noeh_sym is the same thing with
126 next NAME;
135 next NAME;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
make_exports.pl 14 # The glob patterns that are to be applied to the demangled name
16 # The glob patterns that apply directly to the name in the .o files
98 NAME: while (<NM>) {
116 # $sym is the name of the symbol, $noeh_sym is the same thing with
126 next NAME;
135 next NAME;
  /src/external/mpl/bind/dist/contrib/scripts/
catzhash.py 13 # catzhash.py: generate the SHA-1 hash of a domain name in wire format.
28 import dns.name
31 print("Usage: %s name" % sys.argv[0])
33 NAME = dns.name.from_text(sys.argv[1]).to_wire()
34 print(hashlib.sha1(NAME).hexdigest())
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
my-syscalls.S 34 #define SYSCALL(NAME, NR) \
35 .global NAME ;\
36 NAME: ;\
39 NAME ## _syscall: ;\
45 #define SYSCALL(NAME, NR) \
46 .global NAME ;\
47 NAME: ;\
52 NAME ## _syscall: ;\
58 #define SYSCALL(NAME, NR) \
59 .global NAME ;\
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
my-syscalls.S 34 #define SYSCALL(NAME, NR) \
35 .global NAME ;\
36 NAME: ;\
39 NAME ## _syscall: ;\
45 #define SYSCALL(NAME, NR) \
46 .global NAME ;\
47 NAME: ;\
52 NAME ## _syscall: ;\
58 #define SYSCALL(NAME, NR) \
59 .global NAME ;\
    [all...]
  /src/external/bsd/byacc/dist/test/btyacc/
inherit0.tab.h 10 #define NAME 261
btyacc_destroy1.tab.h 10 #define NAME 261
22 name id;
btyacc_destroy2.tab.h 10 #define NAME 261
22 name id;
btyacc_destroy3.tab.h 10 #define NAME 261
22 name id;
err_inherit3.tab.h 10 #define NAME 261
22 name id;
inherit1.tab.h 10 #define NAME 261
22 name id;
  /src/sys/arch/arm/arm/
bus_space_notimpl.S 18 * 4. The name of the company nor the name of the author may be used to
38 * BUS_SPACE - name of this bus space
45 #define NAME(func) __C(BUS_SPACE,__C(_bs_,func))
46 #define LNAME(func) __C(.L,NAME(func))
49 #define GLOBAL(func) .global __L(NAME(func))
50 #define LABEL(func) __L(NAME(func)):
53 #define FTEXT(func,text) __S(__C(NAME(func),text))
67 END(NAME(func))
  /src/sys/dev/rasops/
rasops1_putchar_width.h 55 #define NAME(width) NAME1(width)
62 NAME(RASOPS_WIDTH)(void *cookie, int row, int col, u_int uc, long attr)
147 #undef NAME

Completed in 20 milliseconds

1 2 3 4 5 6 7