HomeSort by: relevance | last modified time | path
    Searched refs:AVAILABLE (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
memmem.c 28 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l))
strstr.c 30 #define AVAILABLE(h, h_l, j, n_l) \
str-two-way.h 22 AVAILABLE(h, h_l, j, n_l)
230 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
232 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
257 while (AVAILABLE (haystack, haystack_len, j, needle_len))
291 while (AVAILABLE (haystack, haystack_len, j, needle_len))
322 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
325 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
362 while (AVAILABLE (haystack, haystack_len, j, needle_len))
414 while (AVAILABLE (haystack, haystack_len, j, needle_len))
448 #undef AVAILABLE
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
memmem.c 28 #define AVAILABLE(h, h_l, j, n_l) ((j) <= (h_l) - (n_l))
strstr.c 30 #define AVAILABLE(h, h_l, j, n_l) \
str-two-way.h 22 AVAILABLE(h, h_l, j, n_l)
230 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
232 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
257 while (AVAILABLE (haystack, haystack_len, j, needle_len))
291 while (AVAILABLE (haystack, haystack_len, j, needle_len))
322 If AVAILABLE does not modify HAYSTACK_LEN (as in memmem), then at
325 If AVAILABLE modifies HAYSTACK_LEN (as in strstr), then at most 3 *
362 while (AVAILABLE (haystack, haystack_len, j, needle_len))
414 while (AVAILABLE (haystack, haystack_len, j, needle_len))
448 #undef AVAILABLE
    [all...]
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_cursor.py 452 # AvailabilityKind.AVAILABLE
455 self.assertEqual(cursor.availability, AvailabilityKind.AVAILABLE)
  /src/usr.sbin/acpitools/acpidump/
acpi.c 4040 PRINTFLAG(wddt->Status, AVAILABLE);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 174 # should be available via the TranslationUnit's diagnostics.
1084 # Represents an @available(...) check.
1983 AvailabilityKind.AVAILABLE = AvailabilityKind(0)
2238 raise Exception('Element type not available on this type.')
2622 0: CompletionChunk.Kind("Available"),
3023 case, the reason(s) why should be available via
3258 Get an iterable object providing all the CompileCommands available to
3266 Get an iterable object providing all the CompileCommands available from
4136 features they are using are available and compatible between different

Completed in 43 milliseconds