Home
last modified time | relevance | path

Searched refs:assignment (Results 1 – 25 of 35) sorted by relevance

12

/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/lib/
H A Dvc-common.mak7 # tag with assignment fail, but work assignment for all tags
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/gmake/lib/
H A Dvc6.mak14 # tag with assignment fail, but work assignment for all tags
H A Dgcc.mak14 # tag with assignment fail, but work assignment for all tags
/reactos/sdk/lib/3rdparty/libxml2/
H A Dtrio.c6058 int assignment; variable
6067 assignment = 0;
6100 return (assignment > 0) ? assignment : EOF;
6156 assignment++;
6210 assignment++;
6233 assignment++;
6267 assignment++;
6336 assignment++;
6345 return assignment;
6347 assignment++;
[all …]
/reactos/dll/win32/jscript/lang/
H A Djscript_En.rc51 IDS_ILLEGAL_ASSIGN "Illegal assignment"
/reactos/dll/win32/vbscript/
H A Dvbscript.rc52 VBSE_FUNC_ARITY_MISMATCH "Wrong number of arguments or invalid property assignment"
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dhlsl.y499 struct hlsl_ir_node *assignment; in struct_var_initializer() local
529assignment = make_assignment(&deref->node, ASSIGN_OP_ASSIGN, BWRITERSP_WRITEMASK_ALL, node); in struct_var_initializer()
530 list_add_tail(list, &assignment->entry); in struct_var_initializer()
547 struct hlsl_ir_node *assignment; in declare_vars() local
664 assignment = make_assignment(&new_var_deref(var)->node, ASSIGN_OP_ASSIGN, in declare_vars()
667 list_add_tail(statements_list, &assignment->entry); in declare_vars()
H A Dutils.c2202 static void free_ir_assignment(struct hlsl_ir_assignment *assignment) in free_ir_assignment() argument
2204 free_instr(assignment->lhs); in free_ir_assignment()
2205 free_instr(assignment->rhs); in free_ir_assignment()
2206 d3dcompiler_free(assignment); in free_ir_assignment()
/reactos/drivers/network/tcpip/lwip/doc/
H A Dcontrib.txt23 8. spaces surrounding assignment and comparisons.
/reactos/base/system/diskpart/lang/
H A Den-US.rc213 IDS_HELP_REMOVE "Remove a drive letter or mount point assignment.\n"
/reactos/sdk/lib/3rdparty/stlport/doc/
H A DFAQ256 call a.push, or on assignment _str = s. This is evident here, but not
287 // Following is wrong because there is no assignment
/reactos/sdk/lib/3rdparty/adns/
H A Dchangelog258 * Don't use GCC union assignment feature (.rrs=0 => .rrs.untyped=0).
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.11480 constructor and assignment operator.
1513 assignment operator private to avoid warning as _M_cat member
1514 data has private copy constructor and assignment operator too.
2409 constructors, assignment operator and destructor to any_type struct
4824 errno assignment.
4888 * test/unit/string_test.cpp: more test with assignment.
5944 trivial assignment operator informations.
6438 the assignment operators on the output iterators.
7238 hashed containers and list on calls to clear/assign/assignment
7242 copy constructor and assignment operator (thanks Bradley Grainger)
[all …]
H A DChangeLog354 require a copy constructor and assignment operator. Thanks bug
2625 as not limited to assignment.
/reactos/dll/win32/rasdlg/lang/
H A Den-US.rc1686 GROUPBOX "TCP/IP address assignment", -1, 6, 42, 250, 122
1707 GROUPBOX "Network number assignment", -1, 8, 43, 234, 87
2347 …F. Please either change the assigned network numbers or use automatic network number assignment.\0"
H A Dhe-IL.rc1686 GROUPBOX "TCP/IP address assignment", -1, 6, 42, 250, 122
1707 GROUPBOX "Network number assignment", -1, 8, 43, 234, 87
2347 …F. Please either change the assigned network numbers or use automatic network number assignment.\0"
H A Dno-NO.rc1686 GROUPBOX "TCP/IP address assignment", -1, 6, 42, 250, 122
/reactos/modules/rostests/winetests/cmd/
H A Dtest_builtins.cmd.exp1183 ----- assignment tests involving the end destination
H A Dtest_builtins.cmd1722 echo ----- assignment tests involving the end destination
/reactos/sdk/lib/3rdparty/zlib/
H A DChangeLog860 - Remove an unnecessary assignment to curr in inftrees.c [Truta]
958 - Invert the assignment order of match_head and s->prev[...] in
1340 - avoid useless assignment of s->check to itself in inflate_blocks_new
/reactos/modules/rosapps/applications/explorer-old/
H A DDoxyfile-all99 # ordinary class members. Constructors, destructors and assignment operators of
/reactos/sdk/lib/3rdparty/freetype/
H A DChangeLog3828 redundant assignment.
3832 * src/cff/cffparse.c (cff_parse_blend): Remove redundant assignment.
/reactos/dll/3rdparty/libpng/docs/
H A DCHANGES3005 signed/unsigned and shortening problems on assignment but also a few
3861 Changed png_memcpy to C assignment where appropriate. Changed all those
3862 uses of png_memcpy that were doing a simple assignment to assignments
/reactos/sdk/lib/fslib/vfatlib/check/
H A DChangeLog113 1.13, so there is now a version check and a conditional assignment to
/reactos/sdk/include/reactos/mc/
H A Dntstatus.mc2581 Indicates a process has too many threads to perform the requested action. For example, assignment o…

12