/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
EigenDecompositionImpl.java | 300 final double[] bp = new double[m]; local 306 bp[j] += s * vData[j]; 310 return bp; 342 final double[] bp = new double[m]; local 348 bp[j] += s * vData[j]; 352 return new ArrayRealVector(bp, false); 387 final double[][] bp = new double[m][nColB]; local 398 bp[j][k] += s * vData[j]; 403 return MatrixUtils.createRealMatrix(bp);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
TailoredSet.java | 240 String bp = null; // Base prefix. local 255 if (bp == null) { 258 bp = be.chars.toString(); 261 bp = none; 264 if (Utility.sameObjects(tp, none) && Utility.sameObjects(bp, none)) { 267 int cmp = tp.compareTo(bp); 275 // bp occurs in the base but not in the tailoring. 277 addPrefix(baseData, bp, c, be.value); 279 bp = null; 286 tp = bp = null [all...] |
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
TailoredSet.java | 238 String bp = null; // Base prefix. local 253 if (bp == null) { 256 bp = be.chars.toString(); 259 bp = none; 262 if (Utility.sameObjects(tp, none) && Utility.sameObjects(bp, none)) { 265 int cmp = tp.compareTo(bp); 273 // bp occurs in the base but not in the tailoring. 275 addPrefix(baseData, bp, c, be.value); 277 bp = null; 284 tp = bp = null [all...] |
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
Gpt.asm | 57 mov bp, 0600h ; BP = 0x0600
61 lea di, [bp+si] ; DI = 0x0600 + Offset(RelocatedStart)
87 mov bp,sp ; bp = 0x7c00
90 mov byte ptr [bp+PhysicalDrive],dl ; BBS defines that BIOS would pass the booting driver number to the loader through DL
124 mul byte ptr [bp+GptPartitionIndicator] ; EAX = SizeOfPartitionEntry * GptPartitionIndicator
187 mov bp, 0600h ; bp = 0x600
188 lea si, [bp + OFFSET AddressPacket] ; DS:SI = Disk Address Packet [all...] |
Mbr.S | 56 movw $0x600, %bp # BP = 0x0600
60 leaw (%bp,%si,), %di # DI = 0x0600 + Offset(RelocatedStart)
88 movw %sp, %bp # BP = 0x7c00
91 movb %dl, PhysicalDrive(%bp) # BBS defines that BIOS would pass the booting driver number to the loader through DL
106 movb MbrPartitionIndicator(%bp), %al # AX = MbrPartitionIndex
125 movl %es:8(%bp,%di,), %eax # Start LBA
131 movw $0x7bfa, %bp
132 divw 2(%bp) # AX = Hi + H*Ci [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regerror.c | 344 UChar *p, *s, *bp;
local 380 bp = bs;
381 while (blen-- > 0) *s++ = *bp++;
389 bp = bs;
390 while (len-- > 0) *s++ = *bp++;
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
gethex.c | 42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign)
167 *bp = 0;
189 *bp = b;
195 *bp = 0;
246 *bp = b;
|
/external/ipsec-tools/src/racoon/ |
security.c | 70 caddr_t bp; local 87 bp = (caddr_t)(sab + 1); /* here bp points to first proposal payload */ 90 pbuf = isakmp_parsewoh(ISAKMP_NPTYPE_P, (struct isakmp_gen *)bp, len); 114 bp = (caddr_t)prop + sizeof(struct isakmp_pl_p) + prop->spi_size; 117 tbuf = isakmp_parsewoh(ISAKMP_NPTYPE_T, (struct isakmp_gen *)bp, len);
|
/external/libpcap/ |
pcap-win32.c | 491 register u_char *bp, *ep; local 530 bp = p->buffer; 533 bp = p->bp; 538 #define bhp ((struct bpf_hdr *)bp) 539 ep = bp + cc; 558 p->bp = bp; 559 p->cc = (int) (ep - bp); 563 if (bp >= ep [all...] |
/external/python/cpython3/Lib/ |
bdb.py | 159 # flag says ok to delete temp. bp 160 (bp, flag) = effective(filename, lineno, frame) 161 if bp: 162 self.currentbp = bp.number 163 if (flag and bp.temporary): 164 self.do_clear(str(bp.number)) 275 # for bp in Breakpoint.bpbynumber: if bp: bp.bpprint(). 287 bp = Breakpoint(filename, lineno, temporary, cond, funcname [all...] |
/external/libedit/src/ |
map.c | 1125 el_bindings_t *bp, *ep; local 1147 el_bindings_t *bp, *ep; local 1253 el_bindings_t *bp, *ep; local [all...] |
/external/boringssl/ios-arm/crypto/fipsmodule/ |
armv4-mont.S | 64 add r4,r2,r0 @ &bp[num-1] 68 ldr r2,[r2] @ bp[0] 72 str r4,[r0,#15*4] @ save &bp[num] 74 umull r10,r11,r5,r2 @ ap[0]*bp[0] 86 umlal r10,r11,r5,r2 @ ap[j]*bp[0] 96 ldr r4,[r0,#13*4] @ restore bp 107 ldr r2,[r4,#4]! @ *(++bp) 115 umlal r10,r11,r5,r2 @ ap[0]*bp[i]+tp[0] 116 str r4,[r0,#13*4] @ save bp 127 umlal r10,r11,r5,r2 @ ap[j]*bp[i [all...] |
/external/boringssl/linux-arm/crypto/fipsmodule/ |
armv4-mont.S | 63 add r4,r2,r0 @ &bp[num-1] 67 ldr r2,[r2] @ bp[0] 71 str r4,[r0,#15*4] @ save &bp[num] 73 umull r10,r11,r5,r2 @ ap[0]*bp[0] 85 umlal r10,r11,r5,r2 @ ap[j]*bp[0] 95 ldr r4,[r0,#13*4] @ restore bp 106 ldr r2,[r4,#4]! @ *(++bp) 114 umlal r10,r11,r5,r2 @ ap[0]*bp[i]+tp[0] 115 str r4,[r0,#13*4] @ save bp 126 umlal r10,r11,r5,r2 @ ap[j]*bp[i [all...] |
/external/boringssl/src/crypto/x509v3/ |
v3_info.c | 212 int i2a_ACCESS_DESCRIPTION(BIO *bp, ACCESS_DESCRIPTION *a) 214 i2a_ASN1_OBJECT(bp, a->method); 216 i2a_GENERAL_NAME(bp, a->location);
|
/frameworks/native/libs/gui/ |
SurfaceControl.cpp | 130 sp<IGraphicBufferProducer> bp; local 132 bp = control->mGraphicBufferProducer; 134 return parcel->writeStrongBinder(IInterface::asBinder(bp));
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
basic_block.h | 50 inline void AddInstructions(BasicBlock* bp); 125 inline void BasicBlock::AddInstructions(BasicBlock* bp) { 127 (void) bEnd.InsertBefore(&bp->insts_);
|
/external/boringssl/src/crypto/pem/ |
pem_info.c | 92 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, 119 i = PEM_read_bio(bp, &name, &header, &data, &len); 296 int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc, 351 i = PEM_write_bio(bp, PEM_STRING_RSA, buf, data, i); 357 if (PEM_write_bio_RSAPrivateKey(bp, 365 if ((xi->x509 != NULL) && (PEM_write_bio_X509(bp, xi->x509) <= 0))
|
/external/f2fs-tools/tools/sg_write_buffer/ |
sg_cmds_mmc.c | 200 unsigned char * bp; local 203 bp = (unsigned char *)resp; 204 len = sg_get_unaligned_be32(bp + 0); 295 unsigned char * bp; local 298 bp = (unsigned char *)resp; 299 len = sg_get_unaligned_be32(bp + 0);
|
/external/xmlrpcpp/src/ |
XmlRpcServerConnection.cpp | 82 char *bp = 0; // Start of body local 86 for (char *cp = hp; (bp == 0) && (cp < ep); ++cp) { 92 bp = cp + 4; 94 bp = cp + 2; 98 if (bp == 0) { 125 _request = bp;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
bdb.py | 133 # flag says ok to delete temp. bp
134 (bp, flag) = effective(filename, lineno, frame)
135 if bp:
136 self.currentbp = bp.number
137 if (flag and bp.temporary):
138 self.do_clear(str(bp.number))
236 # for bp in Breakpoint.bpbynumber: if bp: bp.bpprint().
251 bp = Breakpoint(filename, lineno, temporary, cond, funcname) [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
Thunk16.asm | 115 lea bp, [esp + sizeof (IA32_REGS)]
117 ; esi's in the following 2 instructions are indeed bp in 16-bit code. Fact
118 ; is "esi" in 32-bit addressing mode has the same encoding of "bp" in 16-
121 mov word ptr (IA32_REGS ptr [esi - sizeof (IA32_REGS)])._ESP, bp
124 add bp, ax ; add ebp, eax
169 ; mov bp, [esp + sizeof(IA32_REGS)
173 ; mov cs:[bp + (SavedSs - _BackFromUserCode)], dx
176 ; mov cs:[bp + (SavedEsp - _BackFromUserCode)], ebx
180 ; lidt cs:[bp + (_16Idtr - _BackFromUserCode)]
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
ListViewActivity.java | 85 double bp = Math.random();
local 90 Color.rgb(new Double(rp * 255).intValue(), new Double(gp * 255).intValue(), new Double(bp * 255).intValue()),
|
/external/clang/test/CodeGen/ |
exprs.c | 22 const unsigned char *bp; local 23 bp -= (short)1;
|
/external/clang/test/SemaObjCXX/Inputs/ |
nullability-pragmas-1.h | 45 void g2(int (^ *bp)(int, int)); // expected-warning{{block pointer is missing a nullability type specifier}} 47 void g3(block_ptr *bp); // expected-warning{{block pointer is missing a nullability type specifier}}
|
/external/libmtp/examples/ |
sendtr.c | 64 char *cp, *bp; local 80 bp = buffer; 81 while ( bp != cp ) { 82 if ( *bp != ' ' && *bp != '\t' ) return bp; 83 bp++; 86 if (! required) return bp;
|