/external/qemu/distrib/sdl-1.2.15/src/audio/nto/ |
D | SDL_nto_audio.c | 142 int rval; in NTO_AudioAvailable() local 148 rval = snd_pcm_open_preferred(&handle, NULL, NULL, OPEN_FLAGS); in NTO_AudioAvailable() 150 if (rval >= 0) in NTO_AudioAvailable() 154 if ((rval = snd_pcm_close(handle)) < 0) in NTO_AudioAvailable() 156 SDL_SetError("NTO_AudioAvailable(): snd_pcm_close failed: %s\n", snd_strerror(rval)); in NTO_AudioAvailable() 250 int written, rval; in NTO_PlayAudio() local 282 if ((rval = snd_pcm_plugin_status(audio_handle, &cstatus)) < 0) in NTO_PlayAudio() 284 … SDL_SetError("NTO_PlayAudio(): snd_pcm_plugin_status failed: %s\n", snd_strerror(rval)); in NTO_PlayAudio() 289 … if ((rval = snd_pcm_plugin_prepare(audio_handle, SND_PCM_CHANNEL_PLAYBACK)) < 0) in NTO_PlayAudio() 291 … SDL_SetError("NTO_PlayAudio(): snd_pcm_plugin_prepare failed: %s\n", snd_strerror(rval)); in NTO_PlayAudio() [all …]
|
/external/chromium_org/third_party/simplejson/ |
D | _speedups.c | 126 _build_rval_index_tuple(PyObject *rval, Py_ssize_t idx); 144 encoder_listencode_list(PyEncoderObject *s, PyObject *rval, PyObject *seq, Py_ssize_t indent_level); 146 encoder_listencode_obj(PyEncoderObject *s, PyObject *rval, PyObject *obj, Py_ssize_t indent_level); 148 encoder_listencode_dict(PyEncoderObject *s, PyObject *rval, PyObject *dct, Py_ssize_t indent_level); 206 int rval = 0; in _is_namedtuple() local 212 rval = PyCallable_Check(_asdict); in _is_namedtuple() 214 return rval; in _is_namedtuple() 282 PyObject *rval; in ascii_escape_unicode() local 292 rval = PyString_FromStringAndSize(NULL, output_size); in ascii_escape_unicode() 293 if (rval == NULL) { in ascii_escape_unicode() [all …]
|
/external/clang/test/CXX/special/class.inhctor/ |
D | p8.cpp | 4 constexpr A(const int&) : rval(false) {} in A() 5 constexpr A(const int&&) : rval(true) {} in A() 6 bool rval; member 20 static_assert(a0.rval && !a1.rval && b0.rval && !b1.rval, "");
|
/external/stlport/test/unit/ |
D | strstream_test.cpp | 36 _STLP_LONG_LONG rval = 0; in input() local 37 is >> rval; in input() 38 CPPUNIT_ASSERT( rval == 652208307 ); in input() 42 _STLP_LONG_LONG rval = 0; in input() local 43 is >> rval; in input() 44 CPPUNIT_ASSERT( rval == -652208307 ); in input()
|
/external/openssh/contrib/hpux/ |
D | sshd.rc | 36 rval=0 46 rval=1 # script FAILed 70 rval=2 78 rval=1 86 rval=1 90 exit $rval
|
D | egd.rc | 38 rval=0 48 rval=1 # script FAILed 75 rval=2 85 rval=1 94 rval=1 98 exit $rval
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/ |
D | SDL_dcaudio.c | 115 unsigned lval,rval; in spu_memload_stereo8() local 117 rval = *src++; in spu_memload_stereo8() 119 rval|= (*src++)<<8; in spu_memload_stereo8() 121 rval|= (*src++)<<16; in spu_memload_stereo8() 123 rval|= (*src++)<<24; in spu_memload_stereo8() 125 g2_write_32(right++,rval); in spu_memload_stereo8() 137 unsigned lval,rval; in spu_memload_stereo16() local 139 rval = *src++; in spu_memload_stereo16() 141 rval|= (*src++)<<16; in spu_memload_stereo16() 143 g2_write_32(right++,rval); in spu_memload_stereo16()
|
/external/qemu/ |
D | qemu-timer.h | 244 uint64_t rval; in cpu_get_real_ticks() local 245 asm volatile("rd %%tick,%0" : "=r"(rval)); in cpu_get_real_ticks() 246 return rval; in cpu_get_real_ticks() 254 } rval; in cpu_get_real_ticks() 256 : "=r"(rval.i32.high), "=r"(rval.i32.low)); in cpu_get_real_ticks() 257 return rval.i64; in cpu_get_real_ticks()
|
/external/iproute2/misc/ |
D | rtacct.c | 249 unsigned long long rval[4]; in dump_incr_db() local 258 rval[k] = val[k]; in dump_incr_db() 259 if (rval[k] < hist_db->val[realm*4+k]) in dump_incr_db() 262 rval[k] -= hist_db->val[realm*4+k]; in dump_incr_db() 266 rval[k] = val[k]; in dump_incr_db() 276 !rval[0] && !rate[0] && in dump_incr_db() 277 !rval[1] && !rate[1] && in dump_incr_db() 278 !rval[2] && !rate[2] && in dump_incr_db() 279 !rval[3] && !rate[3]) in dump_incr_db() 285 format_count(fp, rval[i]); in dump_incr_db()
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | ttsbit0.c | 518 FT_UShort rval; in tt_sbit_decoder_load_bit_aligned() local 558 rval = 0; in tt_sbit_decoder_load_bit_aligned() 574 rval = *p++; in tt_sbit_decoder_load_bit_aligned() 580 rval |= *p++; in tt_sbit_decoder_load_bit_aligned() 585 rval >>= 8; in tt_sbit_decoder_load_bit_aligned() 589 *write++ |= ( ( rval >> nbits ) & 0xFF ) & in tt_sbit_decoder_load_bit_aligned() 591 rval <<= 8; in tt_sbit_decoder_load_bit_aligned() 599 rval |= *p++; in tt_sbit_decoder_load_bit_aligned() 600 *write++ |= ( rval >> nbits ) & 0xFF; in tt_sbit_decoder_load_bit_aligned() 602 rval <<= 8; in tt_sbit_decoder_load_bit_aligned() [all …]
|
D | ttsbit.c | 551 FT_UShort rval; in tt_sbit_decoder_load_bit_aligned() local 591 rval = 0; in tt_sbit_decoder_load_bit_aligned() 607 rval = *p++; in tt_sbit_decoder_load_bit_aligned() 613 rval |= *p++; in tt_sbit_decoder_load_bit_aligned() 618 rval >>= 8; in tt_sbit_decoder_load_bit_aligned() 622 *pwrite++ |= ( ( rval >> nbits ) & 0xFF ) & in tt_sbit_decoder_load_bit_aligned() 624 rval <<= 8; in tt_sbit_decoder_load_bit_aligned() 632 rval |= *p++; in tt_sbit_decoder_load_bit_aligned() 633 *pwrite++ |= ( rval >> nbits ) & 0xFF; in tt_sbit_decoder_load_bit_aligned() 635 rval <<= 8; in tt_sbit_decoder_load_bit_aligned() [all …]
|
/external/openssh/ |
D | entropy.c | 76 int fd, addr_len, rval, errors; in get_random_bytes_prngd() local 110 rval = -1; in get_random_bytes_prngd() 155 rval = 0; in get_random_bytes_prngd() 160 return rval; in get_random_bytes_prngd()
|
/external/libffi/testsuite/libffi.call/ |
D | cls_multi_uchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() argument 33 *(ffi_arg *)rval = test_func_fn(a1, a2, a3, a4); in test_func_gn() 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func()
|
D | cls_multi_schar.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() argument 30 *(ffi_arg *)rval = test_func_fn(a1, a2); in test_func_gn()
|
D | cls_multi_sshort.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() argument 30 *(ffi_arg *)rval = test_func_fn(a1, a2); in test_func_gn()
|
/external/openssh/openbsd-compat/ |
D | mktemp.c | 81 int rval; local 125 rval = stat(path, &sbuf); 127 if (rval != 0)
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | intltest.cpp | 556 UBool rval = this->verbose; in setVerbose() local 558 return rval; in setVerbose() 563 UBool rval = this->warn_on_missing_data; in setWarnOnMissingData() local 565 return rval; in setWarnOnMissingData() 570 UBool rval = this->no_err_msg; in setNoErrMsg() local 572 return rval; in setNoErrMsg() 577 UBool rval = this->quick; in setQuick() local 579 return rval; in setQuick() 584 UBool rval = this->leaks; in setLeaks() local 586 return rval; in setLeaks() [all …]
|
/external/icu4c/test/intltest/ |
D | intltest.cpp | 572 UBool rval = this->verbose; in setVerbose() local 574 return rval; in setVerbose() 579 UBool rval = this->no_time; in setNotime() local 581 return rval; in setNotime() 586 UBool rval = this->warn_on_missing_data; in setWarnOnMissingData() local 588 return rval; in setWarnOnMissingData() 593 UBool rval = this->no_err_msg; in setNoErrMsg() local 595 return rval; in setNoErrMsg() 600 UBool rval = this->quick; in setQuick() local 602 return rval; in setQuick() [all …]
|
/external/freetype/src/sfnt/ |
D | ttsbit.c | 551 FT_UShort rval; in tt_sbit_decoder_load_bit_aligned() local 591 rval = 0; in tt_sbit_decoder_load_bit_aligned() 607 rval = *p++; in tt_sbit_decoder_load_bit_aligned() 613 rval |= *p++; in tt_sbit_decoder_load_bit_aligned() 618 rval >>= 8; in tt_sbit_decoder_load_bit_aligned() 622 *pwrite++ |= ( ( rval >> nbits ) & 0xFF ) & in tt_sbit_decoder_load_bit_aligned() 624 rval <<= 8; in tt_sbit_decoder_load_bit_aligned() 632 rval |= *p++; in tt_sbit_decoder_load_bit_aligned() 633 *pwrite++ |= ( rval >> nbits ) & 0xFF; in tt_sbit_decoder_load_bit_aligned() 635 rval <<= 8; in tt_sbit_decoder_load_bit_aligned() [all …]
|
/external/libffi/src/sparc/ |
D | ffi.c | 371 void *rval = rvalue; in ffi_call() local 383 rval = alloca(64); in ffi_call() 386 rval = NULL; in ffi_call() 406 cif->flags, rval, fn); in ffi_call() 407 if (rvalue && rval && cif->rtype->type == FFI_TYPE_STRUCT) in ffi_call() 408 ffi_v9_layout_struct(cif->rtype, 0, (char *)rvalue, (char *)rval, ((char *)rval)+32); in ffi_call()
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
D | uperf.cpp | 280 UBool rval; in runTest() local 293 rval = runTestLoop( NULL, NULL ); in runTest() 297 rval = TRUE; in runTest() 300 rval = runTestLoop( name, par ); in runTest() 305 return rval; in runTest() 336 UBool rval = FALSE; in runTestLoop() local 356 rval=TRUE; in runTestLoop() 463 return rval; in runTestLoop()
|
/external/icu4c/tools/ctestfw/ |
D | uperf.cpp | 290 UBool rval; in runTest() local 303 rval = runTestLoop( NULL, NULL ); in runTest() 307 rval = TRUE; in runTest() 310 rval = runTestLoop( name, par ); in runTest() 315 return rval; in runTest() 345 UBool rval = FALSE; in runTestLoop() local 365 rval=TRUE; in runTestLoop() 472 return rval; in runTestLoop()
|
/external/llvm/test/Analysis/BasicAA/ |
D | 2010-09-15-GEP-SignedArithmetic.ll | 15 %rval = add i32 %loada, %loadb 16 ret i32 %rval
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-06-14-PreschedRegalias.ll | 12 %rval = tail call i8 @bar() nounwind 14 %m2 = mul i8 %m1, %rval
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2009-12-17-CmpSelectNull.ll | 11 %rval = getelementptr i8* %cond276, i1 %cmp.i504 12 ret i8* %rval
|