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

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
CpuFlushTlb.s 1 /// Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>
43 br.cond.sptk LoopPredicate
50 br.ctop.sptk Loop
55 (p6) br.cond.sptk LoopOuter
58 br.ret.sptk.many b0
AsmPalCall.s 1 /// Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
81 (p7) br.dpnt.few PalCallStatic;; // 0 ~ 255 make a static Pal Call
83 (p6) br.dpnt.few PalCallStacked;; // 256 ~ 511 make a stacked Pal Call
86 (p7) br.dpnt.few PalCallStatic;; // 512 ~ 767 make a static Pal Call
89 (p6) br.dpnt.few PalCallStacked;; // 768 ~ 1023 make a stacked Pal Call
92 (p7) br.dpnt.few ComeBackFromPALCall;;
128 br.sptk b5;; // Take the plunge.
142 br.call.dpnt b0 = b5 ;; // Take the plunge.
155 br.ret.dpnt b0;;
PalCallStatic.s 1 /// Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>
42 br.cond.sptk.many b7
47 br.ret.sptk.many b0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Ipf/
CpuFlushTlb.s 4 /// Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
42 br.cond.sptk LoopPredicate
49 br.ctop.sptk Loop
54 (p6) br.cond.sptk LoopOuter
57 br.ret.sptk.many b0
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
AccessMsr.s 4 /// Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
44 br.ret.sptk b0;;
77 br.ret.sptk b0;;
AccessPsr.s 4 /// Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
43 br.ret.dpnt b0;;
70 br.ret.dpnt b0;;
106 (p6) br.ret.dpnt b0;;
110 br.ret.dpnt b0;;
  /external/libunwind/src/ia64/
longjmp.S 37 br.sptk.many rp
  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
crt0-efi-ia64.S 50 br.call.sptk.few rp=_relocate
53 (p6) br.cond.sptk.few .exit // no ->
59 br.call.sptk.few rp=efi_main
65 br.ret.sptk.few rp
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
link-order.s 12 br.ret.sptk.many b0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
bundling.s 13 br.ret.sptk rp
dv-branch.d 12 c: 68 00 80 10 \(p06\) br\.call\.sptk\.many b0=b6
15 1c: f0 ff ff 48 \(p06\) br\.cond\.sptk\.few 0x0;;
nostkreg.s 9 br.ret.sptk rp
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xstormy16/
reloc-2.s 15 br fwd1+.
28 br global
34 br .L1
39 br .L1
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
tlslib.s 17 br.ret.sptk.many b0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
pcrel16.d 12 [0-9a-f]+ <[^>]*> br [0-9a-f]+ <ext_label>
13 [0-9a-f]+ <[^>]*> br [0-9a-f]+ <ext_label\+0x10>
relax_callr.s 12 br func1
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-s390/
tlslib.s 17 br %r14
tlslib_64.s 17 br %r14
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-spu/
ear.s 4 br _start
  /tools/tradefederation/core/src/com/android/tradefed/util/
PropertyChanger.java 49 BufferedReader br = null; local
52 br = new BufferedReader(new FileReader(original));
55 while ((line = br.readLine()) != null) {
73 StreamUtil.close(br);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 36 int br, bc, incr, mbr, mbc; local
84 for (br = mbr + 1; br < mbr + 3; br++) /* br is the row counter in blocks */
95 if (br < pp_h && bc < pp_w)
240 }/*br*/
248 for (br = mbr; br < mbr + 2; br++) /* br is the row counter in blocks *
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
CSVTest.java 44 BufferedReader br = null; local
47 br = new BufferedReader(new InputStreamReader(
49 while ((line = br.readLine()) != null) {
57 if (br != null) {
58 br.close();
  /external/toolchain-utils/crosperf/
schedv2.py 50 Note - 'br' below means 'benchmark_run'.
54 br = self._sched.get_cached_benchmark_run()
55 while br:
57 self._stat_annotation = 'finishing cached {}'.format(br)
58 br.run()
61 br = self._sched.get_cached_benchmark_run()
68 br = self._sched.get_benchmark_run(self._dut)
69 if br is None:
70 # No br left for this label. Considering reimaging.
73 # No br even for other labels. We are done
    [all...]
  /external/skia/dm/
DMJsonWriter.cpp 112 BitmapResult br; local
115 br.name = r["key"]["name"].asCString();
116 br.config = r["key"]["config"].asCString();
117 br.sourceType = r["key"]["source_type"].asCString();
118 br.ext = r["options"]["ext"].asCString();
119 br.gammaCorrect = 0 == strcmp("yes", r["options"]["gamma_correct"].asCString());
120 br.md5 = r["md5"].asCString();
123 br.sourceOptions = r["key"]["source_options"].asCString();
125 callback(br);
  /external/webp/src/dec/
vp8l_dec.c 117 static int ReadImageInfo(VP8LBitReader* const br,
120 if (VP8LReadBits(br, 8) != VP8L_MAGIC_BYTE) return 0;
121 *width = VP8LReadBits(br, VP8L_IMAGE_SIZE_BITS) + 1;
122 *height = VP8LReadBits(br, VP8L_IMAGE_SIZE_BITS) + 1;
123 *has_alpha = VP8LReadBits(br, 1);
124 if (VP8LReadBits(br, VP8L_VERSION_BITS) != 0) return 0;
125 return !br->eos_;
136 VP8LBitReader br; local
137 VP8LInitBitReader(&br, data, data_size);
138 if (!ReadImageInfo(&br, &w, &h, &a))
252 VP8LBitReader* const br = &dec->br_; local
313 VP8LBitReader* const br = &dec->br_; local
361 VP8LBitReader* const br = &dec->br_; local
952 VP8LBitReader* const br = &dec->br_; local
1056 VP8LBitReader* const br = &dec->br_; local
1234 VP8LBitReader* const br = &dec->br_; local
1360 VP8LBitReader* const br = &dec->br_; local
    [all...]

Completed in 1022 milliseconds

1 2 3 45 6 7 8 91011>>