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

1 2

  /src/games/hunt/huntd/
makemaze.c 165 remap(void) function
228 remap();
  /src/external/apache2/llvm/dist/clang/tools/c-arcmt-test/
c-arcmt-test.c 13 CXRemapping remap; local
18 remap = clang_getRemappings(path);
19 if (!remap)
22 N = clang_remap_getNumFiles(remap);
24 clang_remap_getFilenames(remap, i, &origFname, &transFname);
33 clang_remap_dispose(remap);
38 CXRemapping remap; local
43 remap = clang_getRemappingsFromFileList(files, numFiles);
44 if (!remap)
47 N = clang_remap_getNumFiles(remap);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
FileRemapper.cpp 45 llvm::sys::path::append(InfoFile, "remap");
58 "initFromDisk should be called before any remap calls");
104 remap(pairs[i].first, pairs[i].second);
158 remap(origFE, *newE);
223 void FileRemapper::remap(StringRef filePath, function in class:FileRemapper
225 remap(getOriginalFile(filePath), std::move(memBuf));
228 void FileRemapper::remap(const FileEntry *file, function in class:FileRemapper
236 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { function in class:FileRemapper
  /src/sys/arch/arm/marvell/
mvsoc_space.c 429 bus_addr_t remap; local
437 remap = read_mlmbreg(MVSOC_MLMB_WRLR(window)) &
439 remap |=
441 address = address - remap + base;
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwm.h 41 Avlnode *remap; member in struct:ldapmap
110 int remap );
112 struct ldapmapping **m, int remap );
126 int remap,
137 int remap );
  /src/sys/dev/ic/
ssdfb.c 803 uint8_t remap; local
862 remap = 0x10;
864 remap = 0x2;
868 SSDFB_CMD3(SSD1322_CMD_SET_REMAP_AND_DUAL_COM_LINE_MODE, remap, dualcom);
929 uint8_t remap; local
988 remap = sc->sc_p->p_compin_cfg;
990 remap ^= SSD1353_REMAP_COM_DIRECTION;
992 remap ^= SSD1353_REMAP_SEG_DIRECTION;
993 SSDFB_CMD2(SSD1353_CMD_REMAP_COLOR_DEPTH, remap);
  /src/sys/dev/pci/ixgbe/
ix_txrx.c 421 bool remap = TRUE; local
459 if (remap == TRUE) {
460 remap = FALSE;
  /src/sys/uvm/pmap/
pmap.c 1530 bool remap = false; local
1540 remap = true;
1545 if (!resident || remap) {
  /src/sys/dev/pci/
if_bnx.c 5118 bool remap = true; local
5165 if (remap == true) {
5168 remap = false;
if_bge.c 5177 bool remap; local
5375 remap = true;
5379 if (error == EFBIG && remap) {
5381 remap = false;
5427 remap = true;
if_wm.c 8947 bool remap = true; local
9041 if (remap == true) {
9044 remap = false;
9562 bool remap = true; local
9638 if (remap == true) {
9641 remap = false;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramgk104.c 1265 struct nvbios_M0209S remap; member in struct:gk104_ram_train
1283 struct nvbios_M0209S *remap = &train->remap; local
1320 * remap indices...
1323 remap)))
1327 value->data[i] = remap->data[value->data[i]];
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 508 /// Recursively remap N and all its referenced children. Does a DF post-order
509 /// traversal, so as to remap bottoms up.
605 void remap(MDNode *N) { function in class:__anon4407::DebugTypeInfoRemoval
613 remap(MDSub->getUnit());
623 // Remap to our referenced scope (recursively).
665 remap(N);
709 auto remap = [&](MDNode *Node) -> MDNode * { local
733 Scope = remap(Scope);
734 InlinedAt = remap(InlinedAt);
742 // Remap DILocations in llvm.loop attachments
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 847 /// subsequent remap() calls.
850 /// Remap instructions in the given range from the original to the cloned
852 void remap(Function::iterator FStart, Function::iterator FEnd);
913 void ScopedAliasMetadataDeepCloner::remap(Function::iterator FStart, function in class:ScopedAliasMetadataDeepCloner
2035 SAMetadataCloner.remap(FirstNewBlock, Caller->end());
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
back-meta.h 53 Avlnode *remap; member in struct:ldapmap
98 struct ldapmapping **m, int remap );
100 int remap );
108 int remap );
115 int remap,
123 int remap,
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c 1683 int rval = -1, *map, *remap = NULL; local
1730 * we will allocate a remap that will indicate the
1732 * should be pulled. (That is, where the remap will
1735 if (remap == NULL) {
1736 remap = dt_zalloc(dtp, naggvars * sizeof (int));
1738 if (remap == NULL)
1751 remap[i] = map[aggvar];
2035 * remap. If we have a remapping, we'll drop it in
2041 if (remap != NULL && remap[j])
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
match.cc 4685 gfc_ref *remap = p->ref; local
4686 for (; remap; remap = remap->next)
4687 if (!remap->next && remap->type == REF_ARRAY
4688 && remap->u.ar.type != AR_FULL)
4690 if (remap)
trans-expr.cc 10555 gfc_ref* remap; local
10564 for (remap = expr1->ref; remap; remap = remap->next)
10565 if (!remap->next && remap->type == REF_ARRAY
10566 && remap->u.ar.type == AR_SECTION)
10568 rank_remap = (remap && remap->u.ar.end[0])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
match.cc 4677 gfc_ref *remap = p->ref; local
4678 for (; remap; remap = remap->next)
4679 if (!remap->next && remap->type == REF_ARRAY
4680 && remap->u.ar.type != AR_FULL)
4682 if (remap)
trans-expr.cc 10033 gfc_ref* remap; local
10042 for (remap = expr1->ref; remap; remap = remap->next)
10043 if (!remap->next && remap->type == REF_ARRAY
10044 && remap->u.ar.type == AR_SECTION)
10046 rank_remap = (remap && remap->u.ar.end[0])
    [all...]
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 437 /* Nonzero means we should look for header.gcc files that remap file
439 unsigned char remap; member in struct:cpp_options
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 426 /* Nonzero means we should look for header.gcc files that remap file
428 unsigned char remap; member in struct:cpp_options
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 20303 /* Remap elements from the second operand, as we have to
21064 unsigned char remap[2 * MAX_VECT_LEN]; local
21102 memset (remap, 0xff, sizeof (remap));
21123 remap[i] = i * 2;
21124 remap[i + nelt] = i * 2 + 1;
21134 remap[i + nelt2] = i * 2;
21135 remap[i + nelt + nelt2] = i * 2 + 1;
21161 remap[i] = i * 2;
21162 remap[i + nelt] = i * 2 + 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 3627 basic_block remap = 0;
3630 if (remap != elt->second)
3633 remap = block;
3622 basic_block remap = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 19097 /* Remap elements from the second operand, as we have to
19721 unsigned char remap[2 * MAX_VECT_LEN]; local
19759 memset (remap, 0xff, sizeof (remap));
19780 remap[i] = i * 2;
19781 remap[i + nelt] = i * 2 + 1;
19791 remap[i + nelt2] = i * 2;
19792 remap[i + nelt + nelt2] = i * 2 + 1;
19818 remap[i] = i * 2;
19819 remap[i + nelt] = i * 2 + 1
    [all...]

Completed in 86 milliseconds

1 2