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

  /frameworks/base/libs/common_time/
LinearTransform.h 49 bool doForwardTransform(int64_t a_in, int64_t* b_out) const;
LinearTransform.cpp 201 bool LinearTransform::doForwardTransform(int64_t a_in, int64_t* b_out) const {
211 b_out);
  /external/libevent/sample/
le-proxy.c 161 struct bufferevent *b_out, *b_in; local
168 b_out = bufferevent_socket_new(base, -1,
172 b_out = bufferevent_openssl_socket_new(base, -1, ssl,
177 assert(b_in && b_out);
179 if (bufferevent_socket_connect(b_out,
182 bufferevent_free(b_out);
191 b_out, ssl, BUFFEREVENT_SSL_CONNECTING,
195 bufferevent_free(b_out);
198 b_out = b_ssl;
201 bufferevent_setcb(b_in, readcb, NULL, eventcb, b_out);
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
p224-64.c 216 p224_felem_bytearray b_out; local
217 OPENSSL_memset(b_out, 0, sizeof(b_out));
219 if (num_bytes > sizeof(b_out) ||
227 p224_flip_endian(b_out, b_in, num_bytes);
228 p224_bin28_to_felem(out, b_out);
234 p224_felem_bytearray b_in, b_out; local
236 p224_flip_endian(b_out, b_in, sizeof(b_out));
237 return BN_bin2bn(b_out, sizeof(b_out), out)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
bout.c     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 986 Environment b_out = owner_->VisitStmt(b, a_out); local
987 Environment c_out = owner_->VisitStmt(c, b_out);
993 Environment b_out = owner_->VisitStmt(b, a_out); local
994 MergeOut(b_out);
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 356 uint32_t b_out = kBPlus0 + ((b_diff >> 2) & 0x03ffffffu); local
364 InsertInsn(&expected_code, num_nops * 4u, b_out);
    [all...]

Completed in 272 milliseconds