/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uarrsort.cpp | 75 uprv_stableBinarySearch(char *array, int32_t limit, void *item, int32_t itemSize, UComparator *cmp, const void *context) uprv_stableBinarySearch() argument 119 doInsertionSort(char *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, void *pv) doInsertionSort() argument 141 insertionSort(char *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UErrorCode *pErrorCode) insertionSort() argument 169 subQuickSort(char *array, int32_t start, int32_t limit, int32_t itemSize, UComparator *cmp, const void *context, void *px, void *pw) subQuickSort() argument 235 quickSort(char *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UErrorCode *pErrorCode) quickSort() argument 256 uprv_sortArray(void *array, int32_t length, int32_t itemSize, UComparator *cmp, const void *context, UBool sortStable, UErrorCode *pErrorCode) uprv_sortArray() argument [all...] |
/third_party/python/Modules/_ssl/ |
H A D | cert.c | 196 int cmp; in certificate_richcompare() local
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
H A D | message_test.py | 61 cmp = lambda x, y: (x > y) - (x < y) # Python 3 variable [all...] |
/third_party/rust/crates/clap/src/parser/matches/ |
H A D | any_value.rs | 73 fn cmp(&self, other: &Self) -> std::cmp::Ordering { in cmp() functions
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | addr.rs | 134 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() functions
|
/third_party/rust/crates/rustix/src/net/ |
H A D | addr.rs | 616 fn cmp(&self, other: &SocketAddrV4) -> Ordering { in cmp() functions 625 fn cmp(&self, other: &SocketAddrV6) -> Ordering { in cmp() functions
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | addr.rs | 237 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() functions
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
H A D | deString.c | 79 deBool deMemoryEqual (const void* ptr, const void* cmp, size_t numBytes) in deMemoryEqual() argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
H A D | class_1_0.rs | |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | class_1_0.rs | |
H A D | jsval_layout_opaque_1_0.rs | |
H A D | class_with_inner_struct_1_0.rs | |
H A D | transform-op.rs | |
/third_party/rust/crates/syn/src/ |
H A D | token.rs | 298 impl cmp::Eq for $name {} in display() impls 425 impl cmp::Eq for $name {} impls 532 impl cmp::Eq for $name {} impls
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/ |
H A D | hi_loaderboot_flash.c | 168 hi_u8 cmp = (cmp_bp>>5) & 0x1; /* 5 */ in flash_protect_set_protect() local
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | sw_sync.c | 256 int cmp; in sync_pt_create() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_scroller_test_ng.cpp | 1830 const decltype(GridLayoutInfo::lineHeightMap_) cmp = { { 0, ITEM_HEIGHT }, { 1, ITEM_HEIGHT }, { 2, ITEM_HEIGHT }, member
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_color_extract.cpp | 163 bool RSColorExtract::cmp(std::pair<uint32_t, uint32_t> &a, std::pair<uint32_t, uint32_t> &b)
in cmp() function in OHOS::Rosen::RSColorExtract
|
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
H A D | color_extract.cpp | 195 bool ColorExtract::cmp(std::pair<uint32_t, uint32_t>&a, std::pair<uint32_t, uint32_t>&b) {return a.second > b.second;} in cmp() function in OHOS::Rosen::ColorExtract
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dp_subscribe_info_test.cpp | 212 SubscribeCompare cmp; in HWTEST_F() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | huffman.c | 159 ff_huff_build_tree(void *logctx, VLC *vlc, int nb_codes, int nb_bits, Node *nodes, HuffCmp cmp, int flags) ff_huff_build_tree() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | cache.c | 69 static int cmp(const void *key, const void *node) in cmp() function
|
/third_party/icu/icu4c/source/common/ |
H A D | ucmndata.cpp | 107 int32_t cmp=0; in strcmpAfterPrefix() local 155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch() local 200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch() local [all...] |
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | misc.c | 488 cmp in cmp() function
|
/third_party/icu/tools/unicode/c/genuca/ |
H A D | collationbasedatabuilder.cpp | 67 int32_t cmp = compareInt64AsUnsigned(ce, list.elementAti(i)); in binarySearch() local
|