Searched defs:use (Results 1 - 25 of 50) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dseq_instr.h42 int use; /* use count */ member in struct:snd_seq_kinstr
H A Dseq_kernel.h69 int (*use)(void *private_data, struct snd_seq_port_subscribe *info); member in struct:snd_seq_port_callback
H A Dgus.h266 unsigned int use: 1, member in struct:snd_gus_voice
317 hw_lfo:1, /* use hardware LFO */
318 sw_lfo:1, /* use software LFO */
319 effect:1; /* use effect voices */
H A Dtrident.h294 unsigned int use: 1, member in struct:snd_trident_voice
324 unsigned int negCSO; /* nonzero - use negative CSO */
H A Dymfpci.h246 unsigned int use: 1, member in struct:snd_ymfpci_voice
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dseq_instr.h42 int use; /* use count */ member in struct:snd_seq_kinstr
H A Dseq_kernel.h69 int (*use)(void *private_data, struct snd_seq_port_subscribe *info); member in struct:snd_seq_port_callback
H A Dgus.h266 unsigned int use: 1, member in struct:snd_gus_voice
317 hw_lfo:1, /* use hardware LFO */
318 sw_lfo:1, /* use software LFO */
319 effect:1; /* use effect voices */
H A Dtrident.h294 unsigned int use: 1, member in struct:snd_trident_voice
324 unsigned int negCSO; /* nonzero - use negative CSO */
H A Dymfpci.h246 unsigned int use: 1, member in struct:snd_ymfpci_voice
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dtree-flow-inline.h233 if (linknode->use)
234 gcc_checking_assert (*(linknode->use) == def);
239 /* Set the value of a use pointed to by USE to VAL. */
241 set_ssa_use_from_ptr (use_operand_p use, tree val) argument
243 delink_imm_use (use);
244 *(use->use) = val;
245 link_imm_use (use, val);
248 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurring
265 gcc_checking_assert (*(old->use)
435 get_use_from_ptr(use_operand_p use) argument
541 phi_arg_index_from_use(use_operand_p use) argument
1017 tree use = USE_FROM_PTR (head); local
[all...]
H A Dgimple.h87 defined for statement codes that do not use sub-codes.
224 before the def/use vectors have been constructed. */
290 /* Pass local flags. These flags are free for any pass to use as
346 more information (like immediate use chaining). */
1354 gimple_set_use_ops (gimple g, struct use_optype_d *use) argument
1357 g->gsops.opbase.use_ops = use;
1371 && USE_OP_PTR (ops)->use == &g->gsmembase.vuse)
3129 /* Set EVAL to be the sequence of statements to use as the body for
3140 /* Set CLEANUP to be the sequence of statements to use as the cleanup
4343 /* Get the use o
[all...]
H A Dtree.h1069 not use the previous two macros to enable early folding. */
1156 /* In an ADDR_EXPR, nonzero means do not use a trampoline. */
1257 But use TYPE_VOLATILE instead of this macro when the node is a type,
1321 /* In a CALL_EXPR, means that it's safe to use the target of the call
1377 /* Nonzero in a _DECL if the use of the name is defined as a
1394 /* These flags are available for each language front end to use internally. */
1408 even though not all of them may really be in use.
1604 Note that we have to bypass the use of TREE_OPERAND to access
1736 We can't use &CALL_EXPR_ARG (NODE, 0) because that will complain if
1899 never output, so we can safely use th
1929 tree *GTY((skip(""))) use; member in struct:ssa_use_operand_d
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dtree-flow-inline.h233 if (linknode->use)
234 gcc_checking_assert (*(linknode->use) == def);
239 /* Set the value of a use pointed to by USE to VAL. */
241 set_ssa_use_from_ptr (use_operand_p use, tree val) argument
243 delink_imm_use (use);
244 *(use->use) = val;
245 link_imm_use (use, val);
248 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurring
265 gcc_checking_assert (*(old->use)
435 get_use_from_ptr(use_operand_p use) argument
541 phi_arg_index_from_use(use_operand_p use) argument
1017 tree use = USE_FROM_PTR (head); local
[all...]
H A Dgimple.h87 defined for statement codes that do not use sub-codes.
224 before the def/use vectors have been constructed. */
290 /* Pass local flags. These flags are free for any pass to use as
346 more information (like immediate use chaining). */
1354 gimple_set_use_ops (gimple g, struct use_optype_d *use) argument
1357 g->gsops.opbase.use_ops = use;
1371 && USE_OP_PTR (ops)->use == &g->gsmembase.vuse)
3129 /* Set EVAL to be the sequence of statements to use as the body for
3140 /* Set CLEANUP to be the sequence of statements to use as the cleanup
4343 /* Get the use o
[all...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dtree-flow-inline.h233 if (linknode->use)
234 gcc_checking_assert (*(linknode->use) == def);
239 /* Set the value of a use pointed to by USE to VAL. */
241 set_ssa_use_from_ptr (use_operand_p use, tree val) argument
243 delink_imm_use (use);
244 *(use->use) = val;
245 link_imm_use (use, val);
248 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurring
265 gcc_checking_assert (*(old->use)
435 get_use_from_ptr(use_operand_p use) argument
541 phi_arg_index_from_use(use_operand_p use) argument
1017 tree use = USE_FROM_PTR (head); local
[all...]
H A Dgimple.h87 defined for statement codes that do not use sub-codes.
224 before the def/use vectors have been constructed. */
290 /* Pass local flags. These flags are free for any pass to use as
346 more information (like immediate use chaining). */
1354 gimple_set_use_ops (gimple g, struct use_optype_d *use) argument
1357 g->gsops.opbase.use_ops = use;
1371 && USE_OP_PTR (ops)->use == &g->gsmembase.vuse)
3129 /* Set EVAL to be the sequence of statements to use as the body for
3140 /* Set CLEANUP to be the sequence of statements to use as the cleanup
4343 /* Get the use o
[all...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dtree-flow-inline.h233 if (linknode->use)
234 gcc_checking_assert (*(linknode->use) == def);
239 /* Set the value of a use pointed to by USE to VAL. */
241 set_ssa_use_from_ptr (use_operand_p use, tree val) argument
243 delink_imm_use (use);
244 *(use->use) = val;
245 link_imm_use (use, val);
248 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurring
265 gcc_checking_assert (*(old->use)
435 get_use_from_ptr(use_operand_p use) argument
541 phi_arg_index_from_use(use_operand_p use) argument
1017 tree use = USE_FROM_PTR (head); local
[all...]
H A Dgimple.h87 defined for statement codes that do not use sub-codes.
224 before the def/use vectors have been constructed. */
290 /* Pass local flags. These flags are free for any pass to use as
346 more information (like immediate use chaining). */
1354 gimple_set_use_ops (gimple g, struct use_optype_d *use) argument
1357 g->gsops.opbase.use_ops = use;
1371 && USE_OP_PTR (ops)->use == &g->gsmembase.vuse)
3129 /* Set EVAL to be the sequence of statements to use as the body for
3140 /* Set CLEANUP to be the sequence of statements to use as the cleanup
4343 /* Get the use o
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
H A DXInput.h7 Permission to use, copy, modify, distribute, and sell this software and its
24 used in advertising or otherwise to promote the sale, use or other dealings
31 Permission to use, copy, modify, and distribute this software and its
431 * the client should use XListInputDevices() to learn what has changed.
434 * important has changed on a device, and the client should use
739 int use; member in struct:_XDeviceInfo
H A DXIproto.h7 Permission to use, copy, modify, distribute, and sell this software and its
24 used in advertising or otherwise to promote the sale, use or other dealings
31 Permission to use, copy, modify, and distribute this software and its
234 CARD8 use; member in struct:_xDeviceInfo
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
H A DXInput.h7 Permission to use, copy, modify, distribute, and sell this software and its
24 used in advertising or otherwise to promote the sale, use or other dealings
31 Permission to use, copy, modify, and distribute this software and its
431 * the client should use XListInputDevices() to learn what has changed.
434 * important has changed on a device, and the client should use
739 int use; member in struct:_XDeviceInfo
H A DXIproto.h7 Permission to use, copy, modify, distribute, and sell this software and its
24 used in advertising or otherwise to promote the sale, use or other dealings
31 Permission to use, copy, modify, and distribute this software and its
234 CARD8 use; member in struct:_xDeviceInfo
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
H A DXInput.h7 Permission to use, copy, modify, distribute, and sell this software and its
24 used in advertising or otherwise to promote the sale, use or other dealings
31 Permission to use, copy, modify, and distribute this software and its
431 * the client should use XListInputDevices() to learn what has changed.
434 * important has changed on a device, and the client should use
739 int use; member in struct:_XDeviceInfo
H A DXIproto.h7 Permission to use, copy, modify, distribute, and sell this software and its
24 used in advertising or otherwise to promote the sale, use or other dealings
31 Permission to use, copy, modify, and distribute this software and its
234 CARD8 use; member in struct:_xDeviceInfo

Completed in 2564 milliseconds

12