/external/clang/test/CodeGen/ |
merge-statics.c | 8 struct s *ap1 = &a; variable in typeref:struct:s
|
/external/syslinux/com32/lib/ |
vasprintf.c | 11 va_list ap1; local 15 va_copy(ap1, ap); 17 bytes = vsnprintf(NULL, 0, format, ap1) + 1; 18 va_end(ap1);
|
asprintf.c | 11 va_list ap, ap1; local 17 va_copy(ap1, ap); 19 bytes = vsnprintf(NULL, 0, format, ap1) + 1; 20 va_end(ap1);
|
/external/syslinux/com32/elflink/ldlinux/ |
refstr.c | 69 va_list ap1; local 73 va_copy(ap1, ap); 74 len = vsnprintf(NULL, 0, fmt, ap1); 75 va_end(ap1);
|
/external/syslinux/com32/menu/ |
refstr.c | 68 va_list ap1; local 72 va_copy(ap1, ap); 73 len = vsnprintf(NULL, 0, fmt, ap1); 74 va_end(ap1);
|
/external/jemalloc/test/integration/ |
allocated.c | 17 uint64_t *ap0, *ap1, *dp0, *dp1; local 62 sz = sizeof(ap1); 63 mallctl("thread.allocatedp", (void *)&ap1, &sz, NULL, 0); 64 assert_u64_eq(*ap1, a1, 67 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 *'}}
|
/system/bt/embdrv/g722/ |
g722_decode.cc | 82 int ap1, ap2; local 119 ap1 = __ssat16(wd1 + wd2); 121 if (ap1 > wd3) 122 ap1 = wd3; 123 else if (ap1 < -wd3) 124 ap1 = -wd3; 125 band->ap[1] = ap1;
|
g722_encode.cc | 79 int ap1, ap2; local 113 ap1 = saturate(wd1 + wd2); 115 if (ap1 > wd3) 116 ap1 = wd3; 117 else if (ap1 < -wd3) 118 ap1 = -wd3; 119 band->ap[1] = ap1;
|
/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/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
AndroidTest.java | 164 String ap1[] = {"EC off", "AECM"};
local 168 ap1);
[all...] |
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
Insertions.java | 465 ASTPath ap1 = criteria.getASTPath(); local 467 if (ap1 == null) { 474 // ap0: path to top-level type; ap1: path to local type 477 Deque<ASTPath> astack = new ArrayDeque<ASTPath>(ap1.size()); 478 ASTPath ap0 = ap1; 511 ASTPath.ASTEntry e = ap1.get(-1); 662 int n = ap1.size(); 668 ASTPath.ASTEntry entry = ap1.get(i); 678 ASTPath.ASTEntry entry = ap1.get(i); 764 || ap1.get(i-1).getTreeKind() != Tree.Kind.INSTANCE_OF [all...] |
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldAbstractPreferencesTest.java | 785 AbstractPreferences ap1 = (AbstractPreferences) pref.node("First node"); local 1034 AbstractPreferences ap1 = (AbstractPreferences) pref.node("First node") local [all...] |
/external/annotation-tools/annotation-file-utilities/ |
annotation-file-utilities.jar | |