HomeSort by relevance Sort by last modified time
    Searched refs:cbs (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/third_party/boringssl/src/ssl/
s3_clnt.c 798 CBS server_hello, server_random, session_id;
1001 CBS cbs, certificate_list; local
1014 CBS_init(&cbs, s->init_msg, n);
1022 if (!CBS_get_u24_length_prefixed(&cbs, &certificate_list) ||
1023 CBS_len(&cbs) != 0)
1032 CBS certificate;
1157 CBS server_key_exchange, server_key_exchange_orig, parameter;
1589 CBS cbs; local
    [all...]
ssl_lib.c     [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 927 leader->arch.dl_plt_update_bp->cbs = &dl_plt_update_cbs;
1170 static struct bp_callbacks cbs = { local
    [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 270 __m128i cbs = _mm_load_si128((const __m128i*)(cbuf_sub + d)); local
272 __m128i diff_h = _mm_sub_epi16(_mm_unpackhi_epi8(diff, z), _mm_unpackhi_epi8(cbs, z));
274 diff = _mm_sub_epi16(_mm_unpacklo_epi8(diff, z), _mm_unpacklo_epi8(cbs, z));
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
crypto.js 343 var cbs = BI_DB-bs;
344 var bm = (1<<cbs)-1;
347 r_array[i+ds+1] = (this_array[i]>>cbs)|c;
365 var cbs = BI_DB-bs;
369 r_array[i-ds-1] |= (this_array[i]&bm)<<cbs;
372 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js 335 var cbs = BI_DB-bs;
336 var bm = (1<<cbs)-1;
339 r_array[i+ds+1] = (this_array[i]>>cbs)|c;
357 var cbs = BI_DB-bs;
361 r_array[i-ds-1] |= (this_array[i]&bm)<<cbs;
364 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js 335 var cbs = BI_DB-bs;
336 var bm = (1<<cbs)-1;
339 r_array[i+ds+1] = (this_array[i]>>cbs)|c;
357 var cbs = BI_DB-bs;
361 r_array[i-ds-1] |= (this_array[i]&bm)<<cbs;
364 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js 335 var cbs = BI_DB-bs;
336 var bm = (1<<cbs)-1;
339 r_array[i+ds+1] = (this_array[i]>>cbs)|c;
357 var cbs = BI_DB-bs;
361 r_array[i-ds-1] |= (this_array[i]&bm)<<cbs;
364 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs;
    [all...]
  /external/chromium_org/v8/benchmarks/
crypto.js 343 var cbs = BI_DB-bs;
344 var bm = (1<<cbs)-1;
347 r_array[i+ds+1] = (this_array[i]>>cbs)|c;
365 var cbs = BI_DB-bs;
369 r_array[i-ds-1] |= (this_array[i]&bm)<<cbs;
372 if(bs > 0) r_array[this.t-ds-1] |= (this.s&bm)<<cbs;
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
proc.c 647 rdebug_bp->cbs = &rdebug_callbacks;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 235 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX]; member in struct:pktpool
  /external/chromium_org/third_party/boringssl/
boringssl.target.darwin-arm.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.darwin-arm64.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.darwin-mips.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.darwin-mips64.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.darwin-x86.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.darwin-x86_64.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.linux-arm.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.linux-arm64.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.linux-mips.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.linux-mips64.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.linux-x86.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
boringssl.target.linux-x86_64.mk 101 third_party/boringssl/src/crypto/bytestring/cbs.c \
  /external/stressapptest/src/
worker.cc 2922 struct iocb *cbs[] = { &cb }; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509.h 1177 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs); variable
    [all...]

Completed in 945 milliseconds

12