HomeSort by relevance Sort by last modified time
    Searched refs:get_e (Results 1 - 3 of 3) sorted by null

  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/
p2.cpp 9 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/
3c5x9.c 320 * 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));
3c595.c 341 * 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 527 milliseconds