OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__predict_true
(Results
1 - 25
of
279
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/lib/libpanel/
below.c
41
else if (
__predict_true
(!PANEL_HIDDEN(p)))
/src/include/
assert.h
55
(
__predict_true
(e) ? __static_cast(void,0) \
59
(
__predict_true
(e) ? __static_cast(void,0) \
70
(
__predict_true
(e) ? __static_cast(void,0) \
74
(
__predict_true
(e) ? __static_cast(void,0) \
/src/sys/arch/powerpc/booke/
kcopy.c
63
if (
__predict_true
(rv == 0))
/src/sys/netinet/
in_offload.h
56
(
__predict_true
(((ifp)->if_flags & IFF_LOOPBACK) == 0 || \
in4_cksum.c
90
if (
__predict_true
((uintptr_t)w % 2 == 0)) {
/src/sys/netinet6/
in6_offload.h
50
(
__predict_true
(((ifp)->if_flags & IFF_LOOPBACK) == 0 || \
/src/sys/arch/arm/include/
lwp_private.h
65
if (
__predict_true
(rv))
/src/libexec/ld.elf_so/
hash.c
60
while (
__predict_true
(*p != '\0')) {
/src/sys/sys/
once.h
53
(
__predict_true
((o)->o_status == ONCE_DONE) ? \
syscallvar.h
84
if (
__predict_true
(!(do_trace || KDTRACE_ENTRY(sy->sy_entry)))
/src/sys/kern/
kern_rate.c
98
if (
__predict_true
(*curpps != INT_MAX))
sys_syscall.c
89
if (
__predict_true
(!p->p_trace_enabled)) {
102
if (
__predict_true
(error == 0))
subr_pcu.c
111
if (
__predict_true
(pcu_valid == 0)) {
148
if (
__predict_true
(pcu_valid == 0)) {
156
if (
__predict_true
(l->l_pcu_cpu[id] == NULL)) {
189
if (
__predict_true
(pcu_valid == 0)) {
197
if (
__predict_true
(l->l_pcu_cpu[id] == NULL)) {
390
if (
__predict_true
(l->l_pcu_cpu[id] == NULL)) {
407
if (
__predict_true
(l->l_pcu_cpu[id] == NULL)) {
subr_pserialize.c
181
notin =
__predict_true
(curcpu()->ci_psz_read_depth == 0);
kern_rwlock.c
302
if (
__predict_true
(panicstr == NULL)) {
316
if (
__predict_true
(op == RW_READER)) {
340
if (
__predict_true
(next == owner)) {
476
if (
__predict_true
(next == owner))
573
if (
__predict_true
(next == owner)) {
619
if (
__predict_true
(next == owner)) {
655
if (
__predict_true
(next == owner))
670
if (
__predict_true
(next == owner)) {
705
if (
__predict_true
(next == owner)) {
/src/sys/rump/librump/rumpkern/
rump_atomic_cas_up.c
46
if (
__predict_true
(ret == old)) {
atomic_cas_generic.c
59
if (
__predict_true
(ret == old)) {
84
if (
__predict_true
(ret == old)) {
/src/common/lib/libc/string/
strspn.c
95
if (
__predict_true
(ch < 0x80)) {
125
if (
__predict_true
(ch < 0x80)) {
/src/sys/arch/arm/xscale/
pxa2x0.c
453
if (
__predict_true
(pxaip_sc != NULL)) {
458
} else if (
__predict_true
(pxamemctl_regs != 0)) {
472
if (
__predict_true
(pxaip_sc != NULL)) {
477
} else if (
__predict_true
(pxamemctl_regs != 0)) {
500
if (
__predict_true
(pxaip_sc != NULL)) {
511
} else if (
__predict_true
(pxaclkman_regs != 0)) {
/src/libexec/ld.elf_so/arch/arm/
mdreloc.c
157
if (
__predict_true
(RELOC_ALIGNED_P(where))) {
186
if (
__predict_true
(RELOC_ALIGNED_P(where))) {
216
if (
__predict_true
(RELOC_ALIGNED_P(where)))
228
if (
__predict_true
(RELOC_ALIGNED_P(where)))
244
if (
__predict_true
(RELOC_ALIGNED_P(where)))
249
if (
__predict_true
(RELOC_ALIGNED_P(where)))
/src/sys/arch/i386/i386/
linux_syscall.c
100
if (
__predict_true
(error == 0))
105
if (
__predict_true
(error == 0)) {
/src/sys/arch/zaurus/dev/
lcdctl.c
308
if (
__predict_true
(lcdctl_sc != NULL))
316
if (
__predict_true
(lcdctl_sc != NULL))
324
if (
__predict_true
(lcdctl_sc != NULL))
332
if (
__predict_true
(lcdctl_sc != NULL))
/src/sys/external/bsd/common/include/linux/
compiler.h
57
#define likely(X)
__predict_true
(X)
/src/common/lib/libc/hash/murmurhash/
murmurhash.c
56
if (
__predict_true
(ALIGNED_POINTER(key, uint32_t))) {
/src/libexec/ld.elf_so/arch/alpha/
alpha_reloc.c
256
if (
__predict_true
(RELOC_ALIGNED_P(where))) {
269
if (
__predict_true
(RELOC_ALIGNED_P(where)))
303
if (
__predict_true
(RELOC_ALIGNED_P(where)))
316
if (
__predict_true
(RELOC_ALIGNED_P(where)))
329
if (
__predict_true
(RELOC_ALIGNED_P(where)))
Completed in 26 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Sat Sep 20 22:09:52 GMT 2025