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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.rocm/
precise-memory-fork.c 21 parent (void) function
36 parent ();
precise-memory-fork.c 21 parent (void) function
36 parent ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.rocm/
precise-memory-fork.c 21 parent (void) function
36 parent ();
precise-memory-fork.c 21 parent (void) function
36 parent ();
  /src/external/bsd/elftoolchain/dist/libelf/
elf_next.c 49 Elf *parent; local
54 if ((parent = e->e_parent) == NULL) {
59 assert(parent->e_kind == ELF_K_AR);
60 assert(parent->e_cmd == ELF_C_READ);
61 assert(e->e_rawfile > parent->e_rawfile);
63 next = e->e_rawfile - parent->e_rawfile + (off_t) e->e_rawsize;
70 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ?
77 * This check is performed after updating the parent descriptor's
82 if (next > (off_t) parent->e_rawsize)
    [all...]
elf_next.c 49 Elf *parent; local
54 if ((parent = e->e_parent) == NULL) {
59 assert(parent->e_kind == ELF_K_AR);
60 assert(parent->e_cmd == ELF_C_READ);
61 assert(e->e_rawfile > parent->e_rawfile);
63 next = e->e_rawfile - parent->e_rawfile + (off_t) e->e_rawsize;
70 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ?
77 * This check is performed after updating the parent descriptor's
82 if (next > (off_t) parent->e_rawsize)
    [all...]
  /src/sys/arch/powerpc/booke/
booke_autoconf.c 54 device_t parent = device_parent(dev); local
56 if (device_is_a(dev, "etsec") && device_is_a(parent, "cpunode")) {
booke_autoconf.c 54 device_t parent = device_parent(dev); local
56 if (device_is_a(dev, "etsec") && device_is_a(parent, "cpunode")) {
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 80 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
find_fn_imps.hpp 80 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
find_fn_imps.hpp 80 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
find_fn_imps.hpp 80 parent(size_type i) function in class:PB_DS_CLASS_C_DEC
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acp.h 34 struct device *parent; member in struct:amdgpu_acp
amdgpu_acp.h 34 struct device *parent; member in struct:amdgpu_acp
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_cursnv50.c 46 struct nvkm_object *parent = oclass->parent; local
49 nvif_ioctl(parent, "create disp cursor size %d\n", argc);
51 nvif_ioctl(parent, "create disp cursor vers %d head %d\n",
nouveau_nvkm_engine_disp_oimmnv50.c 46 struct nvkm_object *parent = oclass->parent; local
49 nvif_ioctl(parent, "create disp overlay size %d\n", argc);
51 nvif_ioctl(parent, "create disp overlay vers %d head %d\n",
nouveau_nvkm_engine_disp_cursnv50.c 46 struct nvkm_object *parent = oclass->parent; local
49 nvif_ioctl(parent, "create disp cursor size %d\n", argc);
51 nvif_ioctl(parent, "create disp cursor vers %d head %d\n",
nouveau_nvkm_engine_disp_oimmnv50.c 46 struct nvkm_object *parent = oclass->parent; local
49 nvif_ioctl(parent, "create disp overlay size %d\n", argc);
51 nvif_ioctl(parent, "create disp overlay vers %d head %d\n",
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
nested-subp3.c 23 extern void parent (int first, callback_t cb);
34 parent (0, cb);
38 parent (int first, callback_t cb) function
42 /* When reaching this, there are two block instances for PARENT on the
64 parent (1, NULL);
nested-subp3.c 23 extern void parent (int first, callback_t cb);
34 parent (0, cb);
38 parent (int first, callback_t cb) function
42 /* When reaching this, there are two block instances for PARENT on the
64 parent (1, NULL);
  /src/sys/arch/virt68k/virt68k/
autoconf.c 108 device_t parent = device_parent(dev); local
110 if (device_is_a(parent, "mainbus")) {
autoconf.c 108 device_t parent = device_parent(dev); local
110 if (device_is_a(parent, "mainbus")) {
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
nested-subp3.c 23 extern void parent (int first, callback_t cb);
34 parent (0, cb);
38 parent (int first, callback_t cb) function
42 /* When reaching this, there are two block instances for PARENT on the
64 parent (1, NULL);
nested-subp3.c 23 extern void parent (int first, callback_t cb);
34 parent (0, cb);
38 parent (int first, callback_t cb) function
42 /* When reaching this, there are two block instances for PARENT on the
64 parent (1, NULL);
  /src/lib/libc/db/recno/
rec_search.c 71 EPGNO *parent; local
115 while ((parent = BT_POP(t)) != NULL) {
116 if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL)
119 --GETRINTERNAL(h, parent->index)->nrecs;
121 ++GETRINTERNAL(h, parent->index)->nrecs;

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>