/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | MIMGInstructions.td | 228 DMask:$dmask, UNorm:$unorm, GLC:$glc, SLC:$slc, 231 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$glc$slc$r128$tfe$lwe$da" 239 let InOperandList = !con((ins AddrRC:$vaddr0, SReg_256:$srsrc, DMask:$dmask, 243 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$dlc$glc$slc$r128$tfe$lwe" 252 (ins SReg_256:$srsrc, DMask:$dmask, 256 let AsmString = opcode#" $vdata, "#AddrAsm#", $srsrc$dmask$dim$unorm$dlc$glc$slc$r128$tfe$lwe" 321 DMask:$dmask, UNorm:$unorm, GLC:$glc, SLC:$slc, 324 let AsmString = asm#" $vdata, $vaddr, $srsrc$dmask$unorm$glc$slc$r128$tfe$lwe$da" 333 DMask:$dmask, Dim:$dim, UNorm:$unorm, DLC:$dlc, 336 let AsmString = opcode#" $vdata, $vaddr0, $srsrc$dmask$dim$unorm$dlc$glc$slc$r128$tfe$lwe" [all …]
|
D | SIAddIMGInit.cpp | 103 TII->getNamedOperand(MI, AMDGPU::OpName::dmask); in runOnMachineFunction() 108 unsigned dmask = MO_Dmask->getImm(); in runOnMachineFunction() local 112 TII->isGather4(Opcode) ? 4 : countPopulation(dmask); in runOnMachineFunction()
|
/third_party/node/deps/npm/lib/doctor/ |
D | check-files-permission.js | 9 function checkFilesPermission (root, fmask, dmask, cb) { argument 43 fs.access(file, stat.isFile() ? fmask : dmask, (err) => {
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | inffast.c | 72 unsigned dmask; /* mask for first level of distance codes */ local 99 dmask = (1U << state->distbits) - 1; 141 here = dcode[hold & dmask];
|
/third_party/zlib/ |
D | inffast.c | 72 unsigned dmask; /* mask for first level of distance codes */ local 99 dmask = (1U << state->distbits) - 1; 141 here = dcode + (hold & dmask);
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | inffast.c | 76 unsigned dmask; /* mask for first level of distance codes */ local 103 dmask = (1U << state->distbits) - 1; 145 here = dcode[hold & dmask];
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | inffast.c | 72 unsigned dmask; /* mask for first level of distance codes */ local 99 dmask = (1U << state->distbits) - 1; 141 here = dcode[hold & dmask];
|
/third_party/node/deps/zlib/ |
D | inffast.c | 76 unsigned dmask; /* mask for first level of distance codes */ local 103 dmask = (1U << state->distbits) - 1; 145 here = dcode[hold & dmask];
|
/third_party/skia/third_party/externals/zlib/ |
D | inffast.c | 76 unsigned dmask; /* mask for first level of distance codes */ local 103 dmask = (1U << state->distbits) - 1; 145 here = dcode[hold & dmask];
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 97 unsigned dmask; /* mask for first level of distance codes */ local 125 dmask = (1U << state->distbits) - 1; 185 here = dcode[hold & dmask];
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 97 unsigned dmask; /* mask for first level of distance codes */ local 125 dmask = (1U << state->distbits) - 1; 185 here = dcode[hold & dmask];
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | inffast_chunk.c | 97 unsigned dmask; /* mask for first level of distance codes */ local 125 dmask = (1U << state->distbits) - 1; 185 here = dcode[hold & dmask];
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/masmx64/ |
D | inffas8664.c | 99 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member 140 ar.dmask = (1U << state->distbits) - 1;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/masmx64/ |
D | inffas8664.c | 99 /*104 60 */ unsigned dmask; /* r13 mask for dcode */ member 140 ar.dmask = (1U << state->distbits) - 1;
|
/third_party/libwebsockets/win32port/zlib/ |
D | inffast.c | 89 unsigned dmask; /* mask for first level of distance codes */ local 116 dmask = (1U << state->distbits) - 1; 158 here = dcode[hold & dmask];
|
/third_party/iptables/include/linux/netfilter/ |
D | xt_policy.h | 40 union xt_policy_addr dmask; member
|
/third_party/iptables/extensions/ |
D | libxt_policy.c | 143 memcpy(&e->dmask, &cb->val.hmask, sizeof(cb->val.hmask)); in policy_parse() 288 xtables_ip6mask_to_numeric(&e->dmask.a6)); in print_entry() 292 xtables_ipmask_to_numeric(&e->dmask.a4)); in print_entry()
|
D | libxt_hashlimit.c | 921 hashlimit_mt_print(const struct hashlimit_cfg3 *cfg, unsigned int dmask, int revision) in hashlimit_mt_print() argument 959 if (cfg->srcmask != dmask) in hashlimit_mt_print() 961 if (cfg->dstmask != dmask) in hashlimit_mt_print() 1078 hashlimit_mt_save(const struct hashlimit_cfg3 *cfg, const char* name, unsigned int dmask, int revis… in hashlimit_mt_save() argument 1111 if (cfg->srcmask != dmask) in hashlimit_mt_save() 1113 if (cfg->dstmask != dmask) in hashlimit_mt_save()
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | wuffs-deflate-decoder-decode-huffman.c | 282 uint32_t dmask = MASK(self->private_impl.f_n_huffs_bits[1]); in c_wuffs_deflate__decoder__decode_huffman_fast() local 373 table_entry = self->private_data.f_huffs[1][bits & dmask]; in c_wuffs_deflate__decoder__decode_huffman_fast()
|
/third_party/flutter/skia/third_party/externals/wuffs/std/deflate/ |
D | decode_huffman_slow.wuffs | 21 var dmask base.u32[..511] 49 dmask = ((1 as base.u32) << this.n_huffs_bits[1]) - 1 143 table_entry = this.huffs[1][bits & dmask]
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_print_ir.cpp | 393 if ((mimg.dmask & identity_dmask) != identity_dmask) in print_instr_format_specific() 394 fprintf(output, " dmask:%s%s%s%s", mimg.dmask & 0x1 ? "x" : "", in print_instr_format_specific() 395 mimg.dmask & 0x2 ? "y" : "", mimg.dmask & 0x4 ? "z" : "", in print_instr_format_specific() 396 mimg.dmask & 0x8 ? "w" : ""); in print_instr_format_specific()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g_common.h | 138 unsigned int dmask; member
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_insert_nops.cpp | 44 mimg->dmask = 0x1; in create_mimg()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/ |
D | inffast.S | 185 #define dmask 4 /* unsigned int */ macro 299 movl %eax, dmask(%esp) 558 movl dmask(%esp), %edx /* edx = dmask */ 896 movd dmask(%esp), dmask_mm
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/ |
D | inffast.S | 185 #define dmask 4 /* unsigned int */ macro 299 movl %eax, dmask(%esp) 558 movl dmask(%esp), %edx /* edx = dmask */ 896 movd dmask(%esp), dmask_mm
|