Home
last modified time | relevance | path

Searched refs:datatype (Results 1 – 25 of 76) sorted by relevance

1234

/external/mesa3d/src/mesa/main/
Dformats.c1955 GLenum datatype = 0; in check_format_to_type_and_comps() local
1960 _mesa_format_to_type_and_comps(f, &datatype, &comps); in check_format_to_type_and_comps()
2062 GLenum *datatype, GLuint *comps) in _mesa_format_to_type_and_comps() argument
2073 *datatype = GL_UNSIGNED_BYTE; in _mesa_format_to_type_and_comps()
2078 *datatype = GL_UNSIGNED_BYTE; in _mesa_format_to_type_and_comps()
2083 *datatype = GL_UNSIGNED_SHORT_5_6_5; in _mesa_format_to_type_and_comps()
2089 *datatype = GL_UNSIGNED_SHORT_4_4_4_4; in _mesa_format_to_type_and_comps()
2095 *datatype = GL_UNSIGNED_SHORT_1_5_5_5_REV; in _mesa_format_to_type_and_comps()
2100 *datatype = GL_UNSIGNED_INT_2_10_10_10_REV; in _mesa_format_to_type_and_comps()
2105 *datatype = GL_UNSIGNED_SHORT_5_5_5_1; in _mesa_format_to_type_and_comps()
[all …]
Dmipmap.c46 bytes_per_pixel(GLenum datatype, GLuint comps) in bytes_per_pixel() argument
50 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA || in bytes_per_pixel()
51 datatype == GL_UNSIGNED_INT_24_8_MESA) in bytes_per_pixel()
54 b = _mesa_sizeof_packed_type(datatype); in bytes_per_pixel()
57 if (_mesa_type_is_packed(datatype)) in bytes_per_pixel()
149 do_row(GLenum datatype, GLuint comps, GLint srcWidth, in do_row() argument
163 if (datatype == GL_UNSIGNED_BYTE && comps == 4) { in do_row()
176 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) { in do_row()
188 else if (datatype == GL_UNSIGNED_BYTE && comps == 2) { in do_row()
199 else if (datatype == GL_UNSIGNED_BYTE && comps == 1) { in do_row()
[all …]
Dmipmap.h34 GLenum datatype, GLuint comps,
/external/google-breakpad/src/third_party/libdisasm/
Dia32_operand.c249 op->datatype = (size == 4) ? op_word : op_byte; in decode_operand_size()
254 op->datatype = (size == 4) ? op_bounds32 : op_bounds16; in decode_operand_size()
258 op->datatype = (size == 4) ? op_dword : op_word; in decode_operand_size()
265 op->datatype = (size == 4) ? op_descr32 : op_descr16; in decode_operand_size()
269 op->datatype = op_byte; in decode_operand_size()
273 op->datatype = op_word; in decode_operand_size()
277 op->datatype = op_dword; in decode_operand_size()
284 op->datatype = (insn->addr_size == 4) ? in decode_operand_size()
289 op->datatype = op_qword; in decode_operand_size()
293 op->datatype = op_dqword; in decode_operand_size()
[all …]
Dx86_format.c78 switch ( op->datatype ) { in get_operand_data_str()
95 switch ( op->datatype ) { in get_operand_data_str()
368 switch (op->datatype) { in get_operand_datatype_str()
377 switch (op->datatype) { in get_operand_datatype_str()
669 if (op->datatype == op_word) { in format_operand_att()
684 if (op->datatype == op_descr16) { in format_operand_att()
741 if ( op->datatype == op_word ) { in format_operand_native()
755 if (op->datatype == op_descr16) { in format_operand_native()
821 if (op->datatype == op_word) { in format_operand_xml()
840 if (op->datatype == op_descr16) { in format_operand_xml()
[all …]
Dia32_implicit.c360 op->datatype = op_byte; break; in handle_impl_reg()
362 op->datatype = op_word; break; in handle_impl_reg()
364 op->datatype = op_dword; break; in handle_impl_reg()
366 op->datatype = op_qword; break; in handle_impl_reg()
368 op->datatype = op_extreal; break; in handle_impl_reg()
370 op->datatype = op_dqword; break; in handle_impl_reg()
Dx86_insn.c29 if ( op_lst->op.datatype == op_descr16 ) { in x86_get_address()
124 switch (op->datatype ) { in x86_operand_size()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicDurationFormat.java40 } else if (object instanceof javax.xml.datatype.Duration) { in format()
91 javax.xml.datatype.DatatypeConstants.Field inFields[] = { in formatDuration()
92 javax.xml.datatype.DatatypeConstants.YEARS, in formatDuration()
93 javax.xml.datatype.DatatypeConstants.MONTHS, in formatDuration()
94 javax.xml.datatype.DatatypeConstants.DAYS, in formatDuration()
95 javax.xml.datatype.DatatypeConstants.HOURS, in formatDuration()
96 javax.xml.datatype.DatatypeConstants.MINUTES, in formatDuration()
97 javax.xml.datatype.DatatypeConstants.SECONDS, in formatDuration()
108 javax.xml.datatype.Duration inDuration = (javax.xml.datatype.Duration)obj; in formatDuration()
110 javax.xml.datatype.Duration duration = inDuration; in formatDuration()
/external/valgrind/mpi/
Dlibmpiwrap.c412 MPI_Datatype datatype, in count_from_Status() argument
417 int err = PMPI_Get_count(status, datatype, &n); in count_from_Status()
992 void check_mem_is_defined ( char* buffer, long count, MPI_Datatype datatype ) in check_mem_is_defined() argument
994 walk_type_array( check_mem_is_defined_untyped, buffer, datatype, count ); in check_mem_is_defined()
1003 void check_mem_is_addressable ( void *buffer, long count, MPI_Datatype datatype ) in check_mem_is_addressable() argument
1005 walk_type_array( check_mem_is_addressable_untyped, buffer, datatype, count ); in check_mem_is_addressable()
1013 void make_mem_defined_if_addressable ( void *buffer, int count, MPI_Datatype datatype ) in make_mem_defined_if_addressable() argument
1016 buffer, datatype, count ); in make_mem_defined_if_addressable()
1022 MPI_Datatype datatype ) in make_mem_defined_if_addressable_if_success() argument
1025 make_mem_defined_if_addressable(buffer, count, datatype); in make_mem_defined_if_addressable_if_success()
[all …]
/external/clang/test/Sema/
Dwarn-type-safety.c9 int wrong1(void *buf, MPI_Datatype datatype)
12 int wrong2(void *buf, MPI_Datatype datatype)
15 int wrong3(void *buf, MPI_Datatype datatype)
18 int wrong4(void *buf, MPI_Datatype datatype)
21 int wrong5(void *buf, MPI_Datatype datatype)
24 int wrong6(void *buf, MPI_Datatype datatype)
29 int wrong7(void *buf, MPI_Datatype datatype)
32 int wrong8(void *buf, MPI_Datatype datatype)
Dwarn-type-safety.cpp24 void f1(void *buf, int count, MPI_Datatype datatype)
27 void f2(void *buf, int count, MPI_Datatype datatype)
30 void f3(void *buf, int count, MPI_Datatype datatype)
33 void f4(void *buf, int count, MPI_Datatype datatype)
36 void MPI_Send(void *buf, int count, MPI_Datatype datatype)
42 void value_dep(void *buf, int count, MPI_Datatype datatype)
D128bitint.c28 void pointer_with_type_tag_arg_num_1(void *buf, int datatype)
31 void pointer_with_type_tag_arg_num_2(void *buf, int datatype)
34 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) ));
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c169 do_row(enum dtype datatype, uint comps, int srcWidth, in do_row() argument
183 if (datatype == DTYPE_UBYTE && comps == 4) { in do_row()
196 else if (datatype == DTYPE_UBYTE && comps == 3) { in do_row()
208 else if (datatype == DTYPE_UBYTE && comps == 2) { in do_row()
219 else if (datatype == DTYPE_UBYTE && comps == 1) { in do_row()
230 else if (datatype == DTYPE_USHORT && comps == 4) { in do_row()
243 else if (datatype == DTYPE_USHORT && comps == 3) { in do_row()
255 else if (datatype == DTYPE_USHORT && comps == 2) { in do_row()
266 else if (datatype == DTYPE_USHORT && comps == 1) { in do_row()
277 else if (datatype == DTYPE_FLOAT && comps == 4) { in do_row()
[all …]
/external/opencv/cxcore/src/
Dcxdxt.cpp1287 #define ICV_REAL_DFT( flavor, datatype ) \ argument
1289 icvRealDFT_##flavor( const datatype* src, datatype* dst, \
1309 dst[0] = (datatype)(src[0]*scale); \
1314 dst[1] = (datatype)((src[0] - src[1])*scale); \
1315 dst[0] = (datatype)t; \
1321 _dst[0].re = (datatype)(src[0]*scale); \
1327 _dst[j].re = (datatype)t0; \
1329 _dst[j+1].re = (datatype)t1; \
1353 dst[0] = (datatype)((dst[0] + dst[1])*scale); \
1354 dst[1] = (datatype)(t*scale); \
[all …]
/external/mesa3d/src/mesa/program/
Dprog_parameter.h131 GLuint size, GLenum datatype,
148 GLenum datatype, GLuint *swizzleOut);
157 const char *name, GLuint size, GLenum datatype,
162 const char *name, GLint size, GLenum datatype, GLint attrib);
Dprog_parameter.c111 GLuint size, GLenum datatype, in _mesa_add_parameter() argument
158 p->DataType = datatype; in _mesa_add_parameter()
246 GLenum datatype, GLuint *swizzleOut) in _mesa_add_typed_unnamed_constant() argument
279 size, datatype, values, NULL, 0x0); in _mesa_add_typed_unnamed_constant()
316 const char *name, GLuint size, GLenum datatype, in _mesa_add_varying() argument
327 size, datatype, NULL, NULL, flags); in _mesa_add_varying()
340 const char *name, GLint size, GLenum datatype, GLint attrib) in _mesa_add_attribute() argument
356 size, datatype, NULL, state, 0x0); in _mesa_add_attribute()
/external/mesa3d/src/gallium/state_trackers/vega/
Dpath_utils.h37 static INLINE VGint size_for_datatype(VGPathDatatype datatype) in size_for_datatype() argument
39 switch(datatype) { in size_for_datatype()
Dpath.c52 VGPathDatatype datatype; member
83 VGPathDatatype dt = p->datatype; in data_at()
131 void vg_float_to_datatype(VGPathDatatype datatype, in vg_float_to_datatype() argument
137 switch(datatype) { in vg_float_to_datatype()
170 VGPathDatatype datatype) in coords_adjust_by_scale_bias() argument
175 VGint size_dst = size_for_datatype(datatype); in coords_adjust_by_scale_bias()
181 vg_float_to_datatype(datatype, common_data, data, 1); in coords_adjust_by_scale_bias()
197 path->datatype = dt; in path_create()
266 p->scale, p->bias, p->datatype); in path_append_data()
629 return size_for_datatype(p->datatype); in path_datatype_size()
[all …]
Dapi_path.c37 VGPathDatatype datatype, in vegaCreatePath() argument
49 if (datatype < VG_PATH_DATATYPE_S_8 || in vegaCreatePath()
50 datatype > VG_PATH_DATATYPE_F) { in vegaCreatePath()
59 return path_to_handle(path_create(datatype, scale, bias, in vegaCreatePath()
/external/nanopb-c/examples/using_double_on_avr/
DREADME.txt5 datatype. Instead, they have sizeof(double) == 4. Because protocol
23 The conversion routines are as accurate as the float datatype can
/external/libmtp/src/
Dptp.c1018 PTPPropertyValue* value, uint16_t datatype) in ptp_getdevicepropvalue() argument
1033 if (ret == PTP_RC_OK) ptp_unpack_DPV(params, dpv, &offset, len, value, datatype); in ptp_getdevicepropvalue()
1040 PTPPropertyValue *value, uint16_t datatype) in ptp_setdevicepropvalue() argument
1051 size=ptp_pack_DPV(params, value, &dpv, datatype); in ptp_setdevicepropvalue()
1704 uint16_t propcode, PTPPropertyValue *value, uint16_t datatype in ptp_canon_eos_setdevicepropvalue() argument
1733 if (datatype != PTP_DTC_STR) { in ptp_canon_eos_setdevicepropvalue()
1740 switch (datatype) { in ptp_canon_eos_setdevicepropvalue()
2474 PTPPropertyValue *value, uint16_t datatype in ptp_mtp_getobjectpropvalue() argument
2489 ptp_unpack_DPV(params, data, &offset, size, value, datatype); in ptp_mtp_getobjectpropvalue()
2509 PTPPropertyValue *value, uint16_t datatype in ptp_mtp_setobjectpropvalue() argument
[all …]
Dlibmtp.c908 allowed_vals->datatype = LIBMTP_DATATYPE_INT8; in LIBMTP_Get_Allowed_Property_Values()
912 allowed_vals->datatype = LIBMTP_DATATYPE_UINT8; in LIBMTP_Get_Allowed_Property_Values()
916 allowed_vals->datatype = LIBMTP_DATATYPE_INT16; in LIBMTP_Get_Allowed_Property_Values()
920 allowed_vals->datatype = LIBMTP_DATATYPE_UINT16; in LIBMTP_Get_Allowed_Property_Values()
924 allowed_vals->datatype = LIBMTP_DATATYPE_INT32; in LIBMTP_Get_Allowed_Property_Values()
928 allowed_vals->datatype = LIBMTP_DATATYPE_UINT32; in LIBMTP_Get_Allowed_Property_Values()
932 allowed_vals->datatype = LIBMTP_DATATYPE_INT64; in LIBMTP_Get_Allowed_Property_Values()
936 allowed_vals->datatype = LIBMTP_DATATYPE_UINT64; in LIBMTP_Get_Allowed_Property_Values()
980 allowed_vals->datatype = LIBMTP_DATATYPE_INT8; in LIBMTP_Get_Allowed_Property_Values()
986 allowed_vals->datatype = LIBMTP_DATATYPE_UINT8; in LIBMTP_Get_Allowed_Property_Values()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DICUDurationTest.java16 import javax.xml.datatype.DatatypeConstants;
17 import javax.xml.datatype.DatatypeConstants.Field;
18 import javax.xml.datatype.Duration;
36 private static final class ICUTestDuration extends javax.xml.datatype.Duration {
/external/srtp/
DTODO16 - add tests for key_limit_t datatype
55 into 'nonce' datatype.
/external/libxml2/
DTODO_SCHEMAS15 - Complete the Built-In datatype collections and Facets implementations

1234