HomeSort by: relevance | last modified time | path
    Searched defs:short_record (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
ndef.c 119 int short_record; local
123 short_record = payload_length < 256 ? 1 : 0;
127 total_len += short_record ? sizeof(u8) : sizeof(u32);
141 if (short_record)
147 if (short_record)
  /src/external/gpl3/gcc/dist/libgfortran/io/
transfer.c 646 int short_record; local
673 short_record = 1;
679 short_record = 0;
699 if (unlikely (short_record))
716 short_record = 1;
721 short_record = 0;
787 if (unlikely (short_record))
883 int short_record; local
935 short_record = 1;
939 short_record = 0
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
transfer.c 646 int short_record; local
673 short_record = 1;
679 short_record = 0;
699 if (unlikely (short_record))
716 short_record = 1;
721 short_record = 0;
787 if (unlikely (short_record))
883 int short_record; local
935 short_record = 1;
939 short_record = 0
    [all...]

Completed in 18 milliseconds