Home
last modified time | relevance | path

Searched refs:WR (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/src/misc/
H A Dioctl.c16 #define WR 3 macro
48 { _IOWR('A', 0x24, char[128]), _IOWR('A', 0x24, char[108]), 108, WR, 1, OFFS(4,8,12,16,52,56,60,64) },
51 { _IOWR('W', 0x20, char[48]), _IOWR('W', 0x20, char[36]), 36, WR, 1, OFFS(4,8) },
54 { _IOWR('A', 0x23, char[136]), _IOWR('A', 0x23, char[132]), 0, WR, 1, 0 },
55 { 0, 0, 4, WR, 1, 0 }, /* snd_pcm_sync_ptr (flags only) */
56 { 0, 0, 32, WR, 1, OFFS(8,12,16,24,28) }, /* snd_pcm_mmap_status */
57 { 0, 0, 4, WR, 1, 0 }, /* snd_pcm_mmap_control (each member) */
60 { _IOWR('V', 9, new_misaligned(68)), _IOWR('V', 9, char[68]), 68, WR, 1, OFFS(20, 24) },
61 { _IOWR('V', 15, new_misaligned(68)), _IOWR('V', 15, char[68]), 68, WR, 1, OFFS(20, 24) },
62 { _IOWR('V', 17, new_misaligned(68)), _IOWR('V', 17, char[68]), 68, WR,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp271 WriteRef &WR = RegisterMappings[RegID].first; in removeRegisterWrite() local
272 if (WR.getWriteState() == &WS) in removeRegisterWrite()
273 WR.invalidate(); in removeRegisterWrite()
368 const WriteRef &WR = RegisterMappings[RegID].first; in collectWrites()
369 if (WR.isValid()) in collectWrites()
370 Writes.push_back(WR); in collectWrites()
374 const WriteRef &WR = RegisterMappings[*I].first; in collectWrites()
375 if (WR.isValid()) in collectWrites()
376 Writes.push_back(WR); in collectWrites()
389 for (const WriteRef &WR in collectWrites()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWindowsResource.cpp329 Error WindowsResourceParser::parse(WindowsResource *WR, in parse() argument
331 auto EntryOrErr = WR->getHeadEntry(); in parse()
349 InputFilenames.push_back(WR->getFileName()); in parse()
358 Entry, InputFilenames[Node->Origin], WR->getFileName())); in parse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWindowsResource.h157 Error parse(WindowsResource *WR, std::vector<std::string> &Duplicates);
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_state_validate.c93 BCTX_REFN(nv50->bufctx_3d, 3D_FB, &mt->base, WR); in nv50_validate_fb()
121 BCTX_REFN(nv50->bufctx_3d, 3D_FB, &mt->base, WR); in nv50_validate_fb()
H A Dnv50_shader_state.c734 BCTX_REFN(nv50->bufctx_3d, 3D_SO, buf, WR); in nv50_stream_output_validate()
H A Dnv50_surface.c258 BCTX_REFN(nv50->bufctx, 2D, nv04_resource(dst), WR); in nv50_resource_copy_region()
1639 BCTX_REFN(nv50->bufctx, 2D, &dst->base, WR); in nv50_blit_eng2d()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSA.cpp863 UpwardsWalkResult WR = walkToPhiOrClobber(Paths[Paused]); in tryOptimizePhi() local
864 if (WR.IsKnownClobber) in tryOptimizePhi()
865 Clobbers.push_back({WR.Result, Paused}); in tryOptimizePhi()
868 DefChainEnd = WR.Result; in tryOptimizePhi()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_shader_state.c360 BCTX_REFN(nvc0->bufctx_3d, 3D_TFB, buf, WR); in nvc0_tfb_validate()
H A Dnvc0_state_validate.c267 BCTX_REFN(nvc0->bufctx_3d, 3D_FB, res, WR); in nvc0_validate_fb()
298 BCTX_REFN(nvc0->bufctx_3d, 3D_FB, &mt->base, WR); in nvc0_validate_fb()
H A Dnvc0_surface.c268 BCTX_REFN(nvc0->bufctx, 2D, nv04_resource(dst), WR); in nvc0_resource_copy_region()
1549 BCTX_REFN(nvc0->bufctx, 2D, &dst->base, WR); in nvc0_blit_eng2d()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp791 uint16_t WR = W0;
793 assert(WR == 64 && WP == 8);
795 RegisterCell RC(WR);

Completed in 19 milliseconds