OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__N
(Results
1 - 25
of
86
) sorted by relevancy
1
2
3
4
/src/sys/arch/pmax/include/
param.h
61
register int
__N
= cpuspeed * n;
64
__asm("addiu %0,%1,-1" : "=r" (
__N
) : "0" (
__N
));
65
} while (
__N
> 0);
/src/sys/arch/emips/include/
param.h
89
register int
__N
= cpuspeed * n;
92
__asm("addiu %0,%1,-1" : "=r" (
__N
) : "0" (
__N
));
93
} while (
__N
> 0);
/src/sys/arch/hpcmips/include/
param.h
65
register int
__N
= cpuspeed * n;
68
__asm("addiu %0,%1,-1" : "=r" (
__N
) : "0" (
__N
));
69
} while (
__N
> 0);
/src/sys/arch/mipsco/include/
param.h
67
register int
__N
= cpuspeed * n;
70
__asm("addiu %0,%1,-1" : "=r" (
__N
) : "0" (
__N
));
71
} while (
__N
> 0);
/src/sys/arch/newsmips/include/
param.h
68
register int
__N
= cpuspeed * n;
71
__asm("addiu %0,%1,-1" : "=r" (
__N
) : "0" (
__N
));
72
} while (
__N
> 0);
/src/sys/arch/sgimips/sgimips/
machdep.c
816
register int
__N
= curcpu()->ci_divisor_delay * n;
819
__asm("addiu %0,%1,-1" : "=r" (
__N
) : "0" (
__N
));
820
} while (
__N
> 0);
/src/external/gpl3/gcc/dist/libgcc/
libgcc2.h
267
#define
__N
(a) __gnu_ ## a
269
#define
__N
(a) __ ## a
344
#define __clz_tab
__N
(clz_tab)
345
#define __bswapsi2
__N
(bswapsi2)
346
#define __bswapdi2
__N
(bswapdi2)
347
#define __udiv_w_sdiv
__N
(udiv_w_sdiv)
348
#define __clear_cache
__N
(clear_cache)
349
#define __enable_execute_stack
__N
(enable_execute_stack)
352
#define __powisf2
__N
(powisf2)
355
#define __powidf2
__N
(powidf2
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h
254
#define
__N
(a) __gnu_ ## a
256
#define
__N
(a) __ ## a
331
#define __clz_tab
__N
(clz_tab)
332
#define __bswapsi2
__N
(bswapsi2)
333
#define __bswapdi2
__N
(bswapdi2)
334
#define __udiv_w_sdiv
__N
(udiv_w_sdiv)
335
#define __clear_cache
__N
(clear_cache)
336
#define __enable_execute_stack
__N
(enable_execute_stack)
339
#define __powisf2
__N
(powisf2)
342
#define __powidf2
__N
(powidf2
[
all
...]
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64eb/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhfeb/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv4eb/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6eb/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hf/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv6hfeb/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7eb/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hf/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
/src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmv7hfeb/
c++config.h
747
// src/functexcept.cc. We use
__N
because the more traditional _N is used
749
#define
__N
(msgid) (msgid)
Completed in 90 milliseconds
1
2
3
4
Indexes created Sat Mar 28 00:23:22 UTC 2026