/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
basic_ios.tcc | 136 // fill() must return widen(' ') any time after init() has been
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
basic_ios.tcc | 136 // fill() must return widen(' ') any time after init() has been
|
/external/libcxx/include/ |
istream | 1013 return get(__s, __n, this->widen('\n')); 1075 return get(__sb, this->widen('\n')); [all...] |
__locale | 490 char_type widen(char __c) const 496 const char* widen(const char* __low, const char* __high, char_type* __to) const 599 char_type widen(char __c) const 605 const char* widen(const char* __low, const char* __high, char_type* __to) const [all...] |
random | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
istream | 997 return get(__s, __n, this->widen('\n')); 1059 return get(__sb, this->widen('\n')); [all...] |
__locale | 486 char_type widen(char __c) const 492 const char* widen(const char* __low, const char* __high, char_type* __to) const 595 char_type widen(char __c) const 601 const char* widen(const char* __low, const char* __high, char_type* __to) const [all...] |
random | [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
istream | 997 return get(__s, __n, this->widen('\n')); 1059 return get(__sb, this->widen('\n')); [all...] |
__locale | 486 char_type widen(char __c) const 492 const char* widen(const char* __low, const char* __high, char_type* __to) const 595 char_type widen(char __c) const 601 const char* widen(const char* __low, const char* __high, char_type* __to) const [all...] |
random | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d2d1.h | [all...] |
/art/runtime/native/ |
java_lang_reflect_Field.cc | 190 // Widen it if necessary (and possible). 353 // Widen the value if necessary (and possible).
|
/external/llvm/test/Transforms/IndVarSimplify/ |
elim-extend.ll | 68 ; %outercount is straightforward to widen, besides being in an outer loop.
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_state_sampler.c | 269 /* if this fails, widen the key.unit field and update this assertion */
|
/external/skia/src/core/ |
SkBitmapProcShader.cpp | 233 // widen that, we have to reject bitmaps that are larger.
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeComposer.java | 214 // Write the instruction. The instruction writer may widen it later on, 290 // Write the instruction. The instruction writer may widen it later on, 367 // widen it later on, if necessary. [all...] |
/external/skia/tests/ |
MatrixClipCollapseTest.cpp | 477 // TODO: widen testing to exercise saveLayer's parameters 515 // TODO: widen testing to exercise saveLayer's parameters 522 // TODO: widen testing to exercise saveLayer's parameters
|
/external/valgrind/VEX/pub/ |
libvex_ir.h | 542 Iop_1Uto8, /* :: Ity_Bit -> Ity_I8, unsigned widen */ 543 Iop_1Uto32, /* :: Ity_Bit -> Ity_I32, unsigned widen */ 544 Iop_1Uto64, /* :: Ity_Bit -> Ity_I64, unsigned widen */ 545 Iop_1Sto8, /* :: Ity_Bit -> Ity_I8, signed widen */ 546 Iop_1Sto16, /* :: Ity_Bit -> Ity_I16, signed widen */ 547 Iop_1Sto32, /* :: Ity_Bit -> Ity_I32, signed widen */ 548 Iop_1Sto64, /* :: Ity_Bit -> Ity_I64, signed widen */ [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm_neon.cpp | 534 wide_sr = vshlq_n_u16(vmovl_u8(vdup_n_u8(sr)), 2); // widen and src_red shift 538 wide_sg = vshlq_n_u16(vmovl_u8(vdup_n_u8(sg)), 3); // widen and src_grn shift 542 wide_sb = vshlq_n_u16(vmovl_u8(vdup_n_u8(sb)), 2); // widen and src blu shift [all...] |
/external/llvm/lib/Transforms/Scalar/ |
IndVarSimplify.cpp | 799 // We should not widen an indvar if arithmetics on the wider indvar are more [all...] |
/external/llvm/lib/CodeGen/ |
TargetLoweringBase.cpp | [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_put_float.cpp | 882 out += ct.widen(*str_ite++); 890 out += ct.widen(*str_ite); 897 out += ct.widen(*str_ite); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
AnalyzerOptions.cpp | 344 WidenLoops = getBooleanOption("widen-loops", /*Default=*/false);
|
/external/llvm/lib/Target/Hexagon/ |
HexagonTargetMachine.cpp | 36 static cl::opt<bool> DisableStoreWidening("disable-store-widen",
|