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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 71 // the pc, bp, sp, address, access type (0 = read, 1 = write), access size and
110 void __asan_report_error(void *pc, void *bp, void *sp,
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 71 // the pc, bp, sp, address, access type (0 = read, 1 = write), access size and
110 void __asan_report_error(void *pc, void *bp, void *sp,
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
asan_interface.h 71 // the pc, bp, sp, address, access type (0 = read, 1 = write), access size and
110 void __asan_report_error(void *pc, void *bp, void *sp,
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
asan_interface.h 71 // the pc, bp, sp, address, access type (0 = read, 1 = write), access size and
110 void __asan_report_error(void *pc, void *bp, void *sp,
  /prebuilts/go/darwin-x86/test/
method5.go 187 bp := Tbigp([2]uintptr{7,8})
188 CheckI("&bp", &bp, 15)
189 CheckF("bp.M", bp.M, 15)
190 CheckF("(&bp).M", (&bp).M, 15)
191 pbp := &bp
  /prebuilts/go/linux-x86/test/
method5.go 187 bp := Tbigp([2]uintptr{7,8})
188 CheckI("&bp", &bp, 15)
189 CheckF("bp.M", bp.M, 15)
190 CheckF("(&bp).M", (&bp).M, 15)
191 pbp := &bp
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.S 58 movw $0x600, %bp # BP = 0x0600
62 leaw (%bp,%si,), %di # DI = 0x0600 + Offset(RelocatedStart)
89 movw %sp, %bp # bp = 0x7c00
92 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
126 mulb GptPartitionIndicator(%bp) # EAX = SizeOfPartitionEntry * GptPartitionIndicator
189 movw $0x600, %bp # bp = 0x600
190 leaw AddressPacket(%bp), %si
    [all...]
  /external/syslinux/gpxe/src/arch/i386/prefix/
dskprefix.S 217 pushw %bp /* just in case the BIOS is buggy */
221 popw %bp
269 movw %sp,%bp
289 addw $2, %bp /* next register */
315 /* print_hex prints the word pointed to by ss:bp in hexadecimal. */
318 movw (%bp),%dx /* load word into dx */
  /external/valgrind/callgrind/
bb.c 289 BB *bb, *bp; local
298 /* bb points at the current bb under consideration, and bp is the
300 bp = NULL;
303 bp = bb;
320 if (bp == NULL) {
326 bp->next = bb->next;
  /external/python/cpython3/Objects/
obmalloc.c 1223 block *bp; local
1676 void *bp; local
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c 330 const unsigned char * bp; local
345 bp = sg_scsi_sense_desc_find(sbp, sb_len, 0 /* info desc */);
346 if (bp && (0xa == bp[1])) {
347 ull = sg_get_unaligned_be64(bp + 4);
350 return !!(bp[2] & 0x80); /* since spc3r23 should be set */
367 const unsigned char * bp; local
381 bp = sg_scsi_sense_desc_find(sbp, sb_len,
383 if (bp && (0xa == bp[1]))
402 const unsigned char * bp; local
451 const unsigned char * bp; local
2205 const unsigned char * bp = initial_desig_desc; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pdb.py 98 self.commands_doprompt = {} # for each bp num, tells if the prompt
100 self.commands_silent = {} # for each bp num, tells if the stack trace
349 for bp in bdb.Breakpoint.bpbynumber:
350 if bp:
351 bp.bpprint(self.stdout)
421 bp = self.get_breaks(filename, line)[-1]
422 print >>self.stdout, "Breakpoint %d at %s:%d" % (bp.number,
423 bp.file,
424 bp.line)
506 bp = bdb.Breakpoint.bpbynumber[i]
    [all...]
  /external/python/cpython2/Lib/
pdb.py 98 self.commands_doprompt = {} # for each bp num, tells if the prompt
100 self.commands_silent = {} # for each bp num, tells if the stack trace
349 for bp in bdb.Breakpoint.bpbynumber:
350 if bp:
351 bp.bpprint(self.stdout)
421 bp = self.get_breaks(filename, line)[-1]
422 print >>self.stdout, "Breakpoint %d at %s:%d" % (bp.number,
423 bp.file,
424 bp.line)
506 bp = bdb.Breakpoint.bpbynumber[i
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pdb.py 98 self.commands_doprompt = {} # for each bp num, tells if the prompt
100 self.commands_silent = {} # for each bp num, tells if the stack trace
349 for bp in bdb.Breakpoint.bpbynumber:
350 if bp:
351 bp.bpprint(self.stdout)
421 bp = self.get_breaks(filename, line)[-1]
422 print >>self.stdout, "Breakpoint %d at %s:%d" % (bp.number,
423 bp.file,
424 bp.line)
506 bp = bdb.Breakpoint.bpbynumber[i
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pdb.py 98 self.commands_doprompt = {} # for each bp num, tells if the prompt
100 self.commands_silent = {} # for each bp num, tells if the stack trace
349 for bp in bdb.Breakpoint.bpbynumber:
350 if bp:
351 bp.bpprint(self.stdout)
421 bp = self.get_breaks(filename, line)[-1]
422 print >>self.stdout, "Breakpoint %d at %s:%d" % (bp.number,
423 bp.file,
424 bp.line)
506 bp = bdb.Breakpoint.bpbynumber[i
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 98 self.commands_doprompt = {} # for each bp num, tells if the prompt
100 self.commands_silent = {} # for each bp num, tells if the stack trace
349 for bp in bdb.Breakpoint.bpbynumber:
350 if bp:
351 bp.bpprint(self.stdout)
421 bp = self.get_breaks(filename, line)[-1]
422 print >>self.stdout, "Breakpoint %d at %s:%d" % (bp.number,
423 bp.file,
424 bp.line)
506 bp = bdb.Breakpoint.bpbynumber[i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 98 self.commands_doprompt = {} # for each bp num, tells if the prompt
100 self.commands_silent = {} # for each bp num, tells if the stack trace
349 for bp in bdb.Breakpoint.bpbynumber:
350 if bp:
351 bp.bpprint(self.stdout)
421 bp = self.get_breaks(filename, line)[-1]
422 print >>self.stdout, "Breakpoint %d at %s:%d" % (bp.number,
423 bp.file,
424 bp.line)
506 bp = bdb.Breakpoint.bpbynumber[i
    [all...]
  /external/icu/icu4c/source/i18n/
collationsets.cpp 222 const UnicodeString *bp = NULL; // Base prefix. local
234 if(bp == NULL) {
236 bp = &basePrefixes.getString();
238 bp = &none;
241 if(tp == &none && bp == &none) { break; }
242 int32_t cmp = tp->compare(*bp);
248 // bp occurs in the base but not in the tailoring.
249 addPrefix(baseData, *bp, c, (uint32_t)basePrefixes.getValue());
250 bp = NULL;
256 bp = NULL
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 75 bp, ok := ft.quickSpan(src, 0, len(b), true)
81 for bp < len(b) {
82 rb.out = b[bp:]
83 if bp = decomposeSegment(&rb, bp, true); bp < 0 {
86 bp, _ = rb.f.quickSpan(rb.src, bp, len(b), true)
114 bp, ok := ft.quickSpan(src, 0, len(s), true)
122 if bp+int(info.size) > len(s)
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
normalize.go 75 bp, ok := ft.quickSpan(src, 0, len(b), true)
81 for bp < len(b) {
82 rb.out = b[bp:]
83 if bp = decomposeSegment(&rb, bp, true); bp < 0 {
86 bp, _ = rb.f.quickSpan(rb.src, bp, len(b), true)
114 bp, ok := ft.quickSpan(src, 0, len(s), true)
122 if bp+int(info.size) > len(s)
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv4-mont.pl 74 $bp="r2"; $bi="r2"; $rp="r2";
158 add $tp,$bp,$num @ &bp[num-1]
162 ldr $bi,[$bp] @ bp[0]
166 str $tp,[$_bpend] @ save &bp[num]
168 umull $alo,$ahi,$aj,$bi @ ap[0]*bp[0]
180 umlal $alo,$ahi,$aj,$bi @ ap[j]*bp[0]
190 ldr $tp,[$_bp] @ restore bp
202 ldr $bi,[$tp,#4]! @ *(++bp)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
prefix.s 32 # data16 movsd %xmm4,(%bp,%si)
40 # lock data16 movsd %xmm4,(%bp,%si)
56 # lock data16 movss %xmm4,(%bp,%si)
65 # repz data16 movsd %xmm4,(%bp,%si)
109 # data16 ds movsd %xmm4,%ss:(%bp,%si)
119 # lock data16 ds movsd %xmm4,%ss:(%bp,%si)
149 # repz data16 ds movsd %xmm4,%ss:(%bp,%si)
  /external/tcpdump/
print-nfs.c 203 const u_char *bp, const char *s, const char *d)
210 switch (IP_V((const struct ip *)bp)) {
212 ip = (const struct ip *)bp;
217 ip6 = (const struct ip6_hdr *)bp;
323 register const u_char *bp, u_int length,
330 rp = (const struct sunrpc_msg *)bp;
344 nfsreply_print_noaddr(ndo, bp, length, bp2);
354 register const u_char *bp, u_int length,
365 rp = (const struct sunrpc_msg *)bp;
522 register const u_char *bp, u_int length
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
Thunk16.S 84 mov %ebp, (_ESP - IA32_REGS_SIZE)(%bp)
85 mov (_EIP - IA32_REGS_SIZE)(%bp), %bx
124 movw IA32_REGS_SIZE(%esp), %bp # get BackToUserCode address from stack
125 mov %dx, %cs:(SavedSs - ASM_PFX(BackFromUserCode))(%bp)
126 mov %ebx, %cs:(SavedEsp - ASM_PFX(BackFromUserCode))(%bp)
127 lidtl %cs:(_16Idtr - ASM_PFX(BackFromUserCode))(%bp)
  /external/guice/core/test/com/google/inject/
CircularDependencyTest.java 73 @Inject Provider<B> bp;
75 return new AImpl(bp.get());
94 bind(B.class).toProvider(BP.class);
141 @Inject Provider<B> bp; field in class:CircularDependencyTest.AP
143 return new AImpl(bp.get());
149 @Inject Provider<B> bp; field in class:CircularDependencyTest.AutoAP
154 a = new AImpl(bp.get());
160 @ProvidedBy(BP.class)
182 static class BP implements Provider<B> {
184 @Inject BP(Provider<A> ap)
    [all...]

Completed in 944 milliseconds

<<11121314151617181920>>