OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Con
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.sbin/ac/
ac.c
84
static char (*
Con
)[UT_LINESIZE] = NULL;
89
(bsearch(line,
Con
, Ncon, sizeof(
Con
[0]), compare) != NULL)
203
if ((
Con
= malloc((Maxcon = 10) * sizeof(
Con
[0]))) == NULL)
211
if ((nCon = realloc(
Con
, (Maxcon + 10) *
212
sizeof(
Con
[0]))) == NULL)
214
Con
= nCon;
217
strlcpy(
Con
[Ncon++], tty->ty_name, UT_LINESIZE);
220
qsort(
Con
, Ncon, sizeof(Con[0]), compare)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
447
SDValue
Con
= DAG.getConstant(CFP->getValueAPF().
450
return DAG.getStore(Chain, dl,
Con
, Ptr, ST->getPointerInfo(),
457
SDValue
Con
= DAG.getConstant(CFP->getValueAPF().bitcastToAPInt().
459
return DAG.getStore(Chain, dl,
Con
, Ptr, ST->getPointerInfo(),
LegalizeVectorTypes.cpp
2897
SDValue
Con
= DAG.getNode(ISD::CONCAT_VECTORS, DL, WideResVT, LoRes, HiRes);
2902
return DAG.getNode(ExtendCode, DL, N->getValueType(0),
Con
);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
6362
ConstantSDNode *
Con
= dyn_cast<ConstantSDNode>(ShAmt);
6367
(
Con
&& (
Con
->getZExtValue() == 0 ||
Con
->getZExtValue() >= 32)))
6375
if (!
Con
)
Completed in 50 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026