HomeSort by relevance Sort by last modified time
    Searched full:raw_bytes (Results 1 - 10 of 10) 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 ) ) ) );
  /toolchain/binutils/binutils-2.27/bfd/
i386dynix.c 59 struct external_exec *raw_bytes,
62 struct external_exec *bytes = (struct external_exec *)raw_bytes;
i386os9k.c 33 mh_com *raw_bytes,
36 mh_com *bytes = (mh_com *) raw_bytes;
hp300hpux.c 442 struct external_exec *raw_bytes,
445 struct external_exec *bytes = (struct external_exec *) raw_bytes;
aoutx.h 365 Swap the information in an executable header @var{raw_bytes} taken
402 struct external_exec *raw_bytes);
406 @var{execp} into the buffer @var{raw_bytes} ready for writing to disk.
    [all...]
pdp11.c 367 /* Swap the information in an executable header @var{raw_bytes} taken
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Instruction.java 118 // insn into raw_bytes.
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 464 const size_t raw_bytes = local
484 ((raw_bytes + kItemAlignment - 1) / kItemAlignment) * kItemAlignment;
    [all...]
  /external/google-styleguide/cpplint/
cpplint_unittest.py     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
bfd.info     [all...]

Completed in 289 milliseconds