/toolchain/binutils/binutils-2.27/zlib/contrib/iostream/ |
zfstream.cpp | 192 int bl = blen(); 242 required = blen();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
LongArray.java | [all...] |
/external/skia/src/pathops/ |
SkDLineIntersection.cpp | 42 SkDVector bLen = b[1] - b[0]; 49 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; 53 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
|
/external/skqp/src/pathops/ |
SkDLineIntersection.cpp | 42 SkDVector bLen = b[1] - b[0]; 49 double denom = bLen.fY * aLen.fX - aLen.fY * bLen.fX; 53 double numerA = ab0.fY * bLen.fX - bLen.fY * ab0.fX;
|
/build/soong/third_party/zip/ |
reader.go | 393 for i, bLen := range []int64{1024, 65 * 1024} { 394 if bLen > size { 395 bLen = size 397 buf = make([]byte, int(bLen)) 398 if _, err := r.ReadAt(buf, size-bLen); err != nil && err != io.EOF { 403 directoryEndOffset = size - bLen + int64(p) 406 if i == 1 || bLen == size {
|
/external/curl/src/ |
tool_doswin.c | 591 size_t blen = strlen(base); local 592 if(blen) { 594 --blen; 595 if(!(flags & SANITIZE_ALLOW_TRUNCATE) || truncate_dryrun(base, blen)) 597 base[blen] = '\0'; 599 memmove(base + 1, base, blen + 1); 601 ++blen;
|
/prebuilts/go/darwin-x86/src/archive/zip/ |
reader.go | 470 for i, bLen := range []int64{1024, 65 * 1024} { 471 if bLen > size { 472 bLen = size 474 buf = make([]byte, int(bLen)) 475 if _, err := r.ReadAt(buf, size-bLen); err != nil && err != io.EOF { 480 directoryEndOffset = size - bLen + int64(p) 483 if i == 1 || bLen == size {
|
/prebuilts/go/linux-x86/src/archive/zip/ |
reader.go | 470 for i, bLen := range []int64{1024, 65 * 1024} { 471 if bLen > size { 472 bLen = size 474 buf = make([]byte, int(bLen)) 475 if _, err := r.ReadAt(buf, size-bLen); err != nil && err != io.EOF { 480 directoryEndOffset = size - bLen + int64(p) 483 if i == 1 || bLen == size {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
regerror.c | 375 int blen;
local 379 blen = onigenc_str_bytelen_null(ONIG_ENCODING_ASCII, bs);
381 while (blen-- > 0) *s++ = *bp++;
|
/external/iproute2/include/ |
utils.h | 111 char *hexstring_n2a(const __u8 *str, int len, char *buf, int blen); 112 __u8 *hexstring_a2n(const char *str, __u8 *buf, int blen, unsigned int *len);
|
/external/libese/apps/weaver/card/src/com/android/weaver/core/ |
CoreSlots.java | 189 private static void arrayFill(byte[] bArray, short bOff, short bLen, byte bValue) { 190 for (short i = 0; i < bLen; ++i) {
|
/external/python/cpython3/Lib/email/ |
_encoded_words.py | 215 blen = _cte_encode_length['b'](bstring) 217 encoding = 'q' if qlen - blen < 5 else 'b'
|
/prebuilts/go/darwin-x86/src/math/big/ |
rat.go | 90 blen := b.bitLen() 91 if blen == 0 { 101 exp := alen - blen 188 blen := b.bitLen() 189 if blen == 0 { 199 exp := alen - blen
|
/prebuilts/go/linux-x86/src/math/big/ |
rat.go | 90 blen := b.bitLen() 91 if blen == 0 { 101 exp := alen - blen 188 blen := b.bitLen() 189 if blen == 0 { 199 exp := alen - blen
|
/libcore/ojluni/src/main/java/java/util/ |
DualPivotQuicksort.java | 165 int blen = right - left; // space needed for b local 166 if (work == null || workLen < blen || workBase + blen > work.length) { 167 work = new int[blen]; 171 System.arraycopy(a, left, work, workBase, blen); 613 int blen = right - left; // space needed for b local 614 if (work == null || workLen < blen || workBase + blen > work.length) { 615 work = new long[blen]; 619 System.arraycopy(a, left, work, workBase, blen); 1097 int blen = right - left; \/\/ space needed for b local 1581 int blen = right - left; \/\/ space needed for b local 2161 int blen = right - left; \/\/ space needed for b local 2700 int blen = right - left; \/\/ space needed for b local [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
asm_amd64p32.s | 727 // DX = blen 735 CMOVQLT BX, R8 // R8 = min(alen, blen) = # of bytes to compare 765 // 0 through 16 bytes left, alen>=8, blen>=8 836 SETGT AX // 1 if alen > blen 837 SETEQ CX // 1 if alen == blen
|
/prebuilts/go/linux-x86/src/runtime/ |
asm_amd64p32.s | 727 // DX = blen 735 CMOVQLT BX, R8 // R8 = min(alen, blen) = # of bytes to compare 765 // 0 through 16 bytes left, alen>=8, blen>=8 836 SETGT AX // 1 if alen > blen 837 SETEQ CX // 1 if alen == blen
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 818 size_t blen, count, i; local 824 blen = 65535; 825 b = os_zalloc(blen); 828 len = ndis_get_oid(drv, OID_802_11_BSSID_LIST, (char *) b, blen); 858 if (((char *) bss->IEs) + bss->IELength > (char *) b + blen) { 892 if (pos > (char *) b + blen) 1347 size_t blen, i; local 2026 size_t blen = sizeof(*b) + 1024; local 2959 size_t blen = sizeof(*b) + 1024; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
CharSequences.java | 58 int blen = b.length(); local 59 for (; i < alen && j < blen; ++i, ++j) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
CharSequences.java | 56 int blen = b.length(); local 57 for (; i < alen && j < blen; ++i, ++j) {
|
/frameworks/compile/slang/ |
slang_rs_reflect_utils.cpp | 133 static bool GenerateSegmentMethod(const char *buff, int blen, int bitwidth, 143 for (int written = 0; written < blen; written++) {
|
/external/iproute2/tc/ |
tc_util.c | 131 int print_tc_classid(char *buf, int blen, __u32 h) 151 snprintf(buf, blen, "%s#%s", clname, handle); 153 snprintf(buf, blen, "%s", handle); 155 snprintf(buf, blen, "%s", handle);
|
/external/boringssl/src/crypto/x509v3/ |
v3_utl.c | 925 unsigned int flags, const char *b, size_t blen, 936 rv = equal(a->data, a->length, (unsigned char *)b, blen, flags); 937 else if (a->length == (int)blen && !OPENSSL_memcmp(a->data, b, blen)) 947 rv = equal(astr, astrlen, (unsigned char *)b, blen, flags); [all...] |
/external/iproute2/lib/ |
utils.c | 967 char *hexstring_n2a(const __u8 *str, int len, char *buf, int blen) 973 if (blen < 3) 977 blen -= 2; 982 __u8 *hexstring_a2n(const char *str, __u8 *buf, int blen, unsigned int *len) 989 while (cnt < blen && strlen(str) > 1) {
|
/toolchain/binutils/binutils-2.27/bfd/ |
peXXigen.c | 3606 unsigned int blen; local 3801 unsigned int blen = bstring[0] + (bstring[1] << 8); local 3850 unsigned int blen = bstring[0] + (bstring[1] << 8); local [all...] |