| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | projecttopbar.js | 79 if (!newBuildTargetInput.val().trim()) { 86 selectedTarget = { name: newBuildTargetInput.val().trim() }; 101 libtoaster.updateProject(null, selectedTarget.name, newBuildTargetInput.val().trim(),
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/ |
| H A D | btrfsmaintenance_0.5.bb | 4 to automate a few maintenance tasks. This means the scrub, balance, trim \ 50 btrfs-trim.timer \ 51 btrfs-trim.service \
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/smbios/ |
| H A D | smbios-mdr_git.bb | 19 PACKAGECONFIG[assoc-trim-path] = "-Dassoc-trim-path=enabled,-Dassoc-trim-path=disabled"
|
| /openbmc/u-boot/drivers/clk/ |
| H A D | clk_pic32.c | 173 u32 div, trim, v; in pic32_set_refclk() local 183 trim = 0; in pic32_set_refclk() 190 trim = (frac >= REFO_TRIM_MAX) ? REFO_TRIM_MAX : (u32)frac; in pic32_set_refclk() 215 v |= (trim << REFO_TRIM_SHIFT); in pic32_set_refclk()
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | uniphier-pxs3.dtsi | 413 usb_rterm0: trim@54,4 { 417 usb_rterm1: trim@55,4 { 421 usb_rterm2: trim@58,4 { 425 usb_rterm3: trim@59,4 { 429 usb_sel_t0: trim@54,0 { 433 usb_sel_t1: trim@55,0 { 437 usb_sel_t2: trim@58,0 { 441 usb_sel_t3: trim@59,0 { 445 usb_hs_i0: trim@56,0 { 449 usb_hs_i2: trim@5a,0 {
|
| H A D | uniphier-ld20.dtsi | 618 usb_rterm0: trim@54,4 { 622 usb_rterm1: trim@55,4 { 626 usb_rterm2: trim@58,4 { 630 usb_rterm3: trim@59,4 { 634 usb_sel_t0: trim@54,0 { 638 usb_sel_t1: trim@55,0 { 642 usb_sel_t2: trim@58,0 { 646 usb_sel_t3: trim@59,0 { 650 usb_hs_i0: trim@56,0 { 654 usb_hs_i2: trim@5a,0 {
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/fatcat/ |
| H A D | 0001-Replace-std-ptr_fun-for-c-17.patch | 32 // trim from start 39 // trim from end
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | dbus_pcap_loader.js | 29 let num_packets = parseInt(stdout_num_lines.trim()); 108 let l = lines[i].trim(); 124 let l = lines[i].trim();
|
| /openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/src/ |
| H A D | lib.rs | 21 let guess: u32 = match guess.trim().parse() { in guess_the_number()
|
| /openbmc/u-boot/scripts/ |
| H A D | checkpatch.pl | 613 return trim($string) if ($string =~ /^\s*0[0-7]{3,3}\s*$/); 1081 $name = trim($name); 1096 $name = trim($name); 1098 $address = trim($address); 1114 $name = trim($name); 1116 $address = trim($address); 2143 sub trim { subroutine 3619 …"Prefer '" . trim($sign) . " int" . rtrim($pointer) . "' to bare use of '$sign" . rtrim($pointer) … 3621 my $decl = trim($sign) . " int "; 3695 my $comment = trim($1); [all …]
|
| /openbmc/qemu/docs/system/arm/ |
| H A D | vmapple.rst | 30 Now we also need to trim the aux partition. It contains metadata that we can just discard: 33 :caption: Command to trim the aux file
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/ |
| H A D | support-jpeg-turbo.patch | 101 * 4. When "trim" is in effect, the destination's dimensions will be the 1061 + if (info->trim) 1086 + if (info->trim) 1092 + /* transpose does NOT have to trim anything */ 1098 + if (info->trim) { 1107 + if (info->trim) 1114 + if (info->trim) { 1126 + if (info->trim) 1271 - if (MCU_cols > 0) /* can't trim to 0 pixels */ 1347 - if (MCU_rows > 0) /* can't trim to 0 pixels */ [all …]
|
| /openbmc/smbios-mdr/src/ |
| H A D | meson.build | 6 if get_option('assoc-trim-path').allowed()
|
| /openbmc/smbios-mdr/ |
| H A D | meson.options | 18 'assoc-trim-path',
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | data_proc.tcl | 216 lappend properties [string trim [lindex ${pair} 1] {"}]
|
| H A D | gen_misc.py | 323 def file_to_list(file_path, newlines=0, comments=1, trim=0): argument 344 if trim:
|
| H A D | boot_data.py | 156 boot_list = gm.file_to_list(file_path, newlines=0, comments=0, trim=1)
|
| H A D | opt.tcl | 449 set option [string trim $option ":"]
|
| /openbmc/webui-vue/src/views/Settings/Network/ |
| H A D | ModalMacAddress.vue | 17 v-model.trim="form.macAddress"
|
| H A D | ModalDefaultGateway.vue | 17 v-model.trim="form.defaultGateway"
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/ |
| H A D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 41 spaceman/trim.c | 2 +- 712 diff --git a/spaceman/trim.c b/spaceman/trim.c 714 --- a/spaceman/trim.c 715 +++ b/spaceman/trim.c
|
| /openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | autoreconf-exclude.patch | 49 # Even if the user specified a configure.ac, trim to get the
|
| /openbmc/phosphor-webui/app/configuration/controllers/ |
| H A D | date-time-controller.js | 213 .trim();
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 307.out | 89 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload ) 116 flags: 0x1ded ( flush fua trim zeroes df multi cache fast-zero block-status-payload )
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | disk-space.rst | 61 Therefore, it may not be your best option to trim huge cache directories.
|