Searched refs:int16 (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/CrackLib-37765/cracklib27/cracklib/
H A Dpacker.h17 typedef uint16_t int16; typedef
29 int16 pih_blocklen;
30 int16 pih_pad;
/macosx-10.9.5/CrackLib-37765/cracklib27/
H A Dlibcrack.h72 typedef unsigned short int int16; typedef
94 int16 pih_blocklen;
95 int16 pih_pad;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_luv.c189 int16* tp;
190 int16 b;
199 tp = (int16*) op;
202 tp = (int16*) sp->tbuf;
213 b = (int16)(*bp++ << shft);
220 tp[i++] |= (int16)*bp++ << shft;
378 int16* tp;
379 int16 b;
387 tp = (int16*) bp;
389 tp = (int16*) s
[all...]
H A Dtiff.h59 * 16-bit quantities int16/uint16
69 typedef short int16; typedef
H A Dtif_predict.c483 int16 *wp = (int16*) cp0;
H A Dtif_dir.c542 int16 v = (int16)va_arg(ap, int);
905 *va_arg(ap, int16*) =
906 *(int16 *)val;
H A Dtif_dirwrite.c1108 int16* bp = (int16*) w;
1110 bp[i] = (int16) v[i];
H A Dtif_pixarlog.c174 horizontalAccumulate12(uint16 *wp, int n, int stride, int16 *op,
796 (int16 *)op, sp->ToLinearF);
797 op += llen * sizeof(int16);
H A Dtif_print.c82 fprintf(fd, "%d", ((int16 *) raw_data)[j]);
/macosx-10.9.5/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp138 typedef short int16; typedef
168 int16 ascent;
169 int16 descent;
170 int16 left_extent;
700 char_table[i].left_extent = int16(f.get_uint16());
777 int slant = int16(tag_info(slant_tag).value);
830 int16 val = int16(f.get_uint16());
852 double slant_angle = int16(tag_info(slant_tag).value)*PI/18000.0;
913 if (char_table[i].ascent > int16(tag_inf
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
162 * int16
168 typedef PRInt16 int16; typedef
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
162 * int16
168 typedef PRInt16 int16; typedef
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
162 * int16
168 typedef PRInt16 int16; typedef
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dprotypes.h51 * It is trickier to define uint, int8, uint8, int16, uint16,
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
162 * int16
168 typedef PRInt16 int16; typedef
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/addtiffo/
H A Dtif_overview.c193 padfSamples[iSample++] = ((int16 *) pabyData)[0];
234 *((int16 *)pabyData) = (int16) MAX(-32768,MIN(32767,dfValue));
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dbmp2tiff.c151 int16 iPlanes; /* Number of image planes (must be set to 1) */
152 int16 iBitCount; /* Number of bits per pixel (1, 4, 8, 16, 24
364 int16 iShort;
H A Draw2tiff.c90 int16 depth = 1; /* bytes per pixel in input image */
476 X = ((int16 *)buf1)[i];
477 Y = ((int16 *)buf2)[i];
H A Dtiffset.c199 ((int16 *)array)[i] = atoi(argv[arg_index+i]);
H A Dtiffdump.c630 int16 *wp = (int16*)data;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddatascript.vim18 syn keyword dsType int8 int16 int32 int64
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_pdsdirread.c666 int16* vp = (int16*) v;
680 int16* vp = (int16*) v;
H A Dtif_pdsdirwrite.c773 { int16* bp = (int16*) w;
775 bp[i] = (int16) v[i];
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/win_dib/
H A Dtiff2dib.c131 int16 i;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/tiff/
H A DtiffPixar.c176 int16 *op,
791 (int16 *)op, sp->ToLinearF);
792 op += llen * sizeof(int16);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DVM.h433 registerTypedArrayFunction(int16, Int16);

Completed in 312 milliseconds

12