/external/syslinux/gpxe/src/arch/i386/prefix/ |
hdprefix.S | 9 movw $load_image, %bp
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_worker_service_impl.h | 81 grpc_byte_buffer** bp, bool* own_buffer) {
|
/system/bt/embdrv/g722/ |
g722_enc_dec.h | 79 int bp[7]; member in struct:__anon1821
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/ |
intelbad.s | 141 lea eax, [bp+si*2] 143 lea eax, [bp+di*8] 145 lea eax, [bp+2*si] 147 lea eax, [bp+8*di]
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/xstormy16/ |
allinsn.d | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/ |
Thunk16.asm | 114 lea bp, [esp + sizeof (IA32_REGS)]
116 ; esi's in the following 2 instructions are indeed bp in 16-bit code. Fact
117 ; is "esi" in 32-bit addressing mode has the same encoding of "bp" in 16-
120 mov word ptr (IA32_REGS ptr [esi - sizeof (IA32_REGS)])._ESP, bp
123 add bp, ax ; add ebp, eax
166 pop bp ; ebp <- address of @Base
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/X64/ |
Thunk16.asm | 108 lea bp, [esp + sizeof (IA32_REGS)]
110 ; rsi in the following 2 instructions is indeed bp in 16-bit code
112 mov word ptr (IA32_REGS ptr [rsi - sizeof (IA32_REGS)])._ESP, bp
116 add bp, ax ; add ebp, eax
178 pop bp ; ebp <- address of @Base
180 lea eax, [rsi + (@RealMode - @Base)] ; rsi is "bp" in 16-bit code
|
/external/boringssl/src/crypto/chacha/asm/ |
chacha-x86.pl | 54 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous 69 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-$j--)&3),($ap,$bp,$cp,$dp)); 75 ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_+$j--)&3),($ap,$bp,$cp,$dp)); 85 &mov (&DWP(4*$bp,"esp"),$b_) if ($i!=0); 341 &movb ("al",&BP(0,$c_,$b_)); 342 &movb ("dl",&BP(0,"esp",$c_)); 345 &mov (&BP(-1,$c,$c_),"al"); 361 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previou [all...] |
/external/boringssl/src/crypto/fipsmodule/bn/ |
internal.h | 256 // bn_add_words adds |ap| to |bp| and places the result in |rp|, each of which 258 // overflowed and zero otherwise. Any pair of |ap|, |bp|, and |rp| may be equal 260 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, 263 // bn_sub_words subtracts |bp| from |ap| and places the result in |rp|. It 265 // otherwise. Any pair of |ap|, |bp|, and |rp| may be equal to each other but 267 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, 315 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
|
/external/dhcpcd-6.8.2/ |
common.c | 339 unsigned char *bp = buffer; local 365 if (bp) 366 *bp++ = (unsigned char)strtol(c, NULL, 16);
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
sg_lib.h | 277 /* Decode TransportID pointed to by 'bp' of length 'bplen'. Place decoded 280 char * sg_decode_transportid_str(const char * leadin, unsigned char * bp, 508 /* Returns true if byte sequence starting at bp with a length of b_len is 510 * otherwise returns false. If bp is NULL ir b_len <= 0 returns false. */ 511 bool sg_all_zeros(const uint8_t * bp, int b_len); 512 bool sg_all_ffs(const uint8_t * bp, int b_len);
|
/external/syslinux/mbr/ |
altmbr.S | 187 * 28(%bp) - %eax - base 188 * 20(%bp) - %edx - root 193 movw %sp, %bp 239 movl 28(%bp), %eax /* "Base" */ 260 * table entry, and 28(%bp) has the partition table base. 266 addl 28(%bp), %eax 294 int $0x10 /* May destroy %bp */
|
isohdpfx.S | 68 .byte 0x33, 0xed /* xorw %bp, %bp */ 99 .byte 0x33, 0xed /* xorw %bp, %bp */ 101 movw %bp, %ss 137 movw %bp, %ds 138 movw %bp, %es 283 int $0x10 /* May destroy %bp */
|
/external/tcpdump/ |
print-ip6.c | 214 ip6_print(netdissect_options *ndo, const u_char *bp, u_int length) 226 ip6 = (const struct ip6_hdr *)bp; 275 ipend = bp + len;
|
print-lisp.c | 232 void lisp_print(netdissect_options *ndo, const u_char *bp, u_int length) 253 ND_TCHECK2(*bp, MAP_REGISTER_HDR_LEN); 254 lisp_hdr = (const lisp_map_register_hdr *) bp;
|
print.c | 226 static void ndo_default_print(netdissect_options *ndo, const u_char *bp, 404 ndo_default_print(netdissect_options *ndo, const u_char *bp, u_int length) 406 hex_and_ascii_print(ndo, "\n\t", bp, length); /* pass on lf and indentation string */
|
print-arp.c | 257 const u_char *bp, u_int length, u_int caplen) 262 ap = (const struct atmarp_pkthdr *)bp; 358 const u_char *bp, u_int length, u_int caplen) 363 ap = (const struct arp_pkthdr *)bp; 378 atmarp_print(ndo, bp, length, caplen);
|
print-tipc.c | 338 tipc_print(netdissect_options *ndo, const u_char *bp, u_int length _U_, 345 ap = (const struct tipc_pkthdr *)bp; 358 print_payload(ndo, (const struct payload_tipc_pkthdr *)bp); 362 print_link_conf(ndo, (const struct link_conf_tipc_pkthdr *)bp); 370 print_internal(ndo, (const struct internal_tipc_pkthdr *)bp);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic3DLUT.cpp | 64 const uchar *bp = (const uchar *)cp->mLUT->mHal.drvState.lod[0].mallocPtr; local 84 bp, stride_y, stride_z, 102 const uchar *bp2 = bp + (coord1.x * 4) + (coord1.y * stride_y) + (coord1.z * stride_z);
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
nilcheck.go | 26 type bp struct { 32 work := make([]bp, 0, 256) 33 work = append(work, bp{block: f.Entry}) 98 work = append(work, bp{op: ClearPtr, ptr: ptr}) 136 work = append(work, bp{op: ClearPtr, ptr: ptr}) 146 work = append(work, bp{op: Work, block: w})
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
nilcheck.go | 26 type bp struct { 32 work := make([]bp, 0, 256) 33 work = append(work, bp{block: f.Entry}) 98 work = append(work, bp{op: ClearPtr, ptr: ptr}) 136 work = append(work, bp{op: ClearPtr, ptr: ptr}) 146 work = append(work, bp{op: Work, block: w})
|
/bionic/libc/dns/net/ |
getaddrinfo.c | 1322 char *bp, *ep; local [all...] |
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
getaddrinfo.c | 1080 char *bp, *ep;
local 1111 bp = hostbuf;
1118 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
1119 if ((n < 0) || !(*name_ok)(bp)) {
1129 n = (int)strlen(bp) + 1; /* for the \0 */
1134 canonname = bp;
1135 bp += n;
1142 n = dn_expand(answer->buf, eom, cp, bp, (int)(ep - bp));
[all...] |
/art/tools/breakpoint-logger/ |
breakpoint_logger.cc | 289 static bool ParseSingleBreakpoint(const std::string& bp, /*out*/SingleBreakpointTarget* target) { 290 std::string option = bp; 299 LOG(ERROR) << bp << " doesn't seem to indicate a method, expected ->"; 306 LOG(ERROR) << bp << " doesn't seem to have a method sig!"; 311 LOG(ERROR) << bp << " doesn't seem to have a valid location!";
|
/external/tensorflow/tensorflow/core/kernels/ |
ctc_decoder_ops.cc | 316 for (int bp = 0; bp < decode_helper_.GetTopPaths(); ++bp) { 317 log_prob_t(b, bp) = log_probs[bp];
|