HomeSort by: relevance | last modified time | path
    Searched defs:element (Results 1 - 25 of 336) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/stdlib/
lsearch.c 81 char *element, *end; local
88 for (element = (char *)base; element < end; element += width)
89 if (!compar(element, key)) /* key found */
90 return element;
lsearch.c 81 char *element, *end; local
88 for (element = (char *)base; element < end; element += width)
89 if (!compar(element, key)) /* key found */
90 return element;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-phinodes.h 45 struct phi_arg_d *element, *root; local
49 /* Since the use is the first thing in a PHI argument element, we can
55 element = (struct phi_arg_d *)use;
57 index = element - root;
60 then imm_use is likely not the first element in phi_arg_d. */
61 gcc_checking_assert ((((char *)element - (char *)root)
tree-phinodes.h 45 struct phi_arg_d *element, *root; local
49 /* Since the use is the first thing in a PHI argument element, we can
55 element = (struct phi_arg_d *)use;
57 index = element - root;
60 then imm_use is likely not the first element in phi_arg_d. */
61 gcc_checking_assert ((((char *)element - (char *)root)
  /src/external/gpl3/gcc/dist/gcc/
tree-phinodes.h 51 struct phi_arg_d *element, *root; local
55 /* Since the use is the first thing in a PHI argument element, we can
61 element = (struct phi_arg_d *)use;
63 index = element - root;
66 then imm_use is likely not the first element in phi_arg_d. */
67 gcc_checking_assert ((((char *)element - (char *)root)
tree-phinodes.h 51 struct phi_arg_d *element, *root; local
55 /* Since the use is the first thing in a PHI argument element, we can
61 element = (struct phi_arg_d *)use;
63 index = element - root;
66 then imm_use is likely not the first element in phi_arg_d. */
67 gcc_checking_assert ((((char *)element - (char *)root)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
vla-cxx.cc 20 struct element struct
24 element(container &cc) : c (cc) { } function in struct:element
29 element e;
vla-cxx.cc 20 struct element struct
24 element(container &cc) : c (cc) { } function in struct:element
29 element e;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
vla-cxx.cc 20 struct element struct
24 element(container &cc) : c (cc) { } function in struct:element
29 element e;
vla-cxx.cc 20 struct element struct
24 element(container &cc) : c (cc) { } function in struct:element
29 element e;
  /src/tests/include/sys/
t_pslist.c 57 struct element { struct
70 struct element *element; local
107 PSLIST_WRITER_FOREACH(element, &h, struct element, entry) {
108 ATF_CHECK_EQ(i, element->i);
112 PSLIST_READER_FOREACH(element, &h, struct element, entry) {
113 ATF_CHECK_EQ(i, element->i);
117 while ((element = PSLIST_WRITER_FIRST(&h, struct element, entry)
    [all...]
t_pslist.c 57 struct element { struct
70 struct element *element; local
107 PSLIST_WRITER_FOREACH(element, &h, struct element, entry) {
108 ATF_CHECK_EQ(i, element->i);
112 PSLIST_READER_FOREACH(element, &h, struct element, entry) {
113 ATF_CHECK_EQ(i, element->i);
117 while ((element = PSLIST_WRITER_FIRST(&h, struct element, entry)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
langprefs.c 68 CFTypeRef element = CFArrayGetValueAtIndex (prefArray, i); local
69 if (element != NULL
70 && CFGetTypeID (element) == CFStringGetTypeID ()
71 && CFStringGetCString ((CFStringRef)element,
98 CFTypeRef element = local
100 if (element != NULL
101 && CFGetTypeID (element) == CFStringGetTypeID ()
102 && CFStringGetCString ((CFStringRef)element,
langprefs.c 68 CFTypeRef element = CFArrayGetValueAtIndex (prefArray, i); local
69 if (element != NULL
70 && CFGetTypeID (element) == CFStringGetTypeID ()
71 && CFStringGetCString ((CFStringRef)element,
98 CFTypeRef element = local
100 if (element != NULL
101 && CFGetTypeID (element) == CFStringGetTypeID ()
102 && CFStringGetCString ((CFStringRef)element,
  /src/external/gpl3/gdb.old/dist/gdb/
type-stack.c 30 union type_stack_elt element; local
47 element.piece = tp;
48 insert_into (slot, element);
56 union type_stack_elt element; local
67 element.piece = tp_space_identifier;
68 insert_into (slot, element);
69 element.int_val
72 insert_into (slot, element);
type-stack.c 30 union type_stack_elt element; local
47 element.piece = tp;
48 insert_into (slot, element);
56 union type_stack_elt element; local
67 element.piece = tp_space_identifier;
68 insert_into (slot, element);
69 element.int_val
72 insert_into (slot, element);
  /src/external/mpl/bind/dist/lib/ns/
sortlist.c 112 * the 2nd element of a 2-element
145 const dns_aclelement_t *element = sla->element; local
147 if (dns_aclelement_match(addr, NULL, element, env, NULL)) {
sortlist.c 112 * the 2nd element of a 2-element
145 const dns_aclelement_t *element = sla->element; local
147 if (dns_aclelement_match(addr, NULL, element, env, NULL)) {
  /src/external/gpl3/gdb/dist/gdb/
type-stack.c 30 union type_stack_elt element; local
47 element.piece = tp;
48 insert_into (slot, element);
56 union type_stack_elt element; local
67 element.piece = tp_space_identifier;
68 insert_into (slot, element);
69 element.int_val
72 insert_into (slot, element);
type-stack.c 30 union type_stack_elt element; local
47 element.piece = tp;
48 insert_into (slot, element);
56 union type_stack_elt element; local
67 element.piece = tp_space_identifier;
68 insert_into (slot, element);
69 element.int_val
72 insert_into (slot, element);
  /src/usr.sbin/altq/libaltq/
qop_cdnr.h 39 } element; member in union:cdnrinfo::__anon8411
qop_cdnr.h 39 } element; member in union:cdnrinfo::__anon8411
  /src/external/gpl3/gcc/dist/libgomp/config/accel/
target-indirect.c 45 htab_hash (hash_entry_type element)
47 return hash_pointer (element->host_addr);
89 struct indirect_map_t element = { *map_entry, NULL }; local
90 hash_entry_type *slot = htab_find_slot (&indirect_htab, &element,
106 struct indirect_map_t element = { ptr, NULL }; local
107 hash_entry_type entry = htab_find (indirect_htab, &element);
target-indirect.c 45 htab_hash (hash_entry_type element)
47 return hash_pointer (element->host_addr);
89 struct indirect_map_t element = { *map_entry, NULL }; local
90 hash_entry_type *slot = htab_find_slot (&indirect_htab, &element,
106 struct indirect_map_t element = { ptr, NULL }; local
107 hash_entry_type entry = htab_find (indirect_htab, &element);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mem_test.cc 21 int element = Ident(42); local
25 MEMSET(array, element, size);
26 MEMSET(array, element, size - 1);
27 MEMSET(array + length - 1, element, sizeof(T));
28 MEMSET(array, element, 1);
31 MEMSET(array - 10, element, zero);
32 MEMSET(array - 1, element, zero);
33 MEMSET(array, element, zero);
40 EXPECT_DEATH(MEMSET((char*)(array + length) - 1, element, 6),
42 EXPECT_DEATH(MEMSET(array + 1, element, size + sizeof(T))
    [all...]

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>