Searched refs:get_e (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/
H A Dp2.cpp9 E get_e();
16 get_e(); // expected-warning {{ignoring return value of function declared with 'nodiscard' attribute}}
22 (void)get_e();
/external/syslinux/gpxe/src/drivers/net/
H A D3c5x9.c320 * get_e: gets a 16 bits word from the EEPROM.
322 static int get_e ( uint16_t ioaddr, int offset ) { function
349 prod_id = get_e ( nic->ioaddr, EEPROM_PROD_ID );
398 p[i] = htons(get_e(nic->ioaddr,i));
H A D3c595.c341 * get_e: gets a 16 bits word from the EEPROM. we must have set the window
345 get_e(offset) function
494 printf("%hX:", get_e(i));
504 p[i] = htons(get_e(EEPROM_OEM_ADDR_0 + i));

Completed in 106 milliseconds