HomeSort by relevance Sort by last modified time
    Searched refs:oldc (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 15 mycontext ctx1, ctx2, oldc; variable
22 newc = &oldc;
63 swapcontext(&oldc, &ctx1);
  /external/libsepol/src/
mls.h 49 char oldc,
genusers.c 38 char *buffer = NULL, *p, *q, oldc; local
135 oldc = 0;
149 oldc = *p;
172 if (oldc == 0)
218 if (mls_context_to_sid(policydb, oldc, &r, &context) <
264 if (mls_context_to_sid(policydb, oldc, &r, &context) <
services.c 868 context_struct_t oldc; local
878 if (context_cpy(&oldc, c))
916 rc = convert_context_handle_invalid_context(&oldc);
921 context_destroy(&oldc);
925 context_to_string(NULL, policydb, &oldc, &s, &len);
926 context_destroy(&oldc);
    [all...]
mls.c 330 char oldc, char **scontext, context_struct_t * context)
343 if (!oldc)
  /external/skia/samplecode/
SampleText.cpp 210 static void dump(int c, int oldc, int newc) {
211 if (oldc != newc) {
212 gOld += oldc;
215 printf("char %c: old = %3d, new = %3d, reduction %g%%\n", c, oldc, newc, 100. * (oldc - newc) / oldc);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 57 var oldc = c;
76 c = safe_add(c, oldc);
crypto-md5.js 55 var oldc = c;
128 c = safe_add(c, oldc);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 57 var oldc = c;
76 c = safe_add(c, oldc);
crypto-md5.js 55 var oldc = c;
128 c = safe_add(c, oldc);
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 302 double oldc = getExecutionCount(e.first); local
305 setExecutionCount(e.first, w+oldc);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 1865 IRTemp oldc = newTemp(Ity_I64); local
1924 IRTemp oldc = newTemp(Ity_I64); local
    [all...]
guest_x86_toIR.c 1127 IRTemp oldc = newTemp(Ity_I32); local
1181 IRTemp oldc = newTemp(Ity_I32); local
    [all...]

Completed in 659 milliseconds