| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_lossless_jpeg.cpp | 1410 int32 left = curRowBuf [col - 1] [curComp]; in QuickPredict() local
|
| /third_party/python/Python/ |
| H A D | marshal.c | 687 Py_ssize_t left = p->end - p->ptr; in r_string() local
|
| /third_party/python/Modules/_sre/ |
| H A D | sre.c | 2728 PatternObject *left, *right; in pattern_richcompare() local
|
| /third_party/python/Modules/ |
| H A D | mathmodule.c | 1979 PyObject *left = NULL, *right = NULL, *result = NULL; in factorial_partial_product() local
|
| H A D | _collectionsmodule.c | 2137 defdict_or(PyObject* left, PyObject* right) in defdict_or() argument [all...] |
| /third_party/python/Objects/ |
| H A D | bytearrayobject.c | 1887 Py_ssize_t left = 0; in bytearray_strip_impl_helper() local
|
| H A D | descrobject.c | 1051 mappingproxy_or(PyObject *left, PyObject *right) in mappingproxy_or() argument
|
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | message_differencer.cc | 1538 bool MaximumMatcher::Match(int left, in argument [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | _ctypes_test.c | 710 long left; member [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord.cc | 147 static void SetConcatChildren(CordRepConcat* concat, CordRep* left, in SetConcatChildren() argument 159 static CordRep* RawConcat(CordRep* left, CordRep* right) { in RawConcat() argument 179 Concat(CordRep* left, CordRep* right) Concat() argument 1010 CordRep* left = results.back(); NewSubRange() local 1171 MakeConcat(CordRep* left, CordRep* right) MakeConcat() argument 1981 const CordRep* left = cur_node->concat()->left; MemoryUsageAux() local [all...] |
| /third_party/skia/modules/skparagraph/tests/ |
| H A D | SkParagraphTest.cpp | 5809 SkScalar left[4]; UNIX_ONLY_TEST() local 7202 SkScalar left = 0.0f; UNIX_ONLY_TEST() local [all...] |
| /third_party/skia/include/core/ |
| H A D | SkCanvas.h | 1459 void drawImage(const SkImage* image, SkScalar left, SkScalar top) { in drawImage() argument 1462 void drawImage(const sk_sp<SkImage>& image, SkScalar left, SkScalar top) { in drawImage() argument [all...] |
| /third_party/skia/dm/ |
| H A D | DMSrcSink.cpp | 272 const int left = x * subsetWidth; in draw() local 739 int left = 0; in draw() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fIntegerStateQueryTests.cpp | 1216 GLint left = rnd.getInt(-64000, 64000); in test() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsm64bitCompareTests.cpp | 77 virtual bool run (double left, double right) const in run() argument 89 bool nanInvolved(double left, double right) const in nanInvolved() argument 140 run(IntClass left, IntClass right) const run() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
| H A D | wpa.c | 4136 size_t left = wpabuf_len(hlp[i]); in fils_build_assoc_req() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | interworking.c | 528 size_t left; in nai_realm_parse() local 3103 unsigned int left in anqp_resp_cb() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp_crypto.c | 212 size_t left = buflen, plen; in dpp_pbkdf2() local
|
| H A D | wpa_common.c | 1611 int left; in wpa_parse_wpa_ie_rsn() local 1805 int left; wpa_parse_wpa_ie_wpa() local 3133 size_t left; wpa_parse_generic() local [all...] |
| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluTextureTestUtil.cpp | 1065 void computeQuadTexCoord1D (std::vector<float>& dst, float left, float right) in computeQuadTexCoord1D() argument 1075 void computeQuadTexCoord1DArray (std::vector<float>& dst, int layerNdx, float left, floa argument [all...] |
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fIntegerStateQueryTests.cpp | 936 GLint left = rnd.getInt(-64000, 64000); in test() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
| H A D | eap_teap.c | 963 size_t left, len; in eap_teap_process_pac_tlv() local 1082 size_t left, len; in eap_teap_process_pac_info() local 1622 eap_teap_process_start(struct eap_sm *sm, struct eap_teap_data *data, u8 flags, const u8 *pos, size_t left) eap_teap_process_start() argument 1834 size_t left; eap_teap_process() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| H A D | eap_server_teap.c | 1048 size_t left; in eap_teap_process_phase2_response() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | interworking.c | 531 size_t left; in nai_realm_parse() local 3173 unsigned int left in anqp_resp_cb() local [all...] |
| /third_party/vulkan-loader/tests/framework/ |
| H A D | test_environment.h | 110 void handle_assert_equal(T const& left, T const& right) { in handle_assert_equal() argument 114 void handle_assert_equal(std::vector<T> const& left, std::vector<T> const& right) { in handle_assert_equal() argument 121 void handle_assert_equal(size_t count, T left[], T right[]) { in handle_assert_equal() argument
|