/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 49 #define PACK(SRC, OFFSET, BITS) (((SRC) & MAX_UINT(BITS)) << (OFFSET)) macro 77 d |= PACK(a, 0, 8); in pack_ubyte_a8b8g8r8_unorm() 78 d |= PACK(b, 8, 8); in pack_ubyte_a8b8g8r8_unorm() 79 d |= PACK(g, 16, 8); in pack_ubyte_a8b8g8r8_unorm() 80 d |= PACK(r, 24, 8); in pack_ubyte_a8b8g8r8_unorm() 102 d |= PACK(b, 8, 8); in pack_ubyte_x8b8g8r8_unorm() 103 d |= PACK(g, 16, 8); in pack_ubyte_x8b8g8r8_unorm() 104 d |= PACK(r, 24, 8); in pack_ubyte_x8b8g8r8_unorm() 129 d |= PACK(r, 0, 8); in pack_ubyte_r8g8b8a8_unorm() 130 d |= PACK(g, 8, 8); in pack_ubyte_r8g8b8a8_unorm() [all …]
|
/external/curl/lib/ |
D | smb.h | 55 # define PACK macro 59 # define PACK __attribute__((packed)) macro 61 # define PACK macro 112 } PACK; variable 131 } PACK; variable 137 } PACK; variable 151 } PACK; variable 160 } PACK; variable 179 } PACK; variable 197 } PACK; variable [all …]
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 647 #undef PACK 648 #define PACK( x, y ) ( ( x << 4 ) | y ) macro 658 /* SVTCA[0] */ PACK( 0, 0 ), 659 /* SVTCA[1] */ PACK( 0, 0 ), 660 /* SPVTCA[0] */ PACK( 0, 0 ), 661 /* SPVTCA[1] */ PACK( 0, 0 ), 662 /* SFVTCA[0] */ PACK( 0, 0 ), 663 /* SFVTCA[1] */ PACK( 0, 0 ), 664 /* SPVTL[0] */ PACK( 2, 0 ), 665 /* SPVTL[1] */ PACK( 2, 0 ), [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | promote_resources_to_args.mlir | 9 // CHECK: %[[PACK:[0-9]*]] = "tf.Pack"(%[[CONST]], %[[ADD]]) 10 // CHECK: return %[[PACK]] 28 // CHECK: %[[PACK:[0-9]*]] = "tf.Pack"(%[[CONST]], %[[ADD2]]) 29 // CHECK: return %[[PACK]] 51 // CHECK: %[[PACK:[0-9]*]] = "tf.Pack"(%[[CONST]], %[[ADD2]]) 52 // CHECK: return %[[PACK]] 73 // CHECK: %[[PACK:[0-9]*]] = "tf.Pack"(%arg0, %[[ADD2]]) 74 // CHECK: return %[[PACK]], %[[ADD1]]
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm.c | 61 #define PACK(s) ((size_t)(s) << (sizeof(size_t) * 8 - 16)) macro 119 PACK(0x0000), PACK(0x1C20), PACK(0x3840), PACK(0x2460), 120 PACK(0x7080), PACK(0x6CA0), PACK(0x48C0), PACK(0x54E0), 121 PACK(0xE100), PACK(0xFD20), PACK(0xD940), PACK(0xC560), 122 PACK(0x9180), PACK(0x8DA0), PACK(0xA9C0), PACK(0xB5E0)};
|
/external/pdfium/third_party/libtiff/ |
D | tif_luv.c | 1256 #define PACK(s,b,f) (((b)<<6)|((s)<<3)|(f)) in LogL16GuessDataFmt() macro 1257 switch (PACK(td->td_samplesperpixel, td->td_bitspersample, td->td_sampleformat)) { in LogL16GuessDataFmt() 1258 case PACK(1, 32, SAMPLEFORMAT_IEEEFP): in LogL16GuessDataFmt() 1260 case PACK(1, 16, SAMPLEFORMAT_VOID): in LogL16GuessDataFmt() 1261 case PACK(1, 16, SAMPLEFORMAT_INT): in LogL16GuessDataFmt() 1262 case PACK(1, 16, SAMPLEFORMAT_UINT): in LogL16GuessDataFmt() 1264 case PACK(1, 8, SAMPLEFORMAT_VOID): in LogL16GuessDataFmt() 1265 case PACK(1, 8, SAMPLEFORMAT_UINT): in LogL16GuessDataFmt() 1268 #undef PACK in LogL16GuessDataFmt() 1337 #define PACK(a,b) (((a)<<3)|(b)) in LogLuvGuessDataFmt() macro [all …]
|
D | tif_getimage.c | 1259 #define PACK(r,g,b) \ macro 1478 *cp++ = PACK(pp[0], pp[1], pp[2]); in DECLAREContigPutFunc() 1541 *cp++ = PACK(img->Bitdepth16To8[wp[0]], in DECLAREContigPutFunc() 1619 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc() 1645 *cp++ = PACK(Map[r], Map[g], Map[b]); in DECLAREContigPutFunc() 1670 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++)); in DECLARESepPutFunc() 1742 *cp++ = PACK(img->Bitdepth16To8[*wr++], in DECLARESepPutFunc() 1814 *cp++ = PACK(r, g, b); in DECLAREContigPutFunc() 1829 dst = PACK(r, g, b); \ 2308 *cp++ = PACK(dr,dg,db); in DECLARESepPutFunc() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | extract-ophint.mlir | 23 // CHECK: %[[PACK:[0-9]*]] = "tfl.pack"(%0, %1) {axis = 0 : i32, values_count = 2 : i32} : (tensor… 24 // CHECK: %[[OP_HINT_CALL:[0-9]*]] = call @"47393154b9af11e99426dc4a3e957995"(%[[PACK]]) : (tensor… 106 // CHECK: %[[PACK:[0-9]*]] = "tfl.pack"(%0, %1) {axis = 0 : i32, values_count = 2 : i32} : (tensor… 107 // CHECK: %[[OP_HINT_CALL:[0-9]*]] = call @b92ed354b9f011e99426dc4a3e957995(%[[PACK]]) : (tensor<2…
|
/external/boringssl/src/ssl/test/runner/poly1305/ |
D | sum_s390x.s | 155 #define PACK(h0, h1, h2, h3, h4) \ macro 289 PACK(H_0, H_1, H_2, H_3, H_4)
|
D | sum_vmsl_s390x.s | 297 #define PACK(h0, h1, h2) \ macro 557 PACK(H0_0, H1_0, H2_0)
|
/external/antlr/runtime/CSharp2/ |
D | README.TXT | 25 2. WHAT'S IN THE PACK?
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 205 PACK, enumerator
|
D | SystemZISelLowering.cpp | 2296 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp() 3542 { SystemZISD::PACK, 4, 3545 { SystemZISD::PACK, 2, 3548 { SystemZISD::PACK, 1, 3731 P.Opcode == SystemZISD::PACK ? P.Operand * 2 : in getPermuteNode() 3742 } else if (P.Opcode == SystemZISD::PACK) { in getPermuteNode() 3745 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode() 4646 OPCODE(PACK); in getTargetNodeName()
|
D | SystemZOperators.td | 226 def z_pack : SDNode<"SystemZISD::PACK", SDT_ZVecBinaryConv>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 209 PACK, enumerator
|
D | SystemZISelLowering.cpp | 2453 return DAG.getNode(SystemZISD::PACK, DL, VT, HRes, LRes); in getVectorCmp() 3779 { SystemZISD::PACK, 4, 3782 { SystemZISD::PACK, 2, 3785 { SystemZISD::PACK, 1, 3982 P.Opcode == SystemZISD::PACK ? P.Operand * 2 : in getPermuteNode() 3993 } else if (P.Opcode == SystemZISD::PACK) { in getPermuteNode() 3996 Op = DAG.getNode(SystemZISD::PACK, DL, OutVT, Op0, Op1); in getPermuteNode() 5033 OPCODE(PACK); in getTargetNodeName()
|
D | SystemZOperators.td | 309 def z_pack : SDNode<"SystemZISD::PACK", SDT_ZVecBinaryConv>;
|
D | SystemZScheduleZ196.td | 614 def : InstRW<[WLat1, LSU5, GroupAlone], (instregex "(PACK|PKA|PKU)$")>;
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 82 #define PACK(type) fIntrinsicMap[String("pack" #type)] = ALL_GLSL(Pack ## type); \ in setupIntrinsics() macro 84 PACK(Snorm4x8); in setupIntrinsics() 85 PACK(Unorm4x8); in setupIntrinsics() 86 PACK(Snorm2x16); in setupIntrinsics() 87 PACK(Unorm2x16); in setupIntrinsics() 88 PACK(Half2x16); in setupIntrinsics() 89 PACK(Double2x32); in setupIntrinsics()
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 86 #define PACK(type) fIntrinsicMap[String("pack" #type)] = ALL_GLSL(Pack ## type); \ in setupIntrinsics() macro 88 PACK(Snorm4x8); in setupIntrinsics() 89 PACK(Unorm4x8); in setupIntrinsics() 90 PACK(Snorm2x16); in setupIntrinsics() 91 PACK(Unorm2x16); in setupIntrinsics() 92 PACK(Half2x16); in setupIntrinsics() 93 PACK(Double2x32); in setupIntrinsics()
|
/external/e2fsprogs/ |
D | aclocal.m4 | 1833 pushdef([PACK],[$2]) 1834 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], 1839 popdef([PACK]) 1852 pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) 1853 pushdef([PACKUP],[m4_translit(PACK,[abcdefghijklmnopqrstuvwxyz./+-], 1857 …f(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[m4_translit(PACK,[.],[_])],PACK)]) 2342 popdef([PACK])
|
/external/v8/src/execution/s390/ |
D | simulator-s390.h | 635 EVALUATE(PACK);
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_compatibility.md | 668 **PACK**
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema.fbs | 283 PACK = 83,
|
/external/v8/src/codegen/s390/ |
D | constants-s390.h | 988 V(pack, PACK, 0xF2) /* type = SS_B PACK */ \
|