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

  /bionic/libc/upstream-openbsd/lib/libc/string/
strlcpy.c 31 size_t nleft = dsize; local
34 if (nleft != 0) {
35 while (--nleft != 0) {
42 if (nleft == 0) {
wcslcpy.c 31 size_t nleft = dsize; local
34 if (nleft != 0) {
35 while (--nleft != 0) {
42 if (nleft == 0) {
  /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;
  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 93 int nleft = vLocation[0] - pLocation[0]; local
95 int nright = nleft + vRect.width();
98 assertEquals(left + h_offset , nleft);
  /libcore/ojluni/src/main/native/
net_util.c 251 int nleft = len; local
255 while(nleft > 1) {
257 nleft -= 2;
260 if (nleft == 1) {
  /external/elfutils/src/
ar.c 594 size_t nleft; local
595 char *data = elf_rawfile (subelf, &nleft);
653 while ((n = TEMP_FAILURE_RETRY (write (xfd, data, nleft))) != -1)
655 nleft -= n;
656 if (nleft == 0)
    [all...]
  /external/freetype/src/cff/
cffload.c 919 FT_UInt nleft; local
934 if ( FT_READ_USHORT( nleft ) )
939 if ( FT_READ_BYTE( nleft ) )
943 /* try to rescue some of the SIDs if `nleft' is too large */
944 if ( glyph_sid > 0xFFFFL - nleft )
947 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid ));
948 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
951 /* Fill in the range of sids -- `nleft + 1' glyphs. */
952 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++
1156 FT_UInt nleft; local
    [all...]
  /external/iputils/
ping.c 954 register int nleft = len; local
965 while (nleft > 1) {
967 nleft -= 2;
971 if (nleft == 1)
    [all...]
rdisc.c 923 register int nleft = len; local
934 while( nleft > 1 ) {
936 nleft -= 2;
940 if( nleft == 1 )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffload.c 913 FT_UInt nleft; local
928 if ( FT_READ_USHORT( nleft ) )
933 if ( FT_READ_BYTE( nleft ) )
937 /* try to rescue some of the SIDs if `nleft' is too large */
938 if ( glyph_sid > 0xFFFFL - nleft )
941 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid ));
942 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
945 /* Fill in the range of sids -- `nleft + 1' glyphs. */
946 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++
1150 FT_UInt nleft; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 913 FT_UInt nleft; local
928 if ( FT_READ_USHORT( nleft ) )
933 if ( FT_READ_BYTE( nleft ) )
937 /* try to rescue some of the SIDs if `nleft' is too large */
938 if ( glyph_sid > 0xFFFFL - nleft )
941 " nleft=%d -> %d\n", nleft, 0xFFFFL - glyph_sid ));
942 nleft = ( FT_UInt )( 0xFFFFL - glyph_sid );
945 /* Fill in the range of sids -- `nleft + 1' glyphs. */
946 for ( i = 0; j < num_glyphs && i <= nleft; i++, j++, glyph_sid++
1150 FT_UInt nleft; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 3565 mDNSu32 nleft = sizeof(ipc_msg_hdr) - req->hdr_bytes; local
3599 mDNSu32 nleft = req->hdr.datalen - req->data_bytes; local
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 3169 milliseconds