Searched refs:type (Results 1 - 25 of 19236) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/
H A Ddevextras.h181 * @type: the type of the struct this is embedded in.
184 #define list_entry(ptr, type, member) \
185 ((type *)((char *)(ptr)-(unsigned long)(&((type *)0)->member)))
H A Dyaffs_fs.c671 /* Check mode against the variant type and attempt to repair if broken. */
973 (KERN_DEBUG "yaffs_mknod: parent object %d type %d\n",
1507 if (mtd->type != MTD_NANDFLASH) {
1509 ("yaffs: MTD device is not NAND it's type %d\n", mtd->type));
H A Dyaffs_guts.c69 yaffs_ObjectType type);
1590 yaffs_ObjectType type)
1607 theObject->variantType = type;
1620 switch (type) {
1649 yaffs_ObjectType type)
1658 theObject = yaffs_CreateNewObject(dev, number, type);
1686 static yaffs_Object *yaffs_MknodObject(yaffs_ObjectType type, argument
1704 in = yaffs_CreateNewObject(dev, -1, type);
1709 in->variantType = type;
1734 switch (type) {
1589 yaffs_CreateNewObject(yaffs_Device * dev, int number, yaffs_ObjectType type) argument
1647 yaffs_FindOrCreateObjectByNumber(yaffs_Device * dev, int number, yaffs_ObjectType type) argument
[all...]
H A Dyaffs_guts.h195 yaffs_ObjectType extraObjectType; /* What object type? */
294 yaffs_ObjectType type; member in struct:__anon34324
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c611 mtd->type = MTD_NANDFLASH;
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c153 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits.
276 oh->type = t;
509 //printf(" we don't handle this type\n");
H A Dmkyaffsimage.c276 oh->type = SWAP32(oh->type); // GCC makes enums 32 bits.
340 oh->type = t;
518 printf(" we don't handle this type\n");
/external/zlib/src/as400/
H A Dzlib.inc287 D flush 10I 0 value Flush type required
299 D flush 10I 0 value Flush type required
/external/zlib/src/contrib/delphi/
H A DZLib.pas18 type
39 data_type: Integer; // best guess about the data type: ascii or binary
157 type
/external/zlib/src/contrib/infback9/
H A Dinftree9.c24 lens shorts, which is used as a work area. type is the type of code
32 int inflate_table9(type, lens, codes, table, bits, work)
33 codetype type;
131 if (left > 0 && (type == CODES || max != 1))
174 /* set up for code type */
175 switch (type) {
205 if ((type == LENS && used >= ENOUGH_LENS) ||
206 (type == DISTS && used >= ENOUGH_DISTS))
273 if ((type
[all...]
H A Dinftree9.h59 extern int inflate_table9 OF((codetype type, unsigned short FAR *lens,
/external/zlib/src/contrib/inflate86/
H A Dinffast.S213 .type inflate_fast_use_mmx,@object
220 /* coff info: scl 2 = extern, type 32 = function */
221 .def inflate_fast; .scl 2; .type 32; .endef
1366 .type inflate_fast,@function
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas16 type
44 data_type: Integer; (* best guess about the data type: ascii or binary *)
/external/zlib/src/contrib/puff/
H A Dpuff.c19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
42 * - Use short data type for large arrays
152 * - After the two-bit stored block type (00), the stored block length and
154 * bits in the byte that has the last bit of the type, as many as seven, are
386 * - Compressed data that is after the block type if fixed or after the code
517 * - This block type can be useful for compressing small amounts of data for
771 * -1: invalid block type (type == 3)
799 int last, type; /* block information */ local
821 type
[all...]
/external/zlib/src/
H A Dinftrees.c24 lens shorts, which is used as a work area. type is the type of code
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
33 codetype type;
137 if (left > 0 && (type == CODES || max != 1))
180 /* set up for code type */
181 switch (type) {
211 if ((type == LENS && used > ENOUGH_LENS) ||
212 (type == DISTS && used > ENOUGH_DISTS))
280 if ((type
[all...]
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dmake_vms.com68 $ myproc = f$parse(whoami,,,"Name") + f$parse(whoami,,,"type")
554 $ if (f$type('cdef') .eqs. "INTEGER")
558 $ if (f$type('cdef') .eqs. "STRING")
626 $ if f$type('cdef_val'_yes) .nes. ""
628 $ if f$type('cdef_val'_yes) .eqs. "INTEGER" -
630 $ if f$type('cdef_val'_yes) .eqs. "STRING" -
644 $ if f$type('cdef_val'_no) .nes. ""
646 $ if f$type('cdef_val'_no) .eqs. "INTEGER" -
648 $ if f$type('cdef_val'_no) .eqs. "STRING" -
668 $ if f$type(result
[all...]
H A Dzutil.h73 /* The three kinds of block type */
160 # define fdopen(fd,type) _fdopen(fd,type)
/external/zlib/
H A Dzutil.h73 /* The three kinds of block type */
160 # define fdopen(fd,type) _fdopen(fd,type)
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp1670 /*Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
1861 /*Write block type*/
2367 void lodepng_chunk_type(char type[5], const unsigned char* chunk) argument
2370 for(i = 0; i < 4; i++) type[i] = chunk[4 + i];
2371 type[4] = 0; /*null termination char*/
2374 unsigned char lodepng_chunk_type_equals(const unsigned char* chunk, const char* type) argument
2376 if(strlen(type) != 4) return 0;
2377 return (chunk[4] == type[0] && chunk[5] == type[1] && chunk[6] == type[
2453 lodepng_chunk_create(unsigned char** out, size_t* outlength, unsigned length, const char* type, const unsigned char* data) argument
5285 unsigned type, bestType = 0; local
[all...]
H A Dlodepng.h108 colortype: the desired color type for the raw output image. See explanation on PNG color types.
157 colortype: the color type of the raw input image. See explanation on PNG color types.
281 unsigned btype; /*the block type for LZ (0, 1, 2 or 3, see zlib standard). Should be 2 for proper compression.*/
315 LodePNGColorType colortype; /*color type, see PNG standard or documentation further in this header file*/
329 The palette is only supported for color type 3.
367 /*is it a greyscale type? (only colortype 0 or 4)*/
380 In detail, it returns true only if it's a color type with alpha, or has a palette with non-opaque values,
407 LodePNGColorMode color; /*color type and bits, palette and transparency of the PNG file*/
494 Converts raw buffer from one color type to another color type, base
[all...]
H A Dlodepng_util.cpp50 char type[5]; local
51 lodepng_chunk_type(type, chunk);
52 if(std::string(type).size() != 4) return 1;
54 names.push_back(type);
74 char type[5]; local
75 lodepng_chunk_type(type, chunk);
76 std::string name(type);
118 char type[5]; local
119 lodepng_chunk_type(type, chunk);
120 std::string name(type);
175 char type[5]; local
[all...]
/external/webrtc/src/common_audio/resampler/include/
H A Dresampler.h70 Resampler(int inFreq, int outFreq, ResamplerType type);
74 int Reset(int inFreq, int outFreq, ResamplerType type);
77 int ResetIfNeeded(int inFreq, int outFreq, ResamplerType type);
/external/webrtc/src/common_audio/resampler/
H A Dresampler.cc46 Resampler::Resampler(int inFreq, int outFreq, ResamplerType type) argument
65 Reset(inFreq, outFreq, type);
100 int Resampler::ResetIfNeeded(int inFreq, int outFreq, ResamplerType type) argument
106 || (type != my_type_))
108 return Reset(inFreq, outFreq, type);
115 int Resampler::Reset(int inFreq, int outFreq, ResamplerType type) argument
160 my_type_ = type;
186 // Change type to mono
187 type = static_cast<ResamplerType>(
188 ((static_cast<int>(type)
[all...]

Completed in 345 milliseconds

1234567891011>>