Searched refs:last_val (Results 1 – 6 of 6) sorted by relevance
/external/fio/lib/ |
D | lfsr.c | 91 case 15: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 92 case 14: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 93 case 13: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 94 case 12: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 95 case 11: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 96 case 10: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 97 case 9: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 98 case 8: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 99 case 7: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() 100 case 6: __LFSR_NEXT(fl, fl->last_val); in __lfsr_next() [all …]
|
D | lfsr.h | 16 uint64_t last_val; member
|
/external/dtc/ |
D | convert-dtsv0-lexer.l | 49 static unsigned long long last_val; variable 116 val = val - last_val + 1; 147 last_val = val;
|
/external/libxaac/decoder/ |
D | ixheaacd_qmf_dec.c | 164 WORD32 inp_re, inp_im, out_re, out_im, last_val, out_re1; in ixheaacd_posttwdct2() local 180 last_val = (out_re - out_im); in ixheaacd_posttwdct2() 204 out_re = ixheaacd_mult32x16in32(last_val, twid_re); in ixheaacd_posttwdct2() 275 WORD32 inp_re, out_re, out_im, last_val, out_re1; in ixheaacd_posttwdct2_32() local 293 last_val = (out_re - out_im); in ixheaacd_posttwdct2_32() 332 out_re = ixheaacd_mult32x16in32(last_val, twid_re); in ixheaacd_posttwdct2_32()
|
/external/fio/t/ |
D | lfsr-test.c | 74 printf("Seed is %lu\n", (unsigned long) fl->last_val); in main()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 6320 int32_t last_val; in BuildFastFixedArrayForEach() local 6321 bool constent_last = ToInt32Constant(last_element_exclusive, last_val); in BuildFastFixedArrayForEach() 6323 int delta = last_val - first_val; in BuildFastFixedArrayForEach() 6327 for (int i = first_val; i < last_val; ++i) { in BuildFastFixedArrayForEach() 6335 for (int i = last_val - 1; i >= first_val; --i) { in BuildFastFixedArrayForEach()
|