Home
last modified time | relevance | path

Searched +full:0 +full:e (Results 1 – 25 of 1156) sorted by relevance

12345678910>>...47

/Linux-v6.1/net/netfilter/ipset/
Dpfxlen.c7 #ifdef E
8 #undef E
12 E(0x00000000, 0x00000000, 0x00000000, 0x00000000), \
13 E(0x80000000, 0x00000000, 0x00000000, 0x00000000), \
14 E(0xC0000000, 0x00000000, 0x00000000, 0x00000000), \
15 E(0xE0000000, 0x00000000, 0x00000000, 0x00000000), \
16 E(0xF0000000, 0x00000000, 0x00000000, 0x00000000), \
17 E(0xF8000000, 0x00000000, 0x00000000, 0x00000000), \
18 E(0xFC000000, 0x00000000, 0x00000000, 0x00000000), \
19 E(0xFE000000, 0x00000000, 0x00000000, 0x00000000), \
[all …]
Dip_set_hash_netportnet.c23 #define IPSET_TYPE_REV_MIN 0
24 /* 0 Comments support added */
104 elem->ip[0] &= ip_set_netmask(cidr); in hash_netportnet4_data_netmask()
105 elem->cidr[0] = cidr; in hash_netportnet4_data_netmask()
113 u32 flags = data->nomatch ? IPSET_FLAG_NOMATCH : 0; in hash_netportnet4_data_list()
115 if (nla_put_ipaddr4(skb, IPSET_ATTR_IP, data->ip[0]) || in hash_netportnet4_data_list()
118 nla_put_u8(skb, IPSET_ATTR_CIDR, data->cidr[0]) || in hash_netportnet4_data_list()
143 hash_netportnet4_init(struct hash_netportnet4_elem *e) in hash_netportnet4_init() argument
145 e->cidr[0] = HOST_MASK; in hash_netportnet4_init()
146 e->cidr[1] = HOST_MASK; in hash_netportnet4_init()
[all …]
/Linux-v6.1/scripts/coccinelle/null/
Dbadzero.cocci2 /// Compare pointer-typed values to NULL rather than 0
14 // Requires: 1.0.0
27 expression *E;
32 (E = f(...)) ==
33 - 0
36 (E = f(...)) !=
37 - 0
40 - 0
42 == (E = f(...))
44 - 0
[all …]
/Linux-v6.1/Documentation/driver-api/media/drivers/ccs/
Dccs-regs.asc6 # - e enum value # after a field
7 # - e enum value [LSB MSB]
19 module_model_id 0x0000 16
20 module_revision_number_major 0x0002 8
21 frame_count 0x0005 8
22 pixel_order 0x0006 8
23 - e GRBG 0
24 - e RGGB 1
25 - e BGGR 2
26 - e GBRG 3
[all …]
/Linux-v6.1/drivers/media/test-drivers/vidtv/
Dvidtv_s302m.c38 #define PES_PRIVATE_STREAM_1 0xbd /* PES: private_stream_1 */
52 0x00, 0x80, 0x40, 0xC0, 0x20, 0xA0, 0x60, 0xE0, 0x10, 0x90, 0x50, 0xD0,
53 0x30, 0xB0, 0x70, 0xF0, 0x08, 0x88, 0x48, 0xC8, 0x28, 0xA8, 0x68, 0xE8,
54 0x18, 0x98, 0x58, 0xD8, 0x38, 0xB8, 0x78, 0xF8, 0x04, 0x84, 0x44, 0xC4,
55 0x24, 0xA4, 0x64, 0xE4, 0x14, 0x94, 0x54, 0xD4, 0x34, 0xB4, 0x74, 0xF4,
56 0x0C, 0x8C, 0x4C, 0xCC, 0x2C, 0xAC, 0x6C, 0xEC, 0x1C, 0x9C, 0x5C, 0xDC,
57 0x3C, 0xBC, 0x7C, 0xFC, 0x02, 0x82, 0x42, 0xC2, 0x22, 0xA2, 0x62, 0xE2,
58 0x12, 0x92, 0x52, 0xD2, 0x32, 0xB2, 0x72, 0xF2, 0x0A, 0x8A, 0x4A, 0xCA,
59 0x2A, 0xAA, 0x6A, 0xEA, 0x1A, 0x9A, 0x5A, 0xDA, 0x3A, 0xBA, 0x7A, 0xFA,
60 0x06, 0x86, 0x46, 0xC6, 0x26, 0xA6, 0x66, 0xE6, 0x16, 0x96, 0x56, 0xD6,
[all …]
/Linux-v6.1/arch/alpha/lib/
Dev6-memchr.S11 * - does binary search to find 0 byte in last
26 * E - either cluster
39 .frame $30,0,$26,0
40 .prologue 0
47 zap $18, 0x80, $5 # U : Bound length
49 ldq_u $1, 0($16) # L : load first quadword Latency=3
50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
53 cmpult $18, 9, $4 # E : small (< 1 quad) string?
54 or $2, $17, $17 # E : 000000000000chch
55 lda $3, -1($31) # E : U L L U
[all …]
Dev6-memcpy.S16 * E - either cluster
31 .frame $30,0,$26,0
32 .prologue 0
34 mov $16, $0 # E : copy dest to return
36 xor $16, $17, $1 # E : are source and dest alignments the same?
37 and $1, 7, $1 # E : are they the same mod 8?
41 and $16, 7, $1 # E : Are both 0mod8?
43 nop # E :
47 * until a 0mod8 alignment for both is reached.
52 ldbu $1, 0($17) # L : grab a byte
[all …]
Dev6-memset.S15 * E - either cluster
43 .frame $30,0,$26,0
44 .prologue 0
53 and $17,255,$1 # E : 00000000000000ch
55 bis $16,$16,$0 # E : return value
58 addq $18,$16,$6 # E : max address to write to
59 bis $1,$2,$17 # E : 000000000000chch
63 or $3,$4,$3 # E : 00000000chch0000
65 xor $16,$6,$1 # E : will complete write be within one quadword?
68 or $17,$3,$17 # E : 00000000chchchch
[all …]
Dev6-clear_user.S8 * We have to make sure that $0 is always up-to-date and contains the
18 * E - either cluster
27 * The believed purpose of only updating $0 after a store is that a signal
47 .frame $30, 0, $26
48 .prologue 0
52 and $17, $17, $0
53 and $16, 7, $4 # .. E .. .. : find dest head misalignment
54 beq $0, $zerolength # U .. .. .. : U L U L
56 addq $0, $4, $1 # .. .. .. E : bias counter
57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
[all …]
Dev6-stxncpy.S36 * E - either cluster
58 .frame sp, 0, t9, 0
59 .prologue 0
65 /* Create the 1st output word and detect 0's in the 1st input word. */
66 lda t2, -1 # E : build a mask against false zero
69 ornot t1, t2, t2 # E : (stall)
72 cmpbge zero, t2, t8 # E : bits set iff null found
73 or t0, t3, t0 # E : (stall)
90 stq_u t0, 0(a0) # L :
91 addq a0, 8, a0 # E :
[all …]
Dev6-csum_ipv6_magic.S17 * E - either cluster
29 * Swap <proto> (takes form 0xaabb)
31 * 0xbbaa0000 00000000
33 * 0xbbaa0000
37 * Assume input takes form 0xAABBCCDD
60 .frame $30,0,$26,0
62 .prologue 0
64 ldq_u $0,0($16) # L : Latency: 3
67 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00
69 and $16,7,$6 # E : src misalignment
[all …]
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c65 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() argument
67 return e->vlan >> VLAN_PRIO_SHIFT; in vlan_prio()
70 static inline void l2t_hold(struct l2t_data *d, struct l2t_entry *e) in l2t_hold() argument
72 if (atomic_add_return(1, &e->refcnt) == 1) /* 0 -> 1 transition */ in l2t_hold()
91 return jhash_2words(*key, ifindex, 0) % l2t_size_half; in arp_hash()
98 u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3]; in ipv6_hash()
101 (jhash_2words(xor, ifindex, 0) % l2t_size_half)); in ipv6_hash()
116 * mentioned above. Returns 0 if there's a match,
118 static int addreq(const struct l2t_entry *e, const u32 *addr) in addreq() argument
120 if (e->v6) in addreq()
[all …]
Dsmt.c55 for (i = 0; i < s->smt_size; ++i) { in t4_init_smt()
60 s->smtab[i].refcnt = 0; in t4_init_smt()
68 struct smt_entry *e, *end; in find_or_alloc_smte() local
70 for (e = &s->smtab[0], end = &s->smtab[s->smt_size]; e != end; ++e) { in find_or_alloc_smte()
71 if (e->refcnt == 0) { in find_or_alloc_smte()
73 first_free = e; in find_or_alloc_smte()
75 if (e->state == SMT_STATE_SWITCHING) { in find_or_alloc_smte()
79 if (memcmp(e->src_mac, smac, ETH_ALEN) == 0) in find_or_alloc_smte()
86 e = first_free; in find_or_alloc_smte()
92 e->state = SMT_STATE_UNUSED; in find_or_alloc_smte()
[all …]
/Linux-v6.1/tools/testing/selftests/powerpc/pmu/
Devent.c24 static void __event_init_opts(struct event *e, u64 config, in __event_init_opts() argument
27 memset(e, 0, sizeof(*e)); in __event_init_opts()
29 e->name = name; in __event_init_opts()
31 e->attr.type = type; in __event_init_opts()
32 e->attr.config = config; in __event_init_opts()
33 e->attr.size = sizeof(e->attr); in __event_init_opts()
35 e->attr.read_format = PERF_FORMAT_TOTAL_TIME_ENABLED | \ in __event_init_opts()
38 e->attr.sample_period = 1000; in __event_init_opts()
39 e->attr.sample_type = PERF_SAMPLE_REGS_INTR; in __event_init_opts()
40 e->attr.disabled = 1; in __event_init_opts()
[all …]
/Linux-v6.1/sound/pci/mixart/
Dmixart_mixer.c24 0xc2c00000, /* [000] -96.0 dB */
25 0xc2bf0000, /* [001] -95.5 dB */
26 0xc2be0000, /* [002] -95.0 dB */
27 0xc2bd0000, /* [003] -94.5 dB */
28 0xc2bc0000, /* [004] -94.0 dB */
29 0xc2bb0000, /* [005] -93.5 dB */
30 0xc2ba0000, /* [006] -93.0 dB */
31 0xc2b90000, /* [007] -92.5 dB */
32 0xc2b80000, /* [008] -92.0 dB */
33 0xc2b70000, /* [009] -91.5 dB */
[all …]
/Linux-v6.1/arch/powerpc/crypto/
Dsha1-spe-asm.S45 evlwwsplat rK,0(rKP);
101 lwbrx reg,0,rWP; /* load data */ \
106 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
113 add e,e,rT0; /* 1: E = E + A' */ \
115 add e,e,w0; /* 1: E = E + W */ \
117 add e,e,rT2; /* 1: E = E + F */ \
119 add e,e,rK; /* 1: E = E + K */ \
121 add d,d,rK; /* 2: E = E + K */ \
123 rotrwi rT0,e,27; /* 2: A' = A rotl 5 */ \
124 add d,d,w1; /* 2: E = E + W */ \
[all …]
/Linux-v6.1/fs/
Dbinfmt_misc.c36 # define USE_DEBUG 0
97 Node *e = list_entry(l, Node, list); in check_file() local
102 if (!test_bit(Enabled, &e->flags)) in check_file()
106 if (!test_bit(Magic, &e->flags)) { in check_file()
107 if (p && !strcmp(e->magic, p + 1)) in check_file()
108 return e; in check_file()
113 s = bprm->buf + e->offset; in check_file()
114 if (e->mask) { in check_file()
115 for (j = 0; j < e->size; j++) in check_file()
116 if ((*s++ ^ e->magic[j]) & e->mask[j]) in check_file()
[all …]
/Linux-v6.1/scripts/coccinelle/api/
Dkfree_mismatch.cocci18 expression E, E1;
25 E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\|
31 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\|
38 E = \(kmalloc\|kzalloc\|krealloc\|kcalloc\|kmalloc_node\|kzalloc_node\|
40 ... when != E = E1
42 if (E == NULL) {
44 E = \(vmalloc\|vzalloc\|vmalloc_user\|vmalloc_node\|
53 expression E;
57 E = \(kvmalloc\|kvzalloc\|kvcalloc\|kvzalloc_node\|kvmalloc_node\|
60 kvfree(E)@fok
[all …]
/Linux-v6.1/security/apparmor/
Dpolicy_unpack.c30 #define K_ABI_MASK 0x3ff
31 #define FORCE_COMPLAIN_FLAG 0x800
100 * @e: buffer position info
103 * Returns: %0 or error
106 const char *name, const char *info, struct aa_ext *e, in audit_iface() argument
111 if (e) in audit_iface()
112 aad(&sa)->iface.pos = e->pos - e->start; in audit_iface()
146 if (aa_g_hash_policy && memcmp(l->hash, r->hash, aa_hash_size()) != 0) in aa_rawdata_eq()
148 return memcmp(l->data, r->data, r->compressed_size ?: r->size) == 0; in aa_rawdata_eq()
202 static bool inbounds(struct aa_ext *e, size_t size) in inbounds() argument
[all …]
Dpolicy_unpack_test.c17 #define TEST_U32_DATA ((u32)0x01020304)
27 #define TEST_U64_DATA ((u64)0x0102030405060708)
47 struct aa_ext *e; member
55 struct aa_ext *e; in build_aa_ext_struct() local
60 e = kunit_kmalloc(test, sizeof(*e), GFP_USER); in build_aa_ext_struct()
61 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, e); in build_aa_ext_struct()
63 e->start = buf; in build_aa_ext_struct()
64 e->end = e->start + buf_size; in build_aa_ext_struct()
65 e->pos = e->start; in build_aa_ext_struct()
71 buf = e->start + TEST_STRING_BUF_OFFSET; in build_aa_ext_struct()
[all …]
/Linux-v6.1/crypto/
Dsm3.c16 0x79cc4519, 0xf3988a32, 0xe7311465, 0xce6228cb,
17 0x9cc45197, 0x3988a32f, 0x7311465e, 0xe6228cbc,
18 0xcc451979, 0x988a32f3, 0x311465e7, 0x6228cbce,
19 0xc451979c, 0x88a32f39, 0x11465e73, 0x228cbce6,
20 0x9d8a7a87, 0x3b14f50f, 0x7629ea1e, 0xec53d43c,
21 0xd8a7a879, 0xb14f50f3, 0x629ea1e7, 0xc53d43ce,
22 0x8a7a879d, 0x14f50f3b, 0x29ea1e76, 0x53d43cec,
23 0xa7a879d8, 0x4f50f3b1, 0x9ea1e762, 0x3d43cec5,
24 0x7a879d8a, 0xf50f3b14, 0xea1e7629, 0xd43cec53,
25 0xa879d8a7, 0x50f3b14f, 0xa1e7629e, 0x43cec53d,
[all …]
/Linux-v6.1/drivers/md/
Ddm-cache-policy-smq.c28 return d ? n / d : 0u; in safe_div()
33 return d ? n % d : 0u; in safe_mod()
69 return 0; in space_init()
77 return 0; in space_init()
87 struct entry *e; in __get_entry() local
89 e = es->begin + block; in __get_entry()
90 BUG_ON(e >= es->end); in __get_entry()
92 return e; in __get_entry()
95 static unsigned to_index(struct entry_space *es, struct entry *e) in to_index() argument
97 BUG_ON(e < es->begin || e >= es->end); in to_index()
[all …]
/Linux-v6.1/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c25 MAP_ANONYMOUS | MAP_PRIVATE, -1, 0); in trace_buffer_allocate()
78 struct trace_entry *e; in trace_alloc_entry() local
80 e = trace_alloc(tb, sizeof(*e) + payload_size); in trace_alloc_entry()
81 if (e) in trace_alloc_entry()
82 e->length = payload_size; in trace_alloc_entry()
84 return e; in trace_alloc_entry()
89 struct trace_entry *e; in trace_log_reg() local
92 e = trace_alloc_entry(tb, sizeof(reg) + sizeof(value)); in trace_log_reg()
93 if (!e) in trace_log_reg()
96 e->type = TRACE_TYPE_REG; in trace_log_reg()
[all …]
/Linux-v6.1/arch/sparc/vdso/
Dvma.c68 static void *one_section64(struct vdso_elfinfo64 *e, const char *name, in one_section64() argument
75 shdrs = (void *)e->hdr + e->hdr->e_shoff; in one_section64()
76 snames = (void *)e->hdr + shdrs[e->hdr->e_shstrndx].sh_offset; in one_section64()
77 for (i = 1; i < e->hdr->e_shnum; i++) { in one_section64()
81 return (void *)e->hdr + shdrs[i].sh_offset; in one_section64()
89 struct vdso_elfinfo64 *e = &_e->u.elf64; in find_sections64() local
91 e->hdr = image->data; in find_sections64()
92 e->dynsym = one_section64(e, ".dynsym", &e->dynsymsize); in find_sections64()
93 e->dynstr = one_section64(e, ".dynstr", NULL); in find_sections64()
95 if (!e->dynsym || !e->dynstr) { in find_sections64()
[all …]
/Linux-v6.1/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c52 struct epoll_event e; in waiter_entry1a() local
55 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1a()
64 struct epoll_event e; in waiter_entry1ap() local
67 pfd.fd = ctx->efd[0]; in waiter_entry1ap()
69 if (poll(&pfd, 1, -1) > 0) { in waiter_entry1ap()
70 if (epoll_wait(ctx->efd[0], &e, 1, 0) > 0) in waiter_entry1ap()
79 struct epoll_event e; in waiter_entry1o() local
82 if (epoll_wait(ctx->efd[0], &e, 1, -1) > 0) in waiter_entry1o()
91 struct epoll_event e; in waiter_entry1op() local
94 pfd.fd = ctx->efd[0]; in waiter_entry1op()
[all …]

12345678910>>...47