HomeSort by relevance Sort by last modified time
    Searched refs:orig_in (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/bytestring/
ber.c 52 // cbs_find_ber walks an ASN.1 structure in |orig_in| and sets |*ber_found|
54 // found. The value of |orig_in| is not changed. It returns one on success (i.e.
56 static int cbs_find_ber(const CBS *orig_in, char *ber_found, unsigned depth) {
63 CBS_init(&in, CBS_data(orig_in), CBS_len(orig_in));
  /external/boringssl/src/crypto/bn_extra/
convert.c 317 const char *const orig_in = in; local
332 if (*orig_in == '-' && !BN_is_zero(*outp)) {
  /external/tensorflow/tensorflow/python/kernel_tests/
pooling_ops_test.py 888 orig_in = constant_op.constant(orig_input, shape=[2, 3, 3, 1])
893 orig_in,
    [all...]
  /external/curl/lib/
content_encoding.c 165 Bytef *orig_in = z->next_in; local
233 z->next_in = orig_in;

Completed in 132 milliseconds