Home
last modified time | relevance | path

Searched refs:intValue (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsparc-stub.c524 hexToInt(char **ptr, int *intValue) in hexToInt() argument
529 *intValue = 0; in hexToInt()
537 *intValue = (*intValue << 4) | hexValue; in hexToInt()
Di386-stub.c716 hexToInt (char **ptr, int *intValue) in hexToInt() argument
721 *intValue = 0; in hexToInt()
728 *intValue = (*intValue << 4) | hexValue; in hexToInt()
Dm68k-stub.c788 hexToInt (char **ptr, int *intValue) in hexToInt() argument
793 *intValue = 0; in hexToInt()
800 *intValue = (*intValue << 4) | hexValue; in hexToInt()
Dsh-stub.c355 hexToInt (char **ptr, int *intValue) in hexToInt() argument
360 *intValue = 0; in hexToInt()
367 *intValue = (*intValue << 4) | hexValue; in hexToInt()
Dm32r-stub.c923 hexToInt (unsigned char **ptr, int *intValue) in hexToInt() argument
928 *intValue = 0; in hexToInt()
934 *intValue = (*intValue << 4) | hexValue; in hexToInt()
/openbsd/src/gnu/usr.bin/binutils/gdb/nlm/
Dgdbserve.c475 hexToInt (char **ptr, int *intValue) in hexToInt() argument
480 *intValue = 0; in hexToInt()
487 *intValue = (*intValue <<4) | hexValue; in hexToInt()
/openbsd/src/gnu/llvm/llvm/include/llvm/WindowsResource/
DResourceScriptToken.h42 uint32_t intValue() const;
/openbsd/src/gnu/llvm/llvm/tools/llvm-rc/
DResourceScriptToken.h54 uint32_t intValue() const;
DResourceScriptToken.cpp48 uint32_t RCToken::intValue() const { in intValue() function in RCToken
Dllvm-rc.cpp643 outs() << "; int value = " << Token.intValue(); in doRc()
DResourceScriptStmt.h36 : Val(Token.intValue()), Long(Token.isLongInt()) {} in RCInt()
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
Dgdb_c_test.c2628 hexToInt( char **ptr, unsigned long *intValue ) in hexToInt() argument
2633 *intValue = 0; in hexToInt()
2639 *intValue = (*intValue << 4) | hexValue; in hexToInt()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGAtomic.cpp2086 llvm::Value *intValue = atomics.convertRValueToInt(rvalue); in EmitAtomicStore() local
2091 intValue = Builder.CreateIntCast( in EmitAtomicStore()
2092 intValue, addr.getElementType(), /*isSigned=*/false); in EmitAtomicStore()
2093 llvm::StoreInst *store = Builder.CreateStore(intValue, addr); in EmitAtomicStore()
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dgcj.texi1604 jint prim_value = x->intValue();
/openbsd/src/gnu/gcc/gcc/doc/
Dgcj.info2550 jint prim_value = x->intValue();