Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dtst-alloc_buffer.c511 typedef short __attribute__ ((aligned (2))) short2; in test_large() typedef
515 TEST_VERIFY (alloc_buffer_alloc_array (&buf, short2, SIZE_MAX / 2) in test_large()
522 (&buf, short2, SIZE_MAX / 2 - 1); in test_large()
/glibc-2.36/argp/
Dargp-help.c855 int short2 = hol_entry_first_short (entry2); in hol_entry_cmp() local
857 unsigned char first2 = short2 ? short2 : long2 != NULL ? *long2 : 0; in hol_entry_cmp()
873 cmp = (short1 != 0) - (short2 != 0); in hol_entry_cmp()