Searched defs:ok (Results 126 - 150 of 737) sorted by relevance

1234567891011>>

/external/eigen/bench/
H A Dsparse_lu.cpp60 bool ok; local
62 ok = lu.solve(b,&x);
64 if (ok)
/external/iproute2/tc/
H A Dm_gact.c84 } else if (matches(*argv, "pass") == 0 || matches(*argv, "ok") == 0) {
97 int ok = 0; local
114 ok++;
119 ok++;
126 if (ok) {
132 if (ok && argc > 0) {
181 ok++;
187 if (!ok)
H A Dm_nat.c91 int ok = 0; local
105 ok++;
115 if (!ok) {
H A Dm_skbedit.c56 int ok = 0; local
77 ok++;
85 ok++;
93 ok++;
132 ok++;
136 if (!ok) {
H A Dq_gred.c120 int ok=0; local
140 ok++;
142 if (ok) {
154 ok++;
161 ok++;
172 ok++;
179 ok++;
186 ok++;
193 ok++;
198 ok
[all...]
H A Dq_sfq.c40 int ok = 0, red = 0; local
56 ok++;
63 ok++;
74 ok++;
81 ok++;
88 ok++;
95 ok++;
98 ok++;
201 if (ok || red)
/external/libnl/src/
H A Dnl-link-set.c72 int ok = 0; local
109 case 'n': ok++; nl_cli_link_parse_name(link, optarg); break;
110 case 'i': ok++; nl_cli_link_parse_ifindex(link, optarg); break;
118 if (!ok)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c524 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/openssl/crypto/asn1/
H A Da_bitstr.c235 int i, ok; local
240 ok = 1;
241 for (i = 0; i < a->length && ok; ++i)
245 ok = (a->data[i] & mask) == 0;
247 return ok;
/external/openssl/crypto/cms/
H A Dcms_enc.c79 int ok = 0; local
219 ok = 1;
233 if (ok)
/external/openssl/crypto/conf/
H A Dconf_api.c273 int ok=0,i; local
290 ok=1;
292 if (!ok)
/external/openssl/crypto/ec/
H A Decp_mont.c125 int ok; local
127 ok = ec_GFp_simple_group_init(group);
130 return ok;
/external/openssl/crypto/pem/
H A Dpem_info.c99 int ok=0; local
292 ok=1;
295 if (!ok)
/external/openssl/crypto/rsa/
H A Drsa_gen.c105 int bitsp,bitsq,ok= -1,n=0; local
158 ok = 0; /* we set our own err */
219 ok=1;
221 if (ok == -1)
224 ok=0;
232 return ok;
/external/oprofile/libpp/
H A Dpopulate_for_spu.cpp55 bool ok = ip.error == image_ok; local
72 ok);
78 ok);
82 if (!ok && ip.error == image_ok)
/external/oprofile/libutil++/
H A Dchild_reader.cpp167 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/skia/tools/
H A DCrashHandler.cpp28 int ok; local
30 abi::__cxa_demangle(mangled, demangled, &len, &ok);
32 SkDebugf("%s (+0x%zx)\n", ok == 0 ? demangled : mangled, (size_t)offset);
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DAuthorizeCallback.java70 public void setAuthorized(boolean ok) { argument
71 authorized = ok;
/external/valgrind/main/helgrind/tests/
H A Dannotate_hbefore.c295 UWord ok = do_acasW( w, old, nyu ); local
296 if (ok) break;
/external/valgrind/main/none/tests/amd64/
H A Dfaultstatus.c60 int ok = 1; local
62 ok = ok && testsig(sig, cur_test->sig);
63 ok = ok && testcode(si->si_code, cur_test->code);
65 ok = ok && testaddr(si->si_addr, cur_test->addr);
67 if (ok)
70 siglongjmp(escape, ok + 1);
/external/valgrind/main/none/tests/mips32/
H A DSignalException.c41 int ok = 1; local
43 ok = ok && testsig(sig, curr_test->sig);
44 ok = ok && testcode(si->si_code, curr_test->code);
46 if (ok)
49 siglongjmp(escape, ok + 1);
/external/webp/src/dec/
H A Dalpha.c47 int ok = 0; local
76 ok = (alpha_data_size >= alpha_decoded_size);
79 ok = VP8LDecodeAlphaHeader(dec, alpha_data, alpha_data_size, output);
81 return ok;
149 int ok = 0; local
151 ok = ALPHDecode(dec, row, num_rows);
152 if (ok && dec->alpha_dithering_ > 0) {
153 ok = WebPDequantizeLevels(dec->alpha_plane_, width, height,
156 if (!ok || dec->is_alpha_decoded_) {
160 if (!ok) retur
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_checkptrw.c222 int ok = 1; local
232 while(i < nBytes && ok) {
245 ok = yaffs_CheckpointFlushBuffer(dev);
255 int ok = 1; local
266 while(i < nBytes && ok) {
278 ok = 0;
292 ok = 0;
303 if(ok){
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_write_watcher.cc140 bool ok = info->watcher.Watch( local
146 on_start_callback.Run(ok);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_store_x.cc250 bool ok = PasswordStoreDefault::FillAutofillableLogins(&forms) && local
252 if (ok) {
260 ok = false;
264 if (ok) {
281 ssize_t result = ok ? forms.size() : -1;

Completed in 439 milliseconds

1234567891011>>