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

  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 18 void hello(mycontext *newc)
22 newc = &oldc;
23 setcontext(newc);
  /external/checkpolicy/
policy_define.c 284 ocontext_t *newc = 0, *c, *head; local
297 newc = (ocontext_t *) malloc(sizeof(ocontext_t));
298 if (!newc) {
302 memset(newc, 0, sizeof(ocontext_t));
303 newc->u.name = id;
304 context_init(&newc->context[0]);
308 if (!strcmp(newc->u.name, c->u.name)) {
315 newc->sid[0] = head->sid[0] + 1;
317 newc->sid[0] = 1;
319 newc->next = head
3821 ocontext_t *newc, *c, *head; local
3882 ocontext_t *newc, *c, *l, *head; local
3936 ocontext_t *newc, *c, *l, *head; local
4000 ocontext_t *newc, *c, *l, *head; local
4064 ocontext_t *newc, *c, *l, *head; local
4119 ocontext_t *newc, *c, *l, *head; local
4208 ocontext_t *newc, *c, *head; local
4269 ocontext_t *newc, *c, *l, *head; local
4355 ocontext_t *newc, *c, *l, *head; local
4446 ocontext_t *newc, *c, *head; local
4499 ocontext_t *newc, *c, *head, *p; local
    [all...]
  /external/qemu/android/filesystems/testing/
create_ramdisk_test_data.sh 18 echo "$FILE_LIST" | cpio --create --format=newc --quiet | gzip -9c | xxd -i -
  /external/dnsmasq/src/
rfc1035.c 744 struct crec *newc; local
785 newc = cache_insert(name, NULL, now, attl, F_CNAME | F_FORWARD);
786 if (newc && cpp)
788 cpp->addr.cname.cache = newc;
789 cpp->addr.cname.uid = newc->uid;
792 cpp = newc;
815 newc = cache_insert(name, &addr, now, attl, flags | F_FORWARD);
816 if (newc && cpp)
818 cpp->addr.cname.cache = newc;
819 cpp->addr.cname.uid = newc->uid
    [all...]
  /external/chromium_org/third_party/skia/gm/
aaclip.cpp 132 SkAutoTUnref<SkCanvas> newc(make_canvas(bm));
142 newc->drawCircle(50, 50, 49, paint);
  /external/skia/gm/
aaclip.cpp 132 SkAutoTUnref<SkCanvas> newc(make_canvas(bm));
142 newc->drawCircle(50, 50, 49, paint);
  /external/libsepol/src/
policydb.c 2688 ocontext_t *l, *c, *newc = NULL; local
    [all...]
expand.c 2303 ocontext_t *c, *newc, *l; local
    [all...]
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp     [all...]

Completed in 258 milliseconds