Home
last modified time | relevance | path

Searched refs:retVal (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/bsd/bzip2/dist/
H A Dbzip2recover.c198 Int32 retVal = putc ( (UChar) bs->buffer, bs->handle ); in bsPutBit() local
199 if (retVal == EOF) writeError(); in bsPutBit()
220 Int32 retVal = getc ( bs->handle ); in bsGetBit() local
221 if ( retVal == EOF ) { in bsGetBit()
226 bs->buffer = retVal; in bsGetBit()
235 Int32 retVal; in bsClose() local
242 retVal = putc ( (UChar) (bs->buffer), bs->handle ); in bsClose()
243 if (retVal == EOF) writeError(); in bsClose()
245 retVal = fflush ( bs->handle ); in bsClose()
246 if (retVal == EOF) writeError(); in bsClose()
[all …]
H A Dbzip2.c109 int retVal = setmode ( fileno ( fd ), \
111 ERROR_IF_MINUS_ONE ( retVal ); \
121 int retVal = setmode ( fileno ( fd ), \
123 ERROR_IF_MINUS_ONE ( retVal ); \
150 int retVal = setmode ( fileno ( fd ), \
152 ERROR_IF_MINUS_ONE ( retVal ); \
692 IntNative retVal; in cleanUpAndFail() local
704 retVal = MY_STAT ( inName, &statBuf ); in cleanUpAndFail()
705 if (retVal == 0) { in cleanUpAndFail()
712 retVal = remove ( outName ); in cleanUpAndFail()
[all …]
H A Ddecompress.c43 { retVal = rrr; goto save_state_and_return; };
111 Int32 retVal; in BZ2_decompress() local
195 retVal = BZ_OK; in BZ2_decompress()
648 return retVal; in BZ2_decompress()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/testzlib/
H A Dtestzlib.c123 int retVal=1; in ReadFileMemory() local
134 retVal=0; in ReadFileMemory()
138 retVal=0; in ReadFileMemory()
142 return retVal; in ReadFileMemory()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/testzlib/
H A Dtestzlib.c123 int retVal=1; in ReadFileMemory() local
134 retVal=0; in ReadFileMemory()
138 retVal=0; in ReadFileMemory()
142 return retVal; in ReadFileMemory()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/testzlib/
H A Dtestzlib.c123 int retVal=1; in ReadFileMemory() local
134 retVal=0; in ReadFileMemory()
138 retVal=0; in ReadFileMemory()
142 return retVal; in ReadFileMemory()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/testzlib/
H A Dtestzlib.c123 int retVal=1; in ReadFileMemory() local
134 retVal=0; in ReadFileMemory()
138 retVal=0; in ReadFileMemory()
142 return retVal; in ReadFileMemory()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9280.c182 int16_t minGain,minPwr,minPcdac,retVal;
200 retVal = minPwr - (minPcdac*2);
201 return(retVal);
H A Dar2133.c246 int16_t minGain,minPwr,minPcdac,retVal;
264 retVal = minPwr - (minPcdac*2);
265 return(retVal);
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.h288 int read_data_attr (Dwarf_Half attr, int64_t *retVal);
289 int read_ref_attr (Dwarf_Half attr, int64_t *retVal);
H A DDwarfLib.cc1961 DwrCU::read_data_attr (Dwarf_Half attr, int64_t *retVal) in read_data_attr() argument
1973 *retVal = dwrAttr->u.val; in read_data_attr()
1981 DwrCU::read_ref_attr (Dwarf_Half attr, int64_t *retVal) in read_ref_attr() argument
1995 *retVal = dwrAttr->u.val; in read_ref_attr()
2004 int64_t retVal; in Dwarf_data() local
2005 if (read_data_attr (attr, &retVal) == DW_DLV_OK) in Dwarf_data()
2006 return retVal; in Dwarf_data()
2013 int64_t retVal; in Dwarf_ref() local
2014 if (read_ref_attr (attr, &retVal) == DW_DLV_OK) in Dwarf_ref()
2015 return retVal; in Dwarf_ref()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.h295 int read_data_attr (Dwarf_Half attr, int64_t *retVal);
296 int read_ref_attr (Dwarf_Half attr, int64_t *retVal);
H A DDwarfLib.cc2243 DwrCU::read_data_attr (Dwarf_Half attr, int64_t *retVal) in read_data_attr() argument
2256 *retVal = dwrAttr->u.val; in read_data_attr()
2264 DwrCU::read_ref_attr (Dwarf_Half attr, int64_t *retVal) in read_ref_attr() argument
2278 *retVal = dwrAttr->u.val; in read_ref_attr()
2287 int64_t retVal; in Dwarf_data() local
2288 if (read_data_attr (attr, &retVal) == DW_DLV_OK) in Dwarf_data()
2289 return retVal; in Dwarf_data()
2296 int64_t retVal; in Dwarf_ref() local
2297 if (read_ref_attr (attr, &retVal) == DW_DLV_OK) in Dwarf_ref()
2298 return retVal; in Dwarf_ref()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5112.c737 int16_t minGain,minPwr,minPcdac,retVal; in ar5112GetMinPower() local
755 retVal = minPwr - (minPcdac*2); in ar5112GetMinPower()
756 return(retVal); in ar5112GetMinPower()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc394 int retVal = gethostname(hostname, HOST_NAME_MAX); in GetSystemName()
395 if (retVal != 0) return std::string(""); in GetSystemName()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbzlib.c1129 { retVal = rrr; goto save_state_and_return; };
1197 Int32 retVal; in netpgpv_BZ2_decompress() local
1281 retVal = BZ_OK; in netpgpv_BZ2_decompress()
1728 return retVal; in netpgpv_BZ2_decompress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp972 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, Instruction *InsertBefore) in ReturnInst() argument
974 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
976 if (retVal) in ReturnInst()
977 Op<0>() = retVal; in ReturnInst()
980 ReturnInst::ReturnInst(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd) in ReturnInst() argument
982 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst()
984 if (retVal) in ReturnInst()
985 Op<0>() = retVal; in ReturnInst()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dzip.c1960 int retVal = ZIP_OK; in zipRemoveExtraInfoBlock() local
1999 retVal = ZIP_OK; in zipRemoveExtraInfoBlock()
2002 retVal = ZIP_ERRNO; in zipRemoveExtraInfoBlock()
2006 return retVal; in zipRemoveExtraInfoBlock()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dzip.c1960 int retVal = ZIP_OK; in zipRemoveExtraInfoBlock() local
1999 retVal = ZIP_OK; in zipRemoveExtraInfoBlock()
2002 retVal = ZIP_ERRNO; in zipRemoveExtraInfoBlock()
2006 return retVal; in zipRemoveExtraInfoBlock()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dzip.c1960 int retVal = ZIP_OK; in zipRemoveExtraInfoBlock() local
1999 retVal = ZIP_OK; in zipRemoveExtraInfoBlock()
2002 retVal = ZIP_ERRNO; in zipRemoveExtraInfoBlock()
2006 return retVal; in zipRemoveExtraInfoBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstructions.h2954 explicit ReturnInst(LLVMContext &C, Value *retVal = nullptr,
2956 ReturnInst(LLVMContext &C, Value *retVal, BasicBlock *InsertAtEnd);
2966 static ReturnInst* Create(LLVMContext &C, Value *retVal = nullptr,
2968 return new(!!retVal) ReturnInst(C, retVal, InsertBefore);
2971 static ReturnInst* Create(LLVMContext &C, Value *retVal,
2973 return new(!!retVal) ReturnInst(C, retVal, InsertAtEnd);