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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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))) | \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/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);
H A Dformat.h40 void FLAC__format_entropy_coding_method_partitioned_rice_contents_init(FLAC__EntropyCodingMethod_PartitionedRiceContents *object);
41 void FLAC__format_entropy_coding_method_partitioned_rice_contents_clear(FLAC__EntropyCodingMethod_PartitionedRiceContents *object);
42 FLAC__bool FLAC__format_entropy_coding_method_partitioned_rice_contents_ensure_size(FLAC__EntropyCodingMethod_PartitionedRiceContents *object, unsigned max_partition_order);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/api/
H A DMakefile4 object.html
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
H A Dnsobject.c58 * Type - Type of object, or ACPI_TYPE_ANY if not
63 * DESCRIPTION: Record the given object as the value associated with the
74 union acpi_operand_object *object, acpi_object_type type)
93 if (!object && (ACPI_TYPE_ANY != type)) {
95 /* Null object */
98 "Null object, but type not ACPI_TYPE_ANY"));
111 /* Check if this object is already attached */
113 if (node->object == object) {
116 object, nod
73 acpi_ns_attach_object(struct acpi_namespace_node *node, union acpi_operand_object *object, acpi_object_type type) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
H A Dhpimsginit.h29 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function,
33 struct hpi_response *phr, u16 object, u16 function);
36 u16 object, u16 function);
39 struct hpi_response_header *phr, u16 res_size, u16 object,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DTupleTupleBinding.java47 public void objectToKey(Object object, DatabaseEntry key) { argument
49 TupleOutput output = getTupleOutput(object);
50 objectToKey(object, output);
55 public void objectToData(Object object, DatabaseEntry data) { argument
57 TupleOutput output = getTupleOutput(object);
58 objectToData(object, output);
65 * Constructs an entity object from {@link TupleInput} key and data
68 * @param keyInput is the {@link TupleInput} key entry object.
70 * @param dataInput is the {@link TupleInput} data entry object.
72 * @return the entity object constructe
85 objectToKey(Object object, TupleOutput output) argument
95 objectToData(Object object, TupleOutput output) argument
[all...]
H A DTupleInputBinding.java16 * object as the key or data object.
41 public void objectToEntry(Object object, DatabaseEntry entry) { argument
43 TupleBinding.inputToEntry((TupleInput) object, entry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_global.c38 void *object; member in struct:drm_global_item
51 item->object = NULL;
61 BUG_ON(item->object != NULL);
70 void *object; local
74 item->object = kzalloc(ref->size, GFP_KERNEL);
75 if (unlikely(item->object == NULL)) {
80 ref->object = item->object;
87 ref->object = item->object;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DSerialSerialBinding.java21 * object.</p>
75 public void objectToKey(Object object, DatabaseEntry key) { argument
77 object = objectToKey(object);
78 keyBinding.objectToEntry(object, key);
82 public void objectToData(Object object, DatabaseEntry data) { argument
84 object = objectToData(object);
85 dataBinding.objectToEntry(object, data);
89 * Constructs an entity object fro
106 objectToKey(Object object) argument
115 objectToData(Object object) argument
[all...]
H A DTupleSerialBinding.java19 * a tuple and its data entry as a serialized object.
24 * concrete subclass to convert these objects to/from an entity object.</p>
70 public void objectToKey(Object object, DatabaseEntry key) { argument
72 TupleOutput output = getTupleOutput(object);
73 objectToKey(object, output);
78 public void objectToData(Object object, DatabaseEntry data) { argument
80 object = objectToData(object);
81 dataBinding.objectToEntry(object, data);
85 * Constructs an entity object fro
105 objectToKey(Object object, TupleOutput keyOutput) argument
114 objectToData(Object object) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c162 static void seektable_calculate_length_(FLAC__StreamMetadata *object) argument
164 FLAC__ASSERT(0 != object);
165 FLAC__ASSERT(object->type == FLAC__METADATA_TYPE_SEEKTABLE);
167 object->length = object->data.seek_table.num_points * FLAC__STREAM_METADATA_SEEKPOINT_LENGTH;
190 static void vorbiscomment_calculate_length_(FLAC__StreamMetadata *object) argument
194 FLAC__ASSERT(object->type == FLAC__METADATA_TYPE_VORBIS_COMMENT);
196 object->length = (FLAC__STREAM_METADATA_VORBIS_COMMENT_ENTRY_LENGTH_LEN) / 8;
197 object->length += object
249 vorbiscomment_set_entry_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry *dest, const FLAC__StreamMetadata_VorbisComment_Entry *src, FLAC__bool copy) argument
295 vorbiscomment_find_entry_from_(const FLAC__StreamMetadata *object, unsigned offset, const char *field_name, unsigned field_name_length) argument
311 cuesheet_calculate_length_(FLAC__StreamMetadata *object) argument
398 cuesheet_set_track_(FLAC__StreamMetadata *object, FLAC__StreamMetadata_CueSheet_Track *dest, const FLAC__StreamMetadata_CueSheet_Track *src, FLAC__bool copy) argument
435 FLAC__StreamMetadata *object; local
524 FLAC__metadata_object_clone(const FLAC__StreamMetadata *object) argument
631 FLAC__metadata_object_delete_data(FLAC__StreamMetadata *object) argument
690 FLAC__metadata_object_delete(FLAC__StreamMetadata *object) argument
903 FLAC__metadata_object_application_set_data(FLAC__StreamMetadata *object, FLAC__byte *data, unsigned length, FLAC__bool copy) argument
929 FLAC__metadata_object_seektable_resize_points(FLAC__StreamMetadata *object, unsigned new_num_points) argument
975 FLAC__metadata_object_seektable_set_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
984 FLAC__metadata_object_seektable_insert_point(FLAC__StreamMetadata *object, unsigned point_num, FLAC__StreamMetadata_SeekPoint point) argument
1004 FLAC__metadata_object_seektable_delete_point(FLAC__StreamMetadata *object, unsigned point_num) argument
1019 FLAC__metadata_object_seektable_is_legal(const FLAC__StreamMetadata *object) argument
1027 FLAC__metadata_object_seektable_template_append_placeholders(FLAC__StreamMetadata *object, unsigned num) argument
1039 FLAC__metadata_object_seektable_template_append_point(FLAC__StreamMetadata *object, FLAC__uint64 sample_number) argument
1058 FLAC__metadata_object_seektable_template_append_points(FLAC__StreamMetadata *object, FLAC__uint64 sample_numbers[], unsigned num) argument
1083 FLAC__metadata_object_seektable_template_append_spaced_points(FLAC__StreamMetadata *object, unsigned num, FLAC__uint64 total_samples) argument
1108 FLAC__metadata_object_seektable_template_append_spaced_points_by_samples(FLAC__StreamMetadata *object, unsigned samples, FLAC__uint64 total_samples) argument
1141 FLAC__metadata_object_seektable_template_sort(FLAC__StreamMetadata *object, FLAC__bool compact) argument
1153 FLAC__metadata_object_vorbiscomment_set_vendor_string(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) argument
1160 FLAC__metadata_object_vorbiscomment_resize_comments(FLAC__StreamMetadata *object, unsigned new_num_comments) argument
1208 FLAC__metadata_object_vorbiscomment_set_comment(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) argument
1218 FLAC__metadata_object_vorbiscomment_insert_comment(FLAC__StreamMetadata *object, unsigned comment_num, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) argument
1242 FLAC__metadata_object_vorbiscomment_append_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool copy) argument
1249 FLAC__metadata_object_vorbiscomment_replace_comment(FLAC__StreamMetadata *object, FLAC__StreamMetadata_VorbisComment_Entry entry, FLAC__bool all, FLAC__bool copy) argument
1289 FLAC__metadata_object_vorbiscomment_delete_comment(FLAC__StreamMetadata *object, unsigned comment_num) argument
1383 FLAC__metadata_object_vorbiscomment_find_entry_from(const FLAC__StreamMetadata *object, unsigned offset, const char *field_name) argument
1390 FLAC__metadata_object_vorbiscomment_remove_entry_matching(FLAC__StreamMetadata *object, const char *field_name) argument
1410 FLAC__metadata_object_vorbiscomment_remove_entries_matching(FLAC__StreamMetadata *object, const char *field_name) argument
1436 FLAC__metadata_object_cuesheet_track_clone(const FLAC__StreamMetadata_CueSheet_Track *object) argument
1452 FLAC__metadata_object_cuesheet_track_delete_data(FLAC__StreamMetadata_CueSheet_Track *object) argument
1462 FLAC__metadata_object_cuesheet_track_delete(FLAC__StreamMetadata_CueSheet_Track *object) argument
1468 FLAC__metadata_object_cuesheet_track_resize_indices(FLAC__StreamMetadata *object, unsigned track_num, unsigned new_num_indices) argument
1512 FLAC__metadata_object_cuesheet_track_insert_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num, FLAC__StreamMetadata_CueSheet_Index index) argument
1534 FLAC__metadata_object_cuesheet_track_insert_blank_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num) argument
1541 FLAC__metadata_object_cuesheet_track_delete_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num) argument
1560 FLAC__metadata_object_cuesheet_resize_tracks(FLAC__StreamMetadata *object, unsigned new_num_tracks) argument
1608 FLAC__metadata_object_cuesheet_set_track(FLAC__StreamMetadata *object, unsigned track_num, FLAC__StreamMetadata_CueSheet_Track *track, FLAC__bool copy) argument
1616 FLAC__metadata_object_cuesheet_insert_track(FLAC__StreamMetadata *object, unsigned track_num, FLAC__StreamMetadata_CueSheet_Track *track, FLAC__bool copy) argument
1637 FLAC__metadata_object_cuesheet_insert_blank_track(FLAC__StreamMetadata *object, unsigned track_num) argument
1644 FLAC__metadata_object_cuesheet_delete_track(FLAC__StreamMetadata *object, unsigned track_num) argument
1666 FLAC__metadata_object_cuesheet_is_legal(const FLAC__StreamMetadata *object, FLAC__bool check_cd_da_subset, const char **violation) argument
1699 FLAC__metadata_object_cuesheet_calculate_cddb_id(const FLAC__StreamMetadata *object) argument
1721 FLAC__metadata_object_picture_set_mime_type(FLAC__StreamMetadata *object, char *mime_type, FLAC__bool copy) argument
1753 FLAC__metadata_object_picture_set_description(FLAC__StreamMetadata *object, FLAC__byte *description, FLAC__bool copy) argument
1785 FLAC__metadata_object_picture_set_data(FLAC__StreamMetadata *object, FLAC__byte *data, FLAC__uint32 length, FLAC__bool copy) argument
1813 FLAC__metadata_object_picture_is_legal(const FLAC__StreamMetadata *object, const char **violation) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/bootp/
H A Dinitrd.S1 .type initrd_start,#object
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfscache-cache.h62 struct fscache_object *fsdef; /* object for the fsdef index */
71 * operation to be applied to a cache object
80 struct list_head pend_link; /* link in object->pending_ops */
81 struct fscache_object *object; /* object to be operated upon */ member in struct:fscache_operation
90 #define FSCACHE_OP_DEC_READ_CNT 7 /* decrement object->n_reads on destruction */
128 * object and processor if needed.
204 * - defer writes until cache object lookup completion
218 /* allocate an object record for a cookie */
222 /* look up the object fo
411 fscache_object_init(struct fscache_object *object, struct fscache_cookie *cookie, struct fscache_cache *cache) argument
464 fscache_object_lookup_error(struct fscache_object *object) argument
481 fscache_set_store_limit(struct fscache_object *object, loff_t i_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dwrapper49 # directory for object and other files used by this script
50 object=arch/powerpc/boot
51 objbin=$object
102 object="$1"
125 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then
126 dts="$object/dts/$dts"
138 platformo=$object/"$platform".o
139 lds=$object/zImage.lds
149 platformo=$object/of.o
153 platformo=$object/o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/
H A DEntityBinding.java14 * A binding between a key-value entry pair and an entity object.
40 * @param object is the source Object.
44 void objectToKey(Object object, DatabaseEntry key); argument
49 * @param object is the source Object.
53 void objectToData(Object object, DatabaseEntry data); argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dmetadata.h112 * directly is more complex. The metadata object routines here facilitate
165 * stored. The \a tags object must be deleted by
184 * stored. The \a cuesheet object must be deleted by
208 * stored. The \a picture object must be deleted by
262 * the current iterator position. The returned object is yours to modify
269 * Use the object creation functions from
366 /** Free an iterator instance. Deletes the object pointed to by \a iterator.
536 * You must call FLAC__metadata_object_delete() on the returned object
681 * FLAC__metadata_iterator_get_block(). The pointer to the object
800 /** Free a chain instance. Deletes the object pointe
[all...]

Completed in 139 milliseconds

1234567891011>>