Searched defs:statep (Results 1 - 9 of 9) sorted by relevance

/external/boringssl/src/crypto/poly1305/
H A Dpoly1305.c168 void CRYPTO_poly1305_init(poly1305_state *statep, const uint8_t key[32]) { argument
169 struct poly1305_state_st *state = (struct poly1305_state_st *)statep;
174 CRYPTO_poly1305_init_neon(statep, key);
214 void CRYPTO_poly1305_update(poly1305_state *statep, const uint8_t *in, argument
217 struct poly1305_state_st *state = (struct poly1305_state_st *)statep;
221 CRYPTO_poly1305_update_neon(statep, in, in_len);
259 void CRYPTO_poly1305_finish(poly1305_state *statep, uint8_t mac[16]) { argument
260 struct poly1305_state_st *state = (struct poly1305_state_st *)statep;
267 CRYPTO_poly1305_finish_neon(statep, mac);
/external/boringssl/src/crypto/err/
H A Derr.c155 static void err_state_free(void *statep) { argument
156 ERR_STATE *state = statep;
/external/elfutils/src/
H A Di386_ld.c45 elf_i386_open_outfile (struct ld_state *statep, argument
52 return old_open_outfile (statep, EM_386, ELFCLASS32, ELFDATA2LSB);
59 elf_i386_relocate_section (struct ld_state *statep __attribute__ ((unused)),
189 elf_i386_initialize_plt (struct ld_state *statep, Elf_Scn *scn) argument
207 data->d_size = (1 + statep->nplt) * PLT_ENTRY_SIZE;
213 statep->nplt_used = 1;
218 elf_i386_initialize_pltrel (struct ld_state *statep, Elf_Scn *scn) argument
228 size_t size = statep->nplt * sizeof (Elf32_Rel);
238 elf_i386_initialize_got (struct ld_state *statep, Elf_Scn *scn) argument
241 assert (statep
259 elf_i386_initialize_gotplt(struct ld_state *statep, Elf_Scn *scn) argument
354 elf_i386_finalize_plt(struct ld_state *statep, size_t nsym, size_t nsym_local, struct symbol **ndxtosym) argument
523 elf_i386_count_relocations(struct ld_state *statep, struct scninfo *scninfo) argument
711 elf_i386_create_relocations(struct ld_state *statep, const Elf32_Word *dblindirect __attribute__ ((unused))) argument
1079 elf_i386_ld_init(struct ld_state *statep) argument
[all...]
H A Delflint.c1355 struct loaded_segment *loaded, enum load_state *statep)
1457 if (*statep == state_undecided)
1458 *statep = in_loaded_seg ? state_loaded : state_unloaded;
1459 else if ((*statep == state_unloaded && in_loaded_seg)
1460 || (*statep == state_loaded && !in_loaded_seg))
1465 *statep = state_error;
1351 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) argument
H A Dldgeneric.c63 struct ld_state *statep);
65 struct ld_state *statep,
67 static void ld_generic_generate_sections (struct ld_state *statep);
68 static void ld_generic_create_sections (struct ld_state *statep);
69 static int ld_generic_flag_unresolved (struct ld_state *statep);
70 static int ld_generic_open_outfile (struct ld_state *statep, int machine,
72 static int ld_generic_create_outfile (struct ld_state *statep);
73 static void ld_generic_relocate_section (struct ld_state *statep,
77 static int ld_generic_finalize (struct ld_state *statep);
78 static bool ld_generic_special_section_number_p (struct ld_state *statep,
2184 ld_generic_file_process(int fd, struct usedfiles *fileinfo, struct ld_state *statep, struct usedfiles **nextp) argument
2328 ld_generic_flag_unresolved(struct ld_state *statep) argument
2386 ld_generic_file_close(struct usedfiles *fileinfo, struct ld_state *statep) argument
2431 ld_generic_generate_sections(struct ld_state *statep) argument
2644 ld_generic_open_outfile(struct ld_state *statep, int machine, int klass, int data) argument
3117 ld_generic_create_sections(struct ld_state *statep) argument
4294 ld_generic_create_outfile(struct ld_state *statep) argument
6957 ld_generic_relocate_section(struct ld_state *statep, Elf_Scn *outscn, struct scninfo *firstp, const Elf32_Word *dblindirect) argument
6969 ld_generic_finalize(struct ld_state *statep) argument
7015 ld_generic_special_section_number_p(struct ld_state *statep, size_t number) argument
7023 ld_generic_section_type_p(struct ld_state *statep, GElf_Word type) argument
7039 ld_generic_dynamic_section_flags(struct ld_state *statep) argument
7048 ld_generic_initialize_plt(struct ld_state *statep, Elf_Scn *scn) argument
7059 ld_generic_initialize_pltrel(struct ld_state *statep, Elf_Scn *scn) argument
7070 ld_generic_initialize_got(struct ld_state *statep, Elf_Scn *scn) argument
7081 ld_generic_initialize_gotplt(struct ld_state *statep, Elf_Scn *scn) argument
7092 ld_generic_finalize_plt(struct ld_state *statep, size_t nsym, size_t nsym_dyn, struct symbol **ndxtosymp) argument
7100 ld_generic_rel_type(struct ld_state *statep) argument
7113 ld_generic_count_relocations(struct ld_state *statep, struct scninfo *scninfo) argument
7124 ld_generic_create_relocations(struct ld_state *statep, const Elf32_Word *dblindirect) argument
[all...]
/external/mksh/src/
H A Dlex.c150 if (++statep == state_info.end) \
151 statep = push_state_i(&state_info, statep); \
152 state = statep->type = (s); \
156 if (--statep == state_info.base) \
157 statep = pop_state_i(&state_info, statep); \
158 state = statep->type; \
165 statep->ls_start = Xsavepos(ws, wp); \
173 wp = Xrestpos(ws, wp, statep
193 Lex_state states[STATE_BSIZE], *statep, *s2, *base; local
[all...]
/external/opencv3/3rdparty/libpng/
H A Dpng.c1321 png_check_fp_number(png_const_charp string, png_size_t size, int *statep, argument
1324 int state = *statep;
1439 *statep = state;
/external/libpng/
H A Dpng.c2645 png_check_fp_number(png_const_charp string, png_size_t size, int *statep, argument
2648 int state = *statep;
2763 *statep = state;
/external/pdfium/third_party/lpng_v163/
H A Dpng.c2510 png_check_fp_number(png_const_charp string, png_size_t size, int *statep, argument
2513 int state = *statep;
2628 *statep = state;

Completed in 613 milliseconds