| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | highlight.pack.js | 2 …e){var n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?… property in AnonymousFunctioneac6a71810800.b.AnonymousClasseac6a71811001.AnonymousClasseac6a71811101
|
| H A D | jquery-3.7.1.min.js | 2 …e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.docume… argument
|
| H A D | jquery-2.0.3.min.js | 4 …e,undefined){var t,n,r=typeof undefined,i=e.location,o=e.document,s=o.documentElement,a=e.jQuery,u… argument 5 …e,s,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q… argument 6 …e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(… argument
|
| H A D | jquery-ui.min.js | 6 …e){"function"==typeof define&&define.amd?define(["jquery"],e):e(jQuery)})(function(e){function t(t… argument 7 …e._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 D | jquery.dataTables-1.13.8.min.js | 4 …e){return t=t||window,e=e||a(t),n(e,t,t.document)}:module.exports=n(a,window,window.document)):win… argument
|
| H A D | bootstrap-3.4.1.min.js | 6 …e=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
|
| H A D | jsrender.min.js | 3 …e,t){var n=t.jQuery;"object"==typeof exports?module.exports=n?e(t,n):function(n){if(n&&!n.fn)throw… argument
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | sys_eeprom.c | 64 } 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/qemu/tests/tcg/arm/ |
| H A D | fcvt.ref | 10 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/qemu/tests/tcg/aarch64/ |
| H A D | fcvt.ref | 10 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/scripts/kconfig/ |
| H A D | expr.c | 15 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/pldm/libpldmresponder/ |
| H A D | pdr_numeric_effecter.hpp | 35 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 D | sys_eeprom.c | 47 } 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 D | seg_helper.h | 42 #define cpu_lduw_kernel_ra(e, p, r) \ argument 43 cpu_lduw_mmuidx_ra(e, p, cpu_mmu_index_kernel(e), r) 44 #define cpu_ldl_kernel_ra(e, p, r) \ argument 45 cpu_ldl_mmuidx_ra(e, p, cpu_mmu_index_kernel(e), r) 46 #define cpu_ldq_kernel_ra(e, p, r) \ argument 47 cpu_ldq_mmuidx_ra(e, p, cpu_mmu_index_kernel(e), r) 49 #define cpu_stw_kernel_ra(e, p, v, r) \ argument 50 cpu_stw_mmuidx_ra(e, p, v, cpu_mmu_index_kernel(e), r) 51 #define cpu_stl_kernel_ra(e, p, v, r) \ argument 52 cpu_stl_mmuidx_ra(e, p, v, cpu_mmu_index_kernel(e), r) [all …]
|
| /openbmc/qemu/util/ |
| H A D | event_notifier-posix.c | 27 void event_notifier_init_fd(EventNotifier *e, int fd) in event_notifier_init_fd() argument 29 e->rfd = fd; in event_notifier_init_fd() 30 e->wfd = fd; in event_notifier_init_fd() 31 e->initialized = true; in event_notifier_init_fd() 35 int event_notifier_init(EventNotifier *e, int active) in event_notifier_init() argument 47 e->rfd = e->wfd = ret; in event_notifier_init() 63 e->rfd = fds[0]; in event_notifier_init() 64 e->wfd = fds[1]; in event_notifier_init() 66 e->initialized = true; in event_notifier_init() 68 event_notifier_set(e); in event_notifier_init() [all …]
|
| /openbmc/qemu/scripts/tracetool/format/ |
| H A D | h.py | 29 for e in events: 31 event = e.api(e.QEMU_EVENT)) 33 for e in events: 34 out('extern uint16_t %s;' % e.api(e.QEMU_DSTATE)) 37 for e in events: 38 if 'disable' in e.properties: 42 if "tcg-exec" in e.properties: 45 name=e.original.name.upper(), 47 out('#define TRACE_%s_ENABLED %d' % (e.name.upper(), enabled)) 51 for e in events: [all …]
|
| H A D | c.py | 19 active_events = [e for e in events 20 if "disable" not in e.properties] 31 for e in events: 32 out('uint16_t %s;' % e.api(e.QEMU_DSTATE)) 34 for e in events: 41 event = e.api(e.QEMU_EVENT), 42 name = e.name, 43 sstate = "TRACE_%s_ENABLED" % e.name.upper(), 44 dstate = e.api(e.QEMU_DSTATE)) 49 for e in events: [all …]
|
| /openbmc/u-boot/net/ |
| H A D | bootp.c | 417 #define put_vci(e, str) \ argument 420 *e++ = 60; /* Vendor Class Identifier */ \ 421 *e++ = vci_strlen; \ 422 memcpy(e, str, vci_strlen); \ 423 e += vci_strlen; \ 426 static u8 *add_vci(u8 *e) in add_vci() argument 441 put_vci(e, vci); in add_vci() 443 return e; in add_vci() 450 static int dhcp_extended(u8 *e, int message_type, struct in_addr server_ip, in dhcp_extended() argument 453 u8 *start = e; in dhcp_extended() [all …]
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | sha1.c | 74 uint32_t a, b, c, d, e; in SHA1Transform() local 95 e = state[4]; in SHA1Transform() 97 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3); in SHA1Transform() 98 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); in SHA1Transform() 99 R0(c,d,e,a,b, 8); R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform() 100 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); R0(a,b,c,d,e,15); in SHA1Transform() 101 R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); in SHA1Transform() 102 R2(a,b,c,d,e,20); R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform() 103 R2(b,c,d,e,a,24); R2(a,b,c,d,e,25); R2(e,a,b,c,d,26); R2(d,e,a,b,c,27); in SHA1Transform() 104 R2(c,d,e,a,b,28); R2(b,c,d,e,a,29); R2(a,b,c,d,e,30); R2(e,a,b,c,d,31); in SHA1Transform() [all …]
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | oe-trim-schemas | 15 for e in elem.getchildren(): 16 if e.tag == name: 17 return e 23 l = [e for e in l if e.tag == name] 38 e = child(schema, "short") variable 39 if e is not None: 40 schema.remove(e) 42 e = child(schema, "long") variable 43 if e is not None: 44 schema.remove(e) [all …]
|
| /openbmc/rest-dbus/resources/ |
| H A D | jsrender.min.js | 3 …e){var t=(0,eval)("this"),n=t.jQuery;"function"==typeof define&&define.amd?define(e):"object"==typ… argument
|
| /openbmc/qemu/hw/pci/ |
| H A D | pcie_host.c | 38 PCIExpressHost *e = opaque; in pcie_mmcfg_data_write() local 39 PCIBus *s = e->pci.bus; in pcie_mmcfg_data_write() 56 PCIExpressHost *e = opaque; in pcie_mmcfg_data_read() local 57 PCIBus *s = e->pci.bus; in pcie_mmcfg_data_read() 78 PCIExpressHost *e = PCIE_HOST_BRIDGE(obj); in pcie_host_init() local 80 e->base_addr = PCIE_BASE_ADDR_UNMAPPED; in pcie_host_init() 81 memory_region_init_io(&e->mmio, OBJECT(e), &pcie_mmcfg_ops, e, "pcie-mmcfg-mmio", in pcie_host_init() 85 void pcie_host_mmcfg_unmap(PCIExpressHost *e) in pcie_host_mmcfg_unmap() argument 87 if (e->base_addr != PCIE_BASE_ADDR_UNMAPPED) { in pcie_host_mmcfg_unmap() 88 memory_region_del_subregion(get_system_memory(), &e->mmio); in pcie_host_mmcfg_unmap() [all …]
|
| /openbmc/qemu/target/i386/ |
| H A D | xsave_helper.c | 12 const ExtSaveArea *e, *f; in x86_cpu_xsave_all_areas() local 21 e = &x86_ext_save_areas[XSTATE_FP_BIT]; in x86_cpu_xsave_all_areas() 23 legacy = buf + e->offset; in x86_cpu_xsave_all_areas() 24 header = buf + e->offset + sizeof(*legacy); in x86_cpu_xsave_all_areas() 52 e = &x86_ext_save_areas[XSTATE_YMM_BIT]; in x86_cpu_xsave_all_areas() 53 if (e->size && e->offset) { in x86_cpu_xsave_all_areas() 56 avx = buf + e->offset; in x86_cpu_xsave_all_areas() 66 e = &x86_ext_save_areas[XSTATE_BNDREGS_BIT]; in x86_cpu_xsave_all_areas() 67 if (e->size && e->offset) { in x86_cpu_xsave_all_areas() 75 bndreg = buf + e->offset; in x86_cpu_xsave_all_areas() [all …]
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | config_file_parser_tests.cpp | 148 catch (const ConfigFileParserError& e) in TEST() local 173 catch (const ConfigFileParserError& e) in TEST() local 190 catch (const ConfigFileParserError& e) in TEST() local 207 catch (const ConfigFileParserError& e) in TEST() local 499 catch (const std::invalid_argument& e) in TEST() local 501 EXPECT_STREQ(e.what(), "Element is not an object"); in TEST() 515 catch (const std::invalid_argument& e) in TEST() local 517 EXPECT_STREQ(e.what(), "Required action type property missing"); in TEST() 532 catch (const std::invalid_argument& e) in TEST() local 534 EXPECT_STREQ(e.what(), "Element contains an invalid property"); in TEST() [all …]
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | wl.c | 132 struct ubi_wl_entry *e, struct rb_root *root); 134 struct ubi_wl_entry *e); 144 static void wl_tree_add(struct ubi_wl_entry *e, struct rb_root *root) in wl_tree_add() argument 155 if (e->ec < e1->ec) in wl_tree_add() 157 else if (e->ec > e1->ec) in wl_tree_add() 160 ubi_assert(e->pnum != e1->pnum); in wl_tree_add() 161 if (e->pnum < e1->pnum) in wl_tree_add() 168 rb_link_node(&e->u.rb, parent, p); in wl_tree_add() 169 rb_insert_color(&e->u.rb, root); in wl_tree_add() 180 static void wl_entry_destroy(struct ubi_device *ubi, struct ubi_wl_entry *e) in wl_entry_destroy() argument [all …]
|