HomeSort by relevance Sort by last modified time
    Searched defs:raw_bytes (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/core/
base64.c 50 const uint8_t *raw_bytes = ( ( const uint8_t * ) raw ); local
57 tmp = ( ( raw_bytes[ bit / 8 ] << ( bit % 8 ) ) |
58 ( raw_bytes[ bit / 8 + 1 ] >> ( 8 - ( bit % 8 ) ) ) );
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 464 const size_t raw_bytes = local
484 ((raw_bytes + kItemAlignment - 1) / kItemAlignment) * kItemAlignment;
    [all...]

Completed in 505 milliseconds