/external/clang/test/SemaCXX/Inputs/ |
register.h | 5 #define to_int(x) ({ register int n = (x); n; }) macro
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate_generic.c | 130 #define TO_INT(x) (x) 208 ATTRIB( R32G32B32A32_UINT, 4, uint32_t, unsigned, TO_INT ) 209 ATTRIB( R32G32B32_UINT, 3, uint32_t, unsigned, TO_INT ) 210 ATTRIB( R32G32_UINT, 2, uint32_t, unsigned, TO_INT ) 211 ATTRIB( R32_UINT, 1, uint32_t, unsigned, TO_INT ) 213 ATTRIB( R16G16B16A16_UINT, 4, uint32_t, ushort, TO_INT ) 214 ATTRIB( R16G16B16_UINT, 3, uint32_t, ushort, TO_INT ) 215 ATTRIB( R16G16_UINT, 2, uint32_t, ushort, TO_INT ) 216 ATTRIB( R16_UINT, 1, uint32_t, ushort, TO_INT ) 218 ATTRIB( R8G8B8A8_UINT, 4, uint32_t, ubyte, TO_INT ) [all...] |
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_generic.c | 130 #define TO_INT(x) (x) 208 ATTRIB( R32G32B32A32_UINT, 4, uint32_t, unsigned, TO_INT ) 209 ATTRIB( R32G32B32_UINT, 3, uint32_t, unsigned, TO_INT ) 210 ATTRIB( R32G32_UINT, 2, uint32_t, unsigned, TO_INT ) 211 ATTRIB( R32_UINT, 1, uint32_t, unsigned, TO_INT ) 213 ATTRIB( R16G16B16A16_UINT, 4, uint32_t, ushort, TO_INT ) 214 ATTRIB( R16G16B16_UINT, 3, uint32_t, ushort, TO_INT ) 215 ATTRIB( R16G16_UINT, 2, uint32_t, ushort, TO_INT ) 216 ATTRIB( R16_UINT, 1, uint32_t, ushort, TO_INT ) 218 ATTRIB( R8G8B8A8_UINT, 4, uint32_t, ubyte, TO_INT ) [all...] |
/external/chromium_org/third_party/sqlite/src/ |
addopcodes.awk | 20 printf "#define TK_%-29s %4d\n", "TO_INT", ++max
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gdef-table.hh | 363 inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002 && markGlyphSetsDef[0] != 0; } 365 { return version.to_int () >= 0x00010002 && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); } 375 (version.to_int () < 0x00010002 || markGlyphSetsDef[0].sanitize (c, this)));
|
hb-open-type-private.hh | 671 inline uint32_t to_int (void) const { return (major << 16) + minor; } function in struct:OT::FixedVersion
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gdef-table.hh | 363 inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002 && markGlyphSetsDef[0] != 0; } 365 { return version.to_int () >= 0x00010002 && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); } 375 (version.to_int () < 0x00010002 || markGlyphSetsDef[0].sanitize (c, this)));
|
hb-open-type-private.hh | 665 inline uint32_t to_int (void) const { return (major << 16) + minor; } function in struct:OT::FixedVersion
|
/external/clang/test/SemaCXX/ |
deprecated.cpp | 26 int k = to_int(n); // no-warning
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
core-extensions.rb | 103 n = n.to_int
|
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf.h | 98 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
|
conf_api.c | 174 ret=ret*10+conf->meth->to_int(conf, *str);
|
conf_lib.c | 358 *result = (*result)*10 + conf->meth->to_int(conf, *str);
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
conf.h | 98 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
|
/external/openssl/crypto/conf/ |
conf.h | 98 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
|
conf_api.c | 174 ret=ret*10+conf->meth->to_int(conf, *str);
|
conf_lib.c | 358 *result = (*result)*10 + conf->meth->to_int(conf, *str);
|
/external/openssl/include/openssl/ |
conf.h | 98 int (*to_int)(const CONF *conf, char c); member in struct:conf_method_st
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
psaux.h | 359 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_ [all...] |
/external/freetype/include/freetype/internal/ |
psaux.h | 359 (*to_int)( PS_Parser parser ); member in struct:PS_Parser_FuncsRec_ [all...] |
/bionic/libc/tzcode/ |
localtime.c | 2113 static int to_int(unsigned char* s) { function [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 711 l := Attribute.Alignment (Int32.to_int align) :: !l; 719 l := Attribute.Stackalignment (Int32.to_int stackalign) :: !l; [all...] |