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

1 2 3 4 5 6 7 8 91011>>

  /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
htonl.S 30 #define NAME htonl
ntohl.S 30 #define NAME ntohl
byte_swap_8.S 32 #ifndef NAME
33 #error NAME not defined
42 ENTRY(NAME, 1)
45 END(NAME)
  /src/external/bsd/ntp/dist/scripts/build/
VersionName 21 NAME="$version"
26 NAME="${NAME}p${point}"
28 *) NAME="${NAME}"
35 NAME="${NAME}p${point}"
37 *) NAME="${NAME}.${point}"
50 *) NAME="${NAME}-${special}" ;
    [all...]
  /src/external/bsd/openldap/dist/tests/data/
ditcontentrules.conf 15 ditcontentrule ( 2.5.6.4 NAME 'organization' AUX ( domainRelatedObject $ dcObject ) )
16 ditcontentrule ( 2.5.6.5 NAME 'organizationalUnit' AUX extensibleObject )
17 ditcontentrule ( 2.5.6.9 NAME 'groupOfNames' )
18 ditcontentrule ( 2.5.6.17 NAME 'groupOfUniqueNames' )
  /src/external/gpl2/gettext/dist/gettext-runtime/man/
gettext.x 0 [NAME]
  /src/external/gpl3/gcc/dist/libgcc/config/frv/
frvend.c 35 #define FINI_SECTION_ZERO(SECTION, FLAGS, NAME) \
37 ".globl " UNDERSCORE NAME "\n\t" \
38 ".type " UNDERSCORE NAME ",@object\n\t" \
40 UNDERSCORE NAME ":\n\t" \
44 #define FINI_SECTION(SECTION, FLAGS, NAME) \
46 ".globl " UNDERSCORE NAME "\n\t" \
47 ".type " UNDERSCORE NAME ",@object\n\t" \
49 UNDERSCORE NAME ":\n\t" \
  /src/external/gpl3/gcc.old/dist/libgcc/config/frv/
frvend.c 35 #define FINI_SECTION_ZERO(SECTION, FLAGS, NAME) \
37 ".globl " UNDERSCORE NAME "\n\t" \
38 ".type " UNDERSCORE NAME ",@object\n\t" \
40 UNDERSCORE NAME ":\n\t" \
44 #define FINI_SECTION(SECTION, FLAGS, NAME) \
46 ".globl " UNDERSCORE NAME "\n\t" \
47 ".type " UNDERSCORE NAME ",@object\n\t" \
49 UNDERSCORE NAME ":\n\t" \
  /src/external/mit/isl/dist/
isl_pw_macro.h 5 #define xFN(TYPE,NAME) TYPE ## _ ## NAME
6 #define FN(TYPE,NAME) xFN(TYPE,NAME)
7 #define xS(TYPE,NAME) struct TYPE ## _ ## NAME
8 #define S(TYPE,NAME) xS(TYPE,NAME)
  /src/sys/sys/
biohist.h 50 #define BIOHIST_DECL(NAME) KERNHIST_DECL(NAME)
51 #define BIOHIST_DEFINE(NAME) KERNHIST_DEFINE(NAME)
52 #define BIOHIST_INIT(NAME,N) KERNHIST_INIT(NAME,N)
53 #define BIOHIST_INITIALIZER(NAME,BUF) KERNHIST_INITIALIZER(NAME,BUF)
54 #define BIOHIST_LINK_STATIC(NAME) KERNHIST_LINK_STATIC(NAME)
    [all...]
  /src/sys/uvm/
uvm_stat.h 52 #define UVMHIST_DECL(NAME) KERNHIST_DECL(NAME)
53 #define UVMHIST_DEFINE(NAME) KERNHIST_DEFINE(NAME)
54 #define UVMHIST_INIT(NAME,N) KERNHIST_INIT(NAME,N)
55 #define UVMHIST_INITIALIZER(NAME,BUF) KERNHIST_INITIALIZER(NAME,BUF)
56 #define UVMHIST_LINK_STATIC(NAME) KERNHIST_LINK_STATIC(NAME)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
lock.h 29 Declaration: gl_lock_define(extern, name)
30 Initializer: gl_lock_define_initialized(, name)
31 Initialization: gl_lock_init (name);
32 Taking the lock: gl_lock_lock (name);
33 Releasing the lock: gl_lock_unlock (name);
34 De-initialization: gl_lock_destroy (name);
38 Declaration: gl_rwlock_define(extern, name)
39 Initializer: gl_rwlock_define_initialized(, name)
40 Initialization: gl_rwlock_init (name);
41 Taking the lock: gl_rwlock_rdlock (name);
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
lock.h 28 Declaration: gl_lock_define(extern, name)
29 Initializer: gl_lock_define_initialized(, name)
30 Initialization: gl_lock_init (name);
31 Taking the lock: gl_lock_lock (name);
32 Releasing the lock: gl_lock_unlock (name);
33 De-initialization: gl_lock_destroy (name);
37 Declaration: gl_rwlock_define(extern, name)
38 Initializer: gl_rwlock_define_initialized(, name)
39 Initialization: gl_rwlock_init (name);
40 Taking the lock: gl_rwlock_rdlock (name);
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
lock.h 28 Declaration: gl_lock_define(extern, name)
29 Initializer: gl_lock_define_initialized(, name)
30 Initialization: gl_lock_init (name);
31 Taking the lock: gl_lock_lock (name);
32 Releasing the lock: gl_lock_unlock (name);
33 De-initialization: gl_lock_destroy (name);
37 Declaration: gl_rwlock_define(extern, name)
38 Initializer: gl_rwlock_define_initialized(, name)
39 Initialization: gl_rwlock_init (name);
40 Taking the lock: gl_rwlock_rdlock (name);
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPack.h 28 #define HANDLE_MP_FIRST_BYTE(ID, NAME) constexpr uint8_t NAME = ID;
40 #define HANDLE_MP_FIX_BITS(ID, NAME) constexpr uint8_t NAME = ID;
53 #define HANDLE_MP_FIX_BITS_MASK(ID, NAME) constexpr uint8_t NAME = ID;
62 #define HANDLE_MP_FIX_MAX(ID, NAME) constexpr uint8_t NAME = ID;
72 #define HANDLE_MP_FIX_LEN(ID, NAME) constexpr uint8_t NAME = ID
    [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/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/sys/external/bsd/drm2/include/linux/
tracepoint.h 34 #define TRACE_EVENT(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
35 static inline void trace_##NAME PROTOTYPE {}
39 #define DECLARE_EVENT_CLASS(NAME, PROTOTYPE, ARGS, FIELDS, TRACE, PRINT) \
42 #define DEFINE_EVENT(CLASS, NAME, PROTOTYPE, ARGS) \
43 static inline void trace_##NAME PROTOTYPE {} \
44 static inline bool trace_##NAME##_enabled(void) { return false; }

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>