HomeSort by relevance Sort by last modified time
    Searched full:declare_variable (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h 61 #define DECLARE_VARIABLE(type, name) \
76 DECLARE_VARIABLE(bool, name)
82 DECLARE_VARIABLE(int32, name)
88 DECLARE_VARIABLE(int64, name)
93 DECLARE_VARIABLE(uint64, name)
99 DECLARE_VARIABLE(double, name)
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
commandlineflags.h 57 #define DECLARE_VARIABLE(type, name) \
72 DECLARE_VARIABLE(bool, name)
78 DECLARE_VARIABLE(int32, name)
84 DECLARE_VARIABLE(int64, name)
89 DECLARE_VARIABLE(uint64, name)
95 DECLARE_VARIABLE(double, name)
  /external/chromium_org/third_party/cld/base/
commandlineflags.h 379 #define DECLARE_VARIABLE(type, shorttype, name) \
396 #define DECLARE_bool(name) DECLARE_VARIABLE(bool,B, name)
405 #define DECLARE_int32(name) DECLARE_VARIABLE(int32,I, name)
408 #define DECLARE_int64(name) DECLARE_VARIABLE(int64,I64, name)
411 #define DECLARE_uint64(name) DECLARE_VARIABLE(uint64,U64, name)
414 #define DECLARE_double(name) DECLARE_VARIABLE(double,D, name)
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 460 #define DECLARE_VARIABLE(type, shorttype, name) \
476 #define DECLARE_bool(name) DECLARE_VARIABLE(bool,B, name)
485 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32,I, name)
488 #define DECLARE_int64(name) DECLARE_VARIABLE(::google::int64,I64, name)
491 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64,U64, name)
494 #define DECLARE_double(name) DECLARE_VARIABLE(double,D, name)
  /external/open-vcdiff/gflags/src/gflags/
gflags.h 465 #define DECLARE_VARIABLE(type, shorttype, name) \
487 #define DECLARE_bool(name) DECLARE_VARIABLE(bool, B, name)
495 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32, I, name)
498 #define DECLARE_int64(name) DECLARE_VARIABLE(::google::int64, I64, name)
501 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64, U64, name)
504 #define DECLARE_double(name) DECLARE_VARIABLE(double, D, name)
gflags.h.in 465 #define DECLARE_VARIABLE(type, shorttype, name) \
487 #define DECLARE_bool(name) DECLARE_VARIABLE(bool, B, name)
495 #define DECLARE_int32(name) DECLARE_VARIABLE(@ac_google_namespace@::int32, I, name)
498 #define DECLARE_int64(name) DECLARE_VARIABLE(@ac_google_namespace@::int64, I64, name)
501 #define DECLARE_uint64(name) DECLARE_VARIABLE(@ac_google_namespace@::uint64, U64, name)
504 #define DECLARE_double(name) DECLARE_VARIABLE(double, D, name)
  /external/open-vcdiff/gflags/src/windows/gflags/
gflags.h 475 #define DECLARE_VARIABLE(type, shorttype, name) \
498 #define DECLARE_bool(name) DECLARE_VARIABLE(bool, B, name)
506 #define DECLARE_int32(name) DECLARE_VARIABLE(::google::int32, I, name)
509 #define DECLARE_int64(name) DECLARE_VARIABLE(::google::int64, I64, name)
512 #define DECLARE_uint64(name) DECLARE_VARIABLE(::google::uint64, U64, name)
515 #define DECLARE_double(name) DECLARE_VARIABLE(double, D, name)
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 42 static struct asm_symbol *declare_variable(struct asm_parser_state *state,
1108 declare_variable(state, $2, at_attrib, & @2);
1216 declare_variable(state, $2, at_param, & @2);
1240 declare_variable(state, $2, $6.type, & @2);
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y 42 static struct asm_symbol *declare_variable(struct asm_parser_state *state,
1108 declare_variable(state, $2, at_attrib, & @2);
1216 declare_variable(state, $2, at_param, & @2);
1240 declare_variable(state, $2, $6.type, & @2);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 119 static struct asm_symbol *declare_variable(struct asm_parser_state *state,
5562 declare_variable(struct asm_parser_state *state, char *name, enum asm_type t, function
    [all...]
  /external/bison/doc/
bison.info     [all...]
bison.texi     [all...]

Completed in 418 milliseconds