/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.InputAliasTrans.d | 41 char ic; 53 oc = ((input_t *) ivar)->ic;
|
H A D | tst.OutputAliasTrans.d | 42 char ic; 56 oc = ((struct input_struct *) ivar)->ic;
|
H A D | tst.UnionOutputTrans.d | 42 char ic; 53 oc = ((struct input_struct *) ivar)->ic;
|
H A D | err.D_XLATE_SOU.BadTransDecl8.d | 41 char ic;
|
H A D | err.D_XLATE_SOU.BadTransInt.d | 41 char ic;
|
H A D | tst.PartialOutputTransDefn.d | 42 char ic;
|
H A D | tst.PartialDereferencing.d | 41 char ic; 53 oc = ((struct input_struct) ivar).ic; 62 in.ic = 'z';
|
H A D | tst.StructureAssignment.d | 42 char ic; 62 in.ic = 'z';
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/ |
H A D | Getopt.java | 189 char ic; // optstring char 201 ic = optstring.charAt(ip); 202 if (ic != '(' && ++ip == il) 204 ic = optstring.charAt(ip); 205 if (ic == ':' && ++ip == il) 207 ic = optstring.charAt(ip); 208 while (ic == '(') { 213 while (ip < il && (ic = optstring.charAt(ip)) != ')' && 216 match = (ic == oc && match); 220 if (match && ip < il && ic [all...] |
/vbox/src/VBox/Storage/testcase/ |
H A D | tstVD-2.cpp | 188 VDINTERFACECONFIG ic; local 190 ic.pfnAreKeysValid = tstAreKeysValid; 191 ic.pfnQuerySize = tstQuerySize; 192 ic.pfnQuery = tstQuery; 194 rc = VDInterfaceAdd(&ic.Core, "tstVD-2_Config", VDINTERFACETYPE_CONFIG,
|
/vbox/src/VBox/Devices/Network/slirp/libalias/ |
H A D | alias.c | 304 struct icmp *ic; local 308 ic = (struct icmp *)ip_next(pip); 311 lnk = FindIcmpIn(la, pip->ip_src, pip->ip_dst, ic->icmp_id, 1); 319 accumulate = ic->icmp_id; 321 ADJUST_CHECKSUM(accumulate, ic->icmp_cksum); 324 ic->icmp_id = original_id; 350 struct icmp *ic, *ic2; local 357 ic = (struct icmp *)ip_next(pip); 358 ip = &ic->icmp_ip; 398 ADJUST_CHECKSUM(accumulate2, ic 448 struct icmp *ic; local 488 struct icmp *ic; local 533 struct icmp *ic, *ic2; local 630 struct icmp *ic; local 1476 struct icmp *ic; local [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | vfw.h | 405 ICDECOMPRESSEX ic; local 407 ic.dwFlags = dwFlags; 408 ic.lpbiSrc = lpbiSrc; 409 ic.lpSrc = lpSrc; 410 ic.xSrc = xSrc; 411 ic.ySrc = ySrc; 412 ic.dxSrc = dxSrc; 413 ic.dySrc = dySrc; 414 ic.lpbiDst = lpbiDst; 415 ic 434 ICDECOMPRESSEX ic; local 462 ICDECOMPRESSEX ic; local 631 ICDRAWSUGGEST ic; local 685 ICSETSTATUSPROC ic; local [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | vfw.h | 405 ICDECOMPRESSEX ic; local 407 ic.dwFlags = dwFlags; 408 ic.lpbiSrc = lpbiSrc; 409 ic.lpSrc = lpSrc; 410 ic.xSrc = xSrc; 411 ic.ySrc = ySrc; 412 ic.dxSrc = dxSrc; 413 ic.dySrc = dySrc; 414 ic.lpbiDst = lpbiDst; 415 ic 434 ICDECOMPRESSEX ic; local 462 ICDECOMPRESSEX ic; local 631 ICDRAWSUGGEST ic; local 685 ICSETSTATUSPROC ic; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/string/src/ |
H A D | nsStringObsolete.cpp | 604 PRInt32 compare( const char* a, const char* b, PRUint32 max, PRBool ic ) 606 return Compare1To1(a, b, max, ic); 610 PRInt32 compare( const char* a, const PRUnichar* b, PRUint32 max, PRBool ic ) 612 return Compare1To2(a, b, max, ic); 650 PRInt32 compare( const PRUnichar* a, const PRUnichar* b, PRUint32 max, PRBool ic ) 652 NS_ASSERTION(!ic, "no case-insensitive compare here"); 657 PRInt32 compare( const PRUnichar* a, const char* b, PRUint32 max, PRBool ic ) 659 return Compare2To1(a, b, max, ic);
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/ |
H A D | t_dd_tritmp.h | 261 GLfloat ic = 1.0 / cc; local 266 GLfloat ac = a * ic; 267 GLfloat bc = b * ic; 537 GLfloat ic = 1.0 / cc; local 538 GLfloat ac = a * ic; 539 GLfloat bc = b * ic;
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | via-rhine.c | 487 unsigned long ic:1; member in struct:rhine_tx_desc::VTC_tx_ctrl_tag::__anon15461
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |