Home
last modified time | relevance | path

Searched defs:cmp (Results 101 - 125 of 707) sorted by relevance

12345678910>>...29

/third_party/optimized-routines/math/
H A Dv_expf_1u.c39 v_u32_t cmp = v_cond_u32 (absn > v_f32 (192.0f)); in specialcase() local
50 v_u32_t cmp, e; in expf_1u() local
H A Dv_logf.c33 specialcase (v_f32_t x, v_f32_t y, v_u32_t cmp) in specialcase() argument
44 v_u32_t u, cmp; in logf() local
H A Dv_sinf.c33 specialcase (v_f32_t x, v_f32_t y, v_u32_t cmp) in specialcase() argument
44 v_u32_t sign, odd, cmp; in sinf() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ms-feature-ranges.hh47 HB_INTERNAL static int cmp (const void *pa, const void *pb) { in cmp() function
64 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp() function
H A Dhb-ot-vorg-table.hh42 int cmp (hb_codepoint_t g) const { return glyph.cmp (g); } in cmp() function
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp94 std::vector<float> cmp = { 200.0f, 200.0f, 200.0f }; in HWTEST_F() local
141 std::vector<float> cmp = { 302.5f, 302.5f }; in HWTEST_F() local
319 std::vector<float> cmp = { 200.0f, 200.0f, 200.0f }; in HWTEST_F() local
1783 const decltype(GridLayoutInfo::lineHeightMap_) cmp = { { 0, ITEM_HEIGHT }, { 1, ITEM_HEIGHT }, { 2, ITEM_HEIGHT }, global() member
[all...]
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_module_record.cpp130 bool BundleActiveModuleRecord::cmp(const BundleActiveModuleRecord& moduleRecordA, in cmp() function in OHOS::DeviceUsageStats::BundleActiveModuleRecord
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_service_test.cpp92 bool cmp; in HWTEST_F() local
H A Dgatt_descriptor_test.cpp88 bool cmp; in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c56 FILLP_INT SkiplistInit(struct SkipList *list, funcSkiplistCompair cmp) in SkiplistInit() argument
/kernel/linux/linux-5.10/arch/mips/netlogic/xlr/
H A Dfmn-config.c186 struct xlr_fmn_info *cmp = &xlr_board_fmn_config.cmp; in xlr_board_info_setup() local
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dhelpers.c74 bool cmp; in fdequal() local
/kernel/linux/linux-5.10/security/selinux/ss/
H A Dhashtab.h22 int (*cmp)(const void *key1, const void *key2); member
76 int cmp = key_params.cmp(key, cur->key); in hashtab_insert() local
108 int cmp = key_params.cmp(key, cur->key); in hashtab_search() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcomm.c66 int cmp; in __comm_str__findnew() local
/kernel/linux/linux-5.10/lib/
H A Dtest_list_sort.c59 static int __init cmp(void *priv, const struct list_head *a, in cmp() function
H A Dsort.c147 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddisp.c166 nvbios_oclk_match(struct nvkm_bios *bios, u16 cmp, u32 khz) in nvbios_oclk_match() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddisp.c166 nvbios_oclk_match(struct nvkm_bios *bios, u16 cmp, u32 khz) in nvbios_oclk_match() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcomm.c66 int cmp; in __comm_str__findnew() local
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dhelpers.c74 bool cmp; in fdequal() local
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dhashtab.h22 int (*cmp)(const void *key1, const void *key2); member
76 int cmp = key_params.cmp(key, cur->key); in hashtab_insert() local
108 int cmp = key_params.cmp(key, cur->key); in hashtab_search() local
/kernel/linux/linux-6.6/lib/
H A Dtest_list_sort.c47 static int cmp(void *priv, const struct list_head *a, const struct list_head *b) in cmp() function
H A Dsort.c131 cmp_func_t cmp; member
158 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp() argument
/third_party/node/tools/gyp/tools/
H A Dpretty_vcproj.py27 def cmp(x, y): function
/third_party/musl/src/stdlib/
H A Dqsort.c92 static void sift(unsigned char *head, size_t width, cmpfun cmp, void *arg, int pshift, size_t lp[]) in sift() argument
119 static void trinkle(unsigned char *head, size_t width, cmpfun cmp, void *arg, size_t pp[2], int pshift, int trusty, size_t lp[]) in trinkle() argument
158 void __qsort_r(void *base, size_t nel, size_t width, cmpfun cmp, voi argument
[all...]

Completed in 12 milliseconds

12345678910>>...29