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

1 2 3 4 5

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
info-main.f90 16 program simple program
19 end program simple
info-main.f90 16 program simple program
19 end program simple
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
info-main.f90 16 program simple program
19 end program simple
info-main.f90 16 program simple program
19 end program simple
  /src/usr.bin/patch/
backupfile.h 27 /* Make simple backups of every file. */
28 simple, enumerator in enum:backup_type
32 * and simple backups of the others.
backupfile.h 27 /* Make simple backups of every file. */
28 simple, enumerator in enum:backup_type
32 * and simple backups of the others.
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
backupfile.h 33 /* Make simple backups of every file. */
34 simple, enumerator in enum:backup_type
37 and simple backups of the others. */
46 || (Type) == simple \
backupfile.h 33 /* Make simple backups of every file. */
34 simple, enumerator in enum:backup_type
37 and simple backups of the others. */
46 || (Type) == simple \
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
backupfile.h 33 /* Make simple backups of every file. */
34 simple, enumerator in enum:backup_type
37 and simple backups of the others. */
46 || (Type) == simple \
backupfile.h 33 /* Make simple backups of every file. */
34 simple, enumerator in enum:backup_type
37 and simple backups of the others. */
46 || (Type) == simple \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cmpd-minsyms.cc 22 static int simple (void) { return 0; } function in class:GDB
42 return GDB<int>::simple ();
cmpd-minsyms.cc 22 static int simple (void) { return 0; } function in class:GDB
42 return GDB<int>::simple ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cmpd-minsyms.cc 22 static int simple (void) { return 0; } function in class:GDB
42 return GDB<int>::simple ();
cmpd-minsyms.cc 22 static int simple (void) { return 0; } function in class:GDB
42 return GDB<int>::simple ();
  /src/sys/dev/raidframe/
rf_dagutils.h 47 void (*simple) (RF_DagNode_t *); member in struct:RF_RedFuncs_s
rf_dagutils.h 47 void (*simple) (RF_DagNode_t *); member in struct:RF_RedFuncs_s
  /src/tests/lib/libpthread/
t_kill.c 110 ATF_TC(simple); variable
111 ATF_TC_HEAD(simple, tc)
115 ATF_TC_BODY(simple, tc)
144 ATF_TP_ADD_TC(tp, simple);
t_kill.c 110 ATF_TC(simple); variable
111 ATF_TC_HEAD(simple, tc)
115 ATF_TC_BODY(simple, tc)
144 ATF_TP_ADD_TC(tp, simple);
  /src/tests/lib/librumphijack/
h_cwd.c 80 simple(void) function
162 if (strcmp(argv[2], "simple") == 0)
163 simple();
h_cwd.c 80 simple(void) function
162 if (strcmp(argv[2], "simple") == 0)
163 simple();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
wchar.c 31 wchar_t simple[] = L"facile"; local
46 do_nothing (simple);
wchar.c 31 wchar_t simple[] = L"facile"; local
46 do_nothing (simple);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
wchar.c 31 wchar_t simple[] = L"facile"; local
46 do_nothing (simple);
  /src/external/public-domain/xz/dist/src/liblzma/simple/
simple_coder.c 6 /// \brief Wrapper for simple filters
8 /// Simple filters don't change the size of the data i.e. number of bytes
59 const size_t filtered = coder->filter(coder->simple,
77 // simple filters it can be done at offset that is a multiple of 2,
216 lzma_free(coder->simple, allocator);
238 size_t (*filter)(void *simple, uint32_t now_pos,
266 coder->simple = lzma_alloc(simple_size, allocator);
267 if (coder->simple == NULL)
270 coder->simple = NULL;
275 const lzma_options_bcj *simple = filters[0].options local
    [all...]
simple_private.h 6 /// \brief Private definitions for so called simple filters
26 /// Currently all simple filters use the same function for encoding
33 size_t (*filter)(void *simple, uint32_t now_pos,
38 void *simple; member in struct:__anon405
68 size_t (*filter)(void *simple, uint32_t now_pos,

Completed in 80 milliseconds

1 2 3 4 5