Home
last modified time | relevance | path

Searched +full:lower +full:- +full:case (Results 1 – 25 of 1088) sorted by relevance

12345678910>>...44

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp1 //===- ConstantRange.cpp - ConstantRange implementation -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // for an integral value. This keeps track of a lower and upper bound for the
12 // keeps track of a [lower, upper) bound, which specifies an interval just like
21 //===----------------------------------------------------------------------===//
24 #include "llvm/Config/llvm-config.h"
45 : Lower(Full ? APInt::getMaxValue(BitWidth) : APInt::getMinValue(BitWidth)), in ConstantRange()
46 Upper(Lower) {} in ConstantRange()
49 : Lower(std::move(V)), Upper(Lower + 1) {} in ConstantRange()
[all …]
/freebsd/sys/fs/nullfs/
H A Dnull_vnops.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
47 * a stackable layers techniques, and its "null-node"s stack above
48 * all lower-layer vnodes, not just over directory vnodes.
66 * of the lower vfs (target-pn) and the pathname where the null
67 * layer will appear in the namespace (alias-pn). After
69 * of target-pn subtree will be aliased under alias-pn.
75 * simply bypassing all possible operations to the lower layer
81 * handling by the lower layer. It begins by examining vnode
82 * operation arguments and replacing any null-nodes by their
[all …]
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_acs.c2 * Copyright 2018-2019,2020 Thomas E. Dickey *
3 * Copyright 1998-2014,2017 Free Software Foundation, Inc. *
31 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 *
33 * and: Thomas E. Dickey 1996-on *
69 map = (SP_PARM != 0) ? SP_PARM->_acs_map : in NCURSES_SP_NAME()
84 chtype *real_map = SP_PARM != 0 ? SP_PARM->_acs_map : fake_map; in NCURSES_SP_NAME()
99 SP_PARM->_screen_acs_map[j] = FALSE; in NCURSES_SP_NAME()
108 * Initializations for a UNIX-like multi-terminal environment. Use in NCURSES_SP_NAME()
112 real_map['m'] = '+'; /* should be lower left corner */ in NCURSES_SP_NAME()
114 real_map['j'] = '+'; /* should be lower right corner */ in NCURSES_SP_NAME()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DCSKY.cpp1 //===--- CSKY.cpp - Implement CSKY target feature support -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
53 Builder.defineMacro("__" + ArchName.lower() + "__"); in getTargetDefines()
56 Builder.defineMacro("__" + CPUName.lower() + "__"); in getTargetDefines()
64 Builder.defineMacro(endian.lower()); in getTargetDefines()
69 Builder.defineMacro(dspv2.lower()); in getTargetDefines()
75 Builder.defineMacro(vdspv2.lower()); in getTargetDefines()
80 Builder.defineMacro(vdspv2_f.lower()); in getTargetDefines()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp1 // LoongArchAsmParser.cpp - Parse LoongArch assembly to MCInst instructions -=//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 #define DEBUG_TYPE "loongarch-asm-parser"
64 int64_t Lower, int64_t Upper,
72 // Auto-generated instruction matching functions.
204 VK = LE->getKind(); in evaluateConstantImm()
209 Imm = CE->getValue(); in evaluateConstantImm()
223 return IsConstantImm && isUInt<N>(Imm - P) && in isUImm()
542 case KindTy::Immediate: in print()
[all …]
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_ifstack.c2 * Copyright (c) 2001-2003
31 * ifStackTable. Read-only.
36 mib_ifstack_create(const struct mibif *lower, const struct mibif *upper) in mib_ifstack_create() argument
41 return (-1); in mib_ifstack_create()
43 stack->index.len = 2; in mib_ifstack_create()
44 stack->index.subs[0] = upper ? upper->index : 0; in mib_ifstack_create()
45 stack->index.subs[1] = lower ? lower->index : 0; in mib_ifstack_create()
55 mib_ifstack_delete(const struct mibif *lower, const struct mibif *upper) in mib_ifstack_delete() argument
60 if (stack->index.subs[0] == (upper ? upper->index : 0) && in mib_ifstack_delete()
61 stack->index.subs[1] == (lower ? lower->index : 0)) { in mib_ifstack_delete()
[all …]
/freebsd/sys/netgraph/
H A Dng_car.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
32 * ng_car - An implementation of committed access rate for netgraph
35 * - Sanitize input config values (impose some limits)
36 * - Implement DSCP marking for IPv4
37 * - Decouple functionality into a simple classifier (g/y/r)
86 struct hookinfo lower; /* hook to lower layers */ member
201 priv->node = node; in ng_car_constructor()
207 priv->upper.hook = NULL; in ng_car_constructor()
208 priv->upper.dest = NULL; in ng_car_constructor()
[all …]
H A Dng_pipe.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2004-2010 University of Zagreb
5 * Copyright (c) 2007-2008 FreeBSD Foundation
36 * The node has two hooks, upper and lower. Traffic flowing from upper to
37 * lower hook is referenced as downstream, and vice versa. Parameters for
101 struct hookinfo lower;
100 struct hookinfo lower; global() member
[all...]
H A Dng_gif.c5 /*-
6 * SPDX-License-Identifier: BSD-3-Clause AND BSD-2-Clause
35 * Copyright (c) 1996-2000 Whistle Communications, Inc.
53 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.
93 #define IFP2NG(ifp) ((struct ng_node *)((struct gif_softc *)(ifp->if_softc))->gif_netgraph)
94 #define IFP2NG_SET(ifp, val) (((struct gif_softc *)(ifp->if_softc))->gif_netgraph = (val))
96 /* Per-node private data */
99 hook_p lower; /* lower OR orphan hook connection */ member
100 u_char lowerOrphan; /* whether lower is lower or orphan */
174 /* If "lower" hook not connected, let packet continue */ in ng_gif_input()
[all …]
/freebsd/usr.bin/tr/
H A Dtr.160 .Bl -tag -width Ds
133 .Bl -tag -width [:equiv:]
140 To follow an octal sequence with a digit as a character, left zero-pad
145 .Bl -column "\ea"
148 .It "\ef <form-feed>"
156 .It c-c
157 For non-octal range endpoints
176 .Bl -column "phonogram"
184 .It "lower <lower-case alphabetic characters>"
191 .It "upper <upper-case characters>"
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1 //===- HexagonConstExtenders.cpp ------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
28 #define DEBUG_TYPE "hexagon-cext-opt"
33 "hexagon-cext-threshold", cl::init(3), cl::Hidden,
37 ReplaceLimit("hexagon-cext-limit", cl::init(0), cl::Hidden,
47 int32_t U = (V & -A) + O; in adjustUp()
53 int32_t U = (V & -A) + O; in adjustDown()
54 return U <= V ? U : U-A; in adjustDown()
61 // except in the case of an empty range.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVLegalizerInfo.cpp1 //===-- RISCVLegalizerInfo.cpp ----------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 /// This file implements the targeting of the Machinelegalizer class for RISC-V.
11 //===----------------------------------------------------------------------===//
130 {G_UADDE, G_UADDO, G_USUBE, G_USUBO}).lower(); in RISCVLegalizerInfo()
132 getActionDefinitionsBuilder({G_SADDO, G_SSUBO}).minScalar(0, sXLen).lower(); in RISCVLegalizerInfo()
134 // TODO: Use Vector Single-Width Saturating Instructions for vector types. in RISCVLegalizerInfo()
136 .lower(); in RISCVLegalizerInfo()
157 .lower(); in RISCVLegalizerInfo()
[all …]
/freebsd/contrib/spleen/
H A DChangeLog1 Spleen 2.1.0 (2024-03-22)
3 - Document how wsfont header files (for OpenBSD and NetBSD) are generated
4 - Add base cyrillic (basic alphabet + most used extended) characters (Thanks
6 - Fix latin small letter 'u' smoothing in the 32x64 version
7 - Fix smoothing on more variants of 'u' in the 32x64 version
11 Spleen 2.0.2 (2023-12-25)
13 - Fix MALE and FEMALE character ordering in the 16x32 and 32x64
15 - Update README to add a link to the Alpine Linux package
19 Spleen 2.0.1 (2023-11-17)
21 - Add a 'com' target to generate SPLEEN.COM, the DOS version of Spleen
[all …]
/freebsd/lib/libc/locale/
H A Dtowlower.337 .Nd "upper case to lower case letter conversion (wide character version)"
47 function converts an upper-case letter to the corresponding lower-case
50 If the argument is an upper-case letter, the
52 function returns the corresponding lower-case letter if there is
63 .St -isoC-99 .
H A Dtowupper.337 .Nd "lower case to upper case letter conversion (wide character version)"
47 function converts a lower-case letter to the corresponding
48 upper-case letter.
50 If the argument is a lower-case letter, the
52 function returns the corresponding upper-case letter if there is
63 .St -isoC-99 .
H A Dtolower.338 .Nd upper case to lower case letter conversion
52 functions convert an upper-case letter to the corresponding lower-case
63 function uses the current global or per-thread locale.
65 If the argument is an upper-case letter, the
69 functions return the corresponding lower-case letter if there is
95 .St -isoC .
H A Dtoupper.338 .Nd lower case to upper case letter conversion
52 functions convert a lower-case letter to the corresponding
53 upper-case letter.
63 function uses the current global or per-thread locale.
65 If the argument is a lower-case letter, the
69 functions return the corresponding upper-case letter if there is
95 .St -isoC .
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp1 //===- RISCVOptWInstrs.cpp - MI W instruction optimizations ---------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===---------------------------------------------------------------------===//
17 // it removes the -w suffix from opw instructions whenever all users are
18 // dependent only on the lower word of the result of the instruction.
28 // only on the lower word of the result of the instruction.
33 //===---------------------------------------------------------------------===//
45 #define DEBUG_TYPE "riscv-opt-w-instrs"
46 #define RISCV_OPT_W_INSTRS_NAME "RISC-V Optimize W Instructions"
48 STATISTIC(NumRemovedSExtW, "Number of removed sign-extensions");
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1 //===-- SystemZAsmPrinter.cpp - SystemZ LLVM assembly printer -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
41 if (MI->isCompare()) in lowerRILow()
43 .addReg(SystemZMC::getRegAsGR32(MI->getOperand(0).getReg())) in lowerRILow()
44 .addImm(MI->getOperand(1).getImm()); in lowerRILow()
47 .addReg(SystemZMC::getRegAsGR32(MI->getOperand(0).getReg())) in lowerRILow()
48 .addReg(SystemZMC::getRegAsGR32(MI->getOperand(1).getReg())) in lowerRILow()
49 .addImm(MI->getOperand(2).getImm()); in lowerRILow()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp1 //===- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst --------
315 void MipsMCInstLower::Lower(const MachineInstr *MI, MCInst &OutMI) const { Lower() function in MipsMCInstLower
[all...]
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Dformat.txt23 ---------------------
24 Mn 0 Mark, Non-Spacing
52 L 28 Left-To-Right
53 R 29 Right-To-Left
69 Nb 40 Non-Breaking
79 Assumptions: unsigned short is at least 16-bits in size and unsigned long
80 is at least 32-bits in size.
89 Ranges[] arrays. The Offsets[] array is aligned on a 4-byte boundary and
91 Ranges[] array. The Ranges[] array contains pairs of 4-byte values
100 machine with a different endian order and the values must be byte-swapped.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchOptWInstrs.cpp1 //===- LoongArchOptWInstrs.cpp - MI W instruction optimizations ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===---------------------------------------------------------------------===//
17 // it removes the -w suffix from opw instructions whenever all users are
18 // dependent only on the lower word of the result of the instruction.
25 // only on the lower word of the result of the instruction.
30 //===---------------------------------------------------------------------===//
42 #define DEBUG_TYPE "loongarch-opt-w-instrs"
45 STATISTIC(NumRemovedSExtW, "Number of removed sign-extensions");
47 "Number of instructions transformed to W-ops");
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kMCInstLower.cpp1 //===-- M68kMCInstLower.cpp - M68k MachineInstr to MCInst -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This file contains code to lower M68k MachineInstrs to their
13 //===----------------------------------------------------------------------===//
32 #define DEBUG_TYPE "m68k-mc-inst-lower"
63 Sym = MO.getMBB()->getSymbol(); in GetSymbolFromOperand()
83 case M68kII::MO_NO_FLAG: in LowerSymbolOperand()
84 case M68kII::MO_ABSOLUTE_ADDRESS: in LowerSymbolOperand()
85 case M68kII::MO_PC_RELATIVE_ADDRESS: in LowerSymbolOperand()
[all …]
/freebsd/contrib/sendmail/libsm/
H A Dlowercase.c25 ** ASCIISTR -- check whether a string is printable ASCII
28 ** str -- string
48 ** ASCIINSTR -- check whether a string is printable ASCII up to len
51 ** str -- string
52 ** len -- length to check
81 ** MAKELOWER -- Translate a line into lower case
84 ** p -- string to translate (modified in place if possible). [A]
87 ** lower cased string
90 ** String p is translated to lower case if possible.
115 ** SM_LOWERCASE -- lower case a UTF-8 string
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp1 //===-- IntrinsicLowering.cpp - Intrinsic Lowering default implementation -===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
25 /// This function is used when we want to lower an intrinsic call to a call of
35 Module *M = CI->getModule(); in ReplaceCallWith()
39 ParamTys.push_back((*I)->getType()); in ReplaceCallWith()
41 M->getOrInsertFunction(NewFn, FunctionType::get(RetTy, ParamTys, false)); in ReplaceCallWith()
43 IRBuilder<> Builder(CI->getParent(), CI->getIterator()); in ReplaceCallWith()
46 NewCI->setName(CI->getName()); in ReplaceCallWith()
[all …]

12345678910>>...44