Home
last modified time | relevance | path

Searched refs:x2s (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2a.rc6 #define x2s MY_PROGRESS_LABEL_UNITS_START
11 #define x2 (x3 - x2s)
56 LTEXT "Total size:", IDT_PROGRESS_TOTAL, x2, y0, x2s, 8
57 LTEXT "Speed:", IDT_PROGRESS_SPEED, x2, y1, x2s, 8
58 LTEXT "Processed:", IDT_PROGRESS_PROCESSED,x2, y2, x2s, 8
59 LTEXT "Compressed size:" , IDT_PROGRESS_PACKED, x2, y3, x2s, 8
/external/jemalloc/src/
Dutil.c42 static char *x2s(uintmax_t x, bool alt_form, bool uppercase, char *s,
306 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) in x2s() function
541 s = x2s(val, alt_form, *f == 'X', buf, &slen); in malloc_vsnprintf()
570 s = x2s(val, true, false, buf, &slen); in malloc_vsnprintf()
/external/clang/test/CodeGenCXX/
Doverride-layout.cpp70 X2 x2s[sizeof(X2)]; in use_structs() local
/external/llvm/test/CodeGen/X86/
Davx512-intrinsics.ll3883 %x2s = load double, double* %x2ptr
3884 %x2ins = insertelement <8 x double> undef, double %x2s, i32 0