Home
last modified time | relevance | path

Searched refs:a (Results 20251 – 20275 of 22310) sorted by relevance

1...<<811812813814815816817818819820>>...893

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c1756 fixed20_12 a, b; in radeon_crtc_scaling_mode_fixup() local
1757 a.full = dfixed_const(src_v); in radeon_crtc_scaling_mode_fixup()
1759 radeon_crtc->vsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
1760 a.full = dfixed_const(src_h); in radeon_crtc_scaling_mode_fixup()
1762 radeon_crtc->hsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
/openbmc/linux/tools/perf/util/
H A Dheader.c1118 static int cpu_cache_level__sort(const void *a, const void *b) in cpu_cache_level__sort() argument
1120 struct cpu_cache_level *cache_a = (struct cpu_cache_level *)a; in cpu_cache_level__sort()
1128 if (a->level != b->level) in cpu_cache_level__cmp()
1131 if (a->line_size != b->line_size) in cpu_cache_level__cmp()
1134 if (a->sets != b->sets) in cpu_cache_level__cmp()
1137 if (a->ways != b->ways) in cpu_cache_level__cmp()
1140 if (strcmp(a->type, b->type)) in cpu_cache_level__cmp()
1143 if (strcmp(a->size, b->size)) in cpu_cache_level__cmp()
1146 if (strcmp(a->map, b->map)) in cpu_cache_level__cmp()
1396 static int memory_node__sort(const void *a, const void *b) in memory_node__sort() argument
[all …]
/openbmc/linux/kernel/cgroup/
H A Dcpuset.c800 static int cpusets_overlap(struct cpuset *a, struct cpuset *b) in cpusets_overlap() argument
802 return cpumask_intersects(a->effective_cpus, b->effective_cpus); in cpusets_overlap()
978 struct cpuset *a = csa[i]; in generate_sched_domains() local
979 int apn = a->pn; in generate_sched_domains()
985 if (apn != bpn && cpusets_overlap(a, b)) { in generate_sched_domains()
1014 struct cpuset *a = csa[i]; in generate_sched_domains() local
1016 int apn = a->pn; in generate_sched_domains()
/openbmc/linux/fs/xfs/
H A Dxfs_inode.c83 xfs_extlen_t a, b; in xfs_get_cowextsz_hint() local
85 a = 0; in xfs_get_cowextsz_hint()
87 a = ip->i_cowextsize; in xfs_get_cowextsz_hint()
90 a = max(a, b); in xfs_get_cowextsz_hint()
91 if (a == 0) in xfs_get_cowextsz_hint()
93 return a; in xfs_get_cowextsz_hint()
/openbmc/linux/drivers/pci/
H A Dprobe.c3340 const struct pci_dev *a = to_pci_dev(d_a); in pci_sort_bf_cmp() local
3343 if (pci_domain_nr(a->bus) < pci_domain_nr(b->bus)) return -1; in pci_sort_bf_cmp()
3344 else if (pci_domain_nr(a->bus) > pci_domain_nr(b->bus)) return 1; in pci_sort_bf_cmp()
3346 if (a->bus->number < b->bus->number) return -1; in pci_sort_bf_cmp()
3347 else if (a->bus->number > b->bus->number) return 1; in pci_sort_bf_cmp()
3349 if (a->devfn < b->devfn) return -1; in pci_sort_bf_cmp()
3350 else if (a->devfn > b->devfn) return 1; in pci_sort_bf_cmp()
/openbmc/linux/arch/powerpc/boot/dts/
H A Dtaishan.dts165 /* Wish there was a nicer way of specifying a full 32-bit
H A Dmakalu.dts300 * to avoid putting a node for it in the tree, so the numbers
341 * to avoid putting a node for it in the tree, so the numbers
/openbmc/linux/arch/arm/mach-omap2/
H A Dsram242x.S260 mov r4, #100 @ dead spin a bit
274 mov r0, #1000 @ dead spin a bit
H A Dsram243x.S260 mov r4, #100 @ dead spin a bit
274 mov r0, #1000 @ dead spin a bit
/openbmc/linux/arch/m68k/fpsp040/
H A Dslogn.S5 | input value. slognd does the same except the input value is a
34 | Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a polynomial in u,
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py723 assigns = [tuple(a[1]) for a in v.assigns]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dnuvoton,npcm7xx-pinctrl.txt22 - gpio-controller : Marks the device node as a GPIO controller.
40 An array of strings, each string containing the name of a pin.
/openbmc/linux/arch/sparc/mm/
H A Dhypersparc.S136 be,a 3f
305 blu,a 1b
/openbmc/u-boot/board/freescale/m52277evb/
H A DREADME114 2.2. For the initial bringup, we adopted a consistent memory scheme between U-Boot and
213 ls - list files in a directory (default /)
/openbmc/u-boot/doc/
H A DREADME.m54418twr216 imxtract- extract a part of a multi-image
/openbmc/u-boot/lib/
H A Dsha1.c97 #define P(a,b,c,d,e,x) { \ in sha1_process() argument
98 e += S(a,5) + F(b,c,d) + K + x; b = S(b,30); \ in sha1_process()
/openbmc/u-boot/drivers/mmc/
H A Dbcm2835_sdhost.c46 #define msleep(a) udelay(a * 1000) argument
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLiLiQ-P-1.116 …rdinateur et sa documentation, pour laquelle le titulaire du droit d'auteur a précisé qu'elle est …
36 …2 Si le logiciel a été modifié, le licencié doit en faire la mention, de préférence dans chacun de…
/openbmc/linux/drivers/scsi/
H A Dhpsa_cmd.h363 #define TYPE_ATTR_DIR(t, a, d) ((((d) & 0x03) << 6) |\ argument
364 (((a) & 0x07) << 3) |\
/openbmc/linux/tools/testing/selftests/net/
H A Dicmp_redirect.sh81 read a
82 [ "$a" = "q" ] && exit 1
/openbmc/linux/drivers/scsi/isci/
H A Dremote_node_context.c64 #define C(a) (#a) argument
/openbmc/linux/drivers/mtd/
H A Dinftlmount.c302 static int memcmpb(void *a, int c, int n) in memcmpb() argument
306 if (c != ((unsigned char *)a)[i]) in memcmpb()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dbrcm,iproc-clocks.yaml19 ASIU clocks are a special case. These clocks are derived directly from the
60 most iProc PLLs, this is an onboard crystal with a fixed rate.
/openbmc/linux/include/rdma/
H A Drdmavt_qp.h642 static inline int rvt_cmp_msn(u32 a, u32 b) in rvt_cmp_msn() argument
644 return (((int)a) - ((int)b)) << 8; in rvt_cmp_msn()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xscreensaver/files/
H A D0001-Tweak-app-defaults.patch12 --- a/driver/XScreenSaver.ad.in
31 ! This can be a local directory name, or the URL of an RSS or Atom feed.

1...<<811812813814815816817818819820>>...893