Home
last modified time | relevance | path

Searched refs:n4 (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/rossym_new/
H A Ddwarfget.c141 int n1, n2, n3, n4, n5; variable
174 {n4++; in dwarfget128()
/reactos/sdk/lib/rossym/
H A Ddwarfget.c147 int n1, n2, n3, n4, n5; variable
180 {n4++; in dwarfget128()
/reactos/sdk/lib/crt/wine/
H A Dundname.c1260 const char *n1, *n2, *n3, *n4; in handle_method() local
1266 n4 = get_number(sym); in handle_method()
1268 if(!n1 || !n2 || !n3 || !n4) goto done; in handle_method()
1269 name = str_printf(sym, "%s`vtordispex{%s,%s,%s,%s}' ", name, n1, n2, n3, n4); in handle_method()
1466 const char* n1, *n2, *n3, *n4; in symbol_demangle() local
1471 n4 = get_number(sym); in symbol_demangle()
1474 n1, n2, n3, n4); in symbol_demangle()
/reactos/modules/rostests/winetests/kernel32/
H A Dsync.c881 int n0, n1, n2, n3, n4, n5; in test_timer_queue() local
934 n4 = 0; in test_timer_queue()
935 ret = CreateTimerQueueTimer(&t4, q, timer_queue_cb1, &n4, 10000, 10, 0); in test_timer_queue()
963 ok(n4 == 0, "Timer callback 4 expected 0 got %d\n", n4); in test_timer_queue()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c11355 static char n4[] = "name4"; in test_D3DXFrameFind() local
11407 child.Name = n4; in test_D3DXFrameFind()
11408 ret = D3DXFrameFind(&root, n4); in test_D3DXFrameFind()