Searched refs:oldc (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/scripts/ |
D | log2changes.pl | 75 $oldc = ""; 85 if($c ne $oldc) { 95 $oldc = $c;
|
/third_party/mesa3d/bin/pick/ |
D | core.py | 329 for oldc in reversed(commits): 330 if oldc.sha == commit.because_sha: 333 oldc.nominated = False 334 oldc.resolution = Resolution.DENOMINATED
|
/third_party/python/Lib/test/ |
D | test_gc.py | 941 oldc, oldnc = getstats() 947 self.assertEqual(c - oldc, 2*N) 951 oldc, oldnc = c, nc 957 self.assertEqual(c - oldc, 0) 961 oldc, oldnc = c, nc 968 self.assertEqual(c - oldc, 2*N) 973 oldc, oldnc = c, nc 978 self.assertEqual(c - oldc, 4)
|
/third_party/selinux/libsepol/src/ |
D | mls.h | 49 char oldc,
|
D | services.c | 1609 context_struct_t oldc; in convert_context() local 1619 if (context_cpy(&oldc, c)) in convert_context() 1657 rc = convert_context_handle_invalid_context(&oldc); in convert_context() 1662 context_destroy(&oldc); in convert_context() 1666 context_to_string(NULL, policydb, &oldc, &s, &len); in convert_context() 1667 context_destroy(&oldc); in convert_context()
|
D | mls.c | 330 char oldc, char **scontext, context_struct_t * context) in mls_context_to_sid() argument 343 if (!oldc) in mls_context_to_sid()
|
/third_party/node/deps/npm/node_modules/uuid/lib/ |
D | md5-browser.js | 71 var oldc; 82 oldc = c; 155 c = safeAdd(c, oldc);
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 689 - pan/bi: Range check newc/oldc when rewriting
|