HomeSort by relevance Sort by last modified time
    Searched refs:pr (Results 101 - 125 of 410) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/libunwind/src/ia64/
Gscript.c 69 cache_match (struct ia64_script *script, unw_word_t ip, unw_word_t pr)
71 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0)
156 unw_word_t ip, pr; local
159 pr = c->pr;
161 if (cache_match (script, ip, pr))
171 if (cache_match (script, ip, pr))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
kxia64.h 706 #define PSET_IRQL(pr,rNewIrql) dep##.##z t22 = rNewIrql,TPR_MIC,TPR_MIC_LEN;; ;(pr) mov cr##.##tpr = t22;; ;(pr) srlz##.##d
708 #define PSET_IRQL(pr,rNewIrql) mov t21 = rNewIrql ; dep##.##z t22 = rNewIrql,TPR_MIC,TPR_MIC_LEN;; ;(pr) mov cr##.##tpr = t22 ;(pr) movl t22 = KiPcr+PcCurrentIrql;; ;(pr) st1 [t22] = t21
  /external/e2fsprogs/lib/blkid/
probe.c 51 static unsigned char *get_buffer(struct blkid_probe *pr,
58 if (!pr->sbbuf) {
59 pr->sbbuf = malloc(SB_BUFFER_SIZE);
60 if (!pr->sbbuf)
62 if (lseek(pr->fd, 0, SEEK_SET) < 0)
64 ret_read = read(pr->fd, pr->sbbuf, SB_BUFFER_SIZE);
67 pr->sb_valid = ret_read;
69 if (off+len > pr->sb_valid)
71 return pr->sbbuf + off
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerShellCommand.java 1042 PrintWriterPrinter pr = new PrintWriterPrinter(pw); local
1067 PrintWriterPrinter pr = new PrintWriterPrinter(pw); local
1073 PrintWriterPrinter pr = new PrintWriterPrinter(pw); local
1101 PrintWriterPrinter pr = new PrintWriterPrinter(pw); local
1107 PrintWriterPrinter pr = new PrintWriterPrinter(pw); local
1135 PrintWriterPrinter pr = new PrintWriterPrinter(pw); local
1141 PrintWriterPrinter pr = new PrintWriterPrinter(pw); local
    [all...]
  /external/toybox/toys/pending/
diff.c 151 struct candidate *pr = 0, *c = K[0]; local
160 pr = K[s];
164 c = new_candidate(i , j, pr);
261 struct candidate **kcand, *pr; local
339 for (pr = kcand[k]; pr; pr = pr->prev)
340 J[pr->a] = pr->b
    [all...]
  /prebuilts/go/darwin-x86/src/io/
pipe_test.go 127 pr := <-c
128 if pr.n != 128 || pr.err != nil {
129 t.Fatalf("write 128: %d, %v", pr.n, pr.err)
  /prebuilts/go/linux-x86/src/io/
pipe_test.go 127 pr := <-c
128 if pr.n != 128 || pr.err != nil {
129 t.Fatalf("write 128: %d, %v", pr.n, pr.err)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 551 // PluralRules pr = PluralRules.DEFAULT;
552 // if (106069776 != pr.hashCode()) {
562 PluralRules pr = PluralRules.DEFAULT;
564 if (pr.equals((PluralRules) null)) {
574 PluralRules pr = PluralRules.createRules(rule);
575 assertEquals(rule, value, pr.getUniqueKeywordValue(key));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 550 // PluralRules pr = PluralRules.DEFAULT;
551 // if (106069776 != pr.hashCode()) {
561 PluralRules pr = PluralRules.DEFAULT;
563 if (pr.equals((PluralRules) null)) {
573 PluralRules pr = PluralRules.createRules(rule);
574 assertEquals(rule, value, pr.getUniqueKeywordValue(key));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-i.s 126 mov pr = r4, 0
127 mov pr = r4, 0x1234
128 mov pr = r4, 0x1ffff
130 mov pr.rot = 0
133 mov pr.rot = 0x3ff0000
134 mov pr.rot = -0x4000000
pseudo.d 24 [[:space:]]*[[:xdigit:]]*:[[:space:][:xdigit:]]+(\[[[:upper:]]+\])?[[:space:]]+mov pr=r0,0xfffffffffffffffe
  /external/libnl/lib/route/qdisc/
tbf.c 116 double pr, prb, bs, cl; local
118 pr = nl_cancel_down_bytes(tbf->qt_peakrate.rs_rate, &pru);
127 pr, pru, prb, prbu, bs, bsu, cl, clu);
  /external/ltp/testcases/kernel/syscalls/string/
string01.c 267 char *s, *pr; local
290 if ((pr =
303 if ((pr = strrchr(t_rindex[i].s, t_rindex[i].c))
  /external/ltp/testcases/misc/math/float/
thread_code.c 120 int pe, pr, px; local
128 (void)frexp(r, &pr); /* for computed */
133 abs(pr - px) < th_data->th_func.precision) {
  /frameworks/rs/
rsScriptC_LibGL.cpp 84 void rsrBindProgramRaster(Context *rsc, ProgramRaster *pr) {
85 CHECK_OBJ_OR_NULL(pr);
86 rsc->setProgramRaster(pr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmptree.py 107 pr = "Create local subdirectory %s? [y] " % \
112 ok = ask(pr, "y")
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
source.pass.cpp 223 path& pr = (p = std::move(ss)); local
224 assert(&pr == &p);
  /external/python/cpython2/Demo/pdist/
cmptree.py 107 pr = "Create local subdirectory %s? [y] " % \
112 ok = ask(pr, "y")
  /external/skia/tests/
BitmapTest.cpp 47 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, info.minRowBytes()); local
48 REPORTER_ASSERT(reporter, !pr);
  /frameworks/base/cmds/ime/src/com/android/commands/ime/
Ime.java 125 Printer pr = new PrintStreamPrinter(System.out); local
132 imi.dump(pr, " ");
  /prebuilts/go/darwin-x86/src/os/exec/
exec.go 201 pr, pw, err := os.Pipe()
206 c.closeAfterStart = append(c.closeAfterStart, pr)
218 return pr, nil
246 pr, pw, err := os.Pipe()
252 c.closeAfterWait = append(c.closeAfterWait, pr)
254 _, err := io.Copy(w, pr)
255 pr.Close() // in case io.Copy stopped due to write error
512 pr, pw, err := os.Pipe()
516 c.Stdin = pr
517 c.closeAfterStart = append(c.closeAfterStart, pr)
    [all...]
  /prebuilts/go/linux-x86/src/os/exec/
exec.go 201 pr, pw, err := os.Pipe()
206 c.closeAfterStart = append(c.closeAfterStart, pr)
218 return pr, nil
246 pr, pw, err := os.Pipe()
252 c.closeAfterWait = append(c.closeAfterWait, pr)
254 _, err := io.Copy(w, pr)
255 pr.Close() // in case io.Copy stopped due to write error
512 pr, pw, err := os.Pipe()
516 c.Stdin = pr
517 c.closeAfterStart = append(c.closeAfterStart, pr)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 137 // EHT entry is a prel31 pointing to the PR, followed by data understood
151 __personality_routine pr = (__personality_routine) readPrel31(unwindInfo); local
152 if (pr(_US_VIRTUAL_UNWIND_FRAME | _US_FORCE_UNWIND, &ex, context) !=
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 184 func filter(cr *[nFilter][]byte, pr []byte, bpp int) int {
194 pdat := pr[1:]
301 // cr[*] and pr are the bytes for the current and previous row.
312 pr := make([]uint8, 1+bpp*b.Dx())
428 f = filter(&cr, pr, bpp)
437 pr, cr[0] = cr[0], pr
  /prebuilts/go/linux-x86/src/image/png/
writer.go 184 func filter(cr *[nFilter][]byte, pr []byte, bpp int) int {
194 pdat := pr[1:]
301 // cr[*] and pr are the bytes for the current and previous row.
312 pr := make([]uint8, 1+bpp*b.Dx())
428 f = filter(&cr, pr, bpp)
437 pr, cr[0] = cr[0], pr

Completed in 2340 milliseconds

1 2 3 45 6 7 8 91011>>