HomeSort by: relevance | last modified time | path
    Searched refs:uL (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
unzip.c 394 uLong uL;
450 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
454 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
456 if (uL != 0)
464 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
466 if (uL != 1)
474 if (unz64local_getLong(pzlib_filefunc_def,filestream,&uL)!=UNZ_OK)
477 if (uL != 0x06064b50)
498 uLong uL;
543 if (unz64local_getLong(&us.z_filefunc, us.filestream,&uL)!=UNZ_OK
    [all...]
zip.c 517 uLong uL;
575 if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK)
579 if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK)
581 if (uL != 0)
589 if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK)
591 if (uL != 1)
599 if (zip64local_getLong(pzlib_filefunc_def,filestream,&uL)!=ZIP_OK)
602 if (uL != 0x06064b50) // signature of 'Zip64 end of central directory'
615 uLong uL;
654 if (zip64local_getLong(&pziinit->z_filefunc, pziinit->filestream,&uL)!=ZIP_OK
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc 161 TSCIs(Eq(1uL))),
163 TSCIs(Gt(1000uL))))));
185 TSCIs(Eq(1uL))),
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 508 for (auto I = 0uL; I < SegmentsToTrim; ++I) {
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 1489 end_virt_addr = (void *)(((unsigned long)end_virt_addr + 15uL) &

Completed in 17 milliseconds