Lines Matching defs:result
34 int result; \
36 result = XdmcpAlloc##type(&newArray, len) ; \
37 assert(result == FALSE); \
41 result = XdmcpRealloc##type(&newArray, len); \
42 assert(result == FALSE); \
65 int result;
73 result = XdmcpAllocARRAYofARRAY8(&aa, 32);
74 assert(result == TRUE);
78 result = XdmcpAllocARRAYofARRAY8(&aa, 48);
79 assert(result == TRUE);