Searched refs:os (Results 1 - 25 of 1234) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/share/gdb/system-gdbinit/
H A Dwrs-linux.py18 import os namespace
20 if 'ENV_PREFIX' in os.environ:
21 gdb.execute('set sysroot %s' % os.environ['ENV_PREFIX'])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/contrib/iostream/
H A Dtest.cpp8 gzofstream os( 1, ios::out );
12 os << "Hello, Mommy" << endl;
14 os << setcompressionlevel( Z_NO_COMPRESSION );
15 os << "hello, hello, hi, ho!" << endl;
17 setcompressionlevel( os, Z_DEFAULT_COMPRESSION )
20 os.close();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/hmac/
H A Dhm_ameth.c78 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
79 if (os) {
80 if (os->data)
81 OPENSSL_cleanse(os->data, os->length);
82 ASN1_OCTET_STRING_free(os);
108 ASN1_OCTET_STRING *os; local
109 os = ASN1_OCTET_STRING_new();
110 if (!os || !ASN1_OCTET_STRING_set(os, *pde
119 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/hmac/
H A Dhm_ameth.c77 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
78 if (os)
80 if (os->data)
81 OPENSSL_cleanse(os->data, os->length);
82 ASN1_OCTET_STRING_free(os);
109 ASN1_OCTET_STRING *os; local
110 os = ASN1_OCTET_STRING_new();
111 if (!os || !ASN1_OCTET_STRING_set(os, *pde
120 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/hmac/
H A Dhm_ameth.c78 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
79 if (os) {
80 if (os->data)
81 OPENSSL_cleanse(os->data, os->length);
82 ASN1_OCTET_STRING_free(os);
108 ASN1_OCTET_STRING *os; local
109 os = ASN1_OCTET_STRING_new();
110 if (!os || !ASN1_OCTET_STRING_set(os, *pde
119 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/hmac/
H A Dhm_ameth.c77 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
78 if (os)
80 if (os->data)
81 OPENSSL_cleanse(os->data, os->length);
82 ASN1_OCTET_STRING_free(os);
109 ASN1_OCTET_STRING *os; local
110 os = ASN1_OCTET_STRING_new();
111 if (!os || !ASN1_OCTET_STRING_set(os, *pde
120 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/hmac/
H A Dhm_ameth.c78 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
79 if (os) {
80 if (os->data)
81 OPENSSL_cleanse(os->data, os->length);
82 ASN1_OCTET_STRING_free(os);
108 ASN1_OCTET_STRING *os; local
109 os = ASN1_OCTET_STRING_new();
110 if (!os || !ASN1_OCTET_STRING_set(os, *pde
119 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/hmac/
H A Dhm_ameth.c77 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
78 if (os)
80 if (os->data)
81 OPENSSL_cleanse(os->data, os->length);
82 ASN1_OCTET_STRING_free(os);
109 ASN1_OCTET_STRING *os; local
110 os = ASN1_OCTET_STRING_new();
111 if (!os || !ASN1_OCTET_STRING_set(os, *pde
120 ASN1_OCTET_STRING *os = (ASN1_OCTET_STRING *)pkey->pkey.ptr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Doggparsespeex.c40 struct ogg_stream *os = ogg->streams + idx; local
41 struct speex_params *spxp = os->private;
43 uint8_t *p = os->buf + os->pstart;
47 os->private = spxp;
70 st->codec->extradata_size = os->psize;
78 ff_vorbis_comment(s, &st->metadata, p, os->psize);
84 static int ogg_page_packets(struct ogg_stream *os) argument
88 for (i = 0; i < os->nsegs; i++)
89 if (os
97 struct ogg_stream *os = ogg->streams + idx; local
[all...]
H A Doggdec.c72 struct ogg_stream *os = ogg->streams + i; local
73 os->buf = av_malloc (os->bufsize);
74 memset (os->buf, 0, os->bufsize);
75 memcpy (os->buf, ost->streams[i].buf, os->bufpos);
118 struct ogg_stream *os = ogg->streams + i; local
119 os->bufpos = 0;
120 os
157 struct ogg_stream *os; local
180 struct ogg_stream *os = ogg->streams + idx; local
199 struct ogg_stream *os; local
305 struct ogg_stream *os; local
496 struct ogg_stream *os = ogg->streams + idx; local
527 struct ogg_stream *os; local
585 struct ogg_stream *os = ogg->streams + stream_index; local
608 struct ogg_stream *os = ogg->streams + stream_index; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Doggparsespeex.c40 struct ogg_stream *os = ogg->streams + idx; local
41 struct speex_params *spxp = os->private;
43 uint8_t *p = os->buf + os->pstart;
47 os->private = spxp;
70 st->codec->extradata_size = os->psize;
78 ff_vorbis_comment(s, &st->metadata, p, os->psize);
84 static int ogg_page_packets(struct ogg_stream *os) argument
88 for (i = 0; i < os->nsegs; i++)
89 if (os
97 struct ogg_stream *os = ogg->streams + idx; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Doggparsespeex.c40 struct ogg_stream *os = ogg->streams + idx; local
41 struct speex_params *spxp = os->private;
43 uint8_t *p = os->buf + os->pstart;
47 os->private = spxp;
70 st->codec->extradata_size = os->psize;
78 ff_vorbis_comment(s, &st->metadata, p, os->psize);
84 static int ogg_page_packets(struct ogg_stream *os) argument
88 for (i = 0; i < os->nsegs; i++)
89 if (os
97 struct ogg_stream *os = ogg->streams + idx; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/lib/
H A Dlibstdc++.so.6.0.14-gdb.py19 import os namespace
20 import os.path namespace
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
53 dir = os.path.join (os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/lib/armv6-m/
H A Dlibstdc++.a-gdb.py19 import os namespace
20 import os.path namespace
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
53 dir_ = os.path.join (os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/lib/thumb/
H A Dlibstdc++.a-gdb.py19 import os namespace
20 import os.path namespace
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
53 dir_ = os.path.join (os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/lib/thumb2/
H A Dlibstdc++.a-gdb.py19 import os namespace
20 import os.path namespace
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
53 dir_ = os.path.join (os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/lib/
H A Dlibstdc++.so.6.0.14-gdb.py19 import os namespace
20 import os.path namespace
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
53 dir = os.path.join (os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/lib/
H A Dlibstdc++.so.6.0.14-gdb.py19 import os namespace
20 import os.path namespace
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
53 dir = os.path.join (os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/lib/
H A Dlibstdc++.so.6.0.14-gdb.py19 import os namespace
20 import os.path namespace
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
53 dir = os.path.join (os
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/lib/
H A Dlibstdc++.so.6.0.14-gdb.py19 import os namespace
20 import os.path namespace
36 pythondir = os.path.normpath (pythondir)
37 libdir = os.path.normpath (libdir)
39 prefix = os.path.commonprefix ([libdir, pythondir])
43 prefix = os.path.dirname (prefix) + '/'
50 dotdots = ('..' + os.sep) * len (libdir.split (os.sep))
53 dir = os.path.join (os
[all...]

Completed in 360 milliseconds

1234567891011>>