HomeSort by relevance Sort by last modified time
    Searched defs:ok (Results 176 - 200 of 834) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_info.c 99 int ok=0; local
291 ok=1;
294 if (!ok)
  /external/chromium_org/ui/gfx/
screen_gtk.cc 16 gboolean ok; local
19 ok = gdk_property_get(gdk_get_default_root_window(), // a gdk window
29 if (!ok)
  /external/eigen/bench/
sparse_lu.cpp 60 bool ok; local
62 ok = lu.solve(b,&x);
64 if (ok)
  /external/flac/libFLAC/
stream_encoder_framing.c 368 FLAC__bool ok; local
370 ok =
376 return ok;
  /external/iproute2/tc/
m_csum.c 93 int ok = 0; local
107 ok++;
117 if (!ok) {
m_mirred.c 70 int ok = 0, iok = 0, mirror=0,redir=0; local
84 ok++;
95 if (!ok) {
100 } else if(!ok) {
112 ok++;
121 ok++;
139 if (!ok && !iok) {
q_gred.c 120 int ok=0; local
140 ok++;
142 if (ok) {
154 ok++;
161 ok++;
172 ok++;
179 ok++;
186 ok++;
193 ok++;
198 ok++
    [all...]
q_htb.c 103 int ok=0; local
122 ok++;
156 ok++;
165 ok++;
176 ok++;
187 ok++;
199 /* if (!ok)
q_tbf.c 41 int ok=0; local
64 ok++;
75 ok++;
88 ok++;
100 ok++;
111 ok++;
122 ok++;
133 ok++;
159 if (!ok) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 82 int ok = 1; local
83 ok &= (CloseHandle(condition->waiting_sem_) != 0);
84 ok &= (CloseHandle(condition->received_sem_) != 0);
85 ok &= (CloseHandle(condition->signal_event_) != 0);
86 return !ok;
104 int ok = 1; local
107 ok = SetEvent(condition->signal_event_);
110 ok &= (WaitForSingleObject(condition->received_sem_, INFINITE) !=
113 return !ok;
118 int ok; local
199 int ok = 1; local
    [all...]
  /external/linux-tools-perf/util/ui/
util.c 109 warning_str[] = "Warning!", ok[] = "Ok"; variable
124 newtWinMessagev((char *)warning_str, (char *)ok,
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 524 boolean ok; local
529 ok = ps30_sampler( emit, decl->Semantic, idx );
534 ok = vs30_input( emit, decl->Semantic, idx );
536 ok = ps30_input( emit, decl->Semantic, idx );
541 ok = vs30_output( emit, decl->Semantic, idx );
543 ok = ps30_output( emit, decl->Semantic, idx );
548 ok = TRUE;
551 if (!ok)
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 330 bool ok = true; local
333 for (i = 0; i < I830_TEX_UNITS && ok; i++) {
338 ok = i830_update_tex_unit(intel, i, TEXCOORDS_ARE_NORMAL);
341 ok = i830_update_tex_unit(intel, i, TEXCOORDS_ARE_IN_TEXELUNITS);
356 ok = false;
361 FALLBACK(intel, I830_FALLBACK_TEXTURE, !ok);
363 if (ok)
i915_texstate.c 406 bool ok = true; local
409 for (i = 0; i < I915_TEX_UNITS && ok; i++) {
415 ok = i915_update_tex_unit(intel, i, SS3_NORMALIZED_COORDS);
418 ok = i915_update_tex_unit(intel, i, 0);
433 ok = false;
438 FALLBACK(intel, I915_FALLBACK_TEXTURE, !ok);
  /external/mesa3d/src/mesa/main/
pixel.c 154 GLboolean ok; local
161 ok = _mesa_validate_pbo_access(1, &ctx->DefaultPacking, mapsize, 1, 1,
169 if (!ok) {
179 return ok;
  /external/openssh/
auth-passwd.c 84 int result, ok = authctxt->valid; local
91 ok = 0;
100 return ret && ok;
111 return ok;
116 return (sshpam_auth_passwd(authctxt, password) && ok);
128 return (result && ok);
  /external/openssl/crypto/dh/
dh_key.c 119 int ok=0; local
192 ok=1;
194 if (ok != 1)
200 return(ok);
  /external/openssl/crypto/dsa/
dsatest.c 243 static int ok=0,num=0; local
247 if (p == 2) { c='*'; ok++; }
252 if (!ok && (p == 0) && (num > 1))
  /external/openssl/crypto/ecdsa/
ecs_ossl.c 225 int ok = 0, i; local
333 ok = 1;
335 if (!ok)
  /external/openssl/crypto/evp/
bio_enc.c 82 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/pem/
pem_info.c 99 int ok=0; local
291 ok=1;
294 if (!ok)
  /external/oprofile/libutil++/
child_reader.cpp 167 bool ok = true; local
179 while (temp_pos < end1 && ok) {
182 ok = false;
185 // !ok ==> endl has been read so do not copy it.
186 result.append(&buf1[pos1], (temp_pos - pos1) - !ok);
188 if (!ok || !end1)
194 if (ok && temp != end2)
  /external/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
  /external/valgrind/main/coregrind/m_ume/
elf.c 441 Bool ok; local
469 advised = VG_(am_get_advisory)( &mreq, True/*client*/, &ok );
471 if (!ok) {
  /external/valgrind/main/helgrind/tests/
annotate_hbefore.c 228 UWord ok = do_acasW( w, old, nyu ); local
229 if (ok) break;

Completed in 909 milliseconds

1 2 3 4 5 6 78 91011>>