HomeSort by relevance Sort by last modified time
    Searched refs:bp (Results 476 - 500 of 993) sorted by null

<<11121314151617181920>>

  /external/linux-kselftest/tools/testing/selftests/x86/
ptrace_syscall.c 58 register unsigned long bp asm("bp") = args->arg5;
62 "+S" (args->arg3), "+D" (args->arg4), "+r" (bp)
64 args->arg5 = bp;
  /external/pdfium/third_party/libtiff/
tif_zip.c 86 static int ZIPEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s);
260 ZIPEncode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s)
269 sp->stream.next_in = bp;
  /external/syslinux/core/
pxelinux.asm 373 pop bp
377 push bp
398 pop bp
400 push bp
404 mov bp,sp
406 setnz [bp+32] ; If AX != 0 set CF on return
  /libcore/
JavaLibrary.mk 104 $(ojluni_annotate_target): PRIVATE_ANNOTATE_GENERATE_OUTPUT := $(LOCAL_PATH)/annotated_java_files.bp
111 $(PRIVATE_ANNOTATE_GENERATE_CMD) $(PRIVATE_ANNOTATE_JAIF) > $(PRIVATE_ANNOTATE_DIR)/annotated_java_files.bp.tmp
112 diff -u $(PRIVATE_ANNOTATE_GENERATE_OUTPUT) $(PRIVATE_ANNOTATE_DIR)/annotated_java_files.bp.tmp || \
114 echo -e "annotated_java_files.bp needs regenerating. Please run:" >&2; \
115 echo -e "libcore/annotations/generate_annotated_java_files.py libcore/annotations/ojluni.jaif > libcore/annotated_java_files.bp" >&2; \
117 rm $(PRIVATE_ANNOTATE_DIR)/annotated_java_files.bp.tmp
  /libcore/ojluni/src/main/native/
java_util_zip_ZipFile.c 283 unsigned char *bp = (unsigned char *)&ze->extra[0]; local
284 len = (bp[0] | (bp[1] << 8));
  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 195 // bp returns the blockRecord associated with the blockProfile bucket b.
196 func (b *bucket) bp() *blockRecord { func
198 throw("bad use of bucket.bp")
425 b.bp().count++
426 b.bp().cycles += cycles
642 bp := b.bp()
644 r.Count = bp.count
645 r.Cycles = bp.cycles
677 bp := b.bp(
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 195 // bp returns the blockRecord associated with the blockProfile bucket b.
196 func (b *bucket) bp() *blockRecord { func
198 throw("bad use of bucket.bp")
425 b.bp().count++
426 b.bp().cycles += cycles
642 bp := b.bp()
644 r.Count = bp.count
645 r.Cycles = bp.cycles
677 bp := b.bp(
    [all...]
  /device/google/marlin/common/
utils.mk 84 # $(call is-board-platform,bp)
90 # $(call is-not-board-platform,bp)
  /device/google/wahoo/
utils.mk 84 # $(call is-board-platform,bp)
90 # $(call is-not-board-platform,bp)
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
x86_64-gcc.c 188 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
210 : "r"(rp), "r"(ap), "r"(bp)
216 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
238 : "r"(rp), "r"(ap), "r"(bp)
x86-mont.pl 48 $rp="edi"; $bp="edi"; # overlapping variables!!!
118 &mov ("ecx",&DWP(2*4,"esi"));# const BN_ULONG *bp
152 &mov ($bp,$_bp);
158 &movd ($mul0,&DWP(0,$bp)); # bp[0]
162 &pmuludq($mul1,$mul0); # ap[0]*bp[0]
180 &pmuludq($acc0,$mul0); # ap[j]*bp[0]
188 &paddq ($car1,$acc0); # +=ap[j]*bp[0];
198 &pmuludq($acc0,$mul0); # ap[num-1]*bp[0]
205 &paddq ($car1,$acc0); # +=ap[num-1]*bp[0]
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.h 177 uptr asan_malloc_usable_size(const void *ptr, uptr pc, uptr bp);
  /external/libunwind_llvm/src/
CompactUnwinder.hpp 240 typename A::pint_t bp = registers.getEBP(); local
242 registers.setEBP(addressSpace.get32(bp));
244 registers.setSP((uint32_t)bp + 8);
246 registers.setIP(addressSpace.get32(bp + 4));
  /external/syslinux/com32/include/syslinux/
config.h 92 uint16_t bp, bph; member in struct:syslinux_derivative_info::__anon37012
  /external/syslinux/gpxe/src/arch/i386/prefix/
bootpart.S 18 * %bp : Active partition handler routine
90 * %bp : Active partition handler routine
117 * %bp : Active partition handler routine
132 jmp *%bp
  /external/syslinux/memdisk/
memdisk16.asm 268 mov bp,[A20Type]
269 add bp,bp ; Convert to word offset
270 .adj4: jmp word [bp+A20List]
432 mov bp,[A20Type]
433 add bp,bp ; Convert to word offset
434 .adj5: jmp word [bp+A20DList]
  /frameworks/av/media/libeffects/dynamicsproc/dsp/
DPFrequency.cpp 99 void ChannelBuffer::computeBinStartStop(BandParams &bp, size_t binStart) {
101 bp.binStart = binStart;
102 bp.binStop = (int)(0.5 + bp.freqCutoffHz * mBlockSize / mSamplingRate);
  /prebuilts/tools/common/m2/repository/kr/motd/maven/os-maven-plugin/1.4.0.Final/
os-maven-plugin-1.4.0.Final.jar 
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-specific-reg.s 5 .irp reg1, ax, cx, dx, bx, sp, bp, si, di
  /cts/hostsidetests/incident/src/com/android/server/cts/
ActivityManagerIncidentTest.java 259 for (AppErrorsProto.BadProcess bp : aep.getBadProcessesList()) {
260 for (AppErrorsProto.BadProcess.Entry e : bp.getEntriesList()) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
Thunk16.S 64 addw %ax, %bp # add ebp, eax
101 popw %bp # ebp <- offset L_Base
  /external/libnl/doc/stylesheets/
pygments.css 61 .highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
  /external/tcpdump/
print-ether.c 93 const u_char *bp, u_int length)
98 ep = (const struct ether_header *)bp;
  /external/tensorflow/tensorflow/python/kernel_tests/
xent_op_test.py 44 bp = (probs - labels)
46 return l, bp
  /frameworks/rs/
rsMesh.cpp 232 const uint8_t *bp = (const uint8_t *)rsc->mHal.funcs.allocation.lock1D( local
234 posPtr = (float*)(bp + offset);

Completed in 890 milliseconds

<<11121314151617181920>>