Searched refs:store (Results 701 - 725 of 835) sorted by relevance

<<21222324252627282930>>

/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.h53 unsigned char *store; member in struct:x86_function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp509 BuildUtil::DataArray::store(ValueMap &m, int i, int c, Value *ptr, Value *value)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c1738 struct brw_instruction *prev_insn = &p->store[p->nr_insn - 1];
2117 struct brw_instruction *hw_insn = &p->store[p->nr_insn - 1];
2147 p->store[p->nr_insn-1].header.saturate = 1;
2169 brw_disasm(stdout, &p->store[i], intel->gen);
/external/openssl/crypto/ocsp/
H A Docsp.h463 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
/external/openssl/crypto/
H A Dsparccpuid.S22 ! This routine wipes registers, but not the backing store [which
/external/openssl/include/openssl/
H A Docsp.h463 int OCSP_request_verify(OCSP_REQUEST *req, STACK_OF(X509) *certs, X509_STORE *store, unsigned long flags);
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h120 S390_INSN_STORE, /* store register to memory */
386 } store; member in union:__anon32092::__anon32093
466 to store only one register of the pair in order to represent it.
473 be used to store the result / operand of a 32/64-bit operation.
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm212 str r11, [r6] ; store sse
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm126 ; store back into dest[j * dest_stride + 0-31]
160 ; store back into dest[j * dest_stride + 0-31]
194 ; store back into dest[j * dest_stride + 0-31]
228 ; store back into dest[j * dest_stride + 0-31]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86_abi_support.asm322 ; store registers 6-n on the stack
/external/clang/tools/scan-build/
H A Dscan-build1095 to store the reports.
1367 my $HtmlDir; # Parent directory to store HTML files.
1496 if ($arg eq "-store") {
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance_halfpixvar16x16_hv_armv6.asm212 str r11, [r6] ; store sse
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm126 ; store back into dest[j * dest_stride + 0-31]
160 ; store back into dest[j * dest_stride + 0-31]
194 ; store back into dest[j * dest_stride + 0-31]
228 ; store back into dest[j * dest_stride + 0-31]
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm322 ; store registers 6-n on the stack
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part1.stdout.exp1 Test VSX load/store instructions
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part1.stdout.exp1 Test VSX load/store instructions
/external/llvm/test/MC/PowerPC/
H A Dppc64-encoding.s189 # Fixed-point store instructions
240 # Fixed-point load and store with byte reversal instructions
261 # Fixed-point load and store multiple instructions
/external/pixman/pixman/
H A Dpixman-mmx.c449 store (uint32_t *dest, __m64 v) function
466 store (dest, v);
3215 store (dst, _mm_adds_pu8 (load ((const uint32_t *)src),
3232 store (dst, _mm_adds_pu8 (load ((const uint32_t *)src),
3624 store (dst, pix);
3725 store (dst, pix1);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c3704 union sctp_sockstore store; local
3706 memset(&store, 0, sizeof(store));
3710 memcpy(&store.sin, addr, sizeof(struct sockaddr_in));
3711 store.sin.sin_port = 0;
3716 memcpy(&store.sin6, addr, sizeof(struct sockaddr_in6));
3717 store.sin6.sin6_port = 0;
3722 memcpy(&store.sconn, addr, sizeof(struct sockaddr_conn));
3723 store.sconn.sconn_port = 0;
3741 ifa = sctp_find_ifa_by_addr(&store
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js2716 // store a copy of the original event object
6262 store: function(property, value){
6523 this.store('opacity', opacity);
7813 return this.eliminate('tween').store('tween:options', $extend({link: 'cancel'}, options));
7819 this.store('tween', new Fx.Tween(this, this.retrieve('tween:options')));
7844 this.store('fade:flag', !flag);
7917 return this.eliminate('morph').store('morph:options', $extend({link: 'cancel'}, options));
7923 this.store('morph', new Fx.Morph(this, this.retrieve('morph:options')));
8304 return this.eliminate('send').store('send:options', $extend({
8312 this.store('sen
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc1500 InMemoryDirectoryBackingStore* store = new InMemoryDirectoryBackingStore("x"); local
1506 store->request_consistent_cache_guid();
1508 Directory dir(store, unrecoverable_error_handler(), NULL, NULL, NULL);
H A Ddirectory.cc100 DirectoryBackingStore* store,
106 store_(store),
99 Directory( DirectoryBackingStore* store, UnrecoverableErrorHandler* unrecoverable_error_handler, ReportUnrecoverableErrorFunction report_unrecoverable_error_function, NigoriHandler* nigori_handler, Cryptographer* cryptographer) argument
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst218 deem them better suited to a web store than to the open web.
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h486 // Persistent handles are used to store pointers into the
1271 static void store(const U& value, blink::Member<T>& storage) { storage = value; } function in struct:WTF::HashTraits
1298 static void store(const U& value, blink::WeakMember<T>& storage) { storage = value; } function in struct:WTF::HashTraits

Completed in 3491 milliseconds

<<21222324252627282930>>