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

  /system/core/sh/
eval.h 46 int nleft; /* number of chars in buffer */ member in struct:backcmd
output.h 43 int nleft; member in struct:output
76 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)->nextc++ = (c)))
output.c 112 file->nleft = --length;
153 dest->nleft = sizeof out_junk;
159 dest->nleft = dest->bufsize;
166 dest->nleft = dest->bufsize - offset;
172 dest->nleft--;
193 dest->nleft = dest->bufsize;
204 output.nleft = 0;
250 strout.nleft = length;
input.c 92 int nleft; /* number of chars left in this line */ member in struct:parsefile
102 int parsenleft; /* copy of parsefile->nleft */
147 int nleft = len; local
150 while (--nleft > 0) {
505 parsefile->nleft = parsenleft;
532 parsenleft = parsefile->nleft;
eval.c 561 result->nleft = 0;
602 TRACE(("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n",
603 result->fd, result->buf, result->nleft, result->jp));
981 memout.nleft = 0;
1050 backcmd->nleft = memout.nextc - memout.buf;
jobs.c 1398 int nleft; local
1406 nleft = cmdnleft;
1407 while (nleft > 0 && (c = *p++) != 0) {
1478 } while (--nleft > 0 && str && (c = *str++));
1481 if ((quoted & 1) && nleft) {
1483 nleft--;
1485 cmdnleft = nleft;
expand.c 441 if (--in.nleft < 0) {
449 in.nleft = i - 1;
init.c 915 int nleft; /* number of chars left in this line */ member in struct:parsefile
  /external/dbus/dbus/
dbus-nonce.c 38 size_t nleft; local
44 nleft = 16;
54 while (nleft)
56 n = _dbus_read_socket (fd, &p, nleft);
78 nleft -= n;
  /external/freetype/src/cff/
cffload.c 906 FT_UInt nleft; local
921 if ( FT_READ_USHORT( nleft ) )
926 if ( FT_READ_BYTE( nleft ) )
930 /* try to rescue some of the SIDs if `nleft' is too large */
931 if ( glyph_sid > 0xFFFFL - nleft )
934 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid ));
935 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
938 /* Fill in the range of sids -- `nleft + 1' glyphs. */
939 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++
1143 FT_UInt nleft; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 170 int nleft = vLocation[0] - pLocation[0]; local
172 int nright = nleft + vRect.width();
175 assertEquals(left + h_offset , nleft);
  /external/tcpdump/
print-ip.c 278 int nleft = len; local
289 while (nleft > 1) {
291 nleft -= 2;
293 if (nleft == 1)
  /external/ping/
ping.c 1258 register int nleft = len; local
1269 while (nleft > 1) {
1271 nleft -= 2;
1275 if (nleft == 1)
    [all...]

Completed in 262 milliseconds