HomeSort by relevance Sort by last modified time
    Searched defs:inf (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/fdlibm/
k_standard.c 86 #define HUGE_VAL inf
87 double inf = 0.0; local
89 __HI(inf) = 0x7ff00000; /* set inf to infinite */
196 /* ieee_y0(0) = -inf */
230 /* ieee_y1(0) = -inf */
264 /* ieee_yn(n,0) = -inf */
566 exc.retval = x/zero; /* sign(x)*inf */
  /external/openssl/crypto/x509v3/
v3prin.c 70 FILE *inf; local
79 if(!(inf = fopen(argv[1], "r"))) {
83 if(!(cert = PEM_read_X509(inf, NULL, NULL))) {
88 fclose(inf);
v3conf.c 73 FILE *inf; local
93 inf = fopen(argv[1], "r");
94 if(!inf) {
98 cert = PEM_read_X509(inf, NULL, NULL);
103 fclose(inf);
  /external/zlib/contrib/iostream3/
test.cc 14 gzifstream inf; local
26 inf.open("test1.txt.gz");
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
30 inf.close();
41 inf.rdbuf()->pubsetbuf(0,0);
42 inf.open("test2.txt.gz");
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
46 inf.close()
    [all...]
  /external/openssl/crypto/asn1/
a_bool.c 83 int inf,tag,xclass; local
87 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
88 if (inf & 0x80)
a_bytes.c 73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
78 if (inf & 0x80) goto err;
164 int inf,tag,xclass; local
175 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
176 if (inf & 0x80)
188 if (inf & V_ASN1_CONSTRUCTED)
194 c.inf=inf;
271 if (c->inf & 1
    [all...]
a_int.c 278 int inf,tag,xclass; local
290 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
291 if (inf & 0x80)
a_object.c 264 int inf,i; local
267 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
268 if (inf & 0x80)
asn1_lib.c 65 static int asn1_get_length(const unsigned char **pp,int *inf,long *rl,int max);
100 int tag,xclass,inf; local
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
148 return(ret|inf);
154 static int asn1_get_length(const unsigned char **pp, int *inf, long *rl, int max)
163 *inf=1;
169 *inf=0;
287 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos))
295 if ( ((c->slen != 0) && !(c->inf & 1)) ||
296 ((c->slen < 0) && (c->inf & 1))
    [all...]
tasn_dec.c 69 static int asn1_find_end(const unsigned char **in, long len, char inf);
72 char inf, int tag, int aclass, int depth);
77 char *inf, char *cst,
774 char cst, inf, free_cont = 0; local
828 ret = asn1_check_tlen(&plen, NULL, NULL, &inf, &cst,
859 if (inf)
861 if (!asn1_find_end(&p, plen, inf))
883 if (!asn1_collect(&buf, &p, plen, inf, -1, V_ASN1_UNIVERSAL, 0))
1090 static int asn1_find_end(const unsigned char **in, long len, char inf)
1096 if (inf == 0
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
InflaterInputStream.java 41 protected Inflater inf; field in class:InflaterInputStream
111 this.inf = inflater;
177 if (inf.needsInput()) {
183 int result = inf.inflate(buffer, off, nbytes);
184 eof = inf.finished();
189 } else if (inf.needsDictionary()) {
221 int cnt = inf.setFileInput(is.mSharedRaf.getFD(), is.mOffset, (int)nativeEndBufSize);
226 inf.setInput(buf, 0, len);
277 inf.end();
InflaterOutputStream.java 33 protected final Inflater inf; field in class:InflaterOutputStream
55 * @param inf the {@code Inflater} to be used for decompression
57 public InflaterOutputStream(OutputStream out, Inflater inf) {
58 this(out, inf, DEFAULT_BUFFER_SIZE);
67 * @param inf the {@code Inflater} to be used for decompression
70 public InflaterOutputStream(OutputStream out, Inflater inf, int bufferSize) {
72 if (out == null || inf == null) {
78 this.inf = inf;
90 inf.end()
    [all...]
  /external/zlib/examples/
zpipe.c 10 1.3 6 Apr 2005 Remove incorrect assertion in inf()
87 inf() returns Z_OK on success, Z_MEM_ERROR if memory could not be
92 int inf(FILE *source, FILE *dest) function
194 ret = inf(stdin, stdout);
fitblk.c 92 /* recompress from inf's input to def's output; the input for inf and
96 local int recompress(z_streamp inf, z_streamp def)
104 inf->avail_out = RAWLEN;
105 inf->next_out = raw;
106 ret = inflate(inf, Z_NO_FLUSH);
113 def->avail_in = RAWLEN - inf->avail_out;
115 if (inf->avail_out != 0)
134 z_stream def, inf; /* zlib deflate and inflate states */ local
180 inf.zalloc = Z_NULL
    [all...]
  /external/openssl/crypto/dso/
dso_dl.c 359 struct shl_descriptor inf; local
369 for (i=-1;shl_get_r(i,&inf)==0;i++)
371 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) ||
372 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend))
374 len = (int)strlen(inf.filename);
377 memcpy(path,inf.filename,len);
  /external/openssl/crypto/ocsp/
ocsp_prn.c 141 OCSP_REQINFO *inf = o->tbsRequest; local
145 l=ASN1_INTEGER_get(inf->version);
147 if (inf->requestorName != NULL)
151 GENERAL_NAME_print(bp, inf->requestorName);
154 for (i = 0; i < sk_OCSP_ONEREQ_num(inf->requestList); i++)
156 one = sk_OCSP_ONEREQ_value(inf->requestList, i);
165 inf->requestExtensions, flags, 4))
  /system/extras/tests/bionic/libc/other/
test_zlib.c 93 int inf(FILE *source) function
258 inf(f);
  /external/openssl/crypto/pkcs7/
bio_ber.c 81 int inf; member in struct:ber_struct
91 int inf; member in struct:bio_ber_struct
  /external/chromium/net/third_party/nss/ssl/
sslinfo.c 61 SSLChannelInfo inf; local
64 if (!info || len < sizeof inf.length) {
76 memset(&inf, 0, sizeof inf);
77 inf.length = PR_MIN(sizeof inf, len);
81 inf.protocolVersion = ss->version;
82 inf.authKeyBits = ss->sec.authKeyBits;
83 inf.keaKeyBits = ss->sec.keaKeyBits;
85 inf.cipherSuite = ss->sec.cipherType | 0xff00
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dtifmtts.cpp 132 const DateIntervalInfo* inf = another->getDateIntervalInfo(); local
133 dtitvfmt->setDateIntervalInfo(*inf, status);
135 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) {
141 DateIntervalInfo* nonConstInf = inf->clone();
144 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) {
189 inf = dtitvfmt->getDateIntervalInfo()->clone();
192 DateIntervalFormat* dtifmt = new DateIntervalFormat(fmt, inf, status);
    [all...]
  /external/icu4c/test/intltest/
dtifmtts.cpp 132 const DateIntervalInfo* inf = another->getDateIntervalInfo(); local
133 dtitvfmt->setDateIntervalInfo(*inf, status);
135 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) {
141 DateIntervalInfo* nonConstInf = inf->clone();
144 if ( (*inf) != (*anotherInf) || U_FAILURE(status) ) {
189 inf = dtitvfmt->getDateIntervalInfo()->clone();
192 DateIntervalFormat* dtifmt = new DateIntervalFormat(fmt, inf, status);
    [all...]
  /external/openssl/apps/
enc.c 127 char *inf=NULL,*outf=NULL; local
175 inf= *(++argv);
397 if (inf == NULL)
405 if (BIO_read_filename(in,inf) <= 0)
407 perror(inf);
  /external/zlib/contrib/blast/
blast.c 414 local unsigned inf(void *how, unsigned char **buf) function
433 ret = blast(inf, stdin, outf, stdout);
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 514 Inflater inf = new Inflater(); local
515 assertFalse(inf.needsDictionary());
516 assertEquals(0,inf.getTotalIn());
517 assertEquals(0,inf.getTotalOut());
518 assertEquals(0,inf.getBytesRead());
519 assertEquals(0,inf.getBytesWritten());
725 Inflater inf = new Inflater(); local
738 inf.setInput(output);
739 int compressedDataLength =inf.inflate(input);
740 assertEquals(16, inf.getTotalIn())
751 Inflater inf = new Inflater(); local
776 Inflater inf = new Inflater(); local
    [all...]
  /external/stlport/src/
num_put_float.cpp 615 static const char* inf[2] = { "inf", "Inf" }; local
620 inf_or_nan = inf;
635 inf_or_nan = inf;
    [all...]

Completed in 623 milliseconds

1 2 3