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

1 2

  /external/valgrind/main/none/tests/x86/
aad_aam.c 21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
42 zf=!!(flags&0x40);
47 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
48 // flags,cf,pf,af,zf,sf,of);
50 if (zf && ((out&0xff)!=0)) {
51 printf("Error with aam (zf)!\n");
89 zf=!!(flags&0x40);
94 // printf("%x CF=%d PF=%d AF=%d ZF=%d SF=%d OF=%d\n",
95 // flags,cf,pf,af,zf,sf,of);
97 if (zf && ((out&0xff)!=0))
    [all...]
  /external/qemu/target-i386/
cc_helper_template.h 57 int cf, pf, af, zf, sf, of; local
64 zf = ((DATA_TYPE)CC_DST == 0) << 6;
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
88 zf = ((DATA_TYPE)CC_DST == 0) << 6;
91 return cf | pf | af | zf | sf | of;
105 int cf, pf, af, zf, sf, of;
112 zf = ((DATA_TYPE)CC_DST == 0) << 6;
115 return cf | pf | af | zf | sf | of;
130 int cf, pf, af, zf, sf, of
    [all...]
ops_sse.h 1608 uint64_t zf = (s->Q(0) & d->Q(0)) | (s->Q(1) & d->Q(1)); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipFileTest.java 83 ZipFile zf = new ZipFile(fl); local
84 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt"));
85 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt"));
90 zf.close();
  /external/srec/srec/clib/
voc_read.c 274 zipfile_t zf = 0; local
300 zf = init_zipfile(*buf, *size);
301 if (!zf) goto FAILED;
306 ze = lookup_zipentry(zf, entryname);
318 release_zipfile(zf);
319 zf = 0;
332 if (zf) release_zipfile(zf);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipFileTest.java 125 ZipFile zf = new ZipFile(fl); local
126 InputStream is1 = zf.getInputStream(zf.getEntry("File1.txt"));
127 InputStream is2 = zf.getInputStream(zf.getEntry("File2.txt"));
132 zf.close();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 278 DataFile zf = (z == s) ? sf : i->src(z).getFile(); local
279 switch (zf) {
  /external/chromium_org/third_party/zlib/contrib/minizip/
minizip.c 358 zipFile zf; local
363 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
365 zf = zipOpen64(filename_try,(opt_overwrite==2) ? 2 : 0);
368 if (zf == NULL)
401 err = zipOpenNewFileInZip(zf,filenameinzip,&zi,
438 err = zipOpenNewFileInZip3_64(zf,savefilenameinzip,&zi,
472 err = zipWriteInFileInZip (zf,buf,size_read);
489 err = zipCloseFileInZip(zf);
496 errclose = zipClose(zf,NULL);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_target_nv50.cpp 278 DataFile zf = (z == s) ? sf : i->src(z).getFile(); local
279 switch (zf) {
  /external/valgrind/main/VEX/priv/
guest_arm64_helpers.c 239 ULong zf = (cc_dep1 >> ARM64G_CC_SHIFT_Z) & 1; local
240 return zf;
247 ULong zf = res == 0; local
248 return zf;
255 ULong zf = res == 0; local
256 return zf;
263 ULong zf = res == 0; local
264 return zf;
271 ULong zf = res == 0; local
272 return zf;
281 ULong zf = res == 0; local
291 ULong zf = res == 0; local
301 ULong zf = res == 0; local
311 ULong zf = res == 0; local
317 ULong zf = res == 0; local
323 ULong zf = res == 0; local
617 ULong nf, zf, vf, cf; local
    [all...]
guest_arm_helpers.c 201 UInt zf = (cc_dep1 >> ARMG_CC_SHIFT_Z) & 1; local
202 return zf;
209 UInt zf = res == 0; local
210 return zf;
217 UInt zf = res == 0; local
218 return zf;
227 UInt zf = res == 0; local
228 return zf;
237 UInt zf = res == 0; local
238 return zf;
243 UInt zf = res == 0; local
249 UInt zf = res == 0; local
256 UInt zf = (resHi32|resLo32) == 0; local
476 UInt nf, zf, vf, cf, inv; local
    [all...]
guest_amd64_helpers.c 193 { Long cf, pf, af, zf, sf, of; \
201 zf = ((DATA_UTYPE)res == 0) << 6; \
205 return cf | pf | af | zf | sf | of; \
214 { Long cf, pf, af, zf, sf, of; \
222 zf = ((DATA_UTYPE)res == 0) << 6; \
226 return cf | pf | af | zf | sf | of; \
235 { Long cf, pf, af, zf, sf, of; \
247 zf = ((DATA_UTYPE)res == 0) << 6; \
251 return cf | pf | af | zf | sf | of; \
260 { Long cf, pf, af, zf, sf, of;
822 ULong of,sf,zf,cf,pf; local
    [all...]
guest_x86_helpers.c 151 { Int cf, pf, af, zf, sf, of; \
159 zf = ((DATA_UTYPE)res == 0) << 6; \
163 return cf | pf | af | zf | sf | of; \
172 { Int cf, pf, af, zf, sf, of; \
180 zf = ((DATA_UTYPE)res == 0) << 6; \
184 return cf | pf | af | zf | sf | of; \
193 { Int cf, pf, af, zf, sf, of; \
205 zf = ((DATA_UTYPE)res == 0) << 6; \
209 return cf | pf | af | zf | sf | of; \
218 { Int cf, pf, af, zf, sf, of;
647 UInt of,sf,zf,cf,pf; local
    [all...]
  /external/zlib/src/contrib/minizip/
minizip.c 371 zipFile zf; local
376 zf = zipOpen2_64(filename_try,(opt_overwrite==2) ? 2 : 0,NULL,&ffunc);
378 zf = zipOpen64(filename_try,(opt_overwrite==2) ? 2 : 0);
381 if (zf == NULL)
414 err = zipOpenNewFileInZip(zf,filenameinzip,&zi,
451 err = zipOpenNewFileInZip3_64(zf,savefilenameinzip,&zi,
485 err = zipWriteInFileInZip (zf,buf,size_read);
502 err = zipCloseFileInZip(zf);
509 errclose = zipClose(zf,NULL);
  /external/deqp/framework/common/
tcuTestLog.cpp 241 float zf = ((float)z + 0.5f) / (float)d; local
244 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf);
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 320 float zf; member in struct:rr::ViewportState
325 , zf (1.0f)
332 , zf (1.0f)
rrRenderer.cpp 826 const float zf = state.viewport.zf; local
830 packet.position.z()*(zf - zn)/2.0f + (zn + zf)/2.0f,
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc 1917 Label zf, zf_end; local
    [all...]
  /external/vixl/test/
test-assembler-a64.cc 1756 Label zf, zf_end; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 661 milliseconds

1 2