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

1 2 3 4 5

  /external/dropbear/
cli-channel.c 37 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/
128bitint.c 28 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) ));
warn-type-safety.cpp 24 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)
warn-type-safety.c 9 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)
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]
mipmap.c 53 bytes_per_pixel(GLenum datatype, GLuint comps)
57 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA ||
58 datatype == GL_UNSIGNED_INT_24_8_MESA)
61 b = _mesa_sizeof_packed_type(datatype);
64 if (_mesa_type_is_packed(datatype))
152 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
156 do_row(GLenum datatype, GLuint comps, GLint srcWidth,
170 if (datatype == GL_UNSIGNED_BYTE && comps == 4) {
183 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) {
195 else if (datatype == GL_UNSIGNED_BYTE && comps == 2)
1896 GLenum datatype; local
    [all...]
mipmap.h 34 GLenum datatype, GLuint comps,
  /external/mesa3d/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]
mipmap.c 46 bytes_per_pixel(GLenum datatype, GLuint comps)
50 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA ||
51 datatype == GL_UNSIGNED_INT_24_8_MESA)
54 b = _mesa_sizeof_packed_type(datatype);
57 if (_mesa_type_is_packed(datatype))
145 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
149 do_row(GLenum datatype, GLuint comps, GLint srcWidth,
163 if (datatype == GL_UNSIGNED_BYTE && comps == 4) {
176 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) {
188 else if (datatype == GL_UNSIGNED_BYTE && comps == 2)
1889 GLenum datatype; local
    [all...]
mipmap.h 34 GLenum datatype, GLuint comps,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path_utils.h 37 static INLINE VGint size_for_datatype(VGPathDatatype datatype)
39 switch(datatype) {
49 assert(!"unknown datatype");
  /external/mesa3d/src/gallium/state_trackers/vega/
path_utils.h 37 static INLINE VGint size_for_datatype(VGPathDatatype datatype)
39 switch(datatype) {
49 assert(!"unknown datatype");
  /external/chromium_org/sync/util/
data_type_histogram.h 18 // Helper macro for datatype specific histograms. For each datatype, invokes
20 // version of the datatype.
36 #define SYNC_DATA_TYPE_HISTOGRAM(datatype) \
38 switch (datatype) { \
118 NOTREACHED() << "Unknown datatype " \
119 << ::syncer::ModelTypeToString(datatype); \
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
explore.py 92 def explore_type(name, datatype, is_child):
98 datatype: The gdb.Type value of the data type being explored.
108 type_code = datatype.code
111 while explorer_class.explore_type(name, datatype, is_child):
115 str(datatype))
209 def explore_type(name, datatype, is_child):
214 if datatype.code == gdb.TYPE_CODE_ENUM:
217 (name, str(datatype)))
223 (name, str(datatype)))
286 def explore_type(name, datatype, is_child)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/command/
explore.py 92 def explore_type(name, datatype, is_child):
98 datatype: The gdb.Type value of the data type being explored.
108 type_code = datatype.code
111 while explorer_class.explore_type(name, datatype, is_child):
115 str(datatype))
209 def explore_type(name, datatype, is_child):
214 if datatype.code == gdb.TYPE_CODE_ENUM:
217 (name, str(datatype)))
223 (name, str(datatype)))
286 def explore_type(name, datatype, is_child)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_parameter.h 75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
131 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);
  /external/mesa3d/src/mesa/program/
prog_parameter.h 75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
131 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);
prog_parameter.c 103 * \param datatype GL_FLOAT, GL_FLOAT_VECx, GL_INT, GL_INT_VECx or GL_NONE.
111 GLuint size, GLenum datatype,
158 p->DataType = datatype;
246 GLenum datatype, GLuint *swizzleOut)
279 size, datatype, values, NULL, 0x0);
316 const char *name, GLuint size, GLenum datatype,
327 size, datatype, NULL, NULL, flags);
340 const char *name, GLint size, GLenum datatype, GLint attrib)
356 size, datatype, NULL, state, 0x0)
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 412 MPI_Datatype datatype,
416 int err = PMPI_Get_count(status, datatype, &n);
1171 MPI_Datatype datatype; member in struct:__anon30139
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 108 // 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.
profile_sync_service_harness.cc 461 // 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) << " on Client " << id_
    [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 95 params=[Param(datatype='int',
101 params=[Param(datatype='int',
103 Param(datatype='String',
105 Param(datatype='String',
107 Param(datatype='boolean',
109 Param(datatype='long',
116 params=[Param(datatype='String',
122 params=[Param(datatype='byte[]',
124 Param(datatype='int',
130 params=[Param(datatype='View', name='view')]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c 165 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
169 do_row(enum dtype datatype, uint comps, int srcWidth,
183 if (datatype == DTYPE_UBYTE && comps == 4) {
196 else if (datatype == DTYPE_UBYTE && comps == 3) {
208 else if (datatype == DTYPE_UBYTE && comps == 2) {
219 else if (datatype == DTYPE_UBYTE && comps == 1) {
230 else if (datatype == DTYPE_USHORT && comps == 4) {
243 else if (datatype == DTYPE_USHORT && comps == 3) {
255 else if (datatype == DTYPE_USHORT && comps == 2) {
266 else if (datatype == DTYPE_USHORT && comps == 1)
965 enum dtype datatype; local
987 enum dtype datatype; local
1031 enum dtype datatype; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 165 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
169 do_row(enum dtype datatype, uint comps, int srcWidth,
183 if (datatype == DTYPE_UBYTE && comps == 4) {
196 else if (datatype == DTYPE_UBYTE && comps == 3) {
208 else if (datatype == DTYPE_UBYTE && comps == 2) {
219 else if (datatype == DTYPE_UBYTE && comps == 1) {
230 else if (datatype == DTYPE_USHORT && comps == 4) {
243 else if (datatype == DTYPE_USHORT && comps == 3) {
255 else if (datatype == DTYPE_USHORT && comps == 2) {
266 else if (datatype == DTYPE_USHORT && comps == 1)
965 enum dtype datatype; local
987 enum dtype datatype; local
1031 enum dtype datatype; local
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]

Completed in 897 milliseconds

1 2 3 4 5