/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AtomicOrdering.h | 82 inline const char *toIRString(AtomicOrdering ao) { in toIRString() argument 86 return names[static_cast<size_t>(ao)]; in toIRString() 89 /// Returns true if ao is stronger than other as defined by the AtomicOrdering 91 inline bool isStrongerThan(AtomicOrdering AO, AtomicOrdering Other) { in isStrongerThan() argument 103 return lookup[static_cast<size_t>(AO)][static_cast<size_t>(Other)]; in isStrongerThan() 106 inline bool isAtLeastOrStrongerThan(AtomicOrdering AO, AtomicOrdering Other) { in isAtLeastOrStrongerThan() argument 118 return lookup[static_cast<size_t>(AO)][static_cast<size_t>(Other)]; in isAtLeastOrStrongerThan() 121 inline bool isStrongerThanUnordered(AtomicOrdering AO) { in isStrongerThanUnordered() argument 122 return isStrongerThan(AO, AtomicOrdering::Unordered); in isStrongerThanUnordered() 125 inline bool isStrongerThanMonotonic(AtomicOrdering AO) { in isStrongerThanMonotonic() argument [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/cec/ |
H A D | amlogic,meson-gx-ao-cec.yaml | 5 $id: http://devicetree.org/schemas/media/cec/amlogic,meson-gx-ao-cec.yaml# 8 title: Amlogic Meson AO-CEC Controller 14 The Amlogic Meson AO-CEC module is present is Amlogic SoCs and its purpose is 20 - amlogic,meson-gx-ao-cec # GXBB, GXL, GXM, G12A and SM1 AO_CEC_A module 21 - amlogic,meson-g12a-ao-cec # G12A AO_CEC_B module 22 - amlogic,meson-sm1-ao-cec # SM1 AO_CEC_B module 43 - amlogic,meson-gx-ao-cec 49 - description: AO-CEC clock 60 - amlogic,meson-g12a-ao-cec 61 - amlogic,meson-sm1-ao-cec [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | amlogic,meson-gx-ao-cec.yaml | 5 $id: "http://devicetree.org/schemas/media/amlogic,meson-gx-ao-cec.yaml#" 8 title: Amlogic Meson AO-CEC Controller 14 The Amlogic Meson AO-CEC module is present is Amlogic SoCs and its purpose is 20 - amlogic,meson-gx-ao-cec # GXBB, GXL, GXM, G12A and SM1 AO_CEC_A module 21 - amlogic,meson-g12a-ao-cec # G12A AO_CEC_B module 22 - amlogic,meson-sm1-ao-cec # SM1 AO_CEC_B module 46 - amlogic,meson-gx-ao-cec 52 - description: AO-CEC clock 63 - amlogic,meson-g12a-ao-cec 64 - amlogic,meson-sm1-ao-cec [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/amlogic/ |
H A D | amlogic,meson-gx-ao-secure.yaml | 5 $id: http://devicetree.org/schemas/arm/amlogic/amlogic,meson-gx-ao-secure.yaml# 22 const: amlogic,meson-gx-ao-secure 30 - const: amlogic,meson-gx-ao-secure 34 - amlogic,a4-ao-secure 35 - amlogic,c3-ao-secure 36 - amlogic,s4-ao-secure 37 - amlogic,t7-ao-secure 38 - const: amlogic,meson-gx-ao-secure 58 ao-secure@140 { 59 compatible = "amlogic,meson-gx-ao-secure", "syscon";
|
/freebsd/share/man/man4/ |
H A D | mac_do.4 | 64 .Dl Ao rules Ac \ ⟶\ Oo Ao rule Ac Oo So ";" Sc Ao rule Ac Oc Ns * Oc 80 .Dl Ao rule Ac \ ⟶\ Ao from Ac So ":" Sc Ao to Ac 81 .Ss Rule's Ao from Ac Part 87 .Dl Ao from Ac \ ⟶\ Ao type Ac So = Sc Ao id Ac 91 .Dl Ao type Ac \ ⟶\ Op So uid Sc | So gid Sc 99 .Ss Rule's Ao to Ac Part 105 .Dl Ao to Ac \ ⟶\ Ao target_clause Ac Oo So "," Sc Ao target_clause Ac Oc Ns * 118 .Dl Ao target_clause Ac \ ⟶\ So any Sc 119 .Dl Ao target_clause Ac \ ⟶\ Ao flags Ac Ao type Ac So = Sc Ao id Ac 216 .Ss Defaults for the Ao to Ac Part [all …]
|
H A D | acpi_video.4 | 49 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .active 51 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .levels 53 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .brightness 55 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .fullpower 57 .It Va hw.acpi.video. Ns Ao Ar device Ac Ns Va .economy
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AllocationOrder.h | 45 const AllocationOrder &AO; variable 49 Iterator(const AllocationOrder &AO, int Pos) : AO(AO), Pos(Pos) {} in Iterator() argument 57 return AO.Hints.end()[Pos]; 58 assert(Pos < AO.IterationLimit); 59 return AO.Order[Pos]; 65 if (Pos < AO.IterationLimit) 67 while (Pos >= 0 && Pos < AO.IterationLimit && AO.isHint(AO.Order[Pos])) 73 assert(&AO == &Other.AO);
|
/freebsd/sbin/sysctl/tests/ |
H A D | sysctl_test.sh | 40 # Avoid using atf_check here since sysctl -ao generates tons of 42 sysctl -ao >/dev/null 2>stderr 44 atf_fail "sysctl -ao failed" 47 atf_fail "sysctl -ao printed to stderr" 64 # Avoid using atf_check here since sysctl -ao generates tons of 66 jail -c name=$jail command=sysctl -ao >/dev/null 2>stderr 68 atf_fail "sysctl -ao failed" 71 atf_fail "sysctl -ao printed to stderr" 74 jail -c name=$jail vnet command=sysctl -ao >/dev/null 2>stderr 76 atf_fail "sysctl -ao failed" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pwm/ |
H A D | pwm-amlogic.yaml | 18 - amlogic,meson-gxbb-ao-pwm 20 - amlogic,meson-axg-ao-pwm 22 - amlogic,meson-g12a-ao-pwm-ab 23 - amlogic,meson-g12a-ao-pwm-cd 30 - const: amlogic,meson-gx-ao-pwm 31 - const: amlogic,meson-gxbb-ao-pwm 84 - amlogic,meson-gxbb-ao-pwm 86 - amlogic,meson-axg-ao-pwm 88 - amlogic,meson-g12a-ao-pwm-ab 89 - amlogic,meson-g12a-ao-pwm-cd
|
H A D | pwm-meson.txt | 7 or "amlogic,meson-gxbb-ao-pwm" 9 or "amlogic,meson-axg-ao-pwm" 11 or "amlogic,meson-g12a-ao-pwm-ab" 12 or "amlogic,meson-g12a-ao-pwm-cd"
|
/freebsd/share/man/man5/ |
H A D | rc.conf.5 | 105 .Ao Ar dir Ac Ns Pa /rc.conf.d/ Ns Ao Ar name Ac 193 .It Ao Ar name Ac Ns Va _chroot 197 .It Ao Ar name Ac Ns Va _cpuset 205 .It Ao Ar name Ac Ns Va _fib 210 .It Ao Ar name Ac Ns Va _group 216 .It Ao Ar name Ac Ns Va _limits 222 .It Ao Ar name Ac Ns Va _login_class 228 .It Ao Ar name Ac Ns Va _nice 233 .It Ao Ar name Ac Ns Va _oomprotect 252 .It Ao Ar name Ac Ns Va _setup [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | amlogic,meson-mx-ao-arc.yaml | 4 $id: http://devicetree.org/schemas/remoteproc/amlogic,meson-mx-ao-arc.yaml# 7 title: Amlogic Meson AO ARC Remote Processor 23 - amlogic,meson8-ao-arc 24 - amlogic,meson8b-ao-arc 25 - const: amlogic,meson-mx-ao-arc 78 compatible = "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc";
|
/freebsd/contrib/mandoc/ |
H A D | mandoc.3 | 504 \&.Ao ao 512 BLOCK Ao 513 HEAD Ao 514 BODY Ao 515 TEXT ao 516 BLOCK Bo, pending -> Ao 521 ENDBODY Ao, pending -> Ao 528 block extends from TEXT ao to TEXT ac, 536 .Dl <ao [bo ac> bc] end
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | amlogic,gxbb-aoclkc.txt | 1 * Amlogic GXBB AO Clock and Reset Unit 3 The Amlogic GXBB AO clock controller generates and supplies clock to various 38 - compatible: "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd" 39 - reg: base address and size of the AO system control register space. 41 Example: AO Clock controller node: 44 compatible = "amlogic,meson-gx-ao-sysctrl", "syscon", "simple-mfd";
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGAtomic.cpp | 223 bool AsValue, llvm::AtomicOrdering AO, 243 /// \param AO Atomic ordering. 245 void EmitAtomicUpdate(llvm::AtomicOrdering AO, 249 /// \param AO Atomic ordering. 250 void EmitAtomicUpdate(llvm::AtomicOrdering AO, RValue UpdateRVal, 264 llvm::AtomicOrdering AO, bool IsVolatile); 266 llvm::Value *EmitAtomicLoadOp(llvm::AtomicOrdering AO, bool IsVolatile, 285 EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, 289 void EmitAtomicUpdateOp(llvm::AtomicOrdering AO, 293 void EmitAtomicUpdateLibcall(llvm::AtomicOrdering AO, RValue UpdateRVal, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | amlogic,thermal.yaml | 38 amlogic,ao-secure: 39 description: phandle to the ao-secure syscon 50 - amlogic,ao-secure 63 amlogic,ao-secure = <&sec_AO>;
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12-common.dtsi | 1555 amlogic,ao-secure = <&sec_AO>; 1565 amlogic,ao-secure = <&sec_AO>; 1628 amlogic,ao-sysctrl = <&rti>; 1746 compatible = "amlogic,meson-gx-ao-sysctrl", 1813 mclk0_ao_pins: mclk0-ao { 1822 tdm_ao_b_din0_pins: tdm-ao-b-din0 { 1830 spdif_ao_out_pins: spdif-ao-out { 1839 tdm_ao_b_din1_pins: tdm-ao-b-din1 { 1847 tdm_ao_b_din2_pins: tdm-ao-b-din2 { 1855 tdm_ao_b_dout0_pins: tdm-ao-b-dout0 { [all …]
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.c | 177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; in OBJ_add_object() local 185 if ((ao[ADDED_NID] = OPENSSL_malloc(sizeof(*ao[0]))) == NULL) in OBJ_add_object() 188 if ((ao[ADDED_DATA] = OPENSSL_malloc(sizeof(*ao[0]))) == NULL) in OBJ_add_object() 191 if ((ao[ADDED_SNAME] = OPENSSL_malloc(sizeof(*ao[0]))) == NULL) in OBJ_add_object() 194 if ((ao[ADDED_LNAME] = OPENSSL_malloc(sizeof(*ao[0]))) == NULL) in OBJ_add_object() 198 if (ao[i] != NULL) { in OBJ_add_object() 199 ao[i]->type = i; in OBJ_add_object() 200 ao[i]->obj = o; in OBJ_add_object() 201 aop = lh_ADDED_OBJ_insert(added, ao[i]); in OBJ_add_object() 215 OPENSSL_free(ao[i]); in OBJ_add_object()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionAliasAnalysis.cpp | 107 Value *AO = GetBaseValue(AS); in alias() local 109 if ((AO && AO != LocA.Ptr) || (BO && BO != LocB.Ptr)) in alias() 110 if (alias(MemoryLocation(AO ? AO : LocA.Ptr, in alias() 111 AO ? LocationSize::beforeOrAfterPointer() in alias() 113 AO ? AAMDNodes() : LocA.AATags), in alias()
|
/freebsd/sys/contrib/device-tree/Bindings/power/ |
H A D | amlogic,meson-ee-pwrc.yaml | 55 amlogic,ao-sysctrl: 56 description: phandle to the AO sysctrl node 158 - amlogic,ao-sysctrl 167 amlogic,ao-sysctrl = <&rti>;
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | libopts.c | 4 #include "ao-strs.h" 12 #include "ao-strs.h" 18 #include "ao-strs.c"
|
/freebsd/share/timedef/ |
H A D | fr_BE.ISO8859-15.src | 14 ao�t 28 ao�t 76 ao�t
|
H A D | fr_CA.ISO8859-15.src | 14 ao�t 28 ao�t 76 ao�t
|
H A D | fr_CH.ISO8859-15.src | 14 ao�t 28 ao�t 76 ao�t
|
H A D | fr_FR.ISO8859-15.src | 14 ao�t 28 ao�t 76 ao�t
|