Searched refs:intValue (Results 1 – 15 of 15) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | sparc-stub.c | 524 hexToInt(char **ptr, int *intValue) in hexToInt() argument 529 *intValue = 0; in hexToInt() 537 *intValue = (*intValue << 4) | hexValue; in hexToInt()
|
| D | i386-stub.c | 716 hexToInt (char **ptr, int *intValue) in hexToInt() argument 721 *intValue = 0; in hexToInt() 728 *intValue = (*intValue << 4) | hexValue; in hexToInt()
|
| D | m68k-stub.c | 788 hexToInt (char **ptr, int *intValue) in hexToInt() argument 793 *intValue = 0; in hexToInt() 800 *intValue = (*intValue << 4) | hexValue; in hexToInt()
|
| D | sh-stub.c | 355 hexToInt (char **ptr, int *intValue) in hexToInt() argument 360 *intValue = 0; in hexToInt() 367 *intValue = (*intValue << 4) | hexValue; in hexToInt()
|
| D | m32r-stub.c | 923 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/ |
| D | gdbserve.c | 475 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/ |
| D | ResourceScriptToken.h | 42 uint32_t intValue() const;
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-rc/ |
| D | ResourceScriptToken.h | 54 uint32_t intValue() const;
|
| D | ResourceScriptToken.cpp | 48 uint32_t RCToken::intValue() const { in intValue() function in RCToken
|
| D | llvm-rc.cpp | 643 outs() << "; int value = " << Token.intValue(); in doRc()
|
| D | ResourceScriptStmt.h | 36 : Val(Token.intValue()), Long(Token.isLongInt()) {} in RCInt()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/ |
| D | gdb_c_test.c | 2628 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/ |
| D | CGAtomic.cpp | 2086 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/ |
| D | gcj.texi | 1604 jint prim_value = x->intValue();
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | gcj.info | 2550 jint prim_value = x->intValue();
|