Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/core/
Dtest_mem.c116 u8_t *ptr, *ptr_low, *ptr_high; in START_TEST() local
131 ptr_high = ptr + (MEM_SIZE * 2); in START_TEST()
132 mem_free(ptr_high); in START_TEST()
/third_party/e2fsprogs/debugfs/
Dset_fields.c579 __u32 *ptr_low, *ptr_high; in parse_time() local
585 ptr_high = (__u32 *) info->ptr2; in parse_time()
597 if (ptr_high) in parse_time()
598 *ptr_high = (*ptr_high & ~EXT4_EPOCH_MASK) | t_high; in parse_time()