Home
last modified time | relevance | path

Searched refs:script_head (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dscript.c22 struct script_head struct
57 struct script_head *head = (struct script_head *)script_buf; in init_script()
90 mainkey = (struct script_mainkey *)(script_buf + sizeof(struct script_head) + in script_mainkey_name()
123 sizeof(struct script_head) + i * sizeof(struct script_mainkey)); in script_fetch()
H A Dscript_parser.c33 struct script_head struct
441 struct script_head head; in __parse_script()
616 item_table[i].offset += (sizeof(struct script_head) >> 2) + in __parse_script()
625 *(unsigned int *)key_addr += (sizeof(struct script_head) >> 2) + in __parse_script()
639 i = sizeof(struct script_head) + sizeof(struct script_item) * in __parse_script()
663 memcpy(pos, &head, sizeof(struct script_head)); in __parse_script()
664 pos += sizeof(struct script_head); in __parse_script()