HomeSort by relevance Sort by last modified time
    Searched refs:maxlen (Results 101 - 125 of 314) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/oprofile/gui/
oprof_start_util.cpp 180 * @param maxlen width of line
187 string const format(string const & orig, uint const maxlen)
198 if (line.size() + oline.size() < maxlen) {
208 if (line.size() + word.size() > maxlen) {
  /external/strace/
stream.c 50 int maxlen; /* no. of bytes in buffer */ member in struct:strbuf
63 if (sbp->maxlen == -1 && getting)
64 tprints("{maxlen=-1}");
68 tprintf("maxlen=%d, ", sbp->maxlen);
  /external/netperf/
nettest_dlpi.c 293 send_message.maxlen = send_size;
850 recv_message.maxlen = recv_size;
    [all...]
nettest_xti.c 221 "create_xti_endpoint: opt_req->opt.buf %x maxlen %d len %d\n",
223 opt_req->opt.maxlen,
240 "create_xti_endpoint: opt_ret->opt.buf %x maxlen %d len %d\n",
242 opt_ret->opt.maxlen,
827 server_call.addr.maxlen = sizeof(struct sockaddr_in);
    [all...]
  /hardware/intel/bootstub/
bootstub.c 98 static size_t strnlen(const char *s, size_t maxlen)
101 while (*es && maxlen) {
103 maxlen--;
109 static const char *strnchr(const char *s, int c, size_t maxlen)
112 for (i = 0; i < maxlen && *s != c; s++, i++)
  /external/wpa_supplicant_8/hostapd/
main.c 48 int maxlen; local
52 maxlen = len + 100;
53 format = os_malloc(maxlen);
95 os_snprintf(format, maxlen, "%s: STA " MACSTR "%s%s: %s",
100 os_snprintf(format, maxlen, "%s:%s%s %s",
104 os_snprintf(format, maxlen, "STA " MACSTR "%s%s: %s",
108 os_snprintf(format, maxlen, "%s%s%s",
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 675 data.maxlen = MAXDLBUF;
776 ctl.maxlen = 0;
795 ctl.maxlen = 0;
821 ctl.maxlen = 0;
825 data.maxlen = 0;
839 ctl.maxlen = MAXDLBUF;
878 ctl.maxlen = 0;
897 ctl.maxlen = 0;
913 ctl.maxlen = MAXDLBUF;
945 ctl.maxlen = MAXDLBUF
    [all...]
  /external/iputils/Modules/
pg3.c 493 int count_trail_chars(const char *buffer, unsigned int maxlen)
497 for(i=0; i<maxlen;i++) {
514 unsigned long num_arg(const char *buffer, unsigned long maxlen,
520 for(; i<maxlen;i++) {
531 int strn_len(const char *buffer, unsigned int maxlen)
535 for(; i<maxlen;i++)
  /external/chromium_org/third_party/opus/src/src/
opus_private.h 125 unsigned char *data, opus_int32 maxlen, int self_delimited, int pad);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h 45 uptr internal_strnlen(const char *s, uptr maxlen);
sanitizer_libc.cc 186 uptr internal_strnlen(const char *s, uptr maxlen) {
188 while (i < maxlen && s[i]) i++;
  /external/elfutils/0.153/libasm/
libasmP.h 107 size_t maxlen; member in struct:AsmScn::AsmData
  /external/libopus/src/
opus_private.h 125 unsigned char *data, opus_int32 maxlen, int self_delimited, int pad);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h 159 extern DECLSPEC char * SDLCALL SDL_AudioDriverName(char *namebuf, int maxlen);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
mixer_abst.h 93 int (*enum_item_name)(snd_mixer_elem_t *elem, unsigned int item, size_t maxlen, char *buf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stropts.h 182 int maxlen; /* Maximum buffer length. */ member in struct:strbuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
mixer_abst.h 93 int (*enum_item_name)(snd_mixer_elem_t *elem, unsigned int item, size_t maxlen, char *buf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stropts.h 182 int maxlen; /* Maximum buffer length. */ member in struct:strbuf
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 122 maxlen = 0 variable
154 if maxlen and clength > maxlen:
243 if maxlen and bytes > maxlen:
498 if maxlen and clen > maxlen:
908 print "<H1>Second try with a small maxlen...</H1>"
910 global maxlen
911 maxlen = 5
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 122 maxlen = 0 variable
154 if maxlen and clength > maxlen:
243 if maxlen and bytes > maxlen:
498 if maxlen and clen > maxlen:
908 print "<H1>Second try with a small maxlen...</H1>"
910 global maxlen
911 maxlen = 5
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h 159 extern DECLSPEC char * SDLCALL SDL_AudioDriverName(char *namebuf, int maxlen);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h 159 extern DECLSPEC char * SDLCALL SDL_AudioDriverName(char *namebuf, int maxlen);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h 159 extern DECLSPEC char * SDLCALL SDL_AudioDriverName(char *namebuf, int maxlen);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
OldBigIntegerTest.java 364 long maxlen = ((long) Math.sqrt(b)) + 2; local
365 for (long x = 3; x < maxlen; x += 2) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 96 def _max_append(L, s, maxlen, extra=''):
99 elif len(L[-1]) + len(s) <= maxlen:

Completed in 836 milliseconds

1 2 3 45 6 7 8 91011>>