Home
last modified time | relevance | path

Searched refs:statep (Results 1 – 13 of 13) sorted by relevance

/third_party/mksh/
Dlex.c155 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/
Dcabac.h78 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument
79 "movzbl "statep" , "ret" \n\t"\
92 "mov "tmpbyte" , "statep" \n\t"\
142 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, en… argument
143 "movzbl "statep" , "ret" \n\t"\
153 "mov "tmpbyte" , "statep" \n\t"\
/third_party/boringssl/src/crypto/poly1305/
Dpoly1305.c155 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { in CRYPTO_poly1305_init() argument
156 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_init()
161 CRYPTO_poly1305_init_neon(statep, key); in CRYPTO_poly1305_init()
201 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, in CRYPTO_poly1305_update() argument
204 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_update()
208 CRYPTO_poly1305_update_neon(statep, in, in_len); in CRYPTO_poly1305_update()
246 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { in CRYPTO_poly1305_finish() argument
247 struct poly1305_state_st *state = poly1305_aligned_state(statep); in CRYPTO_poly1305_finish()
254 CRYPTO_poly1305_finish_neon(statep, mac); in CRYPTO_poly1305_finish()
/third_party/boost/libs/hana/test/map/
Dfold_left.cpp38 auto* statep = &state; in main() local
43 return hana::fold_left(xs, *statep, *fp); in main()
Dfold_right.cpp38 auto* statep = &state; in main() local
43 return hana::fold_right(xs, *statep, *fp); in main()
/third_party/boringssl/src/crypto/err/
Derr.c187 static void err_state_free(void *statep) { in err_state_free() argument
188 ERR_STATE *state = statep; in err_state_free()
/third_party/ffmpeg/libavcodec/
Ddxv.c499 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/
Dpng.c2712 png_check_fp_number(png_const_charp string, size_t size, int *statep,
2715 int state = *statep;
2830 *statep = state;
Dpngpriv.h1958 size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
/third_party/skia/third_party/externals/libpng/
Dpng.c2712 png_check_fp_number(png_const_charp string, size_t size, int *statep,
2715 int state = *statep;
2830 *statep = state;
Dpngpriv.h1958 size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);
/third_party/flutter/skia/third_party/externals/libpng/
Dpng.c2712 png_check_fp_number(png_const_charp string, size_t size, int *statep,
2715 int state = *statep;
2830 *statep = state;
Dpngpriv.h1958 size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);