Home
last modified time | relevance | path

Searched refs:flat (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-13.1/share/examples/ppp/
H A Dlogin-auth48 text .l.prompt -width $pwidth -height 1 -relief flat;
59 text .p.prompt -width $pwidth -height 1 -relief flat;
H A Dchap-auth51 text .$n.prompt -width $pwidth -height 1 -relief flat;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td60 def FeatureFlatAddressSpace : SubtargetFeature<"flat-address-space",
63 "Support flat address space"
66 def FeatureFlatInstOffsets : SubtargetFeature<"flat-inst-offsets",
72 def FeatureFlatGlobalInsts : SubtargetFeature<"flat-global-insts",
75 "Have global_* flat memory instructions"
78 def FeatureFlatScratchInsts : SubtargetFeature<"flat-scratch-insts",
81 "Have scratch_* flat memory instructions"
87 "Have s_scratch_* flat memory instructions"
710 // Unless +-flat-for-global is specified, turn on FlatForGlobal for
716 def FeatureFlatForGlobal : SubtargetFeature<"flat-for-global",
[all …]
H A DAMDGPUInstructions.td387 foreach as = [ "global", "flat", "constant", "local", "private", "region" ] in {
438 foreach as = [ "global", "flat", "local", "private", "region" ] in {
480 foreach as = [ "global", "flat", "constant", "local", "private", "region" ] in {
/freebsd-13.1/sys/dev/hid/
H A Dxb360gp.c65 .fuzz = 16, .flat = 128 }
68 .fuzz = 16, .flat = 128, .invert_value = true }
H A Dhidmap.h92 uint16_t flat; /* Evdev event flat */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp92 DumpValueObjectOptions &DumpValueObjectOptions::SetFlatOutput(bool flat) { in SetFlatOutput() argument
93 m_flat_output = flat; in SetFlatOutput()
/freebsd-13.1/usr.bin/gprof/
H A DMakefile8 FILES= gprof.flat gprof.callg
H A Dgprof.flat4 flat profile:
/freebsd-13.1/sys/contrib/device-tree/Bindings/serial/
H A Dst-asc.txt11 - st,force-m1 bool flat to force asc to be in Mode-1 recommeded
/freebsd-13.1/contrib/elftoolchain/libelftc/
H A Dlibelftc_dem_arm.c122 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 Dlibelftc_dem_gnu2.c133 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-13.1/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt56 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-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h88 DumpValueObjectOptions &SetFlatOutput(bool flat = false);
/freebsd-13.1/lib/libomp/
H A Dkmp_i18n_default.inc244 "%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",
335 "%1$s: using \"flat\" OS <-> physical proc mapping.",
/freebsd-13.1/contrib/libfido2/src/
H A Dcbor.c400 cbor_item_t *flat = NULL; in cbor_build_frame() local
406 if ((flat = cbor_flatten_vector(argv, argc)) == NULL) in cbor_build_frame()
409 cbor_len = cbor_serialize_alloc(flat, &cbor, &cbor_alloc_len); in cbor_build_frame()
424 if (flat != NULL) in cbor_build_frame()
425 cbor_decref(&flat); in cbor_build_frame()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DConfig.h51 flat, enumerator
H A DLTO.cpp83 config->namespaceKind == NamespaceKind::flat || in add()
/freebsd-13.1/sys/dev/evdev/
H A Dinput.h65 int32_t flat; member
H A Devdev.c483 int32_t maximum, int32_t fuzz, int32_t flat, int32_t resolution) in evdev_support_abs() argument
494 .flat = flat, in evdev_support_abs()
H A Devdev_mt.c611 ai->flat, 0, ai->maximum, evdev_mtstmap[i].max), in evdev_support_mt_compat()
618 ai->flat, in evdev_support_mt_compat()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/i18n/
H A Den_US.txt289 UsingFlatOS "%1$s - using \"flat\" OS <-> physical proc mapping."
290 UsingFlatOSFile "%1$s: %2$s - using \"flat\" OS <-> physical proc mapping."
291 UsingFlatOSFileLine "%1$s, line %2$d: %3$s - using \"flat\" OS <-> physical proc mapping."
317 AffCapableUseFlat "%1$s: Affinity capable, using default \"flat\" topology"
320 AffFlatTopology "%1$s: Affinity not capable, assuming \"flat\" topology"
396 AffUsingFlatOS "%1$s: using \"flat\" OS <-> physical proc mapping."
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def160 TARGET_BUILTIN(__builtin_amdgcn_is_shared, "bvC*0", "nc", "flat-address-space")
161 TARGET_BUILTIN(__builtin_amdgcn_is_private, "bvC*0", "nc", "flat-address-space")
/freebsd-13.1/stand/i386/mbr/
H A Dmbr.S32 # Setup the segment registers for flat addressing and setup the stack.
/freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/
H A Dmediatek,iommu.txt4 this M4U have two generations of HW architecture. Generation one uses flat

123