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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-mo.c 118 nls_uint32 s_length = get_uint32 (bfp, offset); local
121 if (s_offset + s_length + 1 > bfp->size)
123 if (bfp->data[s_offset + s_length] != '\0')
128 *lengthp = s_length + 1;
read-mo.c 118 nls_uint32 s_length = get_uint32 (bfp, offset); local
121 if (s_offset + s_length + 1 > bfp->size)
123 if (bfp->data[s_offset + s_length] != '\0')
128 *lengthp = s_length + 1;
  /src/external/gpl3/gdb/dist/sim/mcore/
interp.c 1440 int s_length; local
1454 s_length = 0;
1460 s_length += (l + 3) & ~3; /* make it a 4 byte boundary */
1469 s_length += (l + 3) & ~ 3;/* make it a 4 byte boundary */
1478 strings = gr[0] - s_length;
interp.c 1440 int s_length; local
1454 s_length = 0;
1460 s_length += (l + 3) & ~3; /* make it a 4 byte boundary */
1469 s_length += (l + 3) & ~ 3;/* make it a 4 byte boundary */
1478 strings = gr[0] - s_length;
  /src/external/gpl3/gdb.old/dist/sim/mcore/
interp.c 1440 int s_length; local
1454 s_length = 0;
1460 s_length += (l + 3) & ~3; /* make it a 4 byte boundary */
1469 s_length += (l + 3) & ~ 3;/* make it a 4 byte boundary */
1478 strings = gr[0] - s_length;
interp.c 1440 int s_length; local
1454 s_length = 0;
1460 s_length += (l + 3) & ~3; /* make it a 4 byte boundary */
1469 s_length += (l + 3) & ~ 3;/* make it a 4 byte boundary */
1478 strings = gr[0] - s_length;

Completed in 47 milliseconds