Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 4473) sorted by relevance

12345678910>>...179

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports? property in AnonymousFunctioneac6a718e200.AnonymousClasseac6a718ff01.AnonymousClasseac6a71810001.AnonymousClasseac6a71810301
H A Djquery-3.7.1.min.js2e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.docume… argument
H A Djquery-2.0.3.min.js4e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u… argument
5e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q… argument
6e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off( argument
H A Djquery-ui.min.js6e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t… argument
7e._keyEvent=!1,_},_generateMonthYearHeader:function(e,t,i,s,a,n,r,o){var h,l,u,d,c,p,f,m,g=this._g… argument
H A Djquery.dataTables-1.13.8.min.js4e){return t=t||window,e=e||a(t),n(e,t,t.document)}:module.exports=n(a,window,window.document)):win… argument
H A Dbootstrap-3.4.1.min.js6e=jQuery.fn.jquery.split(" ")[0].split(".");if(e[0]<2&&e[1]<9||1==e[0]&&9==e[1]&&e[2]<1||3<e[0])th… argument
/openbmc/qemu/tests/tcg/arm/
H A Dfcvt.ref10 03 SINGLE: -3.40282346638528859812e+38 / 0xff7fffff (0 => OK)
12 04 SINGLE: -1.11100004769645909791e+31 / 0xf30c3a59 (0 => OK)
14 05 SINGLE: -1.11100003258488635273e+30 / 0xf1605d5b (0 => OK)
16 06 SINGLE: -1.08700982243137289629e-12 / 0xab98fba8 (0 => OK)
18 07 SINGLE: -1.78051176151664730511e-20 / 0x9ea82a22 (0 => OK)
20 08 SINGLE: -1.17549435082228750797e-38 / 0x80800000 (0 => OK)
22 09 SINGLE: 0.00000000000000000000e+00 / 0000000000 (0 => OK)
24 10 SINGLE: 1.17549435082228750797e-38 / 0x00800000 (0 => OK)
26 11 SINGLE: 2.98023223876953125000e-08 / 0x33000000 (0 => OK)
28 12 SINGLE: 5.96045985901128005935e-08 / 0x337ffff3 (0 => OK)
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
118 static int addreq(const struct l2t_entry *e, const u32 *addr) in addreq() argument
120 if (e->v6) in addreq()
121 return (e->addr[0] ^ addr[0]) | (e->addr[1] ^ addr[1]) | in addreq()
122 (e->addr[2] ^ addr[2]) | (e->addr[3] ^ addr[3]); in addreq()
123 return e->addr[0] ^ addr[0]; in addreq()
126 static void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace() argument
[all …]
/openbmc/qemu/tests/tcg/aarch64/
H A Dfcvt.ref10 03 SINGLE: -3.40282346638528859812e+38 / 0xff7fffff (0 => OK)
12 04 SINGLE: -1.11100004769645909791e+31 / 0xf30c3a59 (0 => OK)
14 05 SINGLE: -1.11100003258488635273e+30 / 0xf1605d5b (0 => OK)
16 06 SINGLE: -1.08700982243137289629e-12 / 0xab98fba8 (0 => OK)
18 07 SINGLE: -1.78051176151664730511e-20 / 0x9ea82a22 (0 => OK)
20 08 SINGLE: -1.17549435082228750797e-38 / 0x80800000 (0 => OK)
22 09 SINGLE: 0.00000000000000000000e+00 / 0000000000 (0 => OK)
24 10 SINGLE: 1.17549435082228750797e-38 / 0x00800000 (0 => OK)
26 11 SINGLE: 2.98023223876953125000e-08 / 0x33000000 (0 => OK)
28 12 SINGLE: 5.96045985901128005935e-08 / 0x337ffff3 (0 => OK)
[all …]
/openbmc/u-boot/board/freescale/common/
H A Dsys_eeprom.c64 } e; variable
71 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \
72 (e.id[2] == 'I') || (e.id[3] == 'D'))
77 #define is_valid ((e.id[0] == 'C') || (e.id[1] == 'C') || \
78 (e.id[2] == 'I') || (e.id[3] == 'D'))
91 printf("ID: %c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in show_eeprom()
92 be32_to_cpu(e.version)); in show_eeprom()
94 printf("ID: %c%c%c%c\n", e.id[0], e.id[1], e.id[2], e.id[3]); in show_eeprom()
98 printf("SN: %s\n", e.sn); in show_eeprom()
102 printf("Errata: %s\n", e.errata); in show_eeprom()
[all …]
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c63 static inline unsigned int vlan_prio(const struct l2t_entry *e) in vlan_prio() argument
65 return e->vlan >> 13; in vlan_prio()
74 static inline void neigh_replace(struct l2t_entry *e, struct neighbour *n) in neigh_replace() argument
77 if (e->neigh) in neigh_replace()
78 neigh_release(e->neigh); in neigh_replace()
79 e->neigh = n; in neigh_replace()
88 struct l2t_entry *e) in setup_l2e_send_pending() argument
101 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_L2T_WRITE_REQ, e->idx)); in setup_l2e_send_pending()
102 req->params = htonl(V_L2T_W_IDX(e->idx) | V_L2T_W_IFF(e->smt_idx) | in setup_l2e_send_pending()
103 V_L2T_W_VLAN(e->vlan & VLAN_VID_MASK) | in setup_l2e_send_pending()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A 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 …]
/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c15 static struct expr *expr_eliminate_yn(struct expr *e);
19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local
20 e->type = E_SYMBOL; in expr_alloc_symbol()
21 e->left.sym = sym; in expr_alloc_symbol()
22 return e; in expr_alloc_symbol()
27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local
28 e->type = type; in expr_alloc_one()
29 e->left.expr = ce; in expr_alloc_one()
30 return e; in expr_alloc_one()
35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local
[all …]
/openbmc/linux/scripts/kconfig/
H A Dexpr.c16 static struct expr *expr_eliminate_yn(struct expr *e);
20 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local
21 e->type = E_SYMBOL; in expr_alloc_symbol()
22 e->left.sym = sym; in expr_alloc_symbol()
23 return e; in expr_alloc_symbol()
28 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local
29 e->type = type; in expr_alloc_one()
30 e->left.expr = ce; in expr_alloc_one()
31 return e; in expr_alloc_one()
36 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local
[all …]
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.c165 static void vidtv_s302m_access_unit_destroy(struct vidtv_encoder *e) in vidtv_s302m_access_unit_destroy() argument
167 struct vidtv_access_unit *head = e->access_units; in vidtv_s302m_access_unit_destroy()
176 e->access_units = NULL; in vidtv_s302m_access_unit_destroy()
179 static void vidtv_s302m_alloc_au(struct vidtv_encoder *e) in vidtv_s302m_alloc_au() argument
184 if (e->sync && e->sync->is_video_encoder) { in vidtv_s302m_alloc_au()
185 sync_au = e->sync->access_units; in vidtv_s302m_alloc_au()
188 temp = vidtv_s302m_access_unit_init(e->access_units); in vidtv_s302m_alloc_au()
189 if (!e->access_units) in vidtv_s302m_alloc_au()
190 e->access_units = temp; in vidtv_s302m_alloc_au()
198 e->access_units = vidtv_s302m_access_unit_init(NULL); in vidtv_s302m_alloc_au()
[all …]
/openbmc/linux/fs/
H A Dbinfmt_misc.c97 Node *e; in search_binfmt_handler() local
100 list_for_each_entry(e, &entries, list) { in search_binfmt_handler()
105 if (!test_bit(Enabled, &e->flags)) in search_binfmt_handler()
109 if (!test_bit(Magic, &e->flags)) { in search_binfmt_handler()
110 if (p && !strcmp(e->magic, p + 1)) in search_binfmt_handler()
111 return e; in search_binfmt_handler()
116 s = bprm->buf + e->offset; in search_binfmt_handler()
117 if (e->mask) { in search_binfmt_handler()
118 for (j = 0; j < e->size; j++) in search_binfmt_handler()
119 if ((*s++ ^ e->magic[j]) & e->mask[j]) in search_binfmt_handler()
[all …]
/openbmc/pldm/libpldmresponder/
H A Dpdr_numeric_effecter.hpp35 for (const auto& e : entries) in generateNumericEffecterPDR() local
54 pdr->terminus_handle = e.value("terminus_handle", 0); in generateNumericEffecterPDR()
58 std::string entity_path = e.value("entity_path", ""); in generateNumericEffecterPDR()
71 pdr->entity_type = e.value("type", 0); in generateNumericEffecterPDR()
72 pdr->entity_instance = e.value("instance", 0); in generateNumericEffecterPDR()
73 pdr->container_id = e.value("container", 0); in generateNumericEffecterPDR()
85 pdr->entity_type = e.value("type", 0); in generateNumericEffecterPDR()
86 pdr->entity_instance = e.value("instance", 0); in generateNumericEffecterPDR()
87 pdr->container_id = e.value("container", 0); in generateNumericEffecterPDR()
90 pdr->effecter_semantic_id = e.value("effecter_semantic_id", 0); in generateNumericEffecterPDR()
[all …]
/openbmc/u-boot/board/varisys/common/
H A Dsys_eeprom.c47 } e; variable
53 #define is_valid ((e.id[0] == 'N') || (e.id[1] == 'X') || \
54 (e.id[2] == 'I') || (e.id[3] == 'D'))
82 printf("ID: %c%c%c%c v%u\n", e.id[0], e.id[1], e.id[2], e.id[3], in show_eeprom()
83 be32_to_cpu(e.version)); in show_eeprom()
86 printf("SN: %s\n", e.sn); in show_eeprom()
94 printf("Errata: %s\n", e.errata); in show_eeprom()
98 e.date[0], e.date[1], e.date[2], in show_eeprom()
99 e.date[3] & 0x7F, e.date[4], e.date[5], in show_eeprom()
100 e.date[3] & 0x80 ? "PM" : ""); in show_eeprom()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.h38 #define cpu_ldub_kernel_ra(e, p, r) \ argument
39 cpu_ldub_mmuidx_ra(e, p, cpu_mmu_index_kernel(e), r)
40 #define cpu_lduw_kernel_ra(e, p, r) \ argument
41 cpu_lduw_mmuidx_ra(e, p, cpu_mmu_index_kernel(e), r)
42 #define cpu_ldl_kernel_ra(e, p, r) \ argument
43 cpu_ldl_mmuidx_ra(e, p, cpu_mmu_index_kernel(e), r)
44 #define cpu_ldq_kernel_ra(e, p, r) \ argument
45 cpu_ldq_mmuidx_ra(e, p, cpu_mmu_index_kernel(e), r)
47 #define cpu_stb_kernel_ra(e, p, v, r) \ argument
48 cpu_stb_mmuidx_ra(e, p, v, cpu_mmu_index_kernel(e), r)
[all …]
/openbmc/linux/security/apparmor/
H A Dpolicy_unpack_test.c50 struct aa_ext *e; member
58 struct aa_ext *e; in build_aa_ext_struct() local
63 e = kunit_kmalloc(test, sizeof(*e), GFP_USER); in build_aa_ext_struct()
64 KUNIT_EXPECT_NOT_ERR_OR_NULL(test, e); in build_aa_ext_struct()
66 e->start = buf; in build_aa_ext_struct()
67 e->end = e->start + buf_size; in build_aa_ext_struct()
68 e->pos = e->start; in build_aa_ext_struct()
72 strscpy(buf + 3, TEST_STRING_NAME, e->end - (void *)(buf + 3)); in build_aa_ext_struct()
74 buf = e->start + TEST_STRING_BUF_OFFSET; in build_aa_ext_struct()
77 strscpy(buf + 3, TEST_STRING_DATA, e->end - (void *)(buf + 3)); in build_aa_ext_struct()
[all …]
H A Dpolicy_unpack.c63 const char *name, const char *info, struct aa_ext *e, in audit_iface() argument
68 if (e) in audit_iface()
69 ad.iface.pos = e->pos - e->start; in audit_iface()
162 VISIBLE_IF_KUNIT bool aa_inbounds(struct aa_ext *e, size_t size) in aa_inbounds() argument
164 return (size <= e->end - e->pos); in aa_inbounds()
175 VISIBLE_IF_KUNIT size_t aa_unpack_u16_chunk(struct aa_ext *e, char **chunk) in aa_unpack_u16_chunk() argument
178 void *pos = e->pos; in aa_unpack_u16_chunk()
180 if (!aa_inbounds(e, sizeof(u16))) in aa_unpack_u16_chunk()
182 size = le16_to_cpu(get_unaligned((__le16 *) e->pos)); in aa_unpack_u16_chunk()
183 e->pos += sizeof(__le16); in aa_unpack_u16_chunk()
[all …]
/openbmc/linux/block/
H A Delevator.c63 struct elevator_queue *e = q->elevator; in elv_iosched_allow_bio_merge() local
65 if (e->type->ops.allow_merge) in elv_iosched_allow_bio_merge()
66 return e->type->ops.allow_merge(q, rq, bio); in elv_iosched_allow_bio_merge()
87 const struct elevator_type *e) in elv_support_features() argument
89 return (q->required_elevator_features & e->elevator_features) == in elv_support_features()
100 static bool elevator_match(const struct elevator_type *e, const char *name) in elevator_match() argument
102 return !strcmp(e->elevator_name, name) || in elevator_match()
103 (e->elevator_alias && !strcmp(e->elevator_alias, name)); in elevator_match()
108 struct elevator_type *e; in __elevator_find() local
110 list_for_each_entry(e, &elv_list, list) in __elevator_find()
[all …]
/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c88 struct entry *e; in __get_entry() local
90 e = es->begin + block; in __get_entry()
91 BUG_ON(e >= es->end); in __get_entry()
93 return e; in __get_entry()
96 static unsigned int to_index(struct entry_space *es, struct entry *e) in to_index() argument
98 BUG_ON(e < es->begin || e >= es->end); in to_index()
99 return e - es->begin; in to_index()
133 static struct entry *l_next(struct entry_space *es, struct entry *e) in l_next() argument
135 return to_entry(es, e->next); in l_next()
138 static struct entry *l_prev(struct entry_space *es, struct entry *e) in l_prev() argument
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c78 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()
97 p = (u64 *)e->data; in trace_log_reg()
[all …]
/openbmc/linux/lib/
H A Dlru_cache.c39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
41 struct lc_element *e_ = (e); \
84 struct lc_element *e; in lc_create() local
128 e = p + e_off; in lc_create()
129 e->lc_index = i; in lc_create()
130 e->lc_number = LC_FREE; in lc_create()
131 e->lc_new_number = LC_FREE; in lc_create()
132 list_add(&e->list, &lc->free); in lc_create()
133 element[i] = e; in lc_create()
202 struct lc_element *e = lc->lc_element[i]; in lc_reset() local
[all …]

12345678910>>...179