Searched refs:store (Results 276 - 300 of 315) sorted by relevance

<<111213

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm329 ;; store into old_value
652 mov DWORD PTR 0[ r10 ], eax ; store results into buffer
/freebsd-13-stable/sys/kern/
H A Dvfs_bio.c1599 buf_import(void *arg, void **store, int cnt, int domain, int flags) argument
1610 store[i] = bp;
1623 buf_release(void *arg, void **store, int cnt) argument
1632 bp = store[i];
4139 * backing store for validity.
4191 * Truncate the backing store for a non-vmio buffer.
4686 * reconstituting a buffer from its VM backing store
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dcache.c687 return (*id->ops->store)(context, id, creds);
845 * Get the flags of `id', store them in `flags'.
1282 * @param id the credential cache to store the data for
1286 * @param data data to store, if NULL, configure is removed.
1329 * @param id the credential cache to store the data for
/freebsd-13-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h309 uint8_t store :1; /**< store the meta into the queues cache */ member in struct:al_eth_meta_data
333 uint8_t ts_index:4; /**< index of regiser where to store the tx timestamp */
817 * store the first header_split_len bytes into buf2, then the rest (if any) into buf1.
H A Dal_hal_eth_main.c950 /* TX_SECTION_FULL, 0 - store and forward, */
1027 /* TX_SECTION_FULL, 0 - store and forward, */
2346 const char * store = pkt->meta->store ? "Yes" : "No"; local
2352 al_dbg("[%s %d]: meta: store to cache %s. l3 hdr len %d. l3 hdr offset %d. "
2354 , tx_dma_q->udma->name, tx_dma_q->qid, store,
2438 if (pkt->meta->store)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1837 #define __sanitizer_syscall_pre_uuidgen(store, count) \
1838 __sanitizer_syscall_pre_impl_uuidgen((long long)(store), (long long)(count))
1839 #define __sanitizer_syscall_post_uuidgen(res, store, count) \
1840 __sanitizer_syscall_post_impl_uuidgen(res, (long long)(store), \
4115 void __sanitizer_syscall_pre_impl_uuidgen(long long store, long long count);
4116 void __sanitizer_syscall_post_impl_uuidgen(long long res, long long store,
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_query_decoder.c1305 * and does not require them to either store or blindly apply other
3611 if (packet.store)
3612 event->variant.pwrx.store = 1;
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl332 stmia $ctx,{$h0-$h4} @ store the result
1148 @ store hash value
1222 str $h0,[$mac,#0] @ store the result
/freebsd-13-stable/share/mk/
H A Dsrc.libnames.mk513 LIBKYUA_STOREDIR= ${_LIB_OBJTOP}/lib/kyua/store
/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl113 vst1.64 {$H},[x0],#16 @ store Htable[0]
140 vst1.64 {$Hhl-$H2},[x0],#32 @ store Htable[1..2]
186 vst1.64 {$H-$H2},[x0] @ store Htable[3..5]
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl835 st1.64 {@H[0]-@H[3]},[$ctx] // store context
H A Dkeccak1600-armv4.pl353 str @E[2],[sp,#444] @ store counter
1464 vst1.8 {d0}, [r4]! @ endian-neutral store
1541 strb r2, [r4],#1 @ endian-neutral store
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1054 // primitive store.
1145 // comparison must be made on the store size and not the alloca size. Using
1271 // Function to store a first-class aggregate into memory. We prefer to
1272 // store the elements rather than the aggregate to be more friendly to
1289 /// CreateCoercedStore - Create a store to \arg DstPtr from \arg Src,
1333 // If store is legal, just bitcast the src pointer.
2602 // Pointer to store into.
2635 // Simple case, just do a coerced store of the argument into the alloca.
2873 /// Heuristically search for a dominating store to the return-value slot.
2875 // Check if a User is a store whic
[all...]
H A DCGObjC.cpp39 /// null to store into it.
96 // Create char array to store type encoding
166 // Emit the element and store it to the appropriate array slot.
177 // Emit the key and store it to the appropriate array slot.
184 // Emit the value and store it to the appropriate array slot.
593 // For delegate init calls in ARC, do an unsafe store of null into
604 // Do an unsafe store of null into self.
630 // For delegate init calls in ARC, implicitly store the result of
777 // FIXME: Allow unaligned atomic load/store on x86. (It is not
1215 /// emitStructSetterCall - Call the runtime function to store th
1374 llvm::StoreInst *store = Builder.CreateStore(load, ivarAddr); local
[all...]
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_test_test.sh650 test ! -f .kyua/store.db || atf_fail "Default database created"
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c849 group->dentry.store = NULL;
/freebsd-13-stable/contrib/opie/
H A Dopieftpd.c726 VOIDRET store FUNCTION((name, mode, unique), char *name AND char *mode AND int unique) function
/freebsd-13-stable/sys/i386/i386/
H A Dpmap.c1220 * one of the following functions but before a store updating the page
1327 u_int store; /* processor that updates the PDE */ member in struct:pde_action
1336 if (act->store == PCPU_GET(cpuid)) {
1347 if (act->store == PCPU_GET(cpuid))
1384 act.store = cpuid;
2895 * the read above and the store below.
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl268 str @t[0], [sp,#4*(16+8)] @ modulo-scheduled store
328 str @x[0],[r14],#16 @ store output
365 str @x[4],[r14],#16 @ store output
410 str @x[0],[r14],#16 @ store output
460 str @x[4],[r14],#16 @ store output
534 strb @x[$j+0],[r14],#16 @ store output
618 strb @t[3],[r14],#1 @ store output
762 str @t[0], [sp,#4*(16+8)] @ modulo-scheduled store
808 vst1.8 {$a0-$b0},[r14]! @ store output
850 str @x[0],[r14],#16 @ store outpu
[all...]
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c503 #define MAPDEF(name, ext, flags, parse, open, close, lookup, store) \
509 extern void store __P((MAP *, char *, char *)); \
518 s->s_mapclass.map_store = store; \
2675 ** status -- whether or not to store as process status
6729 /* store subjectAltNames in class {cert_altnames} */
6781 ** store for issuer certificates before searching the provided
6785 ** in the trust store have explicit trust settings (see "TRUST
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dkeccak1600-armv4.S1178 str r12,[sp,#444] @ store counter
2562 vst1.8 {d0}, [r4]! @ endian-neutral store
2639 strb r2, [r4],#1 @ endian-neutral store
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp261 /// otherwise we store the current top-of-stack into the specified slot,
615 TABLE##Checked.store(true, std::memory_order_relaxed); \
858 /// of the stack, we just pop the current instruction, otherwise we store the
866 // Otherwise, store the top of stack into the dead slot, killing the operand
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c3550 radix_pgd_import(void *arg __unused, void **store, int count, int domain __unused, argument
3561 store[i] = (void *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(m));
3567 radix_pgd_release(void *arg __unused, void **store, int count) argument
3581 m = PHYS_TO_VM_PAGE(DMAP_TO_PHYS((vm_offset_t)store[i]));
4946 * the read above and the store below.
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c2949 info->port_attr.store = set_port_type;
2966 info->port_mtu_attr.store = set_port_ib_mtu;
/freebsd-13-stable/stand/ficl/
H A Dwords.c720 ** If SPRINTF runs out of space in the buffer to store the formatted string,
1121 ** store CORE ( x a-addr -- )
1124 static void store(FICL_VM *pVM) function
1135 ** two-store CORE ( x1 x2 a-addr -- )
3108 ** Empty the return stack, store zero in SOURCE-ID if it is present, make
3144 ** of 'accept' is to store the string at the address specified on
3609 ** If u is greater than zero, store char in each of u consecutive
4159 else /* compile code to store to word's param */
4868 dictAppendWord(dp, "!", store, FW_DEFAULT);

Completed in 797 milliseconds

<<111213