Searched refs:store (Results 1 - 25 of 161) sorted by path

1234567

/freebsd-9.3-release/bin/uuidgen/
H A Duuidgen.c48 uuid_t *store, *uuid; local
86 store = (uuid_t*)malloc(sizeof(uuid_t) * count);
87 if (store == NULL)
92 if (uuidgen(store, count) != 0)
95 uuid = store;
102 uuid = store;
109 free(store);
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c312 char store[sizeof("12345678901234567890")]; local
329 snprintf(store, 19, " in %d ms.", (int)diff/1000);
330 ADD_STRING(buf, store);
H A Ddighost.c2026 char store[MXNAME]; local
2185 isc_buffer_init(&b, store, MXNAME);
2191 dns_name_format(lookup->name, store, sizeof(store));
2192 trying(store, lookup);
H A Dhost.c662 char store[MXNAME]; local
848 if (get_reverse(store, sizeof(store), hostname,
850 strncpy(lookup->textname, store, sizeof(lookup->textname));
H A Dnslookup.c678 char store[MXNAME]; local
696 if (get_reverse(store, sizeof(store), opt, lookup->ip6_int, ISC_TRUE)
698 strlcpy(lookup->textname, store, sizeof(lookup->textname));
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.c1322 asymbol *store; local
1325 store = bfd_make_empty_symbol (abfd);
1326 if (store == NULL)
1336 sym = bfd_minisymbol_to_symbol (abfd, FALSE, from, store);
1419 asymbol *store; local
1421 store = bfd_make_empty_symbol (abfd);
1422 if (store == NULL)
1434 sym = bfd_minisymbol_to_symbol (abfd, FALSE, (const void *) from, store);
H A Dnm.c392 asymbol *store;
394 store = bfd_make_empty_symbol (abfd);
395 if (store == NULL)
409 sym = bfd_minisymbol_to_symbol (abfd, dynamic, (const void *) from, store);
919 asymbol *store;
922 store = bfd_make_empty_symbol (abfd);
923 if (store == NULL)
933 sym = bfd_minisymbol_to_symbol (abfd, dynamic, from->minisym, store);
956 asymbol *store;
959 store
388 asymbol *store; local
913 asymbol *store; local
949 asymbol *store; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mips.c95 /* Control generation of Octeon/MIPS unaligned load/store instructions.
96 For ELF target, default to Octeon load/store instructions.
97 For Linux target, default to MIPS load/store instructions. */
674 has only 16 bits of space to store an addend. This means that in
899 The information we store for this type of relaxation is the
903 size of the value, and how it should be stored. We also store
905 store whether this is known to be a branch to a different section,
3331 /* Read a macro's relocation codes from *ARGS and store them in *R.
3816 /* Generate a sequence of instructions to do a load or store from a constant
4102 /* Find the bit number of the lowest one bit, and store th
[all...]
/freebsd-9.3-release/contrib/cvs/
H A Ddepcomp47 DEPDIR directory where to store dependencies.
205 # store a dummy comment line, to avoid errors with the Makefile
248 # store a dummy comment line, to avoid errors with the Makefile
/freebsd-9.3-release/contrib/file/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm1188 instead we have to store the resturn address on the stack and allow the
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Ddarwin.md87 [(set_attr "type" "store")
96 [(set_attr "type" "store")
129 [(set_attr "type" "store")
140 [(set_attr "type" "store")
143 ;; 64-bit MachO load/store support
159 [(set_attr "type" "store")
168 [(set_attr "type" "store")
/freebsd-9.3-release/contrib/gcc/
H A Dlocal-alloc.c475 /* Verify that no store between START and the death of REG invalidates
692 /* TRUE if X references a memory location that would be affected by a store
762 that would be affected by a store to MEMREF. */
1041 to that memory location and if moving the store from INSN to the
1258 no_equiv (rtx reg, rtx store ATTRIBUTE_UNUSED, void *data ATTRIBUTE_UNUSED)
H A Dreload1.c175 The precise value is the insn generated to do the store. */
828 /* Allocate the tables used to store offset information at labels. */
3271 /* If this was a load from or store to memory, compare
3688 allocated to store this register. Thus, we may have changed the offset
3906 and perhaps store insns after insns that modify the reloaded pseudo reg.
4004 load insns to reload them. Maybe output store insns too.
4020 load and store insn that we just made for reloading
5022 Then the address address is still needed to store
5928 might delete the store. */
6455 actually no need to store th
8219 rtx store; local
[all...]
H A Dsys-protos.h1074 extern void store(datum, datum);
H A Dtree-ssa-loop-im.c89 bool sm_done; /* True iff the store motion for a memory
107 /* Description of a memory reference location for store motion. */
116 /* Description of a memory reference for store motion. */
122 bool is_stored; /* True if there is a store to the location
470 STMT and store it to LIM_DATA (STMT)->max_loop. To do this we determine
1035 /* Records request for store motion of memory reference REF from LOOP.
1050 tree load, store; local
1055 fprintf (dump_file, "Executing store motion of ");
1084 store = build2 (MODIFY_EXPR, void_type_node,
1086 bsi_insert_on_edge (exits[i], store);
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY936 * ipf.c (packetlogon): use flag to store the return value from get_flags.
/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp681 INSTKEYWORD(store, Store);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineSink.cpp261 // Walk the basic block bottom-up. Remember if we saw a store.
641 bool store = true; local
642 if (!MI->isSafeToMove(TII, AA, store)) {
/freebsd-9.3-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1321 const StoreInst* store = cast<StoreInst>(I); local
1325 << (store->isVolatile() ? "true" : "false")
1327 if (store->getAlignment())
1329 << store->getAlignment() << ");";
1330 if (store->isAtomic()) {
1331 StringRef Ordering = ConvertAtomicOrdering(store->getOrdering());
1332 StringRef CrossThread = ConvertAtomicSynchScope(store->getSynchScope());
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp32 // Lower MemTransferInst or load-store pair to loop
63 // store at dstAddr+ind
127 if (StoreInst *store = dyn_cast<StoreInst>(use)) {
128 if (store->getOperand(0) != load) //getValueOperand
166 StoreInst *store = dyn_cast<StoreInst>(*load->use_begin()); local
168 Value *dstAddr = store->getOperand(1);
172 convertTransferToLoop(store, srcAddr, dstAddr, len, load->isVolatile(),
173 store->isVolatile(), Context, F);
175 store->eraseFromParent();
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLICM.cpp21 // 2. Scalar Promotion of Memory - If there is a store instruction inside of
22 // the loop, we try to move the store to happen AFTER the loop instead of
173 /// store into the memory location pointed to by V.
661 Value *SomePtr; // Designated pointer to store to.
693 // store of the live-out values that feed them. Since we've already told
725 // We can promote this alias set if it has a store, if it is a "Must" alias
736 // It isn't safe to promote a load/store from the loop if the load/store is
779 // If there is an non-load/store instruction in the loop, we can't promote
785 } else if (StoreInst *store
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h46 StoreRef store; member in class:clang::ento::LazyCompoundValData
50 : store(st), region(r) {}
52 const void *getStore() const { return store.getStore(); }
56 const StoreRef &store,
59 void Profile(llvm::FoldingSetNodeID& ID) { Profile(ID, store, region); }
94 /// Returns the type of the APSInt used to store values of the given QualType.
172 const LazyCompoundValData *getLazyCompoundValData(const StoreRef &store,
H A DProgramState.h86 Store store; // Maps a location to its current value. member in class:clang::ento::ProgramState
92 ProgramStateRef makeWithStore(const StoreRef &store) const;
119 /// Return the store associated with this state. The store
121 Store getStore() const { return store; }
134 ID.AddPointer(V->store);
201 // Binding and retrieving values to/from the environment and symbolic store.
220 /// cleared from the store.
541 return S1->store == S2->store;
[all...]
H A DSValBuilder.h216 NonLoc makeLazyCompoundVal(const StoreRef &store, argument
219 BasicVals.getLazyCompoundValData(store, region));

Completed in 427 milliseconds

1234567