Searched refs:object (Results 1 - 25 of 2515) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/scripting/python/samba/
H A Dndr.py21 def ndr_pack(object):
22 return object.__ndr_pack__()
26 object = cls()
27 object.__ndr_unpack__(data)
28 return object
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/scripting/python/samba/
H A Dndr.py21 def ndr_pack(object):
22 return object.__ndr_pack__()
26 object = cls()
27 object.__ndr_unpack__(data)
28 return object
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/scripting/python/samba/
H A Dndr.py21 def ndr_pack(object):
22 return object.__ndr_pack__()
26 object = cls()
27 object.__ndr_unpack__(data)
28 return object
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/math-emu/
H A Dfloat.h61 #define Sall(object) (object)
62 #define Ssign(object) Bitfield_extract( 0, 1,object)
63 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object)
64 #define Sexponent(object) Bitfield_extract( 1, 8,object)
65 #define Smantissa(object) Bitfield_mask( 9, 23,object)
[all...]
H A Dfpbits.h53 #define Bitfield_extract(start, length, object) \
54 ((object) >> (HOSTWDSZ - (start) - (length)) & \
57 #define Bitfield_signed_extract(start, length, object) \
58 ((int)((object) << start) >> (HOSTWDSZ - (length)))
60 #define Bitfield_mask(start, len, object) \
61 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len)))
63 #define Bitfield_deposit(value,start,len,object) object = \
64 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len))) | \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/math-emu/
H A Dfloat.h61 #define Sall(object) (object)
62 #define Ssign(object) Bitfield_extract( 0, 1,object)
63 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object)
64 #define Sexponent(object) Bitfield_extract( 1, 8,object)
65 #define Smantissa(object) Bitfield_mask( 9, 23,object)
[all...]
H A Dfpbits.h53 #define Bitfield_extract(start, length, object) \
54 ((object) >> (HOSTWDSZ - (start) - (length)) & \
57 #define Bitfield_signed_extract(start, length, object) \
58 ((int)((object) << start) >> (HOSTWDSZ - (length)))
60 #define Bitfield_mask(start, len, object) \
61 ((object) & (((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len)))
63 #define Bitfield_deposit(value,start,len,object) object = \
64 ((object) & ~(((unsigned)-1 >> (HOSTWDSZ-len)) << (HOSTWDSZ-start-len))) | \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/src/libFLAC/include/private/
H A Dmetadata.h41 void FLAC__metadata_object_delete_data(FLAC__StreamMetadata *object);
43 void FLAC__metadata_object_cuesheet_track_delete_data(FLAC__StreamMetadata_CueSheet_Track *object);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/src/libFLAC/include/private/
H A Dmetadata.h41 void FLAC__metadata_object_delete_data(FLAC__StreamMetadata *object);
43 void FLAC__metadata_object_cuesheet_track_delete_data(FLAC__StreamMetadata_CueSheet_Track *object);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/src/libFLAC/include/private/
H A Dmetadata.h41 void FLAC__metadata_object_delete_data(FLAC__StreamMetadata *object);
43 void FLAC__metadata_object_cuesheet_track_delete_data(FLAC__StreamMetadata_CueSheet_Track *object);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/fscache/
H A Dobject.c1 /* FS-Cache object state machine handler
11 * See Documentation/filesystems/caching/object.txt for a description of the
12 * object state machine and the in-kernel representations.
66 static inline void fscache_done_parent_op(struct fscache_object *object) argument
68 struct fscache_object *parent = object->parent;
71 object->debug_id, parent->debug_id, parent->n_ops);
82 * process events that have been sent to an object's state machine
84 * - does object lookup
85 * - does object creation
86 * - does object recyclin
89 fscache_object_state_machine(struct fscache_object *object) argument
334 struct fscache_object *object = local
359 fscache_initialise_object(struct fscache_object *object) argument
436 fscache_lookup_object(struct fscache_object *object) argument
489 fscache_object_lookup_negative(struct fscache_object *object) argument
533 fscache_obtained_object(struct fscache_object *object) argument
576 fscache_object_available(struct fscache_object *object) argument
613 fscache_drop_object(struct fscache_object *object) argument
652 fscache_release_object(struct fscache_object *object) argument
662 fscache_withdraw_object(struct fscache_object *object) argument
707 fscache_withdrawing_object(struct fscache_cache *cache, struct fscache_object *object) argument
730 fscache_get_object(struct fscache_object *object) argument
743 fscache_put_object(struct fscache_object *object) argument
753 fscache_enqueue_object(struct fscache_object *object) argument
805 fscache_enqueue_dependents(struct fscache_object *object) argument
837 fscache_dequeue_object(struct fscache_object *object) argument
858 fscache_check_aux(struct fscache_object *object, const void *data, uint16_t datalen) argument
[all...]
H A Doperation.c29 * This will get its own ref on the object.
34 op->object->debug_id, op->debug_id, atomic_read(&op->usage));
40 ASSERTCMP(op->object->state, >=, FSCACHE_OBJECT_AVAILABLE);
66 static void fscache_run_op(struct fscache_object *object, argument
71 object->n_in_progress++;
80 * submit an exclusive operation for an object
84 int fscache_submit_exclusive_op(struct fscache_object *object, argument
89 _enter("{OBJ%x OP%x},", object->debug_id, op->debug_id);
93 spin_lock(&object->lock);
94 ASSERTCMP(object
141 fscache_report_unexpected_submission(struct fscache_object *object, struct fscache_operation *op, unsigned long ostate) argument
186 fscache_submit_op(struct fscache_object *object, struct fscache_operation *op) argument
253 fscache_abort_object(struct fscache_object *object) argument
264 fscache_start_operations(struct fscache_object *object) argument
296 struct fscache_object *object = op->object; local
327 struct fscache_object *object; local
400 struct fscache_object *object; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/fscache/
H A Dobject.c1 /* FS-Cache object state machine handler
11 * See Documentation/filesystems/caching/object.txt for a description of the
12 * object state machine and the in-kernel representations.
66 static inline void fscache_done_parent_op(struct fscache_object *object) argument
68 struct fscache_object *parent = object->parent;
71 object->debug_id, parent->debug_id, parent->n_ops);
82 * process events that have been sent to an object's state machine
84 * - does object lookup
85 * - does object creation
86 * - does object recyclin
89 fscache_object_state_machine(struct fscache_object *object) argument
334 struct fscache_object *object = local
359 fscache_initialise_object(struct fscache_object *object) argument
436 fscache_lookup_object(struct fscache_object *object) argument
489 fscache_object_lookup_negative(struct fscache_object *object) argument
533 fscache_obtained_object(struct fscache_object *object) argument
576 fscache_object_available(struct fscache_object *object) argument
613 fscache_drop_object(struct fscache_object *object) argument
652 fscache_release_object(struct fscache_object *object) argument
662 fscache_withdraw_object(struct fscache_object *object) argument
707 fscache_withdrawing_object(struct fscache_cache *cache, struct fscache_object *object) argument
730 fscache_get_object(struct fscache_object *object) argument
743 fscache_put_object(struct fscache_object *object) argument
753 fscache_enqueue_object(struct fscache_object *object) argument
805 fscache_enqueue_dependents(struct fscache_object *object) argument
837 fscache_dequeue_object(struct fscache_object *object) argument
858 fscache_check_aux(struct fscache_object *object, const void *data, uint16_t datalen) argument
[all...]
H A Doperation.c29 * This will get its own ref on the object.
34 op->object->debug_id, op->debug_id, atomic_read(&op->usage));
40 ASSERTCMP(op->object->state, >=, FSCACHE_OBJECT_AVAILABLE);
66 static void fscache_run_op(struct fscache_object *object, argument
71 object->n_in_progress++;
80 * submit an exclusive operation for an object
84 int fscache_submit_exclusive_op(struct fscache_object *object, argument
89 _enter("{OBJ%x OP%x},", object->debug_id, op->debug_id);
93 spin_lock(&object->lock);
94 ASSERTCMP(object
141 fscache_report_unexpected_submission(struct fscache_object *object, struct fscache_operation *op, unsigned long ostate) argument
186 fscache_submit_op(struct fscache_object *object, struct fscache_operation *op) argument
253 fscache_abort_object(struct fscache_object *object) argument
264 fscache_start_operations(struct fscache_object *object) argument
296 struct fscache_object *object = op->object; local
327 struct fscache_object *object; local
400 struct fscache_object *object; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutdelete.c3 * Module Name: utdelete - object deletion and reference count utilities
54 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object);
57 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action);
67 * DESCRIPTION: Low level object deletion, after reference counts have been
72 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) argument
80 ACPI_FUNCTION_TRACE_PTR(ut_delete_internal_obj, object);
82 if (!object) {
87 * Must delete or free any pointers within the object that are not
90 switch (object->common.type) {
94 "**** String %p, ptr %p\n", object,
368 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) argument
475 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) argument
639 acpi_ut_add_reference(union acpi_operand_object *object) argument
672 acpi_ut_remove_reference(union acpi_operand_object *object) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dutdelete.c3 * Module Name: utdelete - object deletion and reference count utilities
54 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object);
57 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action);
67 * DESCRIPTION: Low level object deletion, after reference counts have been
72 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) argument
80 ACPI_FUNCTION_TRACE_PTR(ut_delete_internal_obj, object);
82 if (!object) {
87 * Must delete or free any pointers within the object that are not
90 switch (object->common.type) {
94 "**** String %p, ptr %p\n", object,
368 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) argument
475 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) argument
639 acpi_ut_add_reference(union acpi_operand_object *object) argument
672 acpi_ut_remove_reference(union acpi_operand_object *object) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/
H A Dstdatomic.h186 #define atomic_compare_exchange_strong_explicit(object, expected, \
188 __c11_atomic_compare_exchange_strong(object, expected, desired, \
190 #define atomic_compare_exchange_weak_explicit(object, expected, \
192 __c11_atomic_compare_exchange_weak(object, expected, desired, \
194 #define atomic_exchange_explicit(object, desired, order) \
195 __c11_atomic_exchange(object, desired, order)
196 #define atomic_fetch_add_explicit(object, operand, order) \
197 __c11_atomic_fetch_add(object, operand, order)
198 #define atomic_fetch_and_explicit(object, operand, order) \
199 __c11_atomic_fetch_and(object, operan
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dkmemleak.c50 * Note that the kmemleak_object.use_count is incremented when an object is
108 #define MSECS_MIN_AGE 5000 /* minimum object age for reporting */
131 * object->lock. Insertions or deletions from object_list, gray_list or
138 unsigned long flags; /* object status flags */
143 /* object usage count; object freed when use_count == 0 */
149 /* the total number of pointers found pointing to this object */
153 /* memory ranges to be scanned inside an object (empty for all) */
164 /* flag set after the first reporting of an unreference object */
166 /* flag set to not scan the object */
281 hex_dump_object(struct seq_file *seq, struct kmemleak_object *object) argument
314 color_white(const struct kmemleak_object *object) argument
320 color_gray(const struct kmemleak_object *object) argument
331 unreferenced_object(struct kmemleak_object *object) argument
342 print_unreferenced(struct seq_file *seq, struct kmemleak_object *object) argument
367 dump_object_info(struct kmemleak_object *object) argument
396 struct kmemleak_object *object; local
421 get_object(struct kmemleak_object *object) argument
433 struct kmemleak_object *object = local
454 put_object(struct kmemleak_object *object) argument
471 struct kmemleak_object *object = NULL; local
511 struct kmemleak_object *object; local
589 __delete_object(struct kmemleak_object *object) argument
617 struct kmemleak_object *object; local
638 struct kmemleak_object *object; local
670 __paint_it(struct kmemleak_object *object, int color) argument
677 paint_it(struct kmemleak_object *object, int color) argument
688 struct kmemleak_object *object; local
727 struct kmemleak_object *object; local
770 struct kmemleak_object *object; local
822 struct kmemleak_object *object; local
993 update_checksum(struct kmemleak_object *object) argument
1037 struct kmemleak_object *object; local
1098 scan_object(struct kmemleak_object *object) argument
1143 struct kmemleak_object *object, *tmp; local
1178 struct kmemleak_object *object; local
1381 struct kmemleak_object *object; local
1445 struct kmemleak_object *object = v; local
1478 struct kmemleak_object *object; local
1504 struct kmemleak_object *object; local
1604 struct kmemleak_object *object; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dkmemleak.c50 * Note that the kmemleak_object.use_count is incremented when an object is
108 #define MSECS_MIN_AGE 5000 /* minimum object age for reporting */
131 * object->lock. Insertions or deletions from object_list, gray_list or
138 unsigned long flags; /* object status flags */
143 /* object usage count; object freed when use_count == 0 */
149 /* the total number of pointers found pointing to this object */
153 /* memory ranges to be scanned inside an object (empty for all) */
164 /* flag set after the first reporting of an unreference object */
166 /* flag set to not scan the object */
281 hex_dump_object(struct seq_file *seq, struct kmemleak_object *object) argument
314 color_white(const struct kmemleak_object *object) argument
320 color_gray(const struct kmemleak_object *object) argument
331 unreferenced_object(struct kmemleak_object *object) argument
342 print_unreferenced(struct seq_file *seq, struct kmemleak_object *object) argument
367 dump_object_info(struct kmemleak_object *object) argument
396 struct kmemleak_object *object; local
421 get_object(struct kmemleak_object *object) argument
433 struct kmemleak_object *object = local
454 put_object(struct kmemleak_object *object) argument
471 struct kmemleak_object *object = NULL; local
511 struct kmemleak_object *object; local
589 __delete_object(struct kmemleak_object *object) argument
617 struct kmemleak_object *object; local
638 struct kmemleak_object *object; local
670 __paint_it(struct kmemleak_object *object, int color) argument
677 paint_it(struct kmemleak_object *object, int color) argument
688 struct kmemleak_object *object; local
727 struct kmemleak_object *object; local
770 struct kmemleak_object *object; local
822 struct kmemleak_object *object; local
993 update_checksum(struct kmemleak_object *object) argument
1037 struct kmemleak_object *object; local
1098 scan_object(struct kmemleak_object *object) argument
1143 struct kmemleak_object *object, *tmp; local
1178 struct kmemleak_object *object; local
1381 struct kmemleak_object *object; local
1445 struct kmemleak_object *object = v; local
1478 struct kmemleak_object *object; local
1504 struct kmemleak_object *object; local
1604 struct kmemleak_object *object; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/flac/include/FLAC++/
H A Dmetadata.h83 /** \defgroup flacpp_metadata_object FLAC++/metadata.h: metadata object classes
91 * \link flac_metadata_object C metadata object module \endlink.
93 * Any time a metadata object is constructed or assigned, you
95 * ::FLAC__StreamMetadata object was able to be created.
98 * When the get_*() methods of any metadata object method
111 /** Constructs a copy of the given object. This form
119 /** Constructs an object with copy control. When \a copy
121 * FLAC::Metadata::Prototype::Prototype(const ::FLAC__StreamMetadata *object).
123 * the pointer and the ::FLAC__StreamMetadata object will
127 * \code object !
278 StreamInfo(const StreamInfo &object) argument
279 StreamInfo(const ::FLAC__StreamMetadata &object) argument
280 StreamInfo(const ::FLAC__StreamMetadata *object) argument
286 StreamInfo(::FLAC__StreamMetadata *object, bool copy) argument
292 operator =(const StreamInfo &object) argument
293 operator =(const ::FLAC__StreamMetadata &object) argument
294 operator =(const ::FLAC__StreamMetadata *object) argument
300 assign(::FLAC__StreamMetadata *object, bool copy) argument
352 Padding(const Padding &object) argument
353 Padding(const ::FLAC__StreamMetadata &object) argument
354 Padding(const ::FLAC__StreamMetadata *object) argument
360 Padding(::FLAC__StreamMetadata *object, bool copy) argument
366 operator =(const Padding &object) argument
367 operator =(const ::FLAC__StreamMetadata &object) argument
368 operator =(const ::FLAC__StreamMetadata *object) argument
374 assign(::FLAC__StreamMetadata *object, bool copy) argument
405 Application(const Application &object) argument
406 Application(const ::FLAC__StreamMetadata &object) argument
407 Application(const ::FLAC__StreamMetadata *object) argument
413 Application(::FLAC__StreamMetadata *object, bool copy) argument
419 operator =(const Application &object) argument
420 operator =(const ::FLAC__StreamMetadata &object) argument
421 operator =(const ::FLAC__StreamMetadata *object) argument
427 assign(::FLAC__StreamMetadata *object, bool copy) argument
464 SeekTable(const SeekTable &object) argument
465 SeekTable(const ::FLAC__StreamMetadata &object) argument
466 SeekTable(const ::FLAC__StreamMetadata *object) argument
472 SeekTable(::FLAC__StreamMetadata *object, bool copy) argument
478 operator =(const SeekTable &object) argument
479 operator =(const ::FLAC__StreamMetadata &object) argument
480 operator =(const ::FLAC__StreamMetadata *object) argument
486 assign(::FLAC__StreamMetadata *object, bool copy) argument
612 VorbisComment(const VorbisComment &object) argument
613 VorbisComment(const ::FLAC__StreamMetadata &object) argument
614 VorbisComment(const ::FLAC__StreamMetadata *object) argument
620 VorbisComment(::FLAC__StreamMetadata *object, bool copy) argument
626 operator =(const VorbisComment &object) argument
627 operator =(const ::FLAC__StreamMetadata &object) argument
628 operator =(const ::FLAC__StreamMetadata *object) argument
634 assign(::FLAC__StreamMetadata *object, bool copy) argument
724 CueSheet(const CueSheet &object) argument
725 CueSheet(const ::FLAC__StreamMetadata &object) argument
726 CueSheet(const ::FLAC__StreamMetadata *object) argument
732 CueSheet(::FLAC__StreamMetadata *object, bool copy) argument
738 operator =(const CueSheet &object) argument
739 operator =(const ::FLAC__StreamMetadata &object) argument
740 operator =(const ::FLAC__StreamMetadata *object) argument
746 assign(::FLAC__StreamMetadata *object, bool copy) argument
809 Picture(const Picture &object) argument
810 Picture(const ::FLAC__StreamMetadata &object) argument
811 Picture(const ::FLAC__StreamMetadata *object) argument
817 Picture(::FLAC__StreamMetadata *object, bool copy) argument
823 operator =(const Picture &object) argument
824 operator =(const ::FLAC__StreamMetadata &object) argument
825 operator =(const ::FLAC__StreamMetadata *object) argument
831 assign(::FLAC__StreamMetadata *object, bool copy) argument
888 Unknown(const Unknown &object) argument
889 Unknown(const ::FLAC__StreamMetadata &object) argument
890 Unknown(const ::FLAC__StreamMetadata *object) argument
896 Unknown(::FLAC__StreamMetadata *object, bool copy) argument
902 operator =(const Unknown &object) argument
903 operator =(const ::FLAC__StreamMetadata &object) argument
904 operator =(const ::FLAC__StreamMetadata *object) argument
910 assign(::FLAC__StreamMetadata *object, bool copy) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/flac/include/FLAC++/
H A Dmetadata.h83 /** \defgroup flacpp_metadata_object FLAC++/metadata.h: metadata object classes
91 * \link flac_metadata_object C metadata object module \endlink.
93 * Any time a metadata object is constructed or assigned, you
95 * ::FLAC__StreamMetadata object was able to be created.
98 * When the get_*() methods of any metadata object method
111 /** Constructs a copy of the given object. This form
119 /** Constructs an object with copy control. When \a copy
121 * FLAC::Metadata::Prototype::Prototype(const ::FLAC__StreamMetadata *object).
123 * the pointer and the ::FLAC__StreamMetadata object will
127 * \code object !
278 StreamInfo(const StreamInfo &object) argument
279 StreamInfo(const ::FLAC__StreamMetadata &object) argument
280 StreamInfo(const ::FLAC__StreamMetadata *object) argument
286 StreamInfo(::FLAC__StreamMetadata *object, bool copy) argument
292 operator =(const StreamInfo &object) argument
293 operator =(const ::FLAC__StreamMetadata &object) argument
294 operator =(const ::FLAC__StreamMetadata *object) argument
300 assign(::FLAC__StreamMetadata *object, bool copy) argument
352 Padding(const Padding &object) argument
353 Padding(const ::FLAC__StreamMetadata &object) argument
354 Padding(const ::FLAC__StreamMetadata *object) argument
360 Padding(::FLAC__StreamMetadata *object, bool copy) argument
366 operator =(const Padding &object) argument
367 operator =(const ::FLAC__StreamMetadata &object) argument
368 operator =(const ::FLAC__StreamMetadata *object) argument
374 assign(::FLAC__StreamMetadata *object, bool copy) argument
405 Application(const Application &object) argument
406 Application(const ::FLAC__StreamMetadata &object) argument
407 Application(const ::FLAC__StreamMetadata *object) argument
413 Application(::FLAC__StreamMetadata *object, bool copy) argument
419 operator =(const Application &object) argument
420 operator =(const ::FLAC__StreamMetadata &object) argument
421 operator =(const ::FLAC__StreamMetadata *object) argument
427 assign(::FLAC__StreamMetadata *object, bool copy) argument
464 SeekTable(const SeekTable &object) argument
465 SeekTable(const ::FLAC__StreamMetadata &object) argument
466 SeekTable(const ::FLAC__StreamMetadata *object) argument
472 SeekTable(::FLAC__StreamMetadata *object, bool copy) argument
478 operator =(const SeekTable &object) argument
479 operator =(const ::FLAC__StreamMetadata &object) argument
480 operator =(const ::FLAC__StreamMetadata *object) argument
486 assign(::FLAC__StreamMetadata *object, bool copy) argument
612 VorbisComment(const VorbisComment &object) argument
613 VorbisComment(const ::FLAC__StreamMetadata &object) argument
614 VorbisComment(const ::FLAC__StreamMetadata *object) argument
620 VorbisComment(::FLAC__StreamMetadata *object, bool copy) argument
626 operator =(const VorbisComment &object) argument
627 operator =(const ::FLAC__StreamMetadata &object) argument
628 operator =(const ::FLAC__StreamMetadata *object) argument
634 assign(::FLAC__StreamMetadata *object, bool copy) argument
724 CueSheet(const CueSheet &object) argument
725 CueSheet(const ::FLAC__StreamMetadata &object) argument
726 CueSheet(const ::FLAC__StreamMetadata *object) argument
732 CueSheet(::FLAC__StreamMetadata *object, bool copy) argument
738 operator =(const CueSheet &object) argument
739 operator =(const ::FLAC__StreamMetadata &object) argument
740 operator =(const ::FLAC__StreamMetadata *object) argument
746 assign(::FLAC__StreamMetadata *object, bool copy) argument
809 Picture(const Picture &object) argument
810 Picture(const ::FLAC__StreamMetadata &object) argument
811 Picture(const ::FLAC__StreamMetadata *object) argument
817 Picture(::FLAC__StreamMetadata *object, bool copy) argument
823 operator =(const Picture &object) argument
824 operator =(const ::FLAC__StreamMetadata &object) argument
825 operator =(const ::FLAC__StreamMetadata *object) argument
831 assign(::FLAC__StreamMetadata *object, bool copy) argument
888 Unknown(const Unknown &object) argument
889 Unknown(const ::FLAC__StreamMetadata &object) argument
890 Unknown(const ::FLAC__StreamMetadata *object) argument
896 Unknown(::FLAC__StreamMetadata *object, bool copy) argument
902 operator =(const Unknown &object) argument
903 operator =(const ::FLAC__StreamMetadata &object) argument
904 operator =(const ::FLAC__StreamMetadata *object) argument
910 assign(::FLAC__StreamMetadata *object, bool copy) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/flac/include/FLAC++/
H A Dmetadata.h83 /** \defgroup flacpp_metadata_object FLAC++/metadata.h: metadata object classes
91 * \link flac_metadata_object C metadata object module \endlink.
93 * Any time a metadata object is constructed or assigned, you
95 * ::FLAC__StreamMetadata object was able to be created.
98 * When the get_*() methods of any metadata object method
111 /** Constructs a copy of the given object. This form
119 /** Constructs an object with copy control. When \a copy
121 * FLAC::Metadata::Prototype::Prototype(const ::FLAC__StreamMetadata *object).
123 * the pointer and the ::FLAC__StreamMetadata object will
127 * \code object !
278 StreamInfo(const StreamInfo &object) argument
279 StreamInfo(const ::FLAC__StreamMetadata &object) argument
280 StreamInfo(const ::FLAC__StreamMetadata *object) argument
286 StreamInfo(::FLAC__StreamMetadata *object, bool copy) argument
292 operator =(const StreamInfo &object) argument
293 operator =(const ::FLAC__StreamMetadata &object) argument
294 operator =(const ::FLAC__StreamMetadata *object) argument
300 assign(::FLAC__StreamMetadata *object, bool copy) argument
352 Padding(const Padding &object) argument
353 Padding(const ::FLAC__StreamMetadata &object) argument
354 Padding(const ::FLAC__StreamMetadata *object) argument
360 Padding(::FLAC__StreamMetadata *object, bool copy) argument
366 operator =(const Padding &object) argument
367 operator =(const ::FLAC__StreamMetadata &object) argument
368 operator =(const ::FLAC__StreamMetadata *object) argument
374 assign(::FLAC__StreamMetadata *object, bool copy) argument
405 Application(const Application &object) argument
406 Application(const ::FLAC__StreamMetadata &object) argument
407 Application(const ::FLAC__StreamMetadata *object) argument
413 Application(::FLAC__StreamMetadata *object, bool copy) argument
419 operator =(const Application &object) argument
420 operator =(const ::FLAC__StreamMetadata &object) argument
421 operator =(const ::FLAC__StreamMetadata *object) argument
427 assign(::FLAC__StreamMetadata *object, bool copy) argument
464 SeekTable(const SeekTable &object) argument
465 SeekTable(const ::FLAC__StreamMetadata &object) argument
466 SeekTable(const ::FLAC__StreamMetadata *object) argument
472 SeekTable(::FLAC__StreamMetadata *object, bool copy) argument
478 operator =(const SeekTable &object) argument
479 operator =(const ::FLAC__StreamMetadata &object) argument
480 operator =(const ::FLAC__StreamMetadata *object) argument
486 assign(::FLAC__StreamMetadata *object, bool copy) argument
612 VorbisComment(const VorbisComment &object) argument
613 VorbisComment(const ::FLAC__StreamMetadata &object) argument
614 VorbisComment(const ::FLAC__StreamMetadata *object) argument
620 VorbisComment(::FLAC__StreamMetadata *object, bool copy) argument
626 operator =(const VorbisComment &object) argument
627 operator =(const ::FLAC__StreamMetadata &object) argument
628 operator =(const ::FLAC__StreamMetadata *object) argument
634 assign(::FLAC__StreamMetadata *object, bool copy) argument
724 CueSheet(const CueSheet &object) argument
725 CueSheet(const ::FLAC__StreamMetadata &object) argument
726 CueSheet(const ::FLAC__StreamMetadata *object) argument
732 CueSheet(::FLAC__StreamMetadata *object, bool copy) argument
738 operator =(const CueSheet &object) argument
739 operator =(const ::FLAC__StreamMetadata &object) argument
740 operator =(const ::FLAC__StreamMetadata *object) argument
746 assign(::FLAC__StreamMetadata *object, bool copy) argument
809 Picture(const Picture &object) argument
810 Picture(const ::FLAC__StreamMetadata &object) argument
811 Picture(const ::FLAC__StreamMetadata *object) argument
817 Picture(::FLAC__StreamMetadata *object, bool copy) argument
823 operator =(const Picture &object) argument
824 operator =(const ::FLAC__StreamMetadata &object) argument
825 operator =(const ::FLAC__StreamMetadata *object) argument
831 assign(::FLAC__StreamMetadata *object, bool copy) argument
888 Unknown(const Unknown &object) argument
889 Unknown(const ::FLAC__StreamMetadata &object) argument
890 Unknown(const ::FLAC__StreamMetadata *object) argument
896 Unknown(::FLAC__StreamMetadata *object, bool copy) argument
902 operator =(const Unknown &object) argument
903 operator =(const ::FLAC__StreamMetadata &object) argument
904 operator =(const ::FLAC__StreamMetadata *object) argument
910 assign(::FLAC__StreamMetadata *object, bool copy) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cachefiles/
H A Dinterface.c27 * allocate an object record for a cookie lookup and prepare the lookup data
34 struct cachefiles_object *object; local
49 /* create a new object record and a temporary leaf image */
50 object = kmem_cache_alloc(cachefiles_object_jar, GFP_KERNEL);
51 if (!object)
54 ASSERTCMP(object->backer, ==, NULL);
56 BUG_ON(test_bit(CACHEFILES_OBJECT_ACTIVE, &object->flags));
57 atomic_set(&object->usage, 1);
59 fscache_object_init(&object->fscache, cookie, &cache->cache);
61 object
123 struct cachefiles_object *parent, *object; local
166 struct cachefiles_object *object; local
186 struct cachefiles_object *object = local
204 struct cachefiles_object *object; local
248 struct cachefiles_object *object; local
303 struct cachefiles_object *object; local
380 struct cachefiles_object *object; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpimsginit.c27 /* The actual message size for each object type */
29 /* The actual response size for each object type */
52 static void hpi_init_message(struct hpi_message *phm, u16 object, argument
56 if ((object > 0) && (object <= HPI_OBJ_MAXINDEX))
57 phm->size = msg_size[object];
65 phm->object = object;
74 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, argument
79 if ((object >
90 hpi_init_message_response(struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) argument
100 hpi_init_messageV1(struct hpi_message_header *phm, u16 size, u16 object, u16 function) argument
114 hpi_init_responseV1(struct hpi_response_header *phr, u16 size, u16 object, u16 function) argument
124 hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, struct hpi_response_header *phr, u16 res_size, u16 object, u16 function) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/asihpi/
H A Dhpimsginit.c27 /* The actual message size for each object type */
29 /* The actual response size for each object type */
52 static void hpi_init_message(struct hpi_message *phm, u16 object, argument
56 if ((object > 0) && (object <= HPI_OBJ_MAXINDEX))
57 phm->size = msg_size[object];
65 phm->object = object;
74 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, argument
79 if ((object >
90 hpi_init_message_response(struct hpi_message *phm, struct hpi_response *phr, u16 object, u16 function) argument
100 hpi_init_messageV1(struct hpi_message_header *phm, u16 size, u16 object, u16 function) argument
114 hpi_init_responseV1(struct hpi_response_header *phr, u16 size, u16 object, u16 function) argument
124 hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, struct hpi_response_header *phr, u16 res_size, u16 object, u16 function) argument
[all...]

Completed in 309 milliseconds

1234567891011>>