HomeSort by relevance Sort by last modified time
    Searched refs:_type (Results 1 - 25 of 497) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/compiler/nir/
nir_vla.h 35 #define NIR_VLA(_type, _name, _length) \
36 _type *_name = alloca((_length) * sizeof *_name)
44 #define NIR_VLA_FILL(_type, _name, _length, _byte) \
45 _type *_name = memset(alloca((_length) * sizeof *_name), _byte, (_length) * sizeof *_name)
53 #define NIR_VLA_ZERO(_type, _name, _length) \
54 NIR_VLA_FILL(_type, _name, _length, 0)
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-generated-actions.h     [all...]
gmock-generated-matchers.h     [all...]
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
x86_io.h 66 #define X86_READX( _api_func, _type ) \
67 static inline __always_inline _type \
68 IOAPI_INLINE ( x86, _api_func ) ( volatile _type *io_addr ) { \
75 #define X86_WRITEX( _api_func, _type ) \
77 IOAPI_INLINE ( x86, _api_func ) ( _type data, \
78 volatile _type *io_addr ) { \
90 #define X86_INX( _insn_suffix, _type, _reg_prefix ) \
91 static inline __always_inline _type \
92 IOAPI_INLINE ( x86, in ## _insn_suffix ) ( volatile _type *io_addr ) { \
93 _type data;
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
exception.swg 12 #define %varfail_fmt(_type,_name) "in variable '"`_name`"' of type '"`_type`"'"
14 #define %argfail_fmt(_type,_name,_argn) "in method '" `_name` "', argument " `_argn`" of type '" `_type`"'"
16 #define %outfail_fmt(_type) "in output value of type '"_type"'"
18 #define %argnullref_fmt(_type,_name,_argn) %nullref_fmt() %argfail_fmt(_type, _name, _argn)
20 #define %varnullref_fmt(_type,_name) %nullref_fmt() %varfail_fmt(_type, _name)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
SCommonAST.h 13 int _type; member in class:SORCommonAST
19 int type() { return _type; }
22 void setType(int t) { _type = t; }
  /external/libxcam/xcore/
x3a_event.h 40 , _type (type)
49 return _type;
57 X3aEvent::Type _type; member in class:XCam::X3aEvent
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.h 116 #define trace_dump_arg(_type, _arg) \
119 trace_dump_##_type(_arg); \
123 #define trace_dump_arg_struct(_type, _arg) \
126 trace_dump_##_type(&_arg); \
130 #define trace_dump_ret(_type, _arg) \
133 trace_dump_##_type(_arg); \
137 #define trace_dump_array(_type, _obj, _size) \
144 trace_dump_##_type((_obj)[idx]); \
153 #define trace_dump_struct_array(_type, _obj, _size) \
160 trace_dump_##_type(&(_obj)[idx]);
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 50 int _type = T__21; local
59 state.type = _type;
70 int _type = T__22; local
79 state.type = _type;
90 int _type = T__23; local
99 state.type = _type;
110 int _type = T__24; local
119 state.type = _type;
130 int _type = T__25; local
139 state.type = _type;
150 int _type = T__26; local
170 int _type = FOR; local
191 int _type = INT_TYPE; local
212 int _type = CHAR; local
233 int _type = VOID; local
254 int _type = ID; local
315 int _type = INT; local
373 int _type = EQ; local
393 int _type = EQEQ; local
414 int _type = LT; local
434 int _type = PLUS; local
454 int _type = WS; local
    [all...]
SimpleCLexer.m 74 NSInteger _type = K_FOR;
87 state.type = _type;
107 NSInteger _type = K_CHAR;
120 state.type = _type;
140 NSInteger _type = K_INT_TYPE;
153 state.type = _type;
173 NSInteger _type = K_VOID;
186 state.type = _type;
206 NSInteger _type = K_ID;
255 state.type = _type;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.java 50 int _type = T__21; local
59 state.type = _type;
70 int _type = T__22; local
79 state.type = _type;
90 int _type = T__23; local
99 state.type = _type;
110 int _type = T__24; local
119 state.type = _type;
130 int _type = T__25; local
139 state.type = _type;
150 int _type = T__26; local
170 int _type = FOR; local
191 int _type = INT_TYPE; local
212 int _type = CHAR; local
233 int _type = VOID; local
254 int _type = ID; local
315 int _type = INT; local
373 int _type = EQ; local
393 int _type = EQEQ; local
414 int _type = LT; local
434 int _type = PLUS; local
454 int _type = WS; local
    [all...]
SimpleCLexer.m 223 NSInteger _type = T__21;
235 [state setType:_type];
253 NSInteger _type = T__22;
265 [state setType:_type];
283 NSInteger _type = T__23;
295 [state setType:_type];
313 NSInteger _type = T__24;
325 [state setType:_type];
343 NSInteger _type = T__25;
355 [state setType:_type];
    [all...]
  /external/v8/testing/
gtest-support.h 37 #define TRACED_FOREACH(_type, _var, _container) \
38 for (_type const _var : _container) \
48 #define TRACED_FORRANGE(_type, _var, _low, _high) \
49 for (_type _i = _low; _i <= _high; ++_i) \
51 for (_type const _var = _i; !_done;) \
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.m 74 NSInteger _type = T__7;
86 state.type = _type;
107 NSInteger _type = T__8;
119 state.type = _type;
140 NSInteger _type = T__9;
152 state.type = _type;
173 NSInteger _type = T__10;
185 state.type = _type;
206 NSInteger _type = T__11;
218 state.type = _type;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimToken.cs 42 private short _type; field in struct:Antlr.Runtime.SlimToken
50 _type = (short)type;
70 return _type;
74 _type = (short)value;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 74 NSInteger _type = T__7;
86 state.type = _type;
106 NSInteger _type = T__8;
118 state.type = _type;
138 NSInteger _type = T__9;
150 state.type = _type;
170 NSInteger _type = T__10;
182 state.type = _type;
202 NSInteger _type = T__11;
215 state.type = _type;
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_compiler.h 140 #define PIPE_ALIGN_TYPE(_alignment, _type) _type __attribute__((aligned(_alignment)))
154 #define PIPE_ALIGN_TYPE(_alignment, _type) __declspec(align(_alignment)) _type
161 #define PIPE_ALIGN_TYPE(_alignment, _type) _type
  /development/testrunner/coverage/
coverage_target.py 21 self._type = None
38 return self._type
41 self._type = buildtype
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/auth/
img_parser_mod.h 54 #define REGISTER_IMG_PARSER_LIB(_type, _name, _init, _check_int, _get_param) \
55 static const img_parser_lib_desc_t __img_parser_lib_desc_##_type \
57 .img_type = _type, \
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangLexer.m 74 NSInteger _type = T__10;
86 state.type = _type;
106 NSInteger _type = INTTYPE;
119 state.type = _type;
139 NSInteger _type = FLOATTYPE;
152 state.type = _type;
172 NSInteger _type = ID;
219 state.type = _type;
239 NSInteger _type = INT;
286 state.type = _type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsnetbs.h 22 #define SET_NETBIOS_SOCKADDR(_snb,_type,_name,_port) { int _i; (_snb)->snb_family = AF_NETBIOS; (_snb)->snb_type = (_type); for (_i=0; _i<NETBIOS_NAME_LENGTH-1; _i++) { (_snb)->snb_name[_i] = ' '; } for (_i=0; *((_name)+_i)!='\0' && _i<NETBIOS_NAME_LENGTH-1; _i++) { (_snb)->snb_name[_i] = *((_name)+_i); } (_snb)->snb_name[NETBIOS_NAME_LENGTH-1] = (_port); }

Completed in 210 milliseconds

1 2 3 4 5 6 7 8 91011>>