Searched defs:ok (Results 276 - 300 of 737) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h1190 GLboolean ok = GL_FALSE; local
1197 ok = HAVE_POINTS;
1200 ok = HAVE_LINES && !ctx->Line.StippleFlag;
1203 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag;
1206 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag;
1209 ok = HAVE_TRIANGLES;
1212 ok = HAVE_TRI_STRIPS;
1215 ok = HAVE_TRI_FANS;
1219 ok = GL_TRUE;
1222 ok
[all...]
/external/openssl/apps/
H A Dsmime.c73 static int smime_cb(int ok, X509_STORE_CTX *ctx);
843 static int smime_cb(int ok, X509_STORE_CTX *ctx) argument
850 && ((error != X509_V_OK) || (ok != 2)))
851 return ok;
855 return ok;
/external/openssl/crypto/des/
H A Dread_pwd.c258 /* return 0 if ok, 1 (or -1) otherwise */
274 int ok; local
284 ok=0;
289 ok=0;
316 * can return EINVAL instead. This should be ok */
359 while ((!ok) && (number--))
390 ok=1;
413 return(!ok);
/external/openssl/crypto/ec/
H A Dec_key.c241 int ok = 0; local
292 ok=1;
303 return(ok);
308 int ok = 0; local
376 ok = 1;
382 return(ok);
390 int ok = 0, tmp_nid, is_char_two = 0; local
450 ok = 1;
457 return ok;
/external/openssl/crypto/evp/
H A Dbio_enc.c82 int ok; /* bad decrypt */ member in struct:enc_struct
120 ctx->ok=1;
190 ctx->ok=i;
299 ctx->ok=1;
338 ctx->ok=(int)ret;
349 ret=(long)ctx->ok;
/external/openssl/crypto/rand/
H A Dmd_rand.c341 int ok; local
403 ok = (entropy >= ENTROPY_NEEDED);
404 if (!ok)
444 if (ok)
526 if (ok)
/external/openssl/crypto/ui/
H A Dui_openssl.c362 int ok = 0; local
381 if ((ok = read_string_inner(ui, uis,
383 return ok;
419 int ok; local
426 ok=0;
461 ok=1;
465 ok=-1;
468 ok=0;
473 ok=1;
477 return ok;
[all...]
/external/openssl/crypto/x509/
H A Dby_dir.c285 int ok=0; local
453 ok = 0;
466 ok=1;
479 return(ok);
H A Dx509_req.c120 int ok=0; local
126 ok=1;
154 return(ok);
/external/openssl/ssl/
H A Ds3_both.c236 int al,i,ok; local
251 &ok);
253 if (!ok) return((int)n);
432 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
448 *ok=1;
469 *ok = 0;
549 *ok = 0;
568 *ok=1;
573 *ok=0;
/external/oprofile/libutil++/
H A Dop_bfd.cpp101 extra_images const & extra_images, bool & ok)
125 if (!ok || img_ok != image_ok) {
133 ok = false;
139 ok = false;
149 ok = false;
470 // is ok, must we throw ?
100 op_bfd(string const & fname, string_filter const & symbol_filter, extra_images const & extra_images, bool & ok) argument
/external/oprofile/pp/
H A Dopgprof.cpp287 bool ok = image_profile.error == image_ok; local
290 classes.extra_found_images, ok);
291 if (!ok && image_profile.error == image_ok)
/external/pixman/test/
H A Dcomposite.c453 int ok; local
468 ok = composite_test (&dst, op, &src, NULL, FALSE, seed);
471 ok = composite_test (&dst, op, &src, &mask, FALSE, seed);
474 ok = composite_test (&dst, op, &src, &mask,
478 ok = FALSE;
486 return ok;
/external/skia/src/xml/
H A DSkJS.cpp110 JSBool ok, found; local
122 ok = JS_TRUE;
128 ok = JS_FALSE;
139 ok = (fun != NULL);
140 if (ok)
146 return ok;
/external/skia/tests/
H A DGrMemoryPoolTest.cpp147 bool ok = true; local
148 for (size_t i = 0; ok && i < SK_ARRAY_COUNT(fIntArray); ++i) {
150 ok = false;
153 return ok && this->INHERITED::checkValues(v);
/external/srec/srec/clib/
H A Dvoc_read.c68 * Read word models and their phoneme transcriptions from .ok or .voc files.
73 const char *ok; local
98 ok = voc->ok_file_data;
102 while (*ok != '=') {
103 if (cr_or_nl(*ok)) {
107 token[i++] = *ok++;
110 ok++;
118 while (!cr_or_nl(*ok)) token[i++] = *ok++;
120 ok
[all...]
/external/stlport/test/unit/
H A Dstack_allocator.h141 bool ok() const { return m_state.m_isOk && (m_state.m_nbAlloc == 0); } function in struct:StackAllocator
/external/svox/pico/lib/
H A Dpicobase.c58 picoos_uint8 ok; local
60 ok = TRUE;
64 while (ok && (i < maxlen) && (utf8str[i] != '\000')) {
70 ok = FALSE;
75 ok = FALSE;
86 ok = FALSE;
90 if (ok) {
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c514 Bool ok; local
601 ok = get_Dwarf_Reg( &a1, fbval.word, regs );
602 if (!ok) return fbval; /* propagate failure */
1153 tl_assert(mul->b == True); /* we just established that all exprs are ok */
/external/webp/src/dec/
H A Dbuffer.c37 int ok = 1; local
42 ok = 0;
53 ok &= (y_size <= buf->y_size);
54 ok &= (u_size <= buf->u_size);
55 ok &= (v_size <= buf->v_size);
56 ok &= (y_stride >= width);
57 ok &= (u_stride >= (width + 1) / 2);
58 ok &= (v_stride >= (width + 1) / 2);
59 ok &= (buf->y != NULL);
60 ok
[all...]
/external/webp/src/enc/
H A Dpicture.c207 // down-cast is ok, thanks to WebPSafeMalloc
237 int ok; local
252 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic);
254 if (!ok) {
H A Dsyntax.c317 int ok = 0; local
322 ok = GeneratePartition0(enc);
323 if (!ok) return 0;
355 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
366 ok = ok && pic->writer(buf, size, pic);
368 ok = ok && WebPReportProgress(pic, enc->percent_ + percent_per_part,
373 if (ok
[all...]
H A Dwebpenc.c242 int ok = 1; local
244 ok = VP8EncDeleteAlpha(enc);
248 return ok;
306 return 1; // ok
311 int ok = 0; local
315 WebPEncodingSetError(pic, VP8_ENC_OK); // all ok so far
347 ok = VP8EncAnalyze(enc);
350 ok = ok && VP8EncStartAlpha(enc); // possibly done in parallel
352 ok
[all...]
/external/webp/src/utils/
H A Dhuffman.c263 int ok = 0; local
280 ok = 1;
282 ok = ok && IsFull(tree);
283 if (!ok) VP8LHuffmanTreeFree(tree);
284 return ok;
293 int ok = 0; local
314 ok = 1;
316 ok = ok
[all...]
H A Dthread.c99 int ok = 1; local
100 ok &= (CloseHandle(condition->waiting_sem_) != 0);
101 ok &= (CloseHandle(condition->received_sem_) != 0);
102 ok &= (CloseHandle(condition->signal_event_) != 0);
103 return !ok;
121 int ok = 1; local
124 ok = SetEvent(condition->signal_event_);
127 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
130 return !ok;
135 int ok; local
220 int ok = 1; local
[all...]

Completed in 391 milliseconds

<<11121314151617181920>>