HomeSort by: relevance | last modified time | path
    Searched defs:OPERATION (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/fuzz/
hashtable.c 12 * Test hashtable operation.
65 #define OPERATION(x) (((x) & OP_MASK) % OP_END)
133 * 1 byte to detect the operation to perform, 2 bytes
142 * parse out our operation flags and key
153 * Now do our operation
155 switch (OPERATION(op_flags)) {
  /src/external/gpl3/gdb/dist/gdb/
rust-parse.c 351 /* When completing, this may be set to the field operation to
1214 /* Turn a name into an operation. */
1316 /* The right hand side of this operation. */
1327 OPERATION(TOKEN, PRECEDENCE, TYPE)
1330 TYPE is the operation type corresponding to the operator.
1334 OPERATION ('*', 10, mul_operation) \
1335 OPERATION ('/', 10, div_operation) \
1336 OPERATION ('%', 10, rem_operation) \
1337 OPERATION ('@', 9, repeat_operation) \
1338 OPERATION ('+', 8, add_operation)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rust-parse.c 351 /* When completing, this may be set to the field operation to
1217 /* Turn a name into an operation. */
1319 /* The right hand side of this operation. */
1330 OPERATION(TOKEN, PRECEDENCE, TYPE)
1333 TYPE is the operation type corresponding to the operator.
1337 OPERATION ('*', 10, mul_operation) \
1338 OPERATION ('/', 10, div_operation) \
1339 OPERATION ('%', 10, rem_operation) \
1340 OPERATION ('@', 9, repeat_operation) \
1341 OPERATION ('+', 8, add_operation)
    [all...]

Completed in 28 milliseconds