| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | flat_map.inc | 12 // [flat.map], class template flat_map 20 // [flat.map.erasure], erasure for flat_map 23 // [flat.multimap], class template flat_multimap 29 // [flat.multimap.erasure], erasure for flat_multimap
|
| H A D | flat_set.inc | 12 // [flat.set], class template flat_set 20 // [flat.set.erasure], erasure for flat_set 23 // [flat.multiset], class template flat_multiset
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3326-odroid-go3.dts | 46 abs-flat = <10>; 54 abs-flat = <10>; 62 abs-flat = <10>; 70 abs-flat = <10>;
|
| H A D | rk3326-odroid-go2.dts | 25 abs-flat = <10>; 33 abs-flat = <10>;
|
| H A D | rk3326-odroid-go2-v11.dts | 29 abs-flat = <10>; 37 abs-flat = <10>;
|
| H A D | rk3566-anbernic-rgxx3.dtsi | 31 abs-flat = <32>; 39 abs-flat = <32>; 47 abs-flat = <32>; 55 abs-flat = <32>;
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | chem.awk | 205 else if (type ~ /flat/) 246 if (type ~ /flat/) 255 if (type ~ /flat/) { 276 if (type ~ /flat/ && i == 3) { 303 if (type ~ /flat/ && i == 3) { 318 if (type ~ /flat/)
|
| /freebsd-14.2/share/examples/ppp/ |
| H A D | login-auth | 47 text .l.prompt -width $pwidth -height 1 -relief flat; 58 text .p.prompt -width $pwidth -height 1 -relief flat;
|
| H A D | chap-auth | 50 text .$n.prompt -width $pwidth -height 1 -relief flat;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/ |
| H A D | adc-joystick.yaml | 86 abs-flat: 118 abs-flat = <200>; 125 abs-flat = <200>;
|
| /freebsd-14.2/sys/dev/hid/ |
| H A D | xb360gp.c | 63 .fuzz = 16, .flat = 128 } 66 .fuzz = 16, .flat = 128, .invert_value = true }
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | DumpValueObjectOptions.cpp | 100 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput() argument 101 m_flat_output = flat; in SetFlatOutput()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPU.td | 55 def FeatureFlatAddressSpace : SubtargetFeature<"flat-address-space", 58 "Support flat address space" 61 def FeatureFlatInstOffsets : SubtargetFeature<"flat-inst-offsets", 67 def FeatureFlatGlobalInsts : SubtargetFeature<"flat-global-insts", 70 "Have global_* flat memory instructions" 76 "Have scratch_* flat memory instructions" 82 "Have s_scratch_* flat memory instructions" 88 "Use scratch_* flat memory instructions to access scratch" 722 : SubtargetFeature<"flat-atomic-fadd-f32-inst", 935 def FeatureFlatForGlobal : SubtargetFeature<"flat-for-global", [all …]
|
| /freebsd-14.2/usr.bin/gprof/ |
| H A D | Makefile | 7 FILES= gprof.flat gprof.callg
|
| H A D | gprof.flat | 4 flat profile:
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/serial/ |
| H A D | st-asc.txt | 11 - st,force-m1 bool flat to force asc to be in Mode-1 recommeded
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | pci_virtio_input.c | 98 uint32_t flat; member 385 sc->vsc_config.u.abs.flat = abs.flat; in pci_vtinput_read_config_abs_info()
|
| /freebsd-14.2/contrib/elftoolchain/libelftc/ |
| H A D | libelftc_dem_arm.c | 122 goto flat; in cpp_demangle_ARM() 129 goto flat; in cpp_demangle_ARM() 133 goto flat; in cpp_demangle_ARM() 227 flat: in cpp_demangle_ARM()
|
| H A D | libelftc_dem_gnu2.c | 133 goto flat; in cpp_demangle_gnu2() 138 goto flat; in cpp_demangle_gnu2() 148 goto flat; in cpp_demangle_gnu2() 239 flat: in cpp_demangle_gnu2()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-g12b-odroid-go-ultra.dts | 36 abs-flat = <64>; 43 abs-flat = <64>; 59 abs-flat = <64>; 66 abs-flat = <64>;
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/ |
| H A D | mount-matrix.txt | 56 is held with its screen flat on the planets surface and 0 on the other axes, 131 device on a flat surface and spin it around the z axis (such as rotating a 132 device with a screen lying flat on a table), you should get a negative value
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | DumpValueObjectOptions.h | 92 DumpValueObjectOptions &SetFlatOutput(bool flat = false);
|
| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | cbor.c | 401 cbor_item_t *flat = NULL; in cbor_build_frame() local 407 if ((flat = cbor_flatten_vector(argv, argc)) == NULL) in cbor_build_frame() 410 cbor_len = cbor_serialize_alloc(flat, &cbor, &cbor_alloc_len); in cbor_build_frame() 425 if (flat != NULL) in cbor_build_frame() 426 cbor_decref(&flat); in cbor_build_frame()
|
| /freebsd-14.2/sys/dev/evdev/ |
| H A D | input.h | 63 int32_t flat; member
|
| /freebsd-14.2/lib/libomp/ |
| H A D | kmp_i18n_default.inc | 244 "%1$s - using \"flat\" OS <-> physical proc mapping.", 245 "%1$s: %2$s - using \"flat\" OS <-> physical proc mapping.", 246 "%1$s, line %2$d: %3$s - using \"flat\" OS <-> physical proc mapping.", 269 "%1$s: Affinity capable, using default \"flat\" topology", 272 "%1$s: Affinity not capable, assuming \"flat\" topology", 337 "%1$s: using \"flat\" OS <-> physical proc mapping.",
|