| /OK3568_Linux_fs/kernel/drivers/media/firewire/ |
| H A D | firedtv-avc.c | 78 u8 operand[509]; member 85 u8 operand[509]; member 92 memset(&c->operand[from], 0, to - from + 1); in clear_operands() 265 r->operand[0] == SFE_VENDOR_DE_COMPANYID_0 && in is_register_rc() 266 r->operand[1] == SFE_VENDOR_DE_COMPANYID_1 && in is_register_rc() 267 r->operand[2] == SFE_VENDOR_DE_COMPANYID_2 && in is_register_rc() 268 r->operand[3] == SFE_VENDOR_OPCODE_REGISTER_REMOTE_CONTROL; in is_register_rc() 281 fdtv_handle_rc(fdtv, r->operand[4] << 8 | r->operand[5]); in avc_recv() 309 static int add_pid_filter(struct firedtv *fdtv, u8 *operand) in add_pid_filter() argument 315 operand[pos++] = 0x13; /* flowfunction relay */ in add_pid_filter() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | exoparg1.c | 115 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() local 126 status = acpi_ex_release_mutex(operand[0], walk_state); in acpi_ex_opcode_1A_0T_0R() 131 status = acpi_ex_system_reset_event(operand[0]); in acpi_ex_opcode_1A_0T_0R() 136 status = acpi_ex_system_signal_event(operand[0]); in acpi_ex_opcode_1A_0T_0R() 141 status = acpi_ex_system_do_sleep(operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R() 147 acpi_ex_system_do_stall((u32) operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R() 152 status = acpi_ex_unload_table(operand[0]); in acpi_ex_opcode_1A_0T_0R() 182 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() local 192 status = acpi_ex_load_op(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_0R() 224 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() local [all …]
|
| H A D | exoparg2.c | 57 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() local 72 node = (struct acpi_namespace_node *)operand[0]; in acpi_ex_opcode_2A_0T_0R() 76 value = (u32) operand[1]->integer.value; in acpi_ex_opcode_2A_0T_0R() 124 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() local 155 status = acpi_ut_divide(operand[0]->integer.value, in acpi_ex_opcode_2A_2T_1R() 156 operand[1]->integer.value, in acpi_ex_opcode_2A_2T_1R() 175 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R() 180 status = acpi_ex_store(return_desc1, operand[3], walk_state); in acpi_ex_opcode_2A_2T_1R() 223 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_1T_1R() local 246 operand[0]->integer.value, in acpi_ex_opcode_2A_1T_1R() [all …]
|
| H A D | exoparg3.c | 53 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R() local 66 (u32)operand[0]->integer.value, in acpi_ex_opcode_3A_0T_0R() 67 (u32)operand[1]->integer.value, in acpi_ex_opcode_3A_0T_0R() 68 (u32)operand[2]->integer.value)); in acpi_ex_opcode_3A_0T_0R() 72 fatal->type = (u32) operand[0]->integer.value; in acpi_ex_opcode_3A_0T_0R() 73 fatal->code = (u32) operand[1]->integer.value; in acpi_ex_opcode_3A_0T_0R() 74 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R() 127 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R() local 143 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R() 152 index = operand[1]->integer.value; in acpi_ex_opcode_3A_1T_1R() [all …]
|
| H A D | exoparg6.c | 178 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R() local 196 if ((operand[1]->integer.value > MAX_MATCH_OPERATOR) || in acpi_ex_opcode_6A_0T_1R() 197 (operand[3]->integer.value > MAX_MATCH_OPERATOR)) { in acpi_ex_opcode_6A_0T_1R() 205 index = operand[5]->integer.value; in acpi_ex_opcode_6A_0T_1R() 206 if (index >= operand[0]->package.count) { in acpi_ex_opcode_6A_0T_1R() 210 operand[0]->package.count)); in acpi_ex_opcode_6A_0T_1R() 236 for (; index < operand[0]->package.count; index++) { in acpi_ex_opcode_6A_0T_1R() 240 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R() 253 if (!acpi_ex_do_match((u32) operand[1]->integer.value, in acpi_ex_opcode_6A_0T_1R() 254 this_element, operand[2])) { in acpi_ex_opcode_6A_0T_1R() [all …]
|
| H A D | excreate.c | 316 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() local 331 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor() 332 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor() 334 (acpi_io_address)operand[2]->integer.value; in acpi_ex_create_processor() 338 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_processor() 363 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() local 378 obj_desc->power_resource.system_level = (u8) operand[1]->integer.value; in acpi_ex_create_power_resource() 380 (u16) operand[2]->integer.value; in acpi_ex_create_power_resource() 384 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_power_resource() 411 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method() local [all …]
|
| H A D | exconfig.c | 86 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op() local 98 status = acpi_tb_find_table(operand[0]->string.pointer, in acpi_ex_load_table_op() 99 operand[1]->string.pointer, in acpi_ex_load_table_op() 100 operand[2]->string.pointer, &table_index); in acpi_ex_load_table_op() 125 if (operand[3]->string.length > 0) { in acpi_ex_load_table_op() 131 operand[3]->string.pointer, in acpi_ex_load_table_op() 141 if (operand[4]->string.length > 0) { in acpi_ex_load_table_op() 142 if ((operand[4]->string.pointer[0] != AML_ROOT_PREFIX) && in acpi_ex_load_table_op() 143 (operand[4]->string.pointer[0] != AML_PARENT_PREFIX)) { in acpi_ex_load_table_op() 154 operand[4]->string.pointer, in acpi_ex_load_table_op() [all …]
|
| H A D | dsopcode.c | 465 union acpi_operand_object **operand; in acpi_ds_eval_table_region_operands() local 492 operand = &walk_state->operands[0]; in acpi_ds_eval_table_region_operands() 507 status = acpi_tb_find_table(operand[0]->string.pointer, in acpi_ds_eval_table_region_operands() 508 operand[1]->string.pointer, in acpi_ds_eval_table_region_operands() 509 operand[2]->string.pointer, &table_index); in acpi_ds_eval_table_region_operands() 514 operand[0]->string.pointer, in acpi_ds_eval_table_region_operands() 515 operand[1]->string.pointer, in acpi_ds_eval_table_region_operands() 516 operand[2]->string.pointer)); in acpi_ds_eval_table_region_operands() 545 acpi_ut_remove_reference(operand[0]); in acpi_ds_eval_table_region_operands() 546 acpi_ut_remove_reference(operand[1]); in acpi_ds_eval_table_region_operands() [all …]
|
| H A D | utmath.c | 91 acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result) in acpi_ut_short_shift_left() argument 97 operand_ovl.full = operand; in acpi_ut_short_shift_left() 128 acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) in acpi_ut_short_shift_right() argument 134 operand_ovl.full = operand; in acpi_ut_short_shift_right() 189 acpi_status acpi_ut_short_shift_left(u64 operand, u32 count, u64 *out_result) in acpi_ut_short_shift_left() argument 197 *out_result = operand << count; in acpi_ut_short_shift_left() 213 acpi_status acpi_ut_short_shift_right(u64 operand, u32 count, u64 *out_result) in acpi_ut_short_shift_right() argument 221 *out_result = operand >> count; in acpi_ut_short_shift_right()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | ppc-dis.c | 26 operand_value_powerpc (const struct powerpc_operand *operand, in operand_value_powerpc() argument 32 if (operand->extract) in operand_value_powerpc() 33 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc() 36 if (operand->shift >= 0) in operand_value_powerpc() 37 value = (insn >> operand->shift) & operand->bitm; in operand_value_powerpc() 39 value = (insn << -operand->shift) & operand->bitm; in operand_value_powerpc() 40 if ((operand->flags & PPC_OPERAND_SIGNED) != 0) in operand_value_powerpc() 44 unsigned long top = operand->bitm; in operand_value_powerpc() 62 const struct powerpc_operand *operand; in skip_optional_operands() local 66 operand = &powerpc_operands[*opindex]; in skip_optional_operands() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/ |
| H A D | get.hpp | 87 pointer operator()(reference operand) const BOOST_NOEXCEPT in operator ()() 89 return boost::addressof(operand); in operator ()() 117 boost::variant< BOOST_VARIANT_ENUM_PARAMS(T) >* operand in relaxed_get() 122 if (!operand) return static_cast<U_ptr>(0); in relaxed_get() 125 return operand->apply_visitor(v); in relaxed_get() 132 const boost::variant< BOOST_VARIANT_ENUM_PARAMS(T) >* operand in relaxed_get() 137 if (!operand) return static_cast<U_ptr>(0); in relaxed_get() 140 return operand->apply_visitor(v); in relaxed_get() 147 boost::variant< BOOST_VARIANT_ENUM_PARAMS(T) >& operand in relaxed_get() 152 U_ptr result = relaxed_get<U>(boost::addressof(operand)); in relaxed_get() [all …]
|
| H A D | variant.hpp | 385 internal_visit(T& operand, int) const BOOST_NOEXCEPT in internal_visit() 387 operand.~T(); // must be noexcept in internal_visit() 391 (void)operand; // suppresses warnings in internal_visit() 413 T& operator()(T& operand) const BOOST_NOEXCEPT in operator ()() 415 return operand; in operator ()() 449 internal_visit(boost::detail::variant::backup_holder<T>& operand, long) const in internal_visit() argument 451 new(storage_) T( operand.get() ); in internal_visit() 457 internal_visit(const boost::detail::variant::backup_holder<T>& operand, long) const in internal_visit() argument 459 new(storage_) T( operand.get() ); in internal_visit() 465 internal_visit(const T& operand, int) const in internal_visit() argument [all …]
|
| H A D | recursive_wrapper.hpp | 44 recursive_wrapper(const recursive_wrapper& operand); 45 recursive_wrapper(const T& operand); 48 recursive_wrapper(recursive_wrapper&& operand); 49 recursive_wrapper(T&& operand); 70 void swap(recursive_wrapper& operand) BOOST_NOEXCEPT in swap() argument 72 T* temp = operand.p_; in swap() 73 operand.p_ = p_; in swap() 115 recursive_wrapper<T>::recursive_wrapper(const recursive_wrapper& operand) in recursive_wrapper() argument 116 : p_(new T( operand.get() )) in recursive_wrapper() 121 recursive_wrapper<T>::recursive_wrapper(const T& operand) in recursive_wrapper() argument [all …]
|
| H A D | visitor_ptr.hpp | 75 result_type operator()(argument_fwd_type operand) const in operator ()() 77 return visitor_(operand); in operator ()() 84 result_type execute_impl(argument_fwd_type operand, mpl::false_) const in execute_impl() argument 86 return visitor_(operand); in execute_impl() 90 execute_impl(argument_fwd_type operand, mpl::true_) const in execute_impl() argument 92 visitor_(operand); in execute_impl() 99 operator()(argument_fwd_type operand) const in BOOST_VARIANT_AUX_GENERIC_RESULT_TYPE() 102 return execute_impl(operand, has_void_result()); in BOOST_VARIANT_AUX_GENERIC_RESULT_TYPE()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/ |
| H A D | recursive_wrapper.hpp | 49 recursive_wrapper(recursive_wrapper const& operand) in recursive_wrapper() argument 50 : p_(new T(operand.get())) {} in recursive_wrapper() 52 recursive_wrapper(T const& operand) in recursive_wrapper() argument 53 : p_(new T(operand)) {} in recursive_wrapper() 55 recursive_wrapper(recursive_wrapper&& operand) in recursive_wrapper() argument 56 : p_(new T(std::move(operand.get()))) {} in recursive_wrapper() 58 recursive_wrapper(T&& operand) in recursive_wrapper() argument 59 : p_(new T(std::move(operand))) {} in recursive_wrapper() 73 inline void swap(recursive_wrapper& operand) noexcept in swap() argument 75 T* temp = operand.p_; in swap() [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | dis.c | 343 const struct s390_operand *operand) in extract_operand() argument 350 cp = code + operand->shift / 8; in extract_operand() 351 bits = (operand->shift & 7) + operand->bits; in extract_operand() 359 val &= ((1U << (operand->bits - 1)) << 1) - 1; in extract_operand() 362 if (operand->bits == 20 && operand->shift == 20) in extract_operand() 366 if (operand->flags & OPERAND_VR) { in extract_operand() 367 if (operand->shift == 8) in extract_operand() 369 else if (operand->shift == 12) in extract_operand() 371 else if (operand->shift == 16) in extract_operand() 373 else if (operand->shift == 32) in extract_operand() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | rtl.def | 85 GC memory. The only operand of a VALUE is a cselib_val. 91 DEBUG_EXPR_DECL in the first operand. */ 208 1st operand is the instruction template. 209 2nd operand is the constraint for the output. 210 3rd operand is the number of the output this expression refers to. 216 and whose mode indicates the mode of the input operand. 222 1st operand is a vector of operands being used by the operation so that 224 2nd operand is a unique value saying which of a number of machine-specific 226 (Note that the vector must be the first operand because of the way that 251 First operand is BASE; the vector contains the X's. [all …]
|
| H A D | tree.def | 422 operand 1 is a tree giving the constant number of bits being referenced; 423 operand 2 is a tree giving the constant position of the first referenced bit. 430 Operand 0 is the array; operand 1 is a (single) array index. 437 starting index of the resulting array is taken from operand 1 and the size 441 /* Used only on an operand of complex type, these return 448 the idiom *(type2 *)&X in C. The only operand is the value to be 458 /* C unary `*'. One operand, an expression for a pointer. */ 504 reference to the referent of operand 0 within operand 1 is undefined. */ 507 /* For TARGET_EXPR, operand 0 is the target of an initialization, 508 operand 1 is the initializer for the target, which may be void [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | rtl.def | 85 GC memory. The only operand of a VALUE is a cselib_val. 91 DEBUG_EXPR_DECL in the first operand. */ 208 1st operand is the instruction template. 209 2nd operand is the constraint for the output. 210 3rd operand is the number of the output this expression refers to. 216 and whose mode indicates the mode of the input operand. 222 1st operand is a vector of operands being used by the operation so that 224 2nd operand is a unique value saying which of a number of machine-specific 226 (Note that the vector must be the first operand because of the way that 251 First operand is BASE; the vector contains the X's. [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 323 set FP_DST, LV+56 # fp destination operand 329 set FP_SRC, LV+44 # fp source operand 351 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst) 356 set DTAG, LV+15 # destination operand type 357 set STAG, LV+14 # source operand type 406 set NORM, 0x00 # operand type for STAG/DTAG 407 set ZERO, 0x01 # operand type for STAG/DTAG 408 set INF, 0x02 # operand type for STAG/DTAG 409 set QNAN, 0x03 # operand type for STAG/DTAG 410 set DENORM, 0x04 # operand type for STAG/DTAG [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bedbug.c | 36 struct operand *, char *, int *)); 236 unsigned long operand; in print_operands() local 237 struct operand *opr; in print_operands() 262 operand = (ctx->instr >> opr->shift) & ((1 << opr->bits) - 1); in print_operands() 265 if ((operand & (1 << (opr->bits - 1))) != 0) { in print_operands() 266 operand = operand - (1 << opr->bits); in print_operands() 270 operand = (operand << 2) + (unsigned long) ctx->virtual; in print_operands() 272 operand = (operand << 2); in print_operands() 275 sprintf (&ctx->data[ctx->datalen], "0x%lx", operand); in print_operands() 281 symbol_name_from_addr (operand, 0, &offset)) != 0)) { in print_operands() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/ |
| H A D | hold_any.hpp | 399 inline T* any_cast (basic_hold_any<Char>* operand) in any_cast() argument 401 if (operand && operand->type() == BOOST_SP_TYPEID(T)) { in any_cast() 403 reinterpret_cast<T*>(&operand->object) : in any_cast() 404 reinterpret_cast<T*>(operand->object); in any_cast() 410 inline T const* any_cast(basic_hold_any<Char> const* operand) in any_cast() argument 412 return any_cast<T>(const_cast<basic_hold_any<Char>*>(operand)); in any_cast() 416 T any_cast(basic_hold_any<Char>& operand) in any_cast() argument 421 nonref* result = any_cast<nonref>(&operand); in any_cast() 423 boost::throw_exception(bad_any_cast(operand.type(), BOOST_SP_TYPEID(T))); in any_cast() 428 T const& any_cast(basic_hold_any<Char> const& operand) in any_cast() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/ |
| H A D | initializer.hpp | 104 static int initialize(void* dest, param_T operand) in initialize() argument 110 new(dest) internal_T(operand); in initialize() 115 static int initialize(void* dest, param2_T operand) in initialize() argument 122 new(dest) value_T( boost::detail::variant::move(operand) ); in initialize() 184 , BOOST_PP_CAT(param_T,N) operand \ 191 new(dest) internal_T(operand); \
|
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_common.c | 242 int operand, status; in _get_new_inode_no() local 259 operand = 1 << i; in _get_new_inode_no() 260 status = input & operand; in _get_new_inode_no() 265 *ptr |= operand; in _get_new_inode_no() 277 int operand; in _get_new_blk_no() local 294 operand = 1 << i; in _get_new_blk_no() 295 if (*ptr & operand) { in _get_new_blk_no() 298 *ptr |= operand; in _get_new_blk_no() 310 unsigned char operand; in ext4fs_set_block_bmap() local 318 operand = 1 << remainder; in ext4fs_set_block_bmap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/dma/idxd/ |
| H A D | device.c | 16 static void idxd_cmd_exec(struct idxd_device *idxd, int cmd_code, u32 operand, 226 u32 status, operand; in idxd_wq_disable() local 235 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16); in idxd_wq_disable() 236 idxd_cmd_exec(idxd, IDXD_CMD_DISABLE_WQ, operand, &status); in idxd_wq_disable() 252 u32 operand; in idxd_wq_drain() local 260 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16); in idxd_wq_drain() 261 idxd_cmd_exec(idxd, IDXD_CMD_DRAIN_WQ, operand, NULL); in idxd_wq_drain() 268 u32 operand; in idxd_wq_reset() local 275 operand = BIT(wq->id % 16) | ((wq->id / 16) << 16); in idxd_wq_reset() 276 idxd_cmd_exec(idxd, IDXD_CMD_RESET_WQ, operand, NULL); in idxd_wq_reset() [all …]
|