Searched refs:pa2 (Results 1 - 12 of 12) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 3-1.c | 49 void *pa2; in main() local 108 pa2 = in main() 111 if (pa2 == MAP_FAILED) { in main() 116 if (pa2 != pa) { in main() 122 ch = pa2 + size; in main() 131 munmap(pa2, size2); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
H A D | 3-1.c | 48 char *pa2; in main() local 81 pa2 = pa; in main() 83 while (((unsigned long)pa2 % page_size) == 0) in main() 84 pa2++; in main() 87 if (munmap(pa2, len) == -1 && errno == EINVAL) { in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | giant.js | 75 p7(pa1, pa2): void; 76 p7? (pa1, pa2): void; 139 p7(pa1, pa2): void; 140 p7? (pa1, pa2): void; 218 p7(pa1, pa2): void; 219 p7? (pa1, pa2): void; 333 p7(pa1, pa2): void; 334 p7? (pa1, pa2): void; 397 p7(pa1, pa2): void; 398 p7? (pa1, pa2) [all...] |
H A D | intTypeCheck.js | 11 p7? (pa1, pa2): void; 85 p7(pa1, pa2): void; 86 p7? (pa1, pa2): void; 98 p7: function (pa1, pa2):any { return 0; } 224 p7: function (pa1, pa2) { return 0; }
|
H A D | promiseType.js | 190 const pa2 = p.then(() => {throw 1}, () => 1); 420 const pa2 = p.then(() => { throw 1; }, () => 1);
|
H A D | promiseTypeStrictNull.js | 190 const pa2 = p.then(() => {throw 1}, () => 1); 415 const pa2 = p.then(() => { throw 1; }, () => 1);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 2-2.c | 84 2: NULL pa2 NULL (4) 107 static void pa2(void) in pa2() function 236 ret = pthread_atfork(NULL, pa2, NULL); in main()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | erf.c | 129 pa2 = -3.72207876035701323847e-01, /* 0xBFD7D240, 0xFBB8C3F1 */ variable 182 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
H A D | erff.c | 39 pa2 = -3.7220788002e-01, /* 0xbebe9208 */ variable 92 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
/third_party/musl/src/math/ |
H A D | erf.c | 129 pa2 = -3.72207876035701323847e-01, /* 0xBFD7D240, 0xFBB8C3F1 */ variable 182 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
H A D | erff.c | 39 pa2 = -3.7220788002e-01, /* 0xbebe9208 */ variable 92 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_erfl.c | 72 pa2 = -3.94180628087084846724448515851892609e-02L, /* 0xbffa42e9, 0xab54528c, 0xad529da1, 0x6efc2af3 */ variable 223 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*(pa6+s*(pa7+ in erfl() 287 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*(pa6+s*(pa7+ in erfcl()
|
Completed in 6 milliseconds