Searched refs:data_type (Results 76 - 100 of 128) sorted by relevance

123456

/external/libexif/libexif/
H A Dexif-data.c66 ExifDataType data_type; member in struct:_ExifDataPrivate
1269 d->priv->data_type = dt;
1275 return (d && d->priv) ? d->priv->data_type : EXIF_DATA_TYPE_UNKNOWN;
/external/chromium_org/third_party/zlib/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
204 /* Possible values of the data_type field (though see inflate()) */
341 deflate() may update strm->data_type if it can make a good guess about
435 Also to assist in this, on return inflate() will set strm->data_type to the
443 data_type is set, in which case the number of unused bits will be less than
444 eight. data_type is set as noted here every time inflate() returns for all
452 256 is added to the value of strm->data_type when inflate() returns
906 location in the input stream can be determined from avail_in and data_type
H A Dtrees.c938 if (s->strm->data_type == Z_UNKNOWN)
939 s->strm->data_type = detect_data_type(s);
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
203 /* Possible values of the data_type field (though see inflate()) */
337 deflate() may update strm->data_type if it can make a good guess about
431 Also to assist in this, on return inflate() will set strm->data_type to the
439 data_type is set, in which case the number of unused bits will be less than
440 eight. data_type is set as noted here every time inflate() returns for all
448 256 is added to the value of strm->data_type when inflate() returns
956 location in the input stream can be determined from avail_in and data_type
H A Dtrees.c920 if (s->strm->data_type == Z_UNKNOWN)
921 s->strm->data_type = detect_data_type(s);
/external/qemu/slirp-android/
H A Dudp.c458 uint16_t data_type; // data type member in struct:cu_header
/external/zlib/src/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
203 /* Possible values of the data_type field (though see inflate()) */
337 deflate() may update strm->data_type if it can make a good guess about
431 Also to assist in this, on return inflate() will set strm->data_type to the
439 data_type is set, in which case the number of unused bits will be less than
440 eight. data_type is set as noted here every time inflate() returns for all
448 256 is added to the value of strm->data_type when inflate() returns
956 location in the input stream can be determined from avail_in and data_type
H A Dtrees.c920 if (s->strm->data_type == Z_UNKNOWN)
921 s->strm->data_type = detect_data_type(s);
/external/zlib/
H A Dzlib.h101 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
203 /* Possible values of the data_type field (though see inflate()) */
337 deflate() may update strm->data_type if it can make a good guess about
431 Also to assist in this, on return inflate() will set strm->data_type to the
439 data_type is set, in which case the number of unused bits will be less than
440 eight. data_type is set as noted here every time inflate() returns for all
448 256 is added to the value of strm->data_type when inflate() returns
956 location in the input stream can be determined from avail_in and data_type
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h1277 GLuint data_type:1; member in struct:brw_instruction::__anon14435::__anon14444
1292 GLuint data_type:1; member in struct:brw_instruction::__anon14435::__anon14445
H A Dbrw_eu_emit.c471 insn->bits3.math_gen5.data_type = dataType;
478 insn->bits3.math.data_type = dataType;
1663 GLuint data_type,
1716 data_type);
1658 brw_math( struct brw_compile *p, struct brw_reg dest, GLuint function, GLuint msg_reg_nr, struct brw_reg src, GLuint data_type, GLuint precision ) argument
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h890 typedef bool data_type; typedef in struct:llvm::ImutContainerInfo
916 typedef bool data_type; typedef in struct:llvm::ImutContainerInfo
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h1277 GLuint data_type:1; member in struct:brw_instruction::__anon27846::__anon27855
1292 GLuint data_type:1; member in struct:brw_instruction::__anon27846::__anon27856
H A Dbrw_eu_emit.c471 insn->bits3.math_gen5.data_type = dataType;
478 insn->bits3.math.data_type = dataType;
1663 GLuint data_type,
1716 data_type);
1658 brw_math( struct brw_compile *p, struct brw_reg dest, GLuint function, GLuint msg_reg_nr, struct brw_reg src, GLuint data_type, GLuint precision ) argument
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_trees.c920 if (s->strm->data_type == Z_UNKNOWN)
921 s->strm->data_type = detect_data_type(s);
H A Dzlib.h165 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
267 /* Possible values of the data_type field (though see inflate()) */
401 deflate() may update strm->data_type if it can make a good guess about
495 Also to assist in this, on return inflate() will set strm->data_type to the
503 data_type is set, in which case the number of unused bits will be less than
504 eight. data_type is set as noted here every time inflate() returns for all
512 256 is added to the value of strm->data_type when inflate() returns
1020 location in the input stream can be determined from avail_in and data_type
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas44 data_type: Integer; (* best guess about the data type: ascii or binary *)
/external/clang/lib/Serialization/
H A DASTWriter.cpp1485 typedef HeaderFileInfo data_type; typedef in class:__anon18130::HeaderFileInfoTrait
1486 typedef const data_type &data_type_ref;
1860 typedef Data data_type; typedef in class:__anon18131::ASTMacroTableTrait
1861 typedef const data_type &data_type_ref;
2741 struct data_type { struct in class:__anon18132::ASTMethodPoolTrait
2745 typedef const data_type& data_type_ref;
2857 ASTMethodPoolTrait::data_type Data = {
3099 typedef IdentID data_type; typedef in class:__anon18133::ASTIdentifierTableTrait
3100 typedef data_type data_type_ref;
3361 typedef DeclContext::lookup_result data_type; typedef in class:__anon18134::ASTDeclContextNameLookupTrait
[all...]
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h161 int data_type; /* best guess about the data type: binary or text */ member in struct:z_stream_s
263 /* Possible values of the data_type field (though see inflate()) */
397 deflate() may update strm->data_type if it can make a good guess about
491 Also to assist in this, on return inflate() will set strm->data_type to the
499 data_type is set, in which case the number of unused bits will be less than
500 eight. data_type is set as noted here every time inflate() returns for all
508 256 is added to the value of strm->data_type when inflate() returns
1016 location in the input stream can be determined from avail_in and data_type
/external/qemu/slirp/
H A Dudp.c433 uint16_t data_type; // data type member in struct:cu_header
/external/chromium_org/net/ftp/
H A Dftp_network_transaction_unittest.cc144 void set_data_type(char data_type) { data_type_ = data_type; } argument
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync_test.py30 for data_type in requested_types:
33 data_type].name).SetInParent()
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_act.c1791 p_hdp_rec->mdep_cfg[i].data_type = sup_feature.list_elem[i].data_type;
1833 p_hdp_rec->mdep_cfg[i].data_type,
/external/chromium_org/third_party/libpng/
H A Dpngwutil.c383 png_ptr->zstream.data_type = Z_BINARY;
561 /* libpng is not interested in zstream.data_type */
563 png_ptr->zstream.data_type = Z_BINARY;
1963 png_ptr->zstream.data_type = Z_BINARY;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngwutil.c383 png_ptr->zstream.data_type = Z_BINARY;
561 /* libpng is not interested in zstream.data_type */
563 png_ptr->zstream.data_type = Z_BINARY;
1963 png_ptr->zstream.data_type = Z_BINARY;

Completed in 720 milliseconds

123456