HomeSort by relevance Sort by last modified time
    Searched full:blen (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 27 0..*blen*-1. A fast hash function determines both a and b
156 ub4 blen, /* length of tabb */
164 memset((void *)tabb, 0, (size_t)(sizeof(bstuff)*blen));
197 ub4 blen, /* (a,b) has b in 0..blen-1, a power of 2 */
203 if (phash_log2(alen)+phash_log2(blen) > UB4BITS)
213 mykey->b_k = state[1]&(blen-1);
224 alen-1, blen-1);
228 ub4 loga = phash_log2(alen); /* log based 2 of blen */
235 mykey->b_k = (blen > 1) ? hash&(blen-1) : 0
    [all...]
genperf.c 79 ub4 blen, /* b in 0..blen-1, power of 2 */
84 if (blen >= USE_SCRAMBLE) {
103 if (blen > 0) {
105 if (smax <= UB1MAXVAL+1 || blen >= USE_SCRAMBLE)
111 if (blen < 16) {
112 for (i=0; i<blen; ++i)
114 } else if (blen <= 1024) {
115 for (i=0; i<blen; i+=16)
125 } else if (blen < USE_SCRAMBLE)
161 ub4 blen; \/* b in 0..blen-1, a power of 2 *\/ local
    [all...]
perfect.h 19 #define USE_SCRAMBLE 4096 /* use scramble if blen >= USE_SCRAMBLE */
124 void findhash(bstuff **tabb, hstuff **tabh, ub4 *alen, ub4 *blen, ub4 *salt,
129 int inithex(key *keys, ub4 nkeys, ub4 alen, ub4 blen, ub4 smax, ub4 salt,
  /external/iproute2/lib/
ll_addr.c 32 const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen)
39 return inet_ntop(AF_INET, addr, buf, blen);
42 return inet_ntop(AF_INET6, addr, buf, blen);
47 snprintf(buf+l, blen, "%02x", addr[i]);
48 blen -= 2;
51 snprintf(buf+l, blen, ":%02x", addr[i]);
52 blen -= 3;
  /external/svox/pico/lib/
picodata.c 53 picoos_uint16 *blen);
57 picoos_uint16 *blen, const picoos_uint8 issd);
83 picoos_uint16 *blen);
87 picoos_uint16 *blen, const picoos_uint8 issd);
178 picoos_uint16 *blen, const picoos_uint8 issd)
183 *blen = 0;
192 *blen = PICODATA_ITEM_HEADSIZE + (picoos_uint8)(this->buf[((this->front) +
201 for (i=0; i<*blen; i++) {
206 *blen = 0;
211 if (*blen > this->len) { /* item in cb not complete? *
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
comp_corr.c 31 int16_t bLen, /* (i) length of buffer */
37 w16ptr=&buffer[bLen-sRange-lag];
40 (*corr)=WebRtcSpl_DotProductWithScale(&buffer[bLen-sRange], w16ptr, sRange, scale);
comp_corr.h 34 int16_t bLen, /* (i) length of buffer */
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c 52 for(j=0; j<m->bLen; ++j) {
140 if(l->bLen<=r->bLen) {
141 length=l->bLen;
143 length=r->bLen;
147 result=l->bLen-r->bLen;
151 length=l->bLen;
168 return l->bLen-r->bLen;
    [all...]
ucm.h 41 * b if bLen<=4: up to 4 bytes
42 * else index to bLen bytes
44 * bLen number of words containing left-justified bytes
56 int8_t uLen, bLen, f, moveFlag;
114 (((m)->bLen<=4) ? (m)->b.bytes : (t)->bytes+(m)->b.idx)
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 52 for(j=0; j<m->bLen; ++j) {
140 if(l->bLen<=r->bLen) {
141 length=l->bLen;
143 length=r->bLen;
147 result=l->bLen-r->bLen;
151 length=l->bLen;
168 return l->bLen-r->bLen;
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 401 size_t blen; local
404 blen = sizeof(buf);
405 if (scard_select_file(scard, SCARD_FILE_EF_DIR, buf, &blen)) {
409 wpa_hexdump(MSG_DEBUG, "SCARD: EF_DIR select", buf, blen);
419 blen = sizeof(buf);
420 if (rlen > (int) blen) {
507 size_t blen; local
611 blen = sizeof(buf);
614 if (_scard_select_file(scard, SCARD_FILE_MF, buf, &blen,
624 blen = sizeof(buf)
875 size_t blen; local
910 size_t blen = len + 3; local
956 size_t blen = len + 3; local
1085 size_t blen, imsilen, i; local
1159 size_t blen; local
    [all...]
edit_readline.c 131 size_t blen = os_strlen(ps) + 3; local
132 char *ps2 = os_malloc(blen);
134 os_snprintf(ps2, blen, "%s> ", ps);
wpabuf.c 271 size_t blen; local
276 blen = wpabuf_len(buf);
277 if (blen >= len)
282 os_memset(wpabuf_put(ret, len - blen), 0, len - blen);
  /external/iproute2/include/
rt_names.h 24 const char *ll_addr_n2a(unsigned char *addr, int alen, int type, char *buf, int blen);
utils.h 94 extern char* hexstring_n2a(const __u8 *str, int len, char *buf, int blen);
95 extern __u8* hexstring_a2n(const char *str, __u8 *buf, int blen);
  /external/wpa_supplicant_8/wpa_supplicant/
win_if_list.c 77 size_t blen = sizeof(*b) + 1024; local
84 b = malloc(blen);
89 memset(b, 0, blen);
93 (DWORD) blen, &written, NULL)) {
  /external/icu/icu4c/source/samples/legacy/
newcol.cpp 27 int32_t getSortKey_current(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
33 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
oldcol.cpp 28 int32_t getSortKey_legacy(const char *locale, const UChar *string, int32_t sLen, uint8_t *buffer, int32_t bLen) {
34 int32_t result = ucol_getSortKey(coll, string, sLen, buffer, bLen);
  /external/ipsec-tools/src/racoon/
policy.c 444 int blen, i; local
446 blen = sizeof(buf) - 1;
456 i = snprintf(p, blen, "%s/%d[%s ", a, spidx->prefs, b);
457 if (i < 0 || i >= blen)
460 blen -= i;
469 i = snprintf(p, blen, "%s/%d[%s ", a, spidx->prefd, b);
470 if (i < 0 || i >= blen)
473 blen -= i;
475 i = snprintf(p, blen, "proto=%s dir=%s",
481 blen -= i
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 1345 int blen, ret; local
    [all...]
  /external/libxml2/
nanohttp.c 1352 int blen; local
    [all...]
  /frameworks/base/core/jni/
android_util_StringBlock.cpp 43 jsize bLen = env->GetArrayLength(bArray);
44 if (off < 0 || off >= bLen || len < 0 || len > bLen || (off+len) > bLen) {
  /external/chromium_org/third_party/leveldatabase/src/db/
c_test.c 118 const char* b, size_t blen) {
119 int n = (alen < blen) ? alen : blen;
122 if (alen < blen) r = -1;
123 else if (alen > blen) r = +1;
  /bionic/libc/dns/nameser/
ns_name.c 1005 int b, blen, plen, i; local
1007 if ((blen = (*cp & 0xff)) == 0)
1008 blen = 256;
1009 plen = (blen + 3) / 4;
1010 plen += (int)sizeof("\\[x/]") + (blen > 99 ? 3 : (blen > 9) ? 2 : 1);
1019 for (b = blen; b > 7; b -= 8, cp++) {
1039 i = SPRINTF((dn, "/%d]", blen));
1059 int value = 0, count = 0, tbcount = 0, blen = 0; local
1070 if (!isxdigit((*cp) & 0xff)) /* reject '\[x/BLEN]' */
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 368 if(m->bLen>extData->maxInBytes) {
369 extData->maxInBytes=m->bLen;
375 ratio=(u16Length+(m->bLen-1))/m->bLen;
512 if(m->bLen==unitIndex+1) {
516 if(subStart<subLimit && mappings[map[subStart]].bLen==unitIndex+1) {
608 if(flag==0 || flag==1 || (flag==2 && m->bLen==1)) {
654 switch(m->bLen) {
664 /* the parser enforces m->bLen<=UCNV_EXT_MAX_BYTES */
667 resultBytes=utm_allocN(extData->fromUBytes, m->bLen);
    [all...]

Completed in 3730 milliseconds

1 2 3 4