Searched refs:intValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Di386-stub.c716 hexToInt (char **ptr, int *intValue) argument
721 *intValue = 0;
728 *intValue = (*intValue << 4) | hexValue;
H A Dsparc-stub.c524 hexToInt(char **ptr, int *intValue) argument
529 *intValue = 0;
537 *intValue = (*intValue << 4) | hexValue;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp938 llvm::Value *intValue; local
945 intValue = value;
950 intValue = Builder.CreatePtrToInt(value, inputIntTy);
952 intValue = Builder.CreateBitCast(value, inputIntTy);
963 intValue = Builder.CreateAlignedLoad(addr,
969 llvm::StoreInst *store = Builder.CreateStore(intValue, addr);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug.c569 * @param intValue
572 static int cvmx_debug_hexToLong(const char **ptr, uint64_t *intValue) argument
577 *intValue = 0;
584 *intValue = (*intValue << 4) | hexValue;

Completed in 138 milliseconds