Searched refs:statep (Results 1 – 11 of 11) sorted by relevance
/third_party/mksh/ |
D | lex.c | 155 uint8_t state_flags = statep->ls_flags; \ 156 if (++statep == state_info.end) \ 157 statep = push_state_i(&state_info, statep); \ 158 state = statep->type = (s); \ 159 statep->ls_flags = state_flags; \ 163 if (--statep == state_info.base) \ 164 statep = pop_state_i(&state_info, statep); \ 165 state = statep->type; \ 172 statep->ls_start = Xsavepos(ws, wp); \ 180 wp = Xrestpos(ws, wp, statep->ls_start); \ [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | cabac.h | 80 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument 81 "movzbl "statep" , "ret" \n\t"\ 94 "mov "tmpbyte" , "statep" \n\t"\ 144 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument 145 "movzbl "statep" , "ret" \n\t"\ 155 "mov "tmpbyte" , "statep" \n\t"\
|
/third_party/boost/libs/hana/test/map/ |
D | fold_left.cpp | 38 auto* statep = &state; in main() local 43 return hana::fold_left(xs, *statep, *fp); in main()
|
D | fold_right.cpp | 38 auto* statep = &state; in main() local 43 return hana::fold_right(xs, *statep, *fp); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | dxv.c | 499 uint8_t **dstp, int *statep, in dxv_decompress_cgo() argument 506 int state = *statep; in dxv_decompress_cgo() 730 *statep = state; in dxv_decompress_cgo()
|
/third_party/libpng/ |
D | png.c | 2712 png_check_fp_number(png_const_charp string, size_t size, int *statep, 2715 int state = *statep; 2830 *statep = state;
|
D | pngpriv.h | 1958 size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
|
/third_party/skia/third_party/externals/libpng/ |
D | png.c | 2712 png_check_fp_number(png_const_charp string, size_t size, int *statep, 2715 int state = *statep; 2830 *statep = state;
|
D | pngpriv.h | 1958 size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | png.c | 2712 png_check_fp_number(png_const_charp string, size_t size, int *statep, 2715 int state = *statep; 2830 *statep = state;
|
D | pngpriv.h | 1958 size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
|