HomeSort by relevance Sort by last modified time
    Searched refs:pa (Results 151 - 175 of 530) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapObexAuthenticator.java 47 PasswordAuthentication pa = null; local
52 pa = new PasswordAuthentication(null, mSessionKey.getBytes());
57 return pa;
  /system/bt/embdrv/sbc/decoder/srce/
synthesis-sbc.c 434 int32_t pa; local
450 pa = dec_window_4[4] * (buffer[12] + buffer[76]);
451 pa += dec_window_4[8] * (buffer[16] - buffer[64]);
452 pa += dec_window_4[12] * (buffer[28] + buffer[60]);
453 pa += dec_window_4[16] * (buffer[32] - buffer[48]);
454 pa += dec_window_4[20] * buffer[44];
455 pa = SCALE(-pa, 15);
456 CLIP_INT16(pa);
457 pcm[0 << strideShift] = (int16_t)pa;
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
11-5.c 13 * operation, any partial page specified by the range [pa,pa+len).
49 char *pa, ch; local
78 pa = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
79 if (pa == MAP_FAILED) {
86 if (pa[i] != 0) {
93 pa[len + 1] = 'b';
94 munmap(pa, len);
11-6.c 13 * operation, any partial page specified by the range [pa,pa+len).
49 char *pa, ch; local
78 pa = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
79 if (pa == MAP_FAILED) {
86 if (pa[i] != 0) {
93 pa[len + 1] = 'b';
94 munmap(pa, len);
18-1.c 75 void *pa; local
130 pa = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
131 if (pa == MAP_FAILED && errno == EAGAIN) {
137 munmap(pa, len);
141 if (pa == MAP_FAILED)
144 munmap(pa, len);
11-1.c 43 void *pa; local
71 pa = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, off);
76 munmap(pa, size);
78 if (pa == MAP_FAILED && saved_errno == EINVAL) {
11-2.c 9 * MPR References within the address range starting at pa and
56 void *pa; local
90 pa = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
91 if (pa == MAP_FAILED) {
97 ch = pa + page_size + 1;
11-3.c 9 * MPR References within the address range starting at pa and
56 void *pa; local
90 pa = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
91 if (pa == MAP_FAILED) {
96 ch = pa + page_size + 1;
21-1.c 34 void *pa; local
57 pa = mmap(NULL, size, PROT_READ | PROT_WRITE, flag, fd, 0);
58 if (pa == MAP_FAILED && errno == EINVAL) {
64 munmap(pa, size);
24-1.c 38 void *pa; local
67 pa = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
68 if (pa == MAP_FAILED && errno == ENOMEM) {
76 if (pa == MAP_FAILED)
6-1.c 46 void *pa; local
72 pa = mmap(NULL, size, PROT_READ, MAP_SHARED, fd, 0);
73 if (pa == MAP_FAILED) {
78 *(char *)pa = 'b';
6-2.c 49 void *pa; local
74 pa = mmap(NULL, size, PROT_NONE, MAP_SHARED, fd, 0);
75 if (pa == MAP_FAILED) {
81 if (*(char *)pa != 'a') {
6-3.c 47 void *pa; local
67 pa = mmap(NULL, size, PROT_NONE, MAP_SHARED, fd, 0);
68 if (pa == MAP_FAILED) {
74 *(char *)pa = 'b';
6-5.c 38 void *pa; local
64 pa = mmap(NULL, size, PROT_WRITE, MAP_PRIVATE, fd, 0);
65 if (pa == MAP_FAILED) {
70 munmap(pa, size);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/
xlat_tables.h 50 * re-map address mappings from 'pa' to 'va' for each region.
52 #define MAP_REGION(pa, va, sz, attr) {(pa), (va), (sz), (attr)}
  /external/clang/test/FixIt/
typo-location-bugs.cpp 17 A* pa = pb; local
18 pa->f(); // OK, calls pa->B::f(7)
  /external/compiler-rt/test/msan/
tsearch.cc 7 int compare(const void *pa, const void *pb) {
8 int a = *(const int *)pa;
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
ctor_param.pass.cpp 27 P pa(b, b+4, p);
28 D d(pa);
  /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
ctor_param.pass.cpp 27 P pa(b, b+4, p);
28 D d(pa);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
ctor_param.pass.cpp 27 P pa(b, b+4, p);
28 D d(pa);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
ctor_param.pass.cpp 27 P pa(b, b+4, p);
28 D d(pa);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
ctor_param.pass.cpp 27 P pa(b, b+4, p);
28 D d(pa);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
ctor_param.pass.cpp 27 P pa(b, b+4, p);
28 D d(pa);
  /external/ipsec-tools/src/racoon/
isakmp_newg.c 90 struct isakmp_parse_t *pa;
95 for (pa = (struct isakmp_parse_t *)pbuf->v;
96 pa->type != ISAKMP_NPTYPE_NONE;
97 pa++) {
99 switch (pa->type) {
105 pa->type);
109 hash = (struct isakmp_pl_hash *)pa->ptr;
116 pa->type);
120 sa = (struct isakmp_pl_sa *)pa->ptr;
123 handle_vendorid(iph1, pa->ptr)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
3-1.c 37 void *pa = NULL; local
73 pa = mmap(addr, len, prot, flag, fd, off);
74 if (pa == MAP_FAILED) {
80 /* pa should be a multiple of page size */
81 pa2 = pa;

Completed in 3979 milliseconds

1 2 3 4 5 67 8 91011>>