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

  /system/core/include/utils/
LinearTransform.h 49 bool doForwardTransform(int64_t a_in, int64_t* b_out) const;
  /system/core/libutils/
LinearTransform.cpp 202 bool LinearTransform::doForwardTransform(int64_t a_in, int64_t* b_out) const {
212 b_out);
  /external/boringssl/src/crypto/ec/
p224-64.c 232 felem_bytearray b_out; local
233 memset(b_out, 0, sizeof(b_out));
235 if (num_bytes > sizeof(b_out) ||
243 flip_endian(b_out, b_in, num_bytes);
244 bin28_to_felem(out, b_out);
250 felem_bytearray b_in, b_out; local
252 flip_endian(b_out, b_in, sizeof(b_out));
253 return BN_bin2bn(b_out, sizeof(b_out), out)
    [all...]
p256-64.c 132 felem_bytearray b_out; local
134 memset(b_out, 0, sizeof(b_out));
136 if (num_bytes > sizeof(b_out)) {
143 flip_endian(b_out, b_in, num_bytes);
144 bin32_to_felem(out, b_out);
150 felem_bytearray b_in, b_out; local
152 flip_endian(b_out, b_in, sizeof(b_out));
153 return BN_bin2bn(b_out, sizeof(b_out), out)
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
bout.c     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 954 Environment b_out = owner_->VisitStmt(b, a_out); local
955 Environment c_out = owner_->VisitStmt(c, b_out);
961 Environment b_out = owner_->VisitStmt(b, a_out); local
962 MergeOut(b_out);
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 311 uint32_t b_out = kBPlus0 + ((b_diff >> 2) & 0x03ffffffu); local
319 InsertInsn(&expected_code, num_nops * 4u, b_out);
    [all...]

Completed in 924 milliseconds