Searched defs:ok (Results 201 - 225 of 792) sorted by relevance

1234567891011>>

/external/iproute2/tc/
H A Dm_csum.c93 int ok = 0; local
107 ok++;
117 if (!ok) {
H A Dm_mirred.c70 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) {
H A Dm_police.c43 fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n");
87 else if (strcmp(arg, "ok") == 0)
130 int ok=0; local
255 ok++;
259 if (!ok)
H A Dm_xt.c127 int iok = 0, ok = 0; local
173 ok++;
186 ok++;
205 if (!ok && !iok) {
H A Dq_htb.c103 int ok=0; local
122 ok++;
156 ok++;
165 ok++;
176 ok++;
187 ok++;
199 /* if (!ok)
H A Dq_tbf.c41 int ok=0; local
64 ok++;
75 ok++;
88 ok++;
100 ok++;
111 ok++;
122 ok++;
133 ok++;
159 if (!ok) {
/external/ipsec-tools/src/racoon/
H A Dproposal.h91 int ok; /* if 1, success to set SA in kenrel */ member in struct:saproto
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_thread.c82 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
197 int ok = 1; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texstate.c330 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)
H A Di915_texstate.c406 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/
H A Dpixel.c154 GLboolean ok; local
161 ok = _mesa_validate_pbo_access(1, &ctx->DefaultPacking, mapsize, 1, 1,
169 if (!ok) {
179 return ok;
/external/openssl/apps/
H A Dverify.c72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
311 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx) argument
316 if (!ok)
337 * ok if they are self signed. But we should still warn
350 ok = 1;
354 return ok;
357 if (cert_error == X509_V_OK && ok == 2)
361 return(ok);
/external/openssl/crypto/bn/
H A Dbn_print.c105 int i=0,num, ok = 0; local
159 ok = 1;
163 if (!ok && buf)
/external/openssl/crypto/dh/
H A Ddh_key.c119 int ok=0; local
192 ok=1;
194 if (ok != 1)
200 return(ok);
/external/openssl/crypto/dsa/
H A Ddsa_gen.c137 int ok=0; local
343 ok=1;
345 if (ok)
355 ok=0;
369 return ok;
H A Ddsatest.c243 static int ok=0,num=0; local
247 if (p == 2) { c='*'; ok++; }
252 if (!ok && (p == 0) && (num > 1))
/external/openssl/crypto/ecdsa/
H A Decs_ossl.c225 int ok = 0, i; local
333 ok = 1;
335 if (!ok)
/external/openssl/crypto/x509v3/
H A Dv3_prn.c115 int ok = 1; local
127 ok = 0;
148 ok = 0;
154 if(!method->i2r(method, ext_str, out, indent)) ok = 0;
155 } else ok = 0;
162 return ok;
/external/oprofile/gui/
H A Doprof_start_util.cpp243 bool ok = true; local
260 ok = false;
262 if (ok)
/external/oprofile/libutil++/
H A Dop_spu_bfd.cpp43 extra_images const & extra_images, bool & ok)
67 if (!ok)
73 ok = false;
79 ok = false;
88 ok = false;
112 ok = false;
41 op_bfd(uint64_t spu_offset, string const & fname, string_filter const & symbol_filter, extra_images const & extra_images, bool & ok) argument
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc83 bool ok = sub_stream_->Next(&in, &in_size); local
84 if (!ok) {
120 bool ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END) local
122 if ((!ok) || (zcontext_.next_out == NULL)) {
139 ok = (zerror_ == Z_OK) || (zerror_ == Z_STREAM_END)
141 if (!ok) {
154 bool ok = Next(&data, &size); local
155 while (ok && (size < count)) {
157 ok = Next(&data, &size);
162 return ok;
242 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_); local
311 bool ok = zerror_ == Z_OK; local
[all...]
/external/stlport/stlport/stl/
H A D_codecvt.h42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
/external/v8/src/
H A Dinterface.cc72 void* name, uint32_t hash, Interface* interface, bool* ok) {
73 MakeModule(ok);
74 if (!*ok) return;
93 *ok = false;
100 reinterpret_cast<Interface*>(p->value)->Unify(interface, ok);
113 void Interface::Unify(Interface* that, bool* ok) { argument
114 if (this->forward_) return this->Chase()->Unify(that, ok);
115 if (that->forward_) return this->Unify(that->Chase(), ok);
119 *ok = true;
121 if (this->IsValue()) return that->MakeValue(ok);
71 DoAdd( void* name, uint32_t hash, Interface* interface, bool* ok) argument
154 DoUnify(Interface* that, bool* ok) argument
[all...]
H A Dinterface.h69 void Add(Handle<String> name, Interface* interface, bool* ok) { argument
70 DoAdd(name.location(), name->Hash(), interface, ok);
75 void Unify(Interface* that, bool* ok);
78 void MakeValue(bool* ok) { argument
79 *ok = !IsModule();
80 if (*ok) Chase()->flags_ |= VALUE;
84 void MakeModule(bool* ok) { argument
85 *ok = !IsValue();
86 if (*ok) Chase()->flags_ |= MODULE;
90 void Freeze(bool* ok) { argument
[all...]
/external/v8/test/cctest/
H A Dtest-sockets.cc45 bool ok; local
51 ok = server_->Bind(port_);
52 CHECK(ok);
55 ok = server_->Listen(1);
56 CHECK(ok);
87 bool ok; local
102 ok = client->Connect(kLocalhost, port_str);
103 CHECK(ok);
106 ok = SendAll(client, data, len);
107 CHECK(ok);
129 bool ok; local
[all...]

Completed in 773 milliseconds

1234567891011>>