HomeSort by: relevance | last modified time | path
    Searched refs:FIXED_SIZE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
fixed-bit.c 63 memcpy (&x, &a, FIXED_SIZE);
64 memcpy (&y, &b, FIXED_SIZE);
70 memcpy (&c, &z, FIXED_SIZE);
81 memcpy (&x, &a, FIXED_SIZE);
82 memcpy (&y, &b, FIXED_SIZE);
97 memcpy (&c, &z, FIXED_SIZE);
108 memcpy (&x, &a, FIXED_SIZE);
109 memcpy (&y, &b, FIXED_SIZE);
123 memcpy (&c, &z, FIXED_SIZE);
134 memcpy (&x, &a, FIXED_SIZE);
    [all...]
fixed-bit.h 140 #define FIXED_SIZE 1 /* in bytes. */
151 #define FIXED_SIZE 1 /* in bytes. */
162 #define FIXED_SIZE 2 /* in bytes. */
180 #define FIXED_SIZE 2 /* in bytes. */
198 #define FIXED_SIZE 4 /* in bytes. */
216 #define FIXED_SIZE 4 /* in bytes. */
234 #define FIXED_SIZE 8 /* in bytes. */
252 #define FIXED_SIZE 8 /* in bytes. */
270 #define FIXED_SIZE 16 /* in bytes. */
281 #define FIXED_SIZE 16 /* in bytes. *
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.c 63 memcpy (&x, &a, FIXED_SIZE);
64 memcpy (&y, &b, FIXED_SIZE);
70 memcpy (&c, &z, FIXED_SIZE);
81 memcpy (&x, &a, FIXED_SIZE);
82 memcpy (&y, &b, FIXED_SIZE);
97 memcpy (&c, &z, FIXED_SIZE);
108 memcpy (&x, &a, FIXED_SIZE);
109 memcpy (&y, &b, FIXED_SIZE);
123 memcpy (&c, &z, FIXED_SIZE);
134 memcpy (&x, &a, FIXED_SIZE);
    [all...]
fixed-bit.h 140 #define FIXED_SIZE 1 /* in bytes. */
151 #define FIXED_SIZE 1 /* in bytes. */
162 #define FIXED_SIZE 2 /* in bytes. */
180 #define FIXED_SIZE 2 /* in bytes. */
198 #define FIXED_SIZE 4 /* in bytes. */
216 #define FIXED_SIZE 4 /* in bytes. */
234 #define FIXED_SIZE 8 /* in bytes. */
252 #define FIXED_SIZE 8 /* in bytes. */
270 #define FIXED_SIZE 16 /* in bytes. */
281 #define FIXED_SIZE 16 /* in bytes. *
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/avr/
avr-lib.h 42 #define FIXED_SIZE 8 /* in bytes */
77 #define FIXED_SIZE 8 /* in bytes */
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/
avr-lib.h 42 #define FIXED_SIZE 8 /* in bytes */
77 #define FIXED_SIZE 8 /* in bytes */
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIDefines.h 68 FIXED_SIZE = UINT64_C(1) << 40,
SIInstrInfo.h 685 return MI.getDesc().TSFlags & SIInstrFlags::FIXED_SIZE;
689 return get(Opcode).TSFlags & SIInstrFlags::FIXED_SIZE;

Completed in 38 milliseconds