/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 116 for (GlobalIFunc &GIF : M.ifuncs()) { in run() 117 Changed |= RemoveUnusedGlobalValue(GIF); in run() 119 if (!GIF.isDiscardableIfUnused()) in run() 120 GlobalIsNeeded(&GIF); in run() 159 for (GlobalIFunc &GIF : M.ifuncs()) in run() 160 if (!AliveGlobals.count(&GIF)) { in run() 161 DeadIFuncs.push_back(&GIF); in run() 162 GIF.setResolver(nullptr); in run() 197 for (GlobalIFunc *GIF : DeadIFuncs) { in run() 198 RemoveUnusedGlobalValue(*GIF); in run() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 186 for (GlobalIFunc &GIF : M.ifuncs()) { in run() 187 Changed |= RemoveUnusedGlobalValue(GIF); in run() 189 if (!GIF.isDiscardableIfUnused()) in run() 190 MarkLive(GIF); in run() 192 UpdateGVDependencies(GIF); in run() 241 for (GlobalIFunc &GIF : M.ifuncs()) in run() 242 if (!AliveGlobals.count(&GIF)) { in run() 243 DeadIFuncs.push_back(&GIF); in run() 244 GIF.setResolver(nullptr); in run() 268 for (GlobalIFunc *GIF : DeadIFuncs) in run() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DecodeGif.pbtxt | 6 0-D. The GIF-encoded image. 15 summary: "Decode the first frame of a GIF-encoded image to a uint8 tensor." 17 GIF with frame or transparency compression are not supported 18 convert animated GIF from compressed to uncompressed by:
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2018-002.md | 1 ## TFSA-2018-002: GIF File Parsing Null Pointer Dereference Error 9 When parsing certain invalid GIF files, an internal function in the GIF decoder 14 A maliciously crafted GIF could be used to cause the TensorFlow process to
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | ImageHeaderParser.java | 3 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.GIF; 28 GIF(true), enumConstant 107 return GIF; in getType()
|
/external/ImageMagick/coders/ |
D | gif.h | 29 MagickCoderExports(GIF)
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | granite.miff | 12 comment={ Imported from GIF image: background.gif}
|
/external/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 239 for (GlobalIFunc &GIF : M->ifuncs()) in SplitModule() 240 externalize(&GIF); in SplitModule()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SplitModule.cpp | 263 for (GlobalIFunc &GIF : M->ifuncs()) in SplitModule() 264 externalize(&GIF); in SplitModule()
|
/external/libmtp/logs/ |
D | mtp-detect-samsung-gt-s5230w.txt | 111 3807: GIF 131 GIF bitmap file
|
D | mtp-detect-medion-lifetab-p9514.txt | 94 3807: GIF 140 GIF bitmap file
|
D | mtp-detect-samsung-sgh-u900.txt | 118 3807: GIF 142 GIF bitmap file
|
D | mtp-detect-samsung-gt-s5230.txt | 236 3807: GIF 256 GIF bitmap file
|
D | mtp-detect-hp-touchpad.txt | 95 3807: GIF 140 GIF bitmap file
|
D | mtp-detect-sony-xperia-sx.txt | 120 3807: GIF 174 GIF bitmap file
|
D | mtp-detect-sonyericsson-w890i.txt | 101 3807: GIF 148 GIF bitmap file
|
/external/libxml2/result/ |
D | ent2.sax | 7 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
|
D | ent2.sax2 | 7 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
|
/external/ImageMagick/api_examples/ |
D | magick_script.mgk | 34 GIF Animation Methods
|
/external/libjpeg-turbo/ |
D | README.ijg | 162 The IJG distribution formerly included code to read and write GIF files. 163 To avoid entanglement with the Unisys LZW patent (now expired), GIF reading 164 support has been removed altogether, and the GIF writer has been simplified 166 algorithm; the resulting GIF files are larger than usual, but are readable 167 by all standard GIF decoders. 171 CompuServe Incorporated. GIF(sm) is a Service Mark property of
|
D | usage.txt | 293 -gif Select GIF output format. Since GIF does not support 363 set of colors to be used. The FILE must be a GIF 388 Color GIF files are not the ideal input for JPEG; JPEG is really intended for 391 colors. GIF works great on these, JPEG does not. If you want to convert a 392 GIF to JPEG, you should experiment with cjpeg's -quality and -smooth options 407 Support for GIF input files was removed in cjpeg v6b due to concerns over 409 lacks GIF support, for these historical reasons. (Conversion of GIF files to 426 To avoid the Unisys LZW patent (now expired), djpeg produces uncompressed GIF 427 files. These are larger than they should be, but are readable by standard GIF
|
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/ |
D | decode_png.dict | 3 header_gif="GIF"
|
/external/libxml2/result/noent/ |
D | ent2.sax2 | 7 SAX.unparsedEntityDecl(image, (null), img.gif, GIF)
|
/external/skia/third_party/wuffs/ |
D | BUILD.gn | 40 # For Skia, we're only interested in particular image codes (e.g. GIF) and
|
/external/skqp/third_party/wuffs/ |
D | BUILD.gn | 40 # For Skia, we're only interested in particular image codes (e.g. GIF) and
|