Home
last modified time | relevance | path

Searched defs:left (Results 51 - 75 of 1651) sorted by relevance

12345678910>>...67

/test/testfwk/arkxtest/uitest/record/
H A Dutils.h21 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual() argument
30 inline bool NearEqual<float>(const float& left, const float& right) in NearEqual() argument
37 inline bool NearEqual<double>(const double& left, const double& right) in NearEqual() argument
44 constexpr bool NearEqual(const T& left, const T& right) in NearEqual() argument
54 inline bool NearEqual(const double left, cons argument
60 NearZero(const double left) NearZero() argument
66 LessOrEqual(double left, double right) LessOrEqual() argument
72 LessNotEqual(double left, double right) LessNotEqual() argument
78 GreatOrEqual(double left, double right) GreatOrEqual() argument
84 GreatNotEqual(double left, double right) GreatNotEqual() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhuffyuvdsp.c42 static void add_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src, const uint16_t *diff, unsigned mask, int w, int *left, int *left_top){ in add_hfyu_median_pred_int16_c() argument
59 add_hfyu_left_pred_bgr32_c(uint8_t *dst, const uint8_t *src, intptr_t w, uint8_t *left) add_hfyu_left_pred_bgr32_c() argument
[all...]
H A Dhuffyuvencdsp.c53 static void sub_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w, int *left, int *left_top){ in sub_hfyu_median_pred_int16_c() argument
/third_party/eudev/src/shared/
H A Dprocess-util.c85 size_t left; in get_process_cmdline() local
/third_party/f2fs-tools/fsck/
H A Ddefrag.c63 int f2fs_defragment(struct f2fs_sb_info *sbi, u64 from, u64 len, u64 to, int left) in f2fs_defragment() argument
/third_party/curl/src/
H A Dtool_cb_see.c64 curl_off_t left = offset; in tool_seek_cb() local
/third_party/ffmpeg/libavutil/tests/
H A Dtree.c30 int left = check(t->child[0]); in check() local
/third_party/curl/docs/examples/
H A D10-at-a-time.c98 static void add_transfer(CURLM *cm, unsigned int i, int *left) in add_transfer() argument
114 int left = 0; in main() local
/third_party/lzma/CPP/7zip/Common/
H A DFilePathAutoRename.cpp36 UInt32 left = 1, right = ((UInt32)1 << 30); in AutoRenamePath() local
H A DUniqBlocks.cpp11 unsigned left = 0, right = Sorted.Size(); in AddUniq() local
/third_party/lzma/CPP/7zip/Archive/Common/
H A DMultiStream.cpp17 unsigned left = 0, mid = _streamIndex, right = Streams.Size(); in Read() local
/third_party/node/deps/zlib/
H A Duncompr.c32 uLong len, left; in uncompress2() local
H A Dcompress.c27 uLong left; in compress2() local
/third_party/musl/src/locale/
H A Dpleval.c67 static int binop(struct st *st, int op, unsigned long left) in binop() argument
113 unsigned long left; in evalbinop() local
/third_party/node/deps/brotli/c/enc/
H A Dentropy_encode.h26 InitHuffmanTree(HuffmanTree* self, uint32_t count, int16_t left, int16_t right) InitHuffmanTree() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_cb.c25 int left; in BIO_debug_callback_ex() local
[all...]
/third_party/openssl/crypto/bio/
H A Dbio_cb.c25 int left; in BIO_debug_callback_ex() local
[all...]
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DPolyphaseResamplerStereo.cpp36 const float left = frame[0]; in writeFrame() local
47 float left = 0.0; in readFrame() local
/third_party/skia/src/sksl/ir/
H A DSkSLBinaryExpression.h30 BinaryExpression(int line, std::unique_ptr<Expression> left, Operator op, in BinaryExpression() argument
62 std::unique_ptr<Expression>& left() { in left() function in SkSL::final
66 const std::unique_ptr<Expression>& left() const { in left() function in SkSL::final
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dentropy_encode.h26 InitHuffmanTree(HuffmanTree* self, uint32_t count, int16_t left, int16_t right) InitHuffmanTree() argument
/third_party/skia/third_party/externals/tint/src/writer/wgsl/
H A Dgenerator_impl_binary_test.cc45 auto* left = Expr("left"); in TEST_P() local
[all...]
/third_party/toybox/toys/other/
H A Dinotifyd.c86 int left = len - (((char *)event)-(char *)buf), in inotifyd_main() local
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/samples/
H A DSkottieSample.java38 public void render(Canvas canvas, long ms, float left, float top, float right, float bottom) { in render() argument
H A DRuntimeSample.java37 public void render(Canvas canvas, long ms, float left, float top, float right, float bottom) { in render() argument
H A DImageShaderSample.java34 public void render(Canvas canvas, long t, float left, float top, float right, float bottom) { in render() argument

Completed in 7 milliseconds

12345678910>>...67