Home
last modified time | relevance | path

Searched defs:cmp (Results 126 - 150 of 427) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/icu/source/common/
H A Duarrsort.cpp75 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 Dcert.c196 int cmp; in certificate_richcompare() local
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dmessage_test.py61 cmp = lambda x, y: (x > y) - (x < y) # Python 3 variable
[all...]
/third_party/rust/crates/clap/src/parser/matches/
H A Dany_value.rs73 fn cmp(&self, other: &Self) -> std::cmp::Ordering { in cmp() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Daddr.rs134 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() functions
/third_party/rust/crates/rustix/src/net/
H A Daddr.rs616 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 Daddr.rs237 fn cmp(&self, other: &Self) -> core::cmp::Ordering { in cmp() functions
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeString.c79 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 Dclass_1_0.rs
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dclass_1_0.rs
H A Djsval_layout_opaque_1_0.rs
H A Dclass_with_inner_struct_1_0.rs
H A Dtransform-op.rs
/third_party/rust/crates/syn/src/
H A Dtoken.rs298 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 Dhi_loaderboot_flash.c168 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 Dsw_sync.c256 int cmp; in sync_pt_create() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_test_ng.cpp1830 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 Drs_color_extract.cpp163 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 Dcolor_extract.cpp195 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 Ddp_subscribe_info_test.cpp212 SubscribeCompare cmp; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/
H A Dhuffman.c159 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 Dcache.c69 static int cmp(const void *key, const void *node) in cmp() function
/third_party/icu/icu4c/source/common/
H A Ducmndata.cpp107 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 Dmisc.c488 cmp in cmp() function
/third_party/icu/tools/unicode/c/genuca/
H A Dcollationbasedatabuilder.cpp67 int32_t cmp = compareInt64AsUnsigned(ce, list.elementAti(i)); in binarySearch() local

Completed in 19 milliseconds

12345678910>>...18