Searched refs:elt1 (Results 1 – 7 of 7) sorted by relevance
/external/v8/test/mjsunit/ |
D | array-functions-prototype-misc.js | 82 unshift_function_2 = function(array, elt1, elt2) { argument 83 return array.unshift(elt1, elt2); 116 unshift_function_2 = function(array, elt1, elt2) { 117 return Array.prototype.unshift.call(array, elt1, elt2); argument
|
/external/chromium_org/v8/test/mjsunit/ |
D | array-functions-prototype-misc.js | 82 unshift_function_2 = function(array, elt1, elt2) { argument 83 return array.unshift(elt1, elt2); 116 unshift_function_2 = function(array, elt1, elt2) { 117 return Array.prototype.unshift.call(array, elt1, elt2); argument
|
/external/llvm/include/llvm/IR/ |
D | DerivedTypes.h | 224 static StructType *create(StringRef Name, Type *elt1, ...) END_WITH_NULL; 239 static StructType *get(Type *elt1, ...) END_WITH_NULL; 269 void setBody(Type *elt1, ...) END_WITH_NULL;
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_dmatmp.h | 50 #define EMIT_TWO_ELTS( offset, elt0, elt1 ) argument 60 #define EMIT_TWO_ELTS( offset, elt0, elt1 ) \ argument 63 EMIT_ELT( offset+1, elt1 ); \
|
D | t_dd_dmatmp2.h | 60 #define EMIT_TWO_ELTS( dest, offset, elt0, elt1 ) \ argument 63 (dest)[offset+1] = (elt1); \
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/ |
D | t_dd_dmatmp.h | 50 #define EMIT_TWO_ELTS( offset, elt0, elt1 ) argument 60 #define EMIT_TWO_ELTS( offset, elt0, elt1 ) \ argument 63 EMIT_ELT( offset+1, elt1 ); \
|
D | t_dd_dmatmp2.h | 60 #define EMIT_TWO_ELTS( dest, offset, elt0, elt1 ) \ argument 63 (dest)[offset+1] = (elt1); \
|