/external/syslinux/gpxe/src/arch/i386/transitions/ |
librm.S | 196 movw %ss, %bp 224 movw %bp, rm_ss 314 movw %bp, %ss 394 movw %sp, %bp 395 sidt 8(%bp) 396 sgdt (%bp) 425 movw %sp, %bp 426 data32 lgdt (%bp) 427 data32 lidt 8(%bp)
|
/external/curl/docs/examples/ |
htmltidy.c | 67 printf("%*.*s\n", indent, indent, buf.bp?(char *)buf.bp:""); 107 fprintf(stderr, "%s\n", tidy_errbuf.bp); /* show errors */
|
/external/tcpdump/ |
print-tcp.c | 161 register const u_char *bp, register u_int length, 176 tp = (const struct tcphdr *)bp; 519 bp + TH_OFF(tp) * 4, length, cp)) { 667 bp += TH_OFF(tp) * 4; 669 print_tcp_rst_data(ndo, bp, length); 676 zmtp1_print(ndo, bp, length); 679 resp_print(ndo, bp, length); 686 telnet_print(ndo, bp, length); 689 smtp_print(ndo, bp, length); 691 bgp_print(ndo, bp, length) [all...] |
print-ap1394.c | 59 ap1394_hdr_print(netdissect_options *ndo, register const u_char *bp, u_int length) 64 fp = (const struct firewire_header *)bp;
|
print-hsrp.c | 96 hsrp_print(netdissect_options *ndo, register const uint8_t *bp, register u_int len) 98 const struct hsrp *hp = (const struct hsrp *) bp;
|
print-ipnet.c | 34 ipnet_hdr_print(netdissect_options *ndo, const u_char *bp, u_int length) 37 hdr = (const ipnet_hdr_t *)bp;
|
print-mpls.c | 60 mpls_print(netdissect_options *ndo, const u_char *bp, u_int length) 67 p = bp;
|
print-symantec.c | 43 symantec_hdr_print(netdissect_options *ndo, register const u_char *bp, u_int length) 48 sp = (const struct symantec_header *)bp;
|
/external/pdfium/third_party/libtiff/ |
tif_luv.c | 192 unsigned char* bp; local 215 bp = (unsigned char*) tif->tif_rawcp; 220 if (*bp >= 128) { /* run */ 223 rc = *bp++ + (2-128); 224 b = (int16)(*bp++ << shft); 229 rc = *bp++; /* nul is noop */ 231 tp[i++] |= (int16)*bp++ << shft; 246 tif->tif_rawcp = (uint8*) bp; 252 tif->tif_rawcp = (uint8*) bp; 268 unsigned char* bp; local 325 unsigned char* bp; local [all...] |
tif_thunder.c | 91 register unsigned char *bp; local 96 bp = (unsigned char *)tif->tif_rawcp; 103 n = *bp++; 144 tif->tif_rawcp = (uint8*) bp;
|
/external/one-true-awk/ |
b.c | 292 uschar *op, *bp; local 299 bp = buf; 303 } else if (c == '-' && i > 0 && bp[-1] != 0) { 305 c = bp[-1]; 310 bp--; 315 if (!adjbuf((char **) &buf, &bufsz, bp-buf+2, 100, (char **) &bp, "cclenter1")) 317 *bp++ = ++c; 323 if (!adjbuf((char **) &buf, &bufsz, bp-buf+2, 100, (char **) &bp, "cclenter2") 775 uschar *bp; local [all...] |
/external/syslinux/efi/ |
main.c | 777 static void handover_boot(struct linux_header *hdr, struct boot_params *bp) 802 func(image_handle, ST, bp, address); 948 static int exit_boot(struct boot_params *bp) 962 bp->efi.memmap = (uint32_t)(unsigned long)map; 963 bp->efi.memmap_size = nr_entries * desc_sz; 964 bp->efi.systab = (uint32_t)(unsigned long)ST; 965 bp->efi.desc_size = desc_sz; 966 bp->efi.desc_version = desc_ver; 968 bp->efi.systab_hi = ((unsigned long)ST) >> 32; 969 bp->efi.memmap_hi = ((unsigned long)map) >> 32 1064 struct boot_params *bp; local [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
bootsect.S | 93 movw %sp, %bp # bp = 0x7c00
96 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
106 cmpw $0xaa55, SectorSignature(%bp) # Verify Boot Sector Signature
108 movw RootEntries(%bp), %cx # cx = RootEntries
115 movb NoFats(%bp), %al # al = NoFats
117 mulw SectorsPerFat(%bp) # ax = NoFats * SectorsPerFat
118 addw ReservedSectors(%bp), %ax # ax = NoFats * SectorsPerFat + ReservedSectors = RootLBA
124 movw %ax, (%bp) # Save FirstClusterLBA (FirstDataSector) for later use
176 movb SectorsPerCluster(%bp), %bl # bx = SectorsPerCluster [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_stacktrace_test.cc | 157 uptr bp = GET_CURRENT_FRAME(); local 158 stack.Unwind(0, pc, bp, 0, 0, 0, false); 161 stack.Unwind(1, pc, bp, 0, 0, 0, false); 164 EXPECT_EQ(bp, stack.top_frame_bp);
|
/external/libpcap/ |
pcap-enet.c | 52 register u_char *bp; local 73 bp = buf.p; 75 ph = (struct packet_header *)bp; 88 bp += inc;
|
/external/ppp/pppd/include/ |
pcap-int.h | 83 u_char *bp; member in struct:pcap
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
libprefix.S | 63 pushw %bp 79 3: popw %bp 295 pushw %bp 296 movw %sp, %bp 315 leaw PM_CALL_VAR(pm_call_vars)(%bp), %di 321 sgdt PM_CALL_VAR(pm_saved_gdt)(%bp) 329 movzwl %bp, %edi 331 movl %eax, PM_CALL_VAR(gdt_base)(%bp) 344 data32 lgdt PM_CALL_VAR(gdt)(%bp) 380 data32 lgdt PM_CALL_VAR(pm_saved_gdt)(%bp) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/ |
sigcontext32.h | 59 unsigned int bp; member in struct:sigcontext_ia32
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/ |
sigcontext32.h | 59 unsigned int bp; member in struct:sigcontext_ia32
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/ |
b.d | 16 1c: 07e4 ffc3 bp -28 17 20: 07e0 ffc3 bp -32
|
b.s | 13 bp text_label
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
naked.s | 21 xchg bx,bp
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
gethex.c | 40 gethex(sp, fpi, exp, bp, sign) 41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign; 43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign) 71 *bp = 0; 194 *bp = b = Balloc(k); 195 if (*bp == NULL) 291 *bp = b; 357 *bp = b;
|
/external/clang/test/Sema/ |
init.c | 56 static short *bp = &b; // expected-error {{initializer element is not a compile-time constant}} local 58 return bp;
|
/external/syslinux/lzo/src/ |
lzo_mchw.ch | 45 const lzo_bytep bp; 186 c->bp = c->ip - c->look; 192 const lzo_bytep ip = c->bp; 193 const lzo_bytep m = c->bp - c->m_off;
|