| /buildroot/utils/ |
| A D | size-stats-compare | 58 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 D | buildroot.js | 6 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 D | barebox_ivt.bd | 16 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 D | list.h | 126 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 D | rock5b.its | 16 entry = <0x0a200000>; 28 entry = <0x0e000000>;
|
| /buildroot/package/wpa_supplicant/ |
| A D | 0002-wpa_supplicant-use-a-less-generic-name-for-IEEE802.1.patch | 45 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 D | Config.in | 4 Discover and load entry points from installed packages.
|
| /buildroot/package/mkpimage/ |
| A D | mkpimage.c | 178 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 D | Config.in | 7 A plugin manager based on setuptools entry points mechanism.
|
| /buildroot/utils/checkpackagelib/ |
| A D | lib_config.py | 166 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 D | 0001-use-a-less-generic-name-for-IEEE802.11-CRC-32-routin.patch | 68 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 D | 0002-add-pidfile.patch | 22 -- 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 D | Config.in | 4 Generate a 16 byte partition table entry defined by command
|
| A D | Config.in.host | 4 Generate a 16 byte partition table entry defined by command
|
| A D | 0001-fix-return-code.patch | 4 However, if we succesfully wrote the partition entry, we still
|
| /buildroot/board/chromebook/elm/ |
| A D | kernel.its | 15 entry = <0>;
|
| /buildroot/board/chromebook/snow/ |
| A D | kernel.its | 14 entry = <0>;
|
| /buildroot/board/pine64/star64/ |
| A D | star64-uboot-fit-image.its | 15 entry = <0x0 0x40000000>;
|
| /buildroot/board/microchip/mpfs_icicle/ |
| A D | config.yaml | 9 # 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 D | mpfs_icicle.its | 22 entry = <0x80200000>;
|
| /buildroot/package/libva/ |
| A D | Config.in | 12 entry-points (VLD, IDCT, Motion Compensation etc.) for the
|
| /buildroot/package/matchbox-panel/ |
| A D | 0003-mb-applet-battery.patch | 19 line_parse(char *line, struct entry *e)
|
| /buildroot/board/aspeed/common/ |
| A D | image.its.template | 16 entry = <0x80001000>;
|
| /buildroot/package/cracklib/ |
| A D | Config.in | 8 tries to generate words from a username and gecos entry and
|
| /buildroot/package/binutils/2.40/ |
| A D | 0003-PR27597-nios-assertion-fail-in-nios2_elf32_install_i.patch | 50 /* 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. */
|