Searched refs:operators (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/sound/oss/ |
D | opl3.c | 393 vol1 = instr->operators[2]; in set_voice_volume() 394 vol2 = instr->operators[3]; in set_voice_volume() 395 if ((instr->operators[10] & 0x01)) in set_voice_volume() 413 vol1 = instr->operators[2]; in set_voice_volume() 414 vol2 = instr->operators[3]; in set_voice_volume() 415 vol3 = instr->operators[OFFS_4OP + 2]; in set_voice_volume() 416 vol4 = instr->operators[OFFS_4OP + 3]; in set_voice_volume() 423 connection = ((instr->operators[10] & 0x01) << 1) | (instr->operators[10 + OFFS_4OP] & 0x01); in set_voice_volume() 550 opl3_command(map->ioaddr, AM_VIB + map->op[0], instr->operators[0]); in opl3_start_note() 551 opl3_command(map->ioaddr, AM_VIB + map->op[1], instr->operators[1]); in opl3_start_note() [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | script_asm.pl | 82 %operators = ( 89 %operators = ( 615 $code[$address] |= $operators{$op}; 618 $code[$address] |= $operators{$op};
|
D | qla1280.h | 724 uint8_t operators; member
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 29 operators. For example, for a given variable "x", avoid 31 arithmetic operators, such as "(x*0)", "(x/(x+1))" or "(x%1)". 83 o Do not use the results from relational operators ("==", "!=", 97 As before, the reason this is buggy is that relational operators
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | compare_const_fl.cocci | 1 /// Move constants to the right of binary operators.
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_oss.c | 239 sbi.operators); in snd_opl3_load_patch_seq_oss()
|
/linux-4.4.14/Documentation/trace/ |
D | events.txt | 168 combined using the logical operators '&&' and '||'. A predicate is 177 operators as shell metacharacters. 182 The relational-operators depend on the type of the field being tested: 184 The operators available for numeric fields are:
|
/linux-4.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 151 C does have bitwise operators but not really operators to do the above 382 with only a single statement and by using operators like ^= 659 Change the lookup using the parity array by using shift operators (e.g.
|
/linux-4.4.14/Documentation/ |
D | CodingStyle | 208 Use one space around (on each side of) most binary and ternary operators, 213 but no space after unary operators: 217 no space before the postfix increment & decrement unary operators: 221 no space after the prefix increment & decrement unary operators: 225 and no space around the '.' and "->" structure member operators.
|
/linux-4.4.14/include/uapi/linux/ |
D | soundcard.h | 477 sbi_instr_data operators; /* Register settings for operator cells (.SBI format) */ member
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 544 cc-ifversion takes all the shell operators: 1395 GNU Make has two assignment operators, ":=" and "=". ":=" performs
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 762 The VM Debugger displays operators but not operands, and also the debugger
|