Searched refs:RW (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_perms.c74 enum perm { RO, RW }; enumerator in enum:perm
75 static const char *perm_str[2] = { "RO", "RW" };
83 enum perm in_perm = av_frame_is_writable(frame) ? RW : RO;
87 case MODE_TOGGLE: out_perm = in_perm == RO ? RW : RO; break;
88 case MODE_RANDOM: out_perm = av_lfg_get(&perms->lfg) & 1 ? RW : RO; break;
90 case MODE_RW: out_perm = RW; break;
98 if (in_perm == RO && out_perm == RW) {
101 } else if (in_perm == RW && out_perm == RO) {
109 if (in_perm == RW && out_perm == RO)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Drw.h76 //! RW
77 struct RW struct
79 static std::string StaticAlgorithmName() {return "RW";}
86 struct RWSS : public TF_SS<STANDARD, H, RW>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dtraps.c448 * accesses have always both the LK and RW bits set */
516 ssw & RW ? "read" : "write",
529 if (mmu_emu_handle_fault (fp->un.fmtb.daddr, ssw & RW, 0))
538 if (mmu_emu_handle_fault (fp->un.fmtb.daddr, ssw & RW, 1))
553 ssw & RW ? "read" : "write",
589 !(ssw & RW) ? "write" : "read", addr,
598 if (!(ssw & RW) || ssw & RM)
650 ssw & RW ? "read" : "write",
682 if (!(ssw & RW) || (ssw & RM))
688 ssw & RW
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmemp004.tcl29 error_check_good dbopen/$testfile/RW [is_valid_db $db] TRUE
H A Dmemp003.tcl47 error_check_good dbopen/RW [is_valid_db $db] TRUE
99 # Now open remote process where we will open the file RW
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFileDataIOTest.cpp280 typedef RWInterface<TYPE> RW; typedef in class:ReadTest
284 : FileDataIOFixture<IMPL>(wxT("Read ") + RW::name()) {}
292 ASSERT_EQUALS(RW::genValue(j), RW::readValue(file));
301 ASSERT_RAISES(CEOFException, RW::readValue(file));
330 typedef RWInterface<TYPE> RW; typedef in class:WriteTest
334 : FileDataIOFixture<IMPL>(wxT("Write ") + RW::name()) {}
361 RW::writeValue(file, RW::genValue(j));
375 ASSERT_EQUALS(RW
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.h71 RW = 0x03 enumerator in enum:__anon14211
H A Daicasm_scan.l169 RW|RO|WO {
170 if (strcmp(yytext, "RW") == 0)
171 yylval.value = RW;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dtraps_mm.h113 #define RW (0x0040) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_color.c173 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)((RW)-(RB)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.c1326 typedef enum { RO, RW, RWS, RWL, RWI, RWIGNORE } aUniqueName; enumerator in enum:__anon720
1330 /* enum { RO, RW, RWS, RWL, RWI, RWIGNORE } dir; */
1342 { XmNlistMarginHeight, LISTCTRL, RW },
1343 { XmNlistMarginWidth, LISTCTRL, RW },
1344 { XmNlistSpacing, LISTCTRL, RW },
1348 { XmNblinkRate, EDITCTRL, RW },
1349 { XmNcolumns, EDITCTRL, RW },
1350 { XmNcursorPosition, EDITCTRL, RW },
1351 { XmNcursorPositionVisible, EDITCTRL, RW },
1352 { XmNmarginHeight, EDITCTRL, RW },
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ar9170/
H A Dmain.c2047 #define RW 8 /* number of words to read at once */ macro
2048 #define RB (sizeof(u32) * RW)
2052 __le32 offsets[RW];
2065 for (j = 0; j < RW; j++)
2076 #undef RW macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dhead.S83 ;; Map the virtual DRAM to the RW eprom area at address 0.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacb.c97 | MACB_BF(RW, MACB_MAN_READ)
117 | MACB_BF(RW, MACB_MAN_WRITE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin3132 }z��F$a�A����J0"����F*�y���{O4`%M��9A�{}�ap���o�0"��E4v���n4Yd�����m�H��o������.w��=��::��jms+ix��Ps��] ]bY��!�'�=�� �5,!T2�����y��4���N�"L��X�Q�����=��p�/��<���#^�z���.���'���d����<�y������ye�&S�OI2]��|�=a� �)RW��6
3392 �L)�G�y�mi>K1 S������H��$^��&������ �|:4�� }����t��RW��4�������q�u+��n7:�P�f1e� ' ��� ��������6�l���f����H; o��~����h�P��)�l�Ek��A;�]����S�0|���Z-��Jk��h������( J�JI!�(����G��BK?�P5Sd��K4�GDWb� ����c��� &�����g0��4��?^�f��N��`N�prgI����a�t�Zfr7%��������
6291 S�R�q��}��~����F���k���a3�S\5�)c$FR@�� ��� ����u"!lfs�u�]8T���)v����2Nc���z|�Kpm"�09��=���"�2�-�h�pF���n�gh����_�I��n:�E����~��� ��c�����(q)k�@e�Xywp�4� �(�RW�b`�� ���b����8���O)��=}���=�T�D���= �1:��uk!�
7908 }����^���9�����i*��&W8�����J�BK����`V^cN� R&p�@f8�������L����= ��;L� �p^��-�Et������u��������P����f�o�F��U����,�Bi���������������+P��R;�8�z��:Oh��6�N"]7J���$]��i�u���]�-�g�k5>�C}�VD� !D?�^��* ����\�$Z��#]k?�D���������H#� ��AI��s v��6���#z3��������}��8>�M%?�}��3��/��O������n����yl��H��L��th"r�� " �M�������Y�e��<��"lJ�'������22�9�i������s�/ ��x��,F�7v�P���,�!0�C������:�!u=���e�}pO[���Op|��G ~�o��<z�������m���b�B[�,zsS�F�$o�G���'�I�a3:�bm�Z���0U�� ����hX��{qu,?,b�$�9�:�������,��}r�x>!�O�'��W����}]z����kD���n �qO��j���V%��B�G3$���zJO ���Df�Ckk������z����7����990��q�5_������Q �t.kOAku��;��y��Z|S��A���*��P�6����N�<�������6ys��R�R}��("r/H4z����*���.�*-��kE=O t���v�d�r���"v��s���i�7��d�$*�T�S�?@��h���������~q�Z�xm�lCo��}��%�5p�=kh��@$����Y ���q�1� ��5�.[aUl� ���4�����RX��z����z��S�ky ��B�|���[���$L��cID�z������;�[�F`R�s���87v�� �c����.oghv<:*���#�5e6Z��V�q������������(��Z���m v��(�RW���d�]�lz�X�g�&���/L���;��h������8o���7�����orQW������-Z�� �,�kX���`<������}9����3T�-���������s����N��b�>[�V���T��b��R�^~Oa��FQv��i ��*�`����<TB���:��.���;Q��_�<������j0-T;!�����G�a��9�<v�i��� �v�!g�����ZO~�������np�9�4~`�gh��J*�c4��G�X��{�^�A��*T,��y�Va�E������u�W�U_1�t`�w'�9�� ��M�I�)J!6���L���:�!�C%q��'�Dl�2��]�3g��j=����}s}�H�[�8V[_/��V#��cb�4��cV�
8019 ��W;����fe'�v6&CDz:os8���0.[�o��������X�'!KJX,k9�?<�UW�\V>_�dh��v��w@��is?�����D��{4Hy�o�����!y�G���{�:��5�8��� �{���i���[|`<,f��A�E1���Z^� � RW�~`7�$Bbv o!�F��?�A-�AMg����>�h�/@�{2��%}�?**��k���qO�{G��3 NS��X>!�i1����H��)6�U/��e������X�[Hbj�R�%�]�c�<�N�Kl%��Fm��N�g�%�r��MTp&�%2f��N����"����=B~����Q��"��I� �$?wi�d�v������.�Ln��=>`$ l�< ���B���#w���4�5�1�S���$iG�����3��2�Ygt�����/%�I������>'��R��JDr�}��yY�q ��Yb��y" X�E��c� &��$`}�}2�8��������N��{������a���]����ej�� �,������$�V.C�����!X^>p �UG�>K��x�?,O��!�o��,��}�yy�O�;9����u�o��3V�{ �#E�Y'��b�M�����c�$-�U�,���NVd�R)�I����hl�ur0�/06�-6�>.���Eh8 n�fQ�&��6&�����2��3���� <O����kOK��K�31����S��S�uF�������9R�����!��y��.k����%�b�+;?��lJB�.-x�=���
[all...]

Completed in 416 milliseconds