Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 69) sorted by relevance

123

/buildroot/utils/
A Dsize-stats-compare58 for entry in newkeys.intersection(oldkeys):
59 delta[entry] = ('', new[entry] - old[entry])
61 for entry in newkeys.difference(oldkeys):
62 delta[entry] = ('added', new[entry])
64 for entry in oldkeys.difference(newkeys):
65 delta[entry] = ('removed', -old[entry])
82 for entry in sorted(list_result, key=lambda entry: entry[1][1]):
84 filename=entry[0][0],
85 pkgname=entry[0][1],
86 action=entry[1][0],
[all …]
/buildroot/docs/website/js/
A Dbuildroot.js6 for (let i = 0; i < result.feed.entry.length; i++) {
7 let entry = result.feed.entry[i];
8 if (activity==="commit" && entry.title.toString().indexOf("git commit") !== -1) {
10 … } else if (activity==="mailing-list" && entry.title.toString().indexOf("git commit") === -1) {
20 let d = new Date(entry.updated);
21 let data = '[' + d.toLocaleDateString() + '] ' + entry.title;
26 link.title = entry.title;
27 link.href = entry.link._href;
/buildroot/boot/mxs-bootlets/
A Dbarebox_ivt.bd16 load ivt (entry = power_prep:_start) > 0x8000;
24 load ivt (entry = sdram_prep:_start) > 0x8000;
31 load ivt (entry = barebox:start) > 0x8000;
/buildroot/support/kconfig/
A Dlist.h126 static inline void list_del(struct list_head *entry) in list_del() argument
128 __list_del(entry->prev, entry->next); in list_del()
129 entry->next = (struct list_head*)LIST_POISON1; in list_del()
130 entry->prev = (struct list_head*)LIST_POISON2; in list_del()
/buildroot/board/radxa/rock5b/
A Drock5b.its16 entry = <0x0a200000>;
28 entry = <0x0e000000>;
/buildroot/package/wpa_supplicant/
A D0002-wpa_supplicant-use-a-less-generic-name-for-IEEE802.1.patch45 os_memcpy(entry->bssid, bssid, ETH_ALEN);
46 os_memcpy(&entry->ssid, ssid, sizeof(entry->ssid));
47 - entry->short_ssid = crc32(ssid->ssid, ssid->ssid_len);
48 + entry->short_ssid = ieee80211_crc32(ssid->ssid, ssid->ssid_len);
50 entry->nr = wpabuf_dup(nr);
51 if (!entry->nr)
/buildroot/package/python-entrypoints/
A DConfig.in4 Discover and load entry points from installed packages.
/buildroot/package/mkpimage/
A Dmkpimage.c178 void *entry; in add_socfpga_header() local
189 entry = buf + start_addr; in add_socfpga_header()
196 if (entry < (void*)header) { in add_socfpga_header()
199 branch(trampoline, entry); in add_socfpga_header()
202 entry = trampoline; in add_socfpga_header()
205 start_addr = entry - (void*)header; in add_socfpga_header()
220 branch(header->v0.start_vector, entry); in add_socfpga_header()
/buildroot/package/python-reentry/
A DConfig.in7 A plugin manager based on setuptools entry points mechanism.
/buildroot/utils/checkpackagelib/
A Dlib_config.py166 entry = text.split()[0]
168 if entry in entries_that_should_not_be_indented:
202 entry = text.split()[0]
219 if entry in self.entries_that_should_be_indented:
220 if not text.startswith("\t{}".format(entry)):
225 elif entry in entries_that_should_not_be_indented:
226 if not text.startswith(entry):
/buildroot/package/hostapd/
A D0001-use-a-less-generic-name-for-IEEE802.11-CRC-32-routin.patch68 os_memcpy(entry->bssid, bssid, ETH_ALEN);
69 os_memcpy(&entry->ssid, ssid, sizeof(entry->ssid));
70 - entry->short_ssid = crc32(ssid->ssid, ssid->ssid_len);
71 + entry->short_ssid = ieee80211_crc32(ssid->ssid, ssid->ssid_len);
73 entry->nr = wpabuf_dup(nr);
74 if (!entry->nr)
/buildroot/package/prosody/
A D0002-add-pidfile.patch22 -- You need to add a VirtualHost entry for each domain you wish Prosody to serve.
23 -- Settings under each VirtualHost entry apply *only* to that host.
/buildroot/package/genpart/
A DConfig.in4 Generate a 16 byte partition table entry defined by command
A DConfig.in.host4 Generate a 16 byte partition table entry defined by command
A D0001-fix-return-code.patch4 However, if we succesfully wrote the partition entry, we still
/buildroot/board/chromebook/elm/
A Dkernel.its15 entry = <0>;
/buildroot/board/chromebook/snow/
A Dkernel.its14 entry = <0>;
/buildroot/board/pine64/star64/
A Dstar64-uboot-fit-image.its15 entry = <0x0 0x40000000>;
/buildroot/board/microchip/mpfs_icicle/
A Dconfig.yaml9 # Next, we'll define the entry point addresses for each hart, as follows:
11 hart-entry-points: {u54_1: '0x80200000', u54_2: '0x80200000', u54_3: '0x80200000', u54_4: '0x802000…
A Dmpfs_icicle.its22 entry = <0x80200000>;
/buildroot/package/libva/
A DConfig.in12 entry-points (VLD, IDCT, Motion Compensation etc.) for the
/buildroot/package/matchbox-panel/
A D0003-mb-applet-battery.patch19 line_parse(char *line, struct entry *e)
/buildroot/board/aspeed/common/
A Dimage.its.template16 entry = <0x80001000>;
/buildroot/package/cracklib/
A DConfig.in8 tries to generate words from a username and gecos entry and
/buildroot/package/binutils/2.40/
A D0003-PR27597-nios-assertion-fail-in-nios2_elf32_install_i.patch50 /* Emit the PLT entry. */
68 + /* If this plt entry is too far away from the start of .plt
92 /* Fill in the entry in the global offset table. */

Completed in 53 milliseconds

123