/openbmc/linux/drivers/gpu/drm/nouveau/include/nvhw/ |
H A D | drf.h | 79 #define NVVAL_TEST_X(o,drf,cmp,drfv) (NVVAL_GET_X((o), drf) cmp drfv) argument 80 #define NVVAL_TEST_N(X,o,d,r,f, cmp,v) NVVAL_TEST_X(o, d##_##r##_##f , cmp, (v)) argument 81 #define NVVAL_TEST_I(X,o,d,r,f,i,cmp,v) NVVAL_TEST_X(o, d##_##r##_##f(i), cmp, (v)) argument 85 #define NVDEF_TEST_N(X,o,d,r,f, cmp,v) NVVAL_TEST_X(o, d##_##r##_##f , cmp, d##_##r##_##f##_##v) argument 86 #define NVDEF_TEST_I(X,o,d,r,f,i,cmp,v) NVVAL_TEST_X(o, d##_##r##_##f(i), cmp, d##_##r##_##f##_##v) argument 194 #define DRF_TV_N(X,e,p,o,d,r, f,cmp,v) \ argument 196 #define DRF_TV_I(X,e,p,o,d,r,i,f,cmp,v) \ argument 202 #define DRF_TD_N(X,e,p,o,d,r, f,cmp,v) \ argument 204 #define DRF_TD_I(X,e,p,o,d,r,i,f,cmp,v) \ argument
|
/openbmc/qemu/include/hw/timer/ |
H A D | imx_epit.h | 76 uint32_t cmp; member
|
/openbmc/qemu/target/hppa/ |
H A D | op_helper.c | 52 uint32_t old, new, cmp, *haddr; in atomic_store_mask32() local 79 uint64_t old, new, cmp, *haddr; in atomic_store_mask64() local
|
/openbmc/linux/net/rxrpc/ |
H A D | conn_client.c | 267 #define cmp(X, Y) ((long)(X) - (long)(Y)) in rxrpc_look_up_bundle() macro 296 #define cmp(X, Y) ((long)(X) - (long)(Y)) in rxrpc_look_up_bundle() macro
|
/openbmc/linux/tools/perf/util/ |
H A D | comm.c | 66 int cmp; in __comm_str__findnew() local
|
/openbmc/u-boot/drivers/net/mscc_eswitch/ |
H A D | mscc_xfer.c | 75 u32 cmp = val; in mscc_recv() local
|
/openbmc/linux/tools/testing/selftests/openat2/ |
H A D | helpers.c | 74 bool cmp; in fdequal() local
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 312 uint8_t cmp = qatomic_cmpxchg(mem, old, new); in store_tag1_parallel() local 680 static int checkN(uint8_t *mem, int odd, int cmp, int count) in checkN() 729 static int checkNrev(uint8_t *mem, int odd, int cmp, int count) in checkNrev()
|
/openbmc/u-boot/board/kmc/kzm9g/ |
H A D | kzm9g.c | 36 static int cmp_loop(u32 *addr, u32 data, u32 cmp) in cmp_loop()
|
/openbmc/u-boot/fs/ubifs/ |
H A D | tnc_misc.c | 267 int i, err, type, cmp; in read_znode() local
|
/openbmc/linux/net/ipv4/ |
H A D | inetpeer.c | 106 int cmp; in lookup() local
|
/openbmc/linux/drivers/hwmon/ |
H A D | npcm750-pwm-fan.c | 166 #define NPCM7XX_FAN_INPUT(fan, cmp) (((fan) << 1) + (cmp)) argument 270 u8 fan, u8 cmp) in npcm7xx_fan_start_capture() 369 u8 fan, u8 cmp, u8 fan_id, u8 flag_int, in npcm7xx_fan_compute() 428 u8 fan, u8 cmp, u8 flag) in npcm7xx_check_cmp()
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 838 int cmp; in HELPER() local 849 int cmp; in HELPER() local 990 int cmp; in HELPER() local 1001 int cmp; in HELPER() local
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | ebt_among.c | 29 uint32_t cmp[2] = { 0, 0 }; in ebt_mac_wormhash_contains() local
|
/openbmc/u-boot/lib/ |
H A D | list_sort.c | 203 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp() function
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | fpstuff.c | 52 uint32_t cmp; in check_compare_exception() local
|
/openbmc/linux/drivers/w1/slaves/ |
H A D | w1_ds2431.c | 67 u8 cmp[W1_F2D_READ_MAXLEN]; in w1_f2d_readblock() local
|
H A D | w1_ds2430.c | 68 u8 cmp[W1_F14_READ_MAXLEN]; in w1_f14_readblock() local
|
H A D | w1_ds2805.c | 64 u8 cmp[W1_F0D_READ_MAXLEN]; in w1_f0d_readblock() local
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_packet.c | 100 u32 cmp = val; in sparx5_xtr_grp() local
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 1114 static void gen_compare(DisasCompare *cmp, bool xcc, unsigned int cond, in gen_compare() 1213 static void gen_fcompare(DisasCompare *cmp, unsigned int cc, unsigned int cond) in gen_fcompare() 1273 static bool gen_compare_reg(DisasCompare *cmp, int cond, TCGv r_src) in gen_compare_reg() 2385 static void gen_fmovs(DisasContext *dc, DisasCompare *cmp, int rd, int rs) in gen_fmovs() 2411 static void gen_fmovd(DisasContext *dc, DisasCompare *cmp, int rd, int rs) in gen_fmovd() 2424 static void gen_fmovq(DisasContext *dc, DisasCompare *cmp, int rd, int rs) in gen_fmovq() 2575 static bool advance_jump_cond(DisasContext *dc, DisasCompare *cmp, in advance_jump_cond() 2677 DisasCompare cmp; in do_bpcc() local 2688 DisasCompare cmp; in TRANS() local 2702 DisasCompare cmp; in TRANS() local [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | futex.h | 176 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | help.c | 75 int cmp; in exclude_cmds() local
|
/openbmc/linux/include/linux/ |
H A D | key-type.h | 51 bool (*cmp)(const struct key *key, member
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | veristat.c | 1108 int cmp = 0; in cmp_stat() local 1142 int i, cmp; in cmp_prog_stats() local 1218 int cmp = 0; in cmp_join_stat() local 1234 int i, cmp; in cmp_join_stats() local
|