Searched refs:glob_z (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | imgfile.c | 175 static int glob_width, glob_z, glob_ysize; variable 181 getrow(glob_image, buf, (glob_ysize-1-y), glob_z); in xs_get() 183 getrow(glob_image, buf, y, glob_z); in xs_get() 212 *datap++ |= ((*buf++) & 0xff) << (glob_z*8); in xs_put_12() 224 glob_z = 0; in xscale() 228 glob_z = 0; in xscale() 231 glob_z = 1; in xscale() 234 glob_z = 2; in xscale()
|
/external/llvm-project/clang/test/Analysis/ |
D | ctor.mm | 810 static int glob_y, glob_z, glob_w; 841 clang_analyzer_eval(z == glob_z); // expected-warning{{UNKNOWN}} 843 // FIXME: Should be UNKNOWN. Changed in B() since glob_z was assigned. 844 clang_analyzer_eval(z == glob_z); // expected-warning{{TRUE}} 858 glob_z = static_cast<D *>(this)->z;
|