HomeSort by: relevance | last modified time | path
    Searched refs:PutChar (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/emips/stand/common/
putchar.c 1 /* $NetBSD: putchar.c,v 1.3 2014/02/24 22:31:56 christos Exp $ */
40 putchar(int ch) function
42 PutChar((uint8_t)ch);
start.h 36 extern int PutChar(uint8_t v);
start.S 402 jal PutChar
441 jal PutChar
491 /* int PutChar(UINT8 v);
494 LEAF(PutChar)
517 END(PutChar)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 1541 FunctionCallee PutChar =
1544 CallInst *CI = B.CreateCall(PutChar,
1552 dyn_cast<Function>(PutChar.getCallee()->stripPointerCasts()))

Completed in 62 milliseconds