Searched refs:datatype (Results 1 - 25 of 27) sorted by relevance

12

/external/dropbear/
H A Dcli-channel.c37 unsigned int datatype; local
48 datatype = buf_getint(ses.payload);
50 if (datatype != SSH_EXTENDED_DATA_STDERR) {
51 TRACE(("leave recv_msg_channel_extended_data: wrong datatype: %d",
52 datatype))
/external/clang/test/Sema/
H A D128bitint.c24 void pointer_with_type_tag_arg_num_1(void *buf, int datatype)
27 void pointer_with_type_tag_arg_num_2(void *buf, int datatype)
30 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) ));
H A 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)
H A 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)
H A Dwarn-type-safety-mpi-hdf5.c31 int MPI_Send(void *buf, int count, MPI_Datatype datatype)
39 // OpenMPI and LAM/MPI-style datatype definitions
70 // MPICH2 and MVAPICH2-style datatype definitions
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c412 MPI_Datatype datatype,
416 int err = PMPI_Get_count(status, datatype, &n);
990 void check_mem_is_defined ( char* buffer, long count, MPI_Datatype datatype )
992 walk_type_array( check_mem_is_defined_untyped, buffer, datatype, count );
1001 void check_mem_is_addressable ( void *buffer, long count, MPI_Datatype datatype )
1003 walk_type_array( check_mem_is_addressable_untyped, buffer, datatype, count );
1011 void make_mem_defined_if_addressable ( void *buffer, int count, MPI_Datatype datatype )
1014 buffer, datatype, count );
1020 MPI_Datatype datatype )
1023 make_mem_defined_if_addressable(buffer, count, datatype);
411 count_from_Status( int* recv_count, MPI_Datatype datatype, MPI_Status* status) argument
1057 generic_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1071 PMPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1075 PMPI_Bsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1079 PMPI_Ssend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1083 PMPI_Rsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1094 PMPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) argument
1171 MPI_Datatype datatype; member in struct:__anon14738
1370 generic_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1387 PMPI_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1392 PMPI_Ibsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1397 PMPI_Issend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1402 PMPI_Irsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1415 PMPI_Irecv( void* buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request* request ) argument
1802 PMPI_Pack( void* inbuf, int incount, MPI_Datatype datatype, void* outbuf, int outsize, int* position, MPI_Comm comm ) argument
1851 PMPI_Unpack( void* inbuf, int insize, int* position, void* outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm ) argument
1906 PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) argument
2052 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2080 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.h108 // Enables sync for a particular sync datatype.
109 void EnableSyncForDatatype(syncable::ModelType datatype);
111 // Disables sync for a particular sync datatype.
112 void DisableSyncForDatatype(syncable::ModelType datatype);
124 // Encrypt the datatype |type|. This method will block while the sync backend
198 // for a particular datatype.
H A Dprofile_sync_service_harness.cc461 // Only look for a match if we have at least one enabled datatype in
491 syncable::ModelType datatype) {
496 synced_datatypes.insert(datatype);
503 syncable::ModelTypeFromInt(datatype));
505 synced_datatypes.insert(syncable::ModelTypeFromInt(datatype));
508 AwaitSyncCycleCompletion("Waiting for datatype configuration.");
509 VLOG(1) << "EnableSyncForDatatype(): Enabled sync for datatype "
510 << syncable::ModelTypeToString(datatype) << " on Client " << id_;
512 VLOG(1) << "EnableSyncForDatatype(): Sync already enabled for datatype "
513 << syncable::ModelTypeToString(datatype) << " o
490 EnableSyncForDatatype( syncable::ModelType datatype) argument
518 DisableSyncForDatatype( syncable::ModelType datatype) argument
[all...]
/external/opencv/cxcore/src/
H A Dcxdxt.cpp1287 #define ICV_REAL_DFT( flavor, datatype ) \
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)((ds
[all...]
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_proto_util.h78 // the server which datatypes to send back. This adds a datatype so that
80 static void AddToEntitySpecificDatatypesFilter(syncable::ModelType datatype,
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.h85 void AddDefaultExtensionValue(syncable::ModelType datatype,
90 // is inferred from the presence of particular datatype extensions in the
135 // Returns a string corresponding to the syncable tag for this datatype.
H A Dmodel_type.cc24 void AddDefaultExtensionValue(syncable::ModelType datatype, argument
26 switch (datatype) {
143 // This is an item of a datatype we can't understand. Maybe it's
146 NOTREACHED() << "Unknown datatype in sync proto.";
H A Dsyncable_unittest.cc1291 ModelType datatype = ModelTypeFromInt(i); local
1292 SCOPED_TRACE(testing::Message("Testing model type ") << datatype);
1293 switch (datatype) {
1301 AddDefaultExtensionValue(datatype, &specifics);
1312 ASSERT_EQ(datatype, folder.GetModelType());
1321 ASSERT_EQ(datatype, item.GetModelType());
1323 // It's critical that deletion records retain their datatype, so that
1332 ASSERT_EQ(datatype, deleted_item.GetModelType());
1341 ASSERT_EQ(datatype, server_folder.GetServerModelType());
1350 ASSERT_EQ(datatype, server_ite
[all...]
/external/libmtp/src/
H A Dptp.c1018 PTPPropertyValue* value, uint16_t datatype)
1033 if (ret == PTP_RC_OK) ptp_unpack_DPV(params, dpv, &offset, len, value, datatype);
1040 PTPPropertyValue *value, uint16_t datatype)
1051 size=ptp_pack_DPV(params, value, &dpv, datatype);
1704 uint16_t propcode, PTPPropertyValue *value, uint16_t datatype
1733 if (datatype != PTP_DTC_STR) {
1740 switch (datatype) {
2474 PTPPropertyValue *value, uint16_t datatype
2489 ptp_unpack_DPV(params, data, &offset, size, value, datatype);
2509 PTPPropertyValue *value, uint16_t datatype
1017 ptp_getdevicepropvalue(PTPParams* params, uint16_t propcode, PTPPropertyValue* value, uint16_t datatype) argument
1039 ptp_setdevicepropvalue(PTPParams* params, uint16_t propcode, PTPPropertyValue *value, uint16_t datatype) argument
[all...]
H A Dlibmtp.c908 allowed_vals->datatype = LIBMTP_DATATYPE_INT8;
912 allowed_vals->datatype = LIBMTP_DATATYPE_UINT8;
916 allowed_vals->datatype = LIBMTP_DATATYPE_INT16;
920 allowed_vals->datatype = LIBMTP_DATATYPE_UINT16;
924 allowed_vals->datatype = LIBMTP_DATATYPE_INT32;
928 allowed_vals->datatype = LIBMTP_DATATYPE_UINT32;
932 allowed_vals->datatype = LIBMTP_DATATYPE_INT64;
936 allowed_vals->datatype = LIBMTP_DATATYPE_UINT64;
980 allowed_vals->datatype = LIBMTP_DATATYPE_INT8;
986 allowed_vals->datatype
[all...]
H A Dptp-pack.c630 PTPPropertyValue* value, uint16_t datatype
632 switch (datatype) {
861 ptp_pack_DPV (PTPParams *params, PTPPropertyValue* value, unsigned char** dpvptr, uint16_t datatype) argument
867 switch (datatype) {
1000 packedpropstypes[noitems]= propitr->datatype;
1003 packedpropslens[noitems] = ptp_pack_DPV (params, &propitr->propval, &packedprops[noitems], propitr->datatype);
1074 props[i].datatype = dtoh16a(data);
1079 ptp_unpack_DPV(params, data, &offset, len, &props[i].propval, props[i].datatype);
H A Dptp.h923 uint16_t datatype; member in struct:_MTPProperties
2106 PTPPropertyValue* value, uint16_t datatype);
2108 PTPPropertyValue* value, uint16_t datatype);
2118 PTPPropertyValue *value, uint16_t datatype);
2120 PTPPropertyValue *value, uint16_t datatype);
2413 PTPPropertyValue* value, uint16_t datatype);
H A Dlibmtp.h543 * The datatype specifying which of the above is used
545 LIBMTP_datatype_t datatype; member in struct:LIBMTP_allowed_values_struct
H A Dlibmtp.h.in542 * The datatype specifying which of the above is used
544 LIBMTP_datatype_t datatype;
/external/chromium/net/tools/testserver/
H A Dchromiumsync.py53 # to that datatype. Note that TOP_LEVEL has no such token.
167 sync_type: A value from ALL_TYPES, giving the datatype of this permanent
207 """Return true if at least one datatype was requested."""
216 return [datatype for datatype, timestamp in self._state.iteritems()
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... ant/tasks/ org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/dom4j/dom/ org/dom4j/dtd/ org/dom4j/io/ org ...
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec174 in particular what datatype should this return for TEXTURE_RED_TYPE_ARB,
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4194 syncable::ModelType datatype = local
4196 if (datatype == syncable::UNSPECIFIED) {
4198 "Invalid datatype string: %s.", datatype_string.c_str()));
4201 sync_waiter_->EnableSyncForDatatype(datatype);
4203 "Enabling datatype: %s", datatype_string.c_str()));
4258 syncable::ModelType datatype = local
4260 if (datatype == syncable::UNSPECIFIED) {
4262 "Invalid datatype string: %s.", datatype_string.c_str()));
4265 sync_waiter_->DisableSyncForDatatype(datatype);
4267 "Disabling datatype
[all...]
/external/jdiff/
H A Dxerces.jar ... xs/util/ org/apache/xerces/jaxp/ org/apache/xerces/jaxp/datatype/ org/apache/xerces/jaxp/validation/ org/apache/xerces/parsers/ org ...
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h5969 typedef GLuint (APIENTRYP PFNGLGENSYMBOLSEXTPROC) (GLenum datatype, GLenum storagetype, GLenum range, GLuint components);

Completed in 1538 milliseconds

12