HomeSort by relevance Sort by last modified time
    Searched defs:ap1 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
merge-statics.c 8 struct s *ap1 = &a; variable in typeref:struct:s
  /external/jemalloc/test/integration/
allocated.c 17 uint64_t *ap0, *ap1, *dp0, *dp1; local
61 sz = sizeof(ap1);
62 mallctl("thread.allocatedp", &ap1, &sz, NULL, 0);
63 assert_u64_eq(*ap1, a1,
66 assert_ptr_eq(ap0, ap1,
  /external/clang/test/Analysis/
malloc-sizeof.c 22 struct A *ap1 = calloc(1, sizeof(struct A)); local
23 struct A *ap2 = calloc(2, sizeof(*ap1));
24 struct A *ap3 = calloc(2, sizeof(ap1)); // expected-warning {{Result of 'calloc' is converted to a pointer of type 'struct A', which is incompatible with sizeof operand type 'struct A *'}}
  /external/opencv/cv/src/
cvcontourtree.cpp 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local
207 &ap1, &bp1 ));
355 ap2 = ap1;
356 ap1 = a;
399 icvCalcTriAttr( contour, tp1, tn2, nmn2, t, nm, &sp1, &sp1_c, &hp1, &ap1,
484 tree_one.r1 = hp1 / ap1;
485 tree_one.r2 = bp1 / ap1;
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java 164 String ap1[] = {"EC off", "AECM"}; local
168 ap1);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 779 AbstractPreferences ap1 = (AbstractPreferences) pref.node("First node"); local
1022 AbstractPreferences ap1 = (AbstractPreferences) pref.node("First node"); local
1028 ap1.putInt("FirstIntValue", 11);
    [all...]

Completed in 212 milliseconds