Home
last modified time | relevance | path

Searched full:descending (Results 1 – 25 of 149) sorted by relevance

123456

/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsyslog-controller.html54 <button class="sort-descending" ng-click="sortBy('Id', true)"></button>
61 <button class="sort-descending" ng-click="sortBy('Created', true)"></button>
68 <button class="sort-descending" ng-click="sortBy('Name', true)"></button>
75 <button class="sort-descending" ng-click="sortBy('SensorType', true)"></button>
82 <button class="sort-descending" ng-click="sortBy('Severity', true)"></button>
/openbmc/linux/include/linux/
H A Dutil_macros.h41 * in descending order.
44 * Similar to find_closest() but 'a' is expected to be sorted in descending
/openbmc/phosphor-webui/app/common/directives/
H A Dldap-user-roles.html53 class="sort-descending"
54 aria-label="sort group names in descending order"
72 class="sort-descending"
73 aria-label="sort group privileges in descending order"
/openbmc/linux/
H A DKbuild5 # Prepare global headers and check sanity before descending into sub-directories
76 # Ordinary directory descending
/openbmc/linux/arch/sh/boards/mach-x3proto/
H A Dilsel.c32 * ILSEL level map, in descending order from the highest level down.
86 * noting descending interrupt levels. Aliasing FPGA and external board
/openbmc/linux/net/dccp/
H A Dackvec.h91 * The list as a whole is sorted in descending order by @avr_ack_seqno.
123 * @node: FIFO - arranged in descending order of ack_ackno
H A Dackvec.c74 * arranged in descending order of @ack_seqno. in dccp_ackvec_update_records()
90 * Exploit that records are inserted in descending order of sequence in dccp_ackvec_lookup()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py457 descending = get_data(table_cls(),
462 descending['rows'][0][column['field_name']])
464 descending['rows'][1][column['field_name']])
467 "Descending sort applied but row 0: %s"
477 descending['rows'][0],
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dsnps,dma-spear1340.yaml75 (first free allocated), while one - descending (last free allocated).
84 descending priority (the last channel has the highest priority).
/openbmc/phosphor-webui/app/access-control/styles/
H A Dldap.scss261 .sort-descending {
282 .sort-descending {
/openbmc/linux/drivers/acpi/acpica/
H A Dnsrepair2.c104 * _PSS: Sort the list descending by Power
105 * _TSS: Sort the list descending by Power
660 * dissipation, in descending order. If it appears that the list is in acpi_ns_repair_PSS()
709 * descending by the power dissipation values.
751 * sort_direction - Ascending or descending
861 * sort_direction - Ascending or Descending sort
H A Dpswalk.c45 /* This is the descending case */ in acpi_ps_delete_parse_tree()
/openbmc/linux/drivers/clk/samsung/
H A Dclk-exynos3250.c245 * order and then bitfield shift in descending order, as it is done
334 * order and then bitfield shift in descending order, as it is done
437 * order and then bitfield shift in descending order, as it is done
884 * order and then bitfield shift in descending order, as it is done
903 * order and then bitfield shift in descending order, as it is done
957 * order and then bitfield shift in descending order, as it is done
977 * order and then bitfield shift in descending order, as it is done
H A Dclk-pll.h101 /* NOTE: Rate table should be kept sorted in descending order. */
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-h264.c147 * For frames, short term pics are in descending pic num order and long in v4l2_h264_p_ref_list_cmp()
195 * Short term pics with POC < cur POC first in POC descending order in v4l2_h264_b0_ref_list_cmp()
241 * followed by short term pics with POC < cur POC in POC descending in v4l2_h264_b1_ref_list_cmp()
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Dgpio-charger.yaml49 this order). The tuples must be provided in descending order of the
/openbmc/linux/kernel/trace/
H A Dtracing_map.h110 * descending order.
154 bool descending; member
H A Dtracing_map.c880 if (sort_key->descending) in cmp_entries_sum()
912 if (sort_key->descending) in cmp_entries_key()
1058 * The sort_key has only two fields: idx and descending. 'idx' refers
1061 * 'descending' is a flag that if set reverses the sort order, which
/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_synquacer.c76 * 16/32 bits access must be done in byte-wise and descending order. in tpm_tis_synquacer_write_bytes()
/openbmc/openbmc/poky/scripts/
H A Dtask-time40 sorted in descending order from the highest value.
/openbmc/linux/scripts/
H A DMakefile.clean56 # Descending
/openbmc/linux/drivers/thermal/
H A Ddevfreq_cooling.c34 * @freq_table: Pointer to a table with the frequencies sorted in descending
311 * Generate frequency table which holds the frequencies in descending
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestacpi.py2114 …testsuite.test("_PSS must list Pstates in descending order of frequency", frequencies == sorted(fr…
119 …testsuite.test("_PSS must list Pstates in descending order of power dissipation", dissipations == …
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats-plot.sh17 # Stats values are in descending order defined by the first stat defined on -s
/openbmc/linux/Documentation/cpu-freq/
H A Dcpufreq-stats.rst99 and so can be sorted (ascending or descending) or unsorted. The output here

123456