Home
last modified time | relevance | path

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

/dports/lang/scheme48/scheme48-1.9.2/c/
H A Dscheme48-twospace-heap-32.c3448 struct table *table_559X; in s48_read_image() local
4640 table_559X = (struct table*)malloc(sizeof(struct table)); in s48_read_image()
4641 if ((NULL == table_559X)) { in s48_read_image()
4642 arg3K0 = table_559X; in s48_read_image()
4645 table_559X->keys = keys_545X; in s48_read_image()
4646 table_559X->values = ((struct image_location**)malloc(sizeof(struct image_location*) * 4096)); in s48_read_image()
4647 table_559X->count = 0; in s48_read_image()
4648 table_559X->size = 4096; in s48_read_image()
4649 arg3K0 = table_559X; in s48_read_image()
H A Dscheme48-twospace-heap-64.c3448 struct table *table_559X; in s48_read_image() local
4640 table_559X = (struct table*)malloc(sizeof(struct table)); in s48_read_image()
4641 if ((NULL == table_559X)) { in s48_read_image()
4642 arg3K0 = table_559X; in s48_read_image()
4645 table_559X->keys = keys_545X; in s48_read_image()
4646 table_559X->values = ((struct image_location**)malloc(sizeof(struct image_location*) * 4096)); in s48_read_image()
4647 table_559X->count = 0; in s48_read_image()
4648 table_559X->size = 4096; in s48_read_image()
4649 arg3K0 = table_559X; in s48_read_image()