Searched refs:elements (Results 51 - 75 of 236) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/bcb5/
H A Delements.mak16 PROJECT = Release\elements.exe
17 OBJFILES = Release\obj\examples\elements.obj
19 MAINSOURCE = elements.bpf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/bcb5/
H A Delements.mak16 PROJECT = Release\elements.exe
17 OBJFILES = Release\obj\examples\elements.obj
19 MAINSOURCE = elements.bpf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dacpi_pcihp.c53 union acpi_object *fields = record->package.elements;
83 union acpi_object *fields = record->package.elements;
112 union acpi_object *fields = record->package.elements;
173 record = &package->package.elements[i];
179 fields = record->package.elements;
236 fields = package->package.elements;
H A Dacpiphp_ibm.c303 !(package->package.elements)) {
309 if (package->package.elements[i].type != ACPI_TYPE_BUFFER) {
313 size += package->package.elements[i].buffer.length;
333 package->package.elements[i].buffer.pointer,
334 package->package.elements[i].buffer.length);
335 size += package->package.elements[i].buffer.length;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/
H A DMakefile53 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
58 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
148 examples/elements.o: examples/elements.c
149 examples/elements: examples/elements.o $(LIBRARY)
H A DMakefile.in56 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
61 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
151 examples/elements.o: examples/elements.c
152 examples/elements: examples/elements.o $(LIBRARY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/bcb5/
H A Delements.mak16 PROJECT = Release\elements.exe
17 OBJFILES = Release\obj\examples\elements.obj
19 MAINSOURCE = elements.bpf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddsobject.c119 * We didn't find the target and we are populating elements
143 /* Special object resolution for elements of a package */
152 * elements can only be "data objects" or method references.
353 * element_count - Number of elements in the package - this is
362 * NOTE: The number of elements in the package will be always be the num_elements
363 * count, regardless of the number of elements in the package list. If
364 * num_elements is smaller, only that many package list elements are used.
416 obj_desc->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size)
420 if (!obj_desc->package.elements) {
428 * Initialize the elements o
[all...]
H A Dutcopy.c263 elements[this_index];
287 target_object->package.elements =
296 * Save space for the array of objects (Package elements)
360 external_object->package.elements = ACPI_CAST_PTR(union acpi_object,
592 package_elements = package_object->package.elements;
601 elements[i],
837 &state->pkg.dest_object->package.elements[this_index];
935 dest_obj->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size)
939 if (!dest_obj->package.elements) {
H A Dexdebug.c170 elements[i], level + 4, i + 1);
H A Dexoparg6.c92 * Package elements will be implicitly converted to the type of
280 this_element = operand[0]->package.elements[index];
282 /* Treat any uninitialized (NULL) elements as non-matching */
H A Drscalc.c146 * The resource_source_index and resource_source are optional elements of some
530 * The base size is the number of elements * the sizes of the
538 top_object_list = package_object->package.elements;
555 * four IRQ elements: Address, Pin, Source and source_index
557 sub_object_list = package_element->package.elements;
H A Drscreate.c62 * indicates how may u8 elements of output_buffer are valid.
188 top_object_list = package_object->package.elements;
234 * elements: [Address, Pin, Source, source_index]
236 sub_object_list = (*top_object_list)->package.elements;
H A Dexdump.c105 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(package.elements), "Element List"},
584 obj_desc->package.elements);
587 * If elements exist, package element pointer is valid,
588 * and debug_level exceeds 1, dump package's elements.
591 obj_desc->package.elements && acpi_dbg_level > 1) {
595 elements[index],
885 * DESCRIPTION: Dumps the elements of the package
907 /* Null package elements are allowed */
952 acpi_ex_dump_package_obj(obj_desc->package.elements[i],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhashmap.tex35 // iterate over all the elements in the class
133 \twocolitem{wxHashMap::iterator}{Used to enumerate all the elements in a hash
135 \twocolitem{wxHashMap::const\_iterator}{Used to enumerate all the elements
181 Removes all elements from the hash map.
187 Counts the number of elements with the given key present in the map.
194 Returns true if the hash map does not contain any elements, false otherwise.
209 Erases the element with the given key, and returns the number of elements
250 Returns the number of elements in the map.
H A Dtcontain.tex39 new container class containing the elements of given type and is needed for all
43 declaration), otherwise destructors of the container elements will not be
55 wxArrayString. The first three store elements of corresponding types, but
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/
H A DMakefile.in53 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
58 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
148 examples/elements.o: examples/elements.c
149 examples/elements: examples/elements.o $(LIBRARY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dhash.c30 hash->elements = 0;
37 * called to remove the elements inside of the hash. if you don't remove the
38 * elements, memory might be leaked. */
69 * (or supplied) iterator to access the elements until hash_iterate returns
87 /* there are still other elements in the list */
201 hash->elements++;
244 hash->elements--;
291 /* copy the elements */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dutils.c100 union acpi_object *element = &(package->package.elements[i]);
186 union acpi_object *element = &(package->package.elements[i]);
333 printk(KERN_ERR PREFIX "[Package] has zero elements (%p)\n",
349 element = &(package->package.elements[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dtransaction.c50 linked list and try to use the elements of the list in preference
112 /* the list of transaction elements. We use a doubly linked
117 struct tdb_transaction_el *elements, *elements_last; member in struct:tdb_transaction
136 of transaction elements, then if not do a real read
185 /* its not in the transaction elements - do a real read */
308 tdb->transaction->elements = el;
352 /* add a write to the transaction elements, so subsequent
507 /* free all the transaction elements */
508 while (tdb->transaction->elements) {
509 struct tdb_transaction_el *el = tdb->transaction->elements;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl1954 my @elements = split(/($ops|;)/, $opline);
1959 for (my $n = 0; $n < $#elements; $n += 2) {
1960 $off += length($elements[$n]);
1965 if (length($opline) >= ($off + length($elements[$n + 1]))) {
1966 $cc = substr($opline, $off + length($elements[$n + 1]));
1971 $a = 'V' if ($elements[$n] ne '');
1972 $a = 'W' if ($elements[$n] =~ /\s$/);
1973 $a = 'C' if ($elements[$n] =~ /$;$/);
1974 $a = 'B' if ($elements[$n] =~ /(\[|\()$/);
1975 $a = 'O' if ($elements[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dpcc-cpufreq.c277 offset = &(pccp->package.elements[0]);
285 offset = &(pccp->package.elements[1]);
430 member = &out_obj->package.elements[0];
485 member = &out_obj->package.elements[1];
504 member = &out_obj->package.elements[2];
512 member = &out_obj->package.elements[3];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-scmi.c188 obj = pkg->package.elements;
225 obj = pkg->package.elements + 1;
233 obj = pkg->package.elements + 2;
315 obj = obj->package.elements;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dasus_atk0110.c290 return &pack->package.elements[offset];
675 union acpi_object *obj = &pack->package.elements[i];
704 union acpi_object *pack = &ret->package.elements[i];
711 id = &pack->package.elements[0];
948 union acpi_object *obj = &pack->package.elements[i];
970 union acpi_object *obj = &pack->package.elements[i];
992 union acpi_object *obj = &pack->package.elements[i];
1027 union acpi_object *obj = &pack->package.elements[i];
1033 id = &obj->package.elements[0];
1142 union acpi_object *obj = &pack->package.elements[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Domap2_mcspi.c308 int elements; local
354 elements = element_count - 1;
356 elements--;
359 data_type, elements, 1,
400 ((u8 *)xfer->rx_buf)[elements++] = w;
402 ((u16 *)xfer->rx_buf)[elements++] = w;
404 ((u32 *)xfer->rx_buf)[elements++] = w;
422 ((u8 *)xfer->rx_buf)[elements] = w;
424 ((u16 *)xfer->rx_buf)[elements] = w;
426 ((u32 *)xfer->rx_buf)[elements]
[all...]

Completed in 206 milliseconds

12345678910