HomeSort by: relevance | last modified time | path
    Searched refs:Con (Results 1 - 6 of 6) 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/clang/include/clang/Basic/
SourceManager.h 307 static FileInfo get(SourceLocation IL, ContentCache &Con,
313 X.ContentAndKind.setPointer(&Con);
315 Con.Filename = Filename;
  /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/usr.sbin/sysinst/
msg.mi.es 73 NetBSD en un disco duro, o actualizar un sistema NetBSD existente con
229 El espacio libre sobrante ser� a�adido a la partici�n marcada con �+�.}
281 {Con este valor, el final de la partici�n est� mas all� del final del disco.
493 opciones. Para ftp o nfs, tiene que estar conectado a una red con acceso
716 sin errores y %d con errores.
1027 de montaje con �/�.
1167 preocuparse de fundir el directorio /emul/aout nuevamente creado con el viejo.
1504 quiere sobreescribir dicha partici�n con NetBSD?
  /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 68 milliseconds