| /third_party/optimized-routines/math/ |
| H A D | v_expf_1u.c | 39 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 D | v_logf.c | 33 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 D | v_sinf.c | 33 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 D | hb-ms-feature-ranges.hh | 47 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 D | hb-ot-vorg-table.hh | 42 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 D | grid_irregular_layout_test.cpp | 94 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 D | bundle_active_module_record.cpp | 130 bool BundleActiveModuleRecord::cmp(const BundleActiveModuleRecord& moduleRecordA, in cmp() function in OHOS::DeviceUsageStats::BundleActiveModuleRecord
|
| /foundation/communication/bluetooth_service/test/unittest/gatt/ |
| H A D | gatt_service_test.cpp | 92 bool cmp; in HWTEST_F() local
|
| H A D | gatt_descriptor_test.cpp | 88 bool cmp; in HWTEST_F() local
|
| /foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
| H A D | skiplist.c | 56 FILLP_INT SkiplistInit(struct SkipList *list, funcSkiplistCompair cmp) in SkiplistInit() argument
|
| /kernel/linux/linux-5.10/arch/mips/netlogic/xlr/ |
| H A D | fmn-config.c | 186 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 D | helpers.c | 74 bool cmp; in fdequal() local
|
| /kernel/linux/linux-5.10/security/selinux/ss/ |
| H A D | hashtab.h | 22 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 D | comm.c | 66 int cmp; in __comm_str__findnew() local
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | test_list_sort.c | 59 static int __init cmp(void *priv, const struct list_head *a, in cmp() function
|
| H A D | sort.c | 147 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 D | disp.c | 166 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 D | disp.c | 166 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 D | comm.c | 66 int cmp; in __comm_str__findnew() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
| H A D | helpers.c | 74 bool cmp; in fdequal() local
|
| /kernel/linux/linux-6.6/security/selinux/ss/ |
| H A D | hashtab.h | 22 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 D | test_list_sort.c | 47 static int cmp(void *priv, const struct list_head *a, const struct list_head *b) in cmp() function
|
| H A D | sort.c | 131 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 D | pretty_vcproj.py | 27 def cmp(x, y): function
|
| /third_party/musl/src/stdlib/ |
| H A D | qsort.c | 92 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...] |