/external/freetype/src/truetype/ |
D | ttinterp.c | 656 #undef PACK 657 #define PACK( x, y ) ( ( x << 4 ) | y ) macro 666 /* SVTCA y */ PACK( 0, 0 ), 667 /* SVTCA x */ PACK( 0, 0 ), 668 /* SPvTCA y */ PACK( 0, 0 ), 669 /* SPvTCA x */ PACK( 0, 0 ), 670 /* SFvTCA y */ PACK( 0, 0 ), 671 /* SFvTCA x */ PACK( 0, 0 ), 672 /* SPvTL // */ PACK( 2, 0 ), 673 /* SPvTL + */ PACK( 2, 0 ), [all …]
|
/external/pdfium/third_party/freetype/src/truetype/ |
D | ttinterp.c | 649 #undef PACK 650 #define PACK( x, y ) ( ( x << 4 ) | y ) macro 659 /* SVTCA y */ PACK( 0, 0 ), 660 /* SVTCA x */ PACK( 0, 0 ), 661 /* SPvTCA y */ PACK( 0, 0 ), 662 /* SPvTCA x */ PACK( 0, 0 ), 663 /* SFvTCA y */ PACK( 0, 0 ), 664 /* SFvTCA x */ PACK( 0, 0 ), 665 /* SPvTL // */ PACK( 2, 0 ), 666 /* SPvTL + */ PACK( 2, 0 ), [all …]
|
/external/curl/lib/ |
D | smb.h | 53 # define PACK macro 57 # define PACK __attribute__((packed)) macro 59 # define PACK macro 110 } PACK; variable 129 } PACK; variable 135 } PACK; variable 149 } PACK; variable 158 } PACK; variable 181 } PACK; variable 209 } PACK; variable [all …]
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 1209 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() macro 1210 switch (PACK(td->td_samplesperpixel, td->td_bitspersample, td->td_sampleformat)) { in LogL16GuessDataFmt() 1211 case PACK(1, 32, SAMPLEFORMAT_IEEEFP): in LogL16GuessDataFmt() 1213 case PACK(1, 16, SAMPLEFORMAT_VOID): in LogL16GuessDataFmt() 1214 case PACK(1, 16, SAMPLEFORMAT_INT): in LogL16GuessDataFmt() 1215 case PACK(1, 16, SAMPLEFORMAT_UINT): in LogL16GuessDataFmt() 1217 case PACK(1, 8, SAMPLEFORMAT_VOID): in LogL16GuessDataFmt() 1218 case PACK(1, 8, SAMPLEFORMAT_UINT): in LogL16GuessDataFmt() 1221 #undef PACK in LogL16GuessDataFmt() 1285 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() macro [all …]
|
D | tif_getimage.c | 1158 #define PACK(r,g,b) \ macro 1377 *cp++ = PACK(pp[0], pp[1], pp[2]); in DECLAREContigPutFunc() 1440 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc() 1518 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc() 1544 *cp++ = PACK(Map[r], Map[g], Map[b]); in DECLAREContigPutFunc() 1569 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++)); in DECLARESepPutFunc() 1641 *cp++ = PACK(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc() 1713 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc() 1728 dst = PACK(r, g, b); \ 2195 *cp++ = PACK(dr,dg,db); in DECLARESepPutFunc() [all …]
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_luv.c | 1195 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() macro 1196 switch (PACK(td->td_samplesperpixel, td->td_bitspersample, td->td_sampleformat)) { in LogL16GuessDataFmt() 1197 case PACK(1, 32, SAMPLEFORMAT_IEEEFP): in LogL16GuessDataFmt() 1199 case PACK(1, 16, SAMPLEFORMAT_VOID): in LogL16GuessDataFmt() 1200 case PACK(1, 16, SAMPLEFORMAT_INT): in LogL16GuessDataFmt() 1201 case PACK(1, 16, SAMPLEFORMAT_UINT): in LogL16GuessDataFmt() 1203 case PACK(1, 8, SAMPLEFORMAT_VOID): in LogL16GuessDataFmt() 1204 case PACK(1, 8, SAMPLEFORMAT_UINT): in LogL16GuessDataFmt() 1207 #undef PACK in LogL16GuessDataFmt() 1271 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() macro [all …]
|
D | tif_getimage.c | 1099 #define PACK(r,g,b) \ macro 1318 *cp++ = PACK(pp[0], pp[1], pp[2]); in DECLAREContigPutFunc() 1381 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc() 1459 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc() 1485 *cp++ = PACK(Map[r], Map[g], Map[b]); in DECLAREContigPutFunc() 1510 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++)); in DECLARESepPutFunc() 1582 *cp++ = PACK(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc() 1654 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc() 1669 dst = PACK(r, g, b); \ 2134 *cp++ = PACK(dr,dg,db); in DECLARESepPutFunc() [all …]
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8.c | 550 #define PACK(X, S) ((((X).i32 * PACK_CST) & 0xff000000) >> (S)) macro 595 non_zero_dc |= PACK(nz_dc, 24 - y * 4); in ParseResiduals() 596 non_zero_ac |= PACK(nz_ac, 24 - y * 4); in ParseResiduals() 598 out_t_nz = PACK(tnz, 24); in ParseResiduals() 599 out_l_nz = PACK(lnz, 24); in ParseResiduals() 618 non_zero_dc |= PACK(nz_dc, 8 - ch * 2); in ParseResiduals() 619 non_zero_ac |= PACK(nz_ac, 8 - ch * 2); in ParseResiduals() 621 out_t_nz |= PACK(tnz, 20); in ParseResiduals() 622 out_l_nz |= PACK(lnz, 20); in ParseResiduals() 630 #undef PACK
|
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 74 #define PACK(s) ((size_t)(s) << (sizeof(size_t) * 8 - 16)) macro 149 PACK(0x0000), PACK(0x1C20), PACK(0x3840), PACK(0x2460), 150 PACK(0x7080), PACK(0x6CA0), PACK(0x48C0), PACK(0x54E0), 151 PACK(0xE100), PACK(0xFD20), PACK(0xD940), PACK(0xC560), 152 PACK(0x9180), PACK(0x8DA0), PACK(0xA9C0), PACK(0xB5E0)};
|
/external/bison/m4/ |
D | lib-link.m4 | 167 pushdef([PACK],[$2]) 168 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], 173 popdef([PACK]) 186 pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) 187 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], 191 …f(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)]) 676 popdef([PACK])
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
D | README.TXT | 25 2. WHAT'S IN THE PACK?
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 202 PACK, enumerator
|
D | SystemZISelLowering.cpp | 2243 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp() 3372 { SystemZISD::PACK, 4, 3375 { SystemZISD::PACK, 2, 3378 { SystemZISD::PACK, 1, 3561 P.Opcode == SystemZISD::PACK ? P.Operand * 2 : in getPermuteNode() 3572 } else if (P.Opcode == SystemZISD::PACK) { in getPermuteNode() 3575 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode() 4473 OPCODE(PACK); in getTargetNodeName()
|
D | SystemZOperators.td | 208 def z_pack : SDNode<"SystemZISD::PACK", SDT_ZVecBinaryConv>;
|