Home
last modified time | relevance | path

Searched refs:statep (Results 1 - 6 of 6) sorted by relevance

/third_party/mksh/
H A 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
200 Lex_state states[STATE_BSIZE], *statep, *s2, *base; yylex() local
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dcabac.h80 #define BRANCHLESS_GET_CABAC(ret, retq, statep, low, lowword, range, rangeq, tmp, tmpbyte, byte, end, norm_off, lps_off, mlps_off, tables) \
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, end, norm_off, lps_off, mlps_off, tables) \
145 "movzbl "statep" , "ret" \n\t"\
155 "mov "tmpbyte" , "statep" \n\t"\
/third_party/ffmpeg/libavcodec/
H A Ddxv.c499 uint8_t **dstp, int *statep, in dxv_decompress_cgo()
506 int state = *statep; in dxv_decompress_cgo()
730 *statep = state; in dxv_decompress_cgo()
495 dxv_decompress_cgo(DXVContext *ctx, GetByteContext *gb, uint8_t *tex_data, int tex_size, uint8_t *op_data, int *oindex, int op_size, uint8_t **dstp, int *statep, uint8_t **tab0, uint8_t **tab1, int offset) dxv_decompress_cgo() argument
/third_party/elfutils/src/
H A Delflint.c1375 struct loaded_segment *loaded, enum load_state *statep) in check_one_reloc()
1477 if (*statep == state_undecided) in check_one_reloc()
1478 *statep = in_loaded_seg ? state_loaded : state_unloaded; in check_one_reloc()
1479 else if ((*statep == state_unloaded && in_loaded_seg) in check_one_reloc()
1480 || (*statep == state_loaded && !in_loaded_seg)) in check_one_reloc()
1485 *statep = state_error; in check_one_reloc()
1371 check_one_reloc(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, size_t cnt, const GElf_Shdr *symshdr, Elf_Data *symdata, GElf_Addr r_offset, GElf_Xword r_info, const GElf_Shdr *destshdr, bool reldyn, struct loaded_segment *loaded, enum load_state *statep) check_one_reloc() argument
/third_party/skia/third_party/externals/libpng/
H A Dpng.c2712 png_check_fp_number(png_const_charp string, size_t size, int *statep, in png_check_fp_number() argument
2715 int state = *statep; in png_check_fp_number()
2830 *statep = state; in png_check_fp_number()
H A Dpngpriv.h1990 size_t size, int *statep, png_size_tp whereami),PNG_EMPTY);

Completed in 17 milliseconds