Searched refs:llx (Results 1 - 10 of 10) sorted by relevance

/external/dtc/
H A Dconvert-dtsv0-lexer.l136 fprintf(yyout, "0x%0*llx", width, val);
/external/clang/test/OpenMP/
H A Datomic_capture_codegen.cpp18 long long llv, llx; variable
198 ullv = llx ^= llv;
658 {llv = llx; llx += cdv;}
H A Datomic_read_codegen.c18 long long llv, llx; variable
120 llv = llx;
230 cdv = llx;
H A Datomic_update_codegen.cpp18 long long llv, llx; variable
185 llx ^= llv;
599 llx += cdv;
H A Datomic_write_codegen.c18 long long llv, llx; variable
120 llx = llv;
266 llx = cdv;
/external/clang/test/Sema/
H A Dformat-strings-scanf.c121 void test_quad(int *x, long long *llx) { argument
123 scanf("%qd", llx); // no-warning
/external/llvm/tools/lli/
H A Dlli.cpp683 << format("%llx", Entry) << "\n");
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py1015 def setworldcoordinates(self, llx, lly, urx, ury):
1019 llx -- a number, x-coordinate of lower left corner of canvas
1039 xspan = float(urx - llx)
1046 srx1 = llx * self.xscale
/external/python/cpython3/Lib/
H A Dturtle.py1068 def setworldcoordinates(self, llx, lly, urx, ury):
1072 llx -- a number, x-coordinate of lower left corner of canvas
1092 xspan = float(urx - llx)
1099 srx1 = llx * self.xscale
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp987 sprintf(Buffer, "0x%llx", static_cast<long long>(ll));

Completed in 429 milliseconds