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

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
opt-diff.py 6 pair of directories too). A new attribute 'Added' is set to True or False
7 depending whether the entry is added or removed from the first input to the
61 added = set(all_remarks2.values()) - set(all_remarks1.values()) variable
64 for r in added:
65 r.Added = True
67 r.Added = False
69 result = list(added | removed)
  /src/external/bsd/nsd/dist/
axfr.c 27 int added; local
83 added = packet_encode_rr(query,
87 if (!added) {
123 added = packet_encode_rr(
131 if(added) {
138 if (!added)
155 added = packet_encode_rr(query,
159 if (added) {
mini_event.h 97 /* fdset for read write, for fds ready, and added */
105 /** ready plus newly added events. */
125 /** is event already added */
126 int added; member in struct:event
packet.c 108 uint16_t added = 0; local
135 ++added;
145 ++added;
166 ++added;
181 added = 0;
191 added = 0;
194 return added;
  /src/external/gpl3/binutils/dist/binutils/
binemul.c 83 bool added = false; local
91 added = true;
96 return added;
  /src/external/gpl3/binutils.old/dist/binutils/
binemul.c 83 bool added = false; local
91 added = true;
96 return added;
  /src/external/gpl3/binutils/dist/gas/
symbols.h 157 int added; /* nasty thing happened yet? */ member in struct:broken_word
158 /* 1: added and has a long-jump */
159 /* 2: added but uses someone elses long-jump */
  /src/external/gpl3/binutils.old/dist/gas/
symbols.h 157 int added; /* nasty thing happened yet? */ member in struct:broken_word
158 /* 1: added and has a long-jump */
159 /* 2: added but uses someone elses long-jump */
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
enum.h 40 bool added; member in class:EnumDeclaration
  /src/sys/arch/evbmips/sbmips/
machdep.c 228 int added; local
239 added = 0;
256 added = 1;
259 if (added)
260 printf("added to map\n");
262 printf("not added to map\n");
  /src/sys/arch/sbmips/sbmips/
machdep.c 214 int added; local
224 added = 0;
241 added = 1;
244 if (added)
245 printf("added to map\n");
247 printf("not added to map\n");
  /src/external/bsd/openldap/dist/servers/lloadd/
tier_weighted.c 122 uintptr_t added = 1; local
129 added = 0;
154 tier->t_nbackends += added;
  /src/crypto/external/apache2/openssl/dist/crypto/engine/
eng_table.c 87 int ret = 0, added = 0; local
93 added = 1;
96 /* The cleanup callback needs to be added */
97 if (added && !engine_cleanup_add_first(cleanup)) {
  /src/crypto/external/apache2/openssl/dist/crypto/
provider_conf.c 320 int added = 0; local
382 added = ok;
384 if (added == 0)
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
eng_table.c 87 int ret = 0, added = 0; local
93 added = 1;
96 /* The cleanup callback needs to be added */
97 if (added && !engine_cleanup_add_first(cleanup)) {
  /src/crypto/external/bsd/openssl/dist/crypto/
provider_conf.c 210 int added = 0; local
334 added = 1;
336 if (added == 0)
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
eng_table.c 86 int ret = 0, added = 0; local
90 added = 1;
93 if (added)
94 /* The cleanup callback needs to be added */
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 46 // About Module states: added->loaded->finalized.
48 // The purpose of the "added" state is having modules in standby. (added=known
85 iterator_range<ModulePtrSet::iterator> added() { function in class:llvm::MCJIT::OwningModuleContainer
130 // Remove the module from the "Added" set.
311 // definition of that mangled name has been added to the JIT).
320 // JITSymbol if a definition of the name has been added to the JIT.
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
omr-watcher.h 53 bool added, removed, ignore; member in struct:omr_prefix
192 // Adds the specified prefix at the specified priority. Returns true if prefix was added, false otherwise.
  /src/external/bsd/unbound/dist/util/
mini_event.h 112 /* fdset for read write, for fds ready, and added */
120 /** ready plus newly added events. */
138 /** is event already added */
139 int added; member in struct:event
winsock_event.h 173 /** is event already added */
174 int added; member in struct:event
191 /** index of this event in the items array (if added) */
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
localealias.c 161 size_t added; local
191 added = 0;
192 while (added == 0 && locale_alias_path[0] != '\0')
205 added = read_alias_file (start, locale_alias_path - start);
208 while (added != 0);
222 size_t added; local
250 added = 0;
361 ++added;
382 if (added > 0)
386 return added;
    [all...]
  /src/external/gpl2/grep/dist/intl/
localealias.c 143 size_t added; local
175 added = 0;
176 while (added == 0 && locale_alias_path[0] != '\0')
189 added = read_alias_file (start, locale_alias_path - start);
192 while (added != 0);
210 size_t added; local
232 added = 0;
303 return added;
316 return added;
342 ++added;
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
localealias.c 158 size_t added; local
190 added = 0;
191 while (added == 0 && locale_alias_path[0] != '\0')
204 added = read_alias_file (start, locale_alias_path - start);
207 while (added != 0);
223 size_t added; local
245 added = 0;
305 return added;
318 return added;
344 ++added;
    [all...]
  /src/external/gpl3/binutils/dist/libctf/
ctf-string.c 51 a provisional string added by ctf_str_add*() but not yet built into a
280 necessary. Return the atom added. Return NULL only when out of memory
294 int added = 0; local
298 /* Existing atoms get refs added only if they are provisional:
351 added = 1;
356 ref added. */
378 if (added)
389 provisional offset is assigned to should be added as a ref using
623 added.

Completed in 52 milliseconds

1 2 3 4