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

  /external/toybox/toys/posix/
cmp.c 34 long byte_no = 1, line_no = 1; local
55 printf("%ld %o %o\n", byte_no, toybuf[i], buf2[i]);
59 TT.name, name, byte_no, line_no);
65 byte_no++;
  /toolchain/binutils/binutils-2.25/bfd/
mmo.c 329 int byte_no; member in struct:mmo_data_struct
799 if (mmop->byte_no != 0)
801 while (mmop->byte_no < 4 && len != 0)
803 mmop->buf[mmop->byte_no++] = *loc++;
807 if (mmop->byte_no == 4)
810 mmop->byte_no = 0;
831 BFD_ASSERT (mmop->byte_no == 0);
833 mmop->byte_no = len;
847 if (abfd->tdata.mmo_data->byte_no != 0)
849 memset (abfd->tdata.mmo_data->buf + abfd->tdata.mmo_data->byte_no,
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefMap.c 1413 uint8_t byte_no = 0; local
    [all...]

Completed in 82 milliseconds