| /f-stack/freebsd/sys/ |
| H A D | stdatomic.h | 248 __c11_atomic_fetch_or(object, operand, order) 269 __atomic_fetch_add(object, operand, order) 271 __atomic_fetch_and(object, operand, order) 273 __atomic_fetch_or(object, operand, order) 275 __atomic_fetch_sub(object, operand, order) 277 __atomic_fetch_xor(object, operand, order) 318 __atomic_apply_stride(object, operand))) 325 __atomic_apply_stride(object, operand))) 350 #define atomic_fetch_add(object, operand) \ argument 352 #define atomic_fetch_and(object, operand) \ argument [all …]
|
| /f-stack/tools/libnetgraph/ |
| H A D | msg.c | 72 #define atomic_fetch_add(object, operand) \ argument 73 atomic_fetch_add_explicit(object, operand, memory_order_seq_cst) 74 #define atomic_fetch_add_explicit(object, operand, order) \ argument 75 __atomic_fetch_add(object, operand, order)
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/rta/ |
| H A D | math_cmd.h | 252 rta_mathi(struct program *program, uint64_t operand, in rta_mathi() argument 283 ret = __rta_map_opcode((uint32_t)operand, math_op1, in rta_mathi() 286 ret = __rta_map_opcode((uint32_t)operand, math_op2, in rta_mathi()
|
| /f-stack/dpdk/drivers/common/dpaax/caamflib/ |
| H A D | rta.h | 728 #define MATHI(program, operand, operator, imm, result, length, opt) \ argument 729 rta_mathi(program, operand, MATH_FUN_##operator, imm, result, length, \
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_utils.c | 743 ulp_operand_read(uint8_t *operand, in ulp_operand_read() argument 748 if (!operand || !val) { in ulp_operand_read() 752 memcpy(val, operand, bytes); in ulp_operand_read()
|
| H A D | ulp_utils.h | 360 ulp_operand_read(uint8_t *operand,
|
| H A D | ulp_mapper.c | 1079 uint8_t *operand; in ulp_mapper_keymask_field_process() local 1086 operand = fld->spec_operand; in ulp_mapper_keymask_field_process() 1089 operand = fld->mask_operand; in ulp_mapper_keymask_field_process() 1097 val = operand; in ulp_mapper_keymask_field_process() 1111 if (!ulp_operand_read(operand, (uint8_t *)&idx, in ulp_mapper_keymask_field_process() 1138 if (!ulp_operand_read(operand, (uint8_t *)&idx, in ulp_mapper_keymask_field_process() 1153 if (!ulp_operand_read(operand, (uint8_t *)&idx, in ulp_mapper_keymask_field_process() 1173 if (!ulp_operand_read(operand, (uint8_t *)&idx, in ulp_mapper_keymask_field_process()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 2468 invocation as a Target operand. 2545 operand to the ASL DeRefOf operator. Example: 8618 operand object was leaked. Lin Ming. 13762 source operand (to match the ACPI specification.) 14458 the first operand. For example: 16192 made to delete the operand objects twice. 16210 ASL operand where an integer operand is required (Thus causing an 18508 Last operand to "Load" now recognized as a Target operand 18516 "Index" now works with a STRING operand 18835 target operand. [all …]
|
| /f-stack/freebsd/i386/conf/ |
| H A D | NOTES | 101 # CPU_BLUELIGHTNING_FPU_OP_CACHE enables FPU operand cache on IBM
|