/third_party/musl/src/misc/ |
D | ioctl.c | 14 #define WR 3 macro 40 …{ _IOWR('A', 0x24, char[128]), _IOWR('A', 0x24, char[108]), 108, WR, 1, OFFS(4,8,12,16,52,56,60,64… 43 { _IOWR('W', 0x20, char[48]), _IOWR('W', 0x20, char[36]), 36, WR, 1, OFFS(4,8) }, 46 { _IOWR('A', 0x23, char[136]), _IOWR('A', 0x23, char[132]), 0, WR, 1, 0 }, 47 { 0, 0, 4, WR, 1, 0 }, /* snd_pcm_sync_ptr (flags only) */ 48 { 0, 0, 32, WR, 1, OFFS(8,12,16,24,28) }, /* snd_pcm_mmap_status */ 49 { 0, 0, 8, WR, 1, OFFS(0,4) }, /* snd_pcm_mmap_control */ 52 { _IOWR('V', 9, new_misaligned(72)), _IOWR('V', 9, char[72]), 72, WR, 0, OFFS(20) }, 53 { _IOWR('V', 15, new_misaligned(72)), _IOWR('V', 15, char[72]), 72, WR, 0, OFFS(20) }, 54 { _IOWR('V', 17, new_misaligned(72)), _IOWR('V', 17, char[72]), 72, WR, 0, OFFS(20) }, [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | RegisterFile.cpp | 271 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() local 369 if (WR.isValid()) in collectWrites() 370 Writes.push_back(WR); in collectWrites() 374 const WriteRef &WR = RegisterMappings[*I].first; in collectWrites() local 375 if (WR.isValid()) in collectWrites() 376 Writes.push_back(WR); in collectWrites() 389 for (const WriteRef &WR : Writes) { in collectWrites() [all …]
|
/third_party/node/test/fixtures/x509-escaping/ |
D | subj-3-cert.pem | 12 chA+DtRYZQ5ebcB9je/qBtOh7BJbkHSz64+yHnaZ3hlSjLNO/A3aL+4+onGL/0WR
|
/third_party/grpc/examples/python/auth/credentials/ |
D | localhost.key | 17 PCH0xlWxG0auPEwm4pA8+/WR/XJwscPZMuoht1EoKy1his4eKx/s7hHNeO6KOF0V
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WindowsResource.cpp | 329 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/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state_validate.c | 93 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()
|
D | nv50_shader_state.c | 734 BCTX_REFN(nv50->bufctx_3d, 3D_SO, buf, WR); in nv50_stream_output_validate()
|
D | nv50_surface.c | 258 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/include/llvm/Object/ |
D | WindowsResource.h | 157 Error parse(WindowsResource *WR, std::vector<std::string> &Duplicates);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 791 uint16_t WR = W0; in evaluate() local 793 assert(WR == 64 && WP == 8); in evaluate() 795 RegisterCell RC(WR); in evaluate()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_shader_state.c | 360 BCTX_REFN(nvc0->bufctx_3d, 3D_TFB, buf, WR); in nvc0_tfb_validate()
|
D | nvc0_state_validate.c | 267 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()
|
D | nvc0_surface.c | 268 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/Analysis/ |
D | MemorySSA.cpp | 863 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/gstreamer/gstplugins_good/gst/goom/ |
D | ppc_drawings.s | 29 ; Only the work registers (WR) can be touched by the macros
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_5_035.hpp | 916 #define WR macro
|
/third_party/ffmpeg/doc/ |
D | utils.texi | 653 @item WR 719 FL+FR+FC+BL+BR+BC+SL+SR+WL+WR+TBL+TBR+TBC+TFC+TFL+TFR
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ChangeLog | 806 shutdown(WR) if we already closed the socket for reading (otherwise 807 OS X might not do shutdown (WR) at all). -CG
|
/third_party/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …WR�WU�ST�KO�>C�5;�9<�9;�;9�>9�@8�B6�B1�?/�:-�A6�5+�.$�I?�g\�dZ�UK�=3�5+�3)�:0�;0�6,�3)�6-�1*�82�;2…
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …WR�WU�ST�KO�>C�5;�9<�9;�;9�>9�@8�B6�B1�?/�:-�A6�5+�.$�I?�g\�dZ�UK�=3�5+�3)�:0�;0�6,�3)�6-�1*�82�;2…
|
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/ |
D | testorig.ppm | 4 …WR�WU�ST�KO�>C�5;�9<�9;�;9�>9�@8�B6�B1�?/�:-�A6�5+�.$�I?�g\�dZ�UK�=3�5+�3)�:0�;0�6,�3)�6-�1*�82�;2…
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 3598 DCL RES[#], resource [, WR] [, RAW] 3619 Usage of the STORE opcode is only allowed if the WR (writable) flag
|
/third_party/libpsl/fuzz/libpsl_icu_load_fuzzer.in/ |
D | f2b389cbb2488387164969ebb69f3c294e736fce | 469 …�V彐�=-��n� ��ė�v=�\�L��f��+��ץ{ͤ3W�ֽ$�Qq�>|��Un�:.$�m��߯�=:�)$1���'�WR�&���1��n@P[�զ�f���'… 4098 …�V彐�=-��n� ��ė�v=�\�L��f��+��ץ{ͤ3W�ֽ$�Qq�>|��Un�:.$�m��߯�=:�)$1���'�WR�&���1��n@P[�զ�f���'…
|
/third_party/libpsl/fuzz/libpsl_load_fuzzer.in/ |
D | 44f8913e7f477f6907930e358ca84c27586f863b | 2536 …����������������������������������������������������������� �Z�����WR��� �1����-#��������…
|
/third_party/libpsl/fuzz/libpsl_idn_load_fuzzer.in/ |
D | aad02c8751dbbae84b491af9b5ec0900e4ab6e72 | 3745 …�t]��������������������������������������������������������� �Z�����WR��� �1����-#��������… 5620 …����������������������������������������������������������� �Z�����WR��� �1����-#��������… 7228 …�t]��������������������������������������������������������� �Z�����WR��� �1����-#��������… 8009 …�V彐�=-��n� ��ė�v=�\�L��f��+��ץ{ͤ3W�ֽ$�Qq�>|��Un�:.$�m��߯�=:�)$1���'�WR�&���1��n@P[�զ�f���'…
|