Searched defs:store (Results 251 - 275 of 312) sorted by relevance

<<111213

/external/libmtp/src/
H A Dptp.c724 * Get object 'handle' from device and store the data in newly
749 * Get object 'handle' from device and store the data in newly
802 * Get object 'handle' from device and store the data in newly
830 * Get thumb for object 'handle' from device and store the data in newly
881 * uint32_t* store - destination StorageID on Responder
889 * Upon success : uint32_t* store - Responder StorageID in which
897 ptp_sendobjectinfo (PTPParams* params, uint32_t* store, argument
908 ptp.Param1=*store;
915 *store=ptp.Param1;
1060 * uint32_t* store
1076 ptp_ek_sendfileobjectinfo(PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle, PTPObjectInfo* objectinfo) argument
1908 ptp_canon_getobjectinfo(PTPParams* params, uint32_t store, uint32_t p2, uint32_t parent, uint32_t handle, PTPCANONFolderEntry** entries, uint32_t* entnum) argument
2596 ptp_mtp_sendobjectproplist(PTPParams* params, uint32_t* store, uint32_t* parenthandle, uint32_t* handle, uint16_t objecttype, uint64_t objectsize, MTPProperties *props, int nrofprops) argument
[all...]
H A Dlibmtp.c2757 uint32_t store = 0x00000000; //Should this be 0xffffffffu instead? local
2764 store = 0x00000000U;
2797 store = storage->id;
2800 return store;
5003 * (e.g. folder) to store this track in. Since some
5011 * presents) to store this track in. Setting this to 0 will store
5080 * (e.g. folder) to store this track in. Since some
5088 * presents) to store this track in. Setting this to 0 will store
5556 uint32_t store; local
6770 uint32_t store; local
7054 uint32_t store; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.h408 struct radeon_store store; member in struct:r100_context
/external/openssl/apps/
H A Dapps.c1430 X509_STORE *store; local
1432 if(!(store = X509_STORE_new())) goto end;
1433 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_file());
1442 lookup=X509_STORE_add_lookup(store,X509_LOOKUP_hash_dir());
1452 return store;
1454 X509_STORE_free(store);
/external/openssl/ssl/
H A Dkssl.c698 krb5_error_code (KRB5_CALLCONV *store) member in struct:_krb5_cc_ops
H A Dssl_lib.c2092 * the ex_data of SSL_CTX, thus the ex_data store can only be removed
3254 void SSL_CTX_set_cert_store(SSL_CTX *ctx,X509_STORE *store) argument
3258 ctx->cert_store=store;
3385 * we store the hint there, otherwise we store it in SSL. */
/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/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.
H A Dguest_mips_toIR.c916 static void store(IRExpr * addr, IRExpr * data) function
13156 store(mkexpr(t1), unop(Iop_ReinterpI32asF32, mkexpr(t2)));
13159 store(mkexpr(t1), getFReg(ft));
13178 store(mkexpr(t1), getDReg(ft));
13306 store(mkexpr(t0), getLoFromF64(tyF, getFReg(fs)));
13312 store(mkexpr(t0), getFReg(fs));
13322 store(mkexpr(t0), getFReg(fs));
13331 store(mkexpr(t0), getFReg(fs));
13332 store(mkexpr(t1), getFReg(fs + 1));
13334 store(mkexp
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c332 static const CERT_CONTEXT * cryptoapi_find_cert(const char *name, DWORD store) argument
338 store | CERT_STORE_OPEN_EXISTING_FLAG |
341 cryptoapi_error("Failed to open 'My system store'");
484 const char *store; local
492 store = name + 13;
494 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
497 wsprintf(wstore, L"%S", store);
501 cs = CertOpenSystemStore(0, store);
504 wpa_printf(MSG_DEBUG, "%s: failed to open system cert store "
505 "'%s': error=%d", __func__, store,
3029 X509_STORE *store; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c332 static const CERT_CONTEXT * cryptoapi_find_cert(const char *name, DWORD store) argument
338 store | CERT_STORE_OPEN_EXISTING_FLAG |
341 cryptoapi_error("Failed to open 'My system store'");
484 const char *store; local
492 store = name + 13;
494 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
497 wsprintf(wstore, L"%S", store);
501 cs = CertOpenSystemStore(0, store);
504 wpa_printf(MSG_DEBUG, "%s: failed to open system cert store "
505 "'%s': error=%d", __func__, store,
3029 X509_STORE *store; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c332 static const CERT_CONTEXT * cryptoapi_find_cert(const char *name, DWORD store) argument
338 store | CERT_STORE_OPEN_EXISTING_FLAG |
341 cryptoapi_error("Failed to open 'My system store'");
484 const char *store; local
492 store = name + 13;
494 wstore = os_malloc((os_strlen(store) + 1) * sizeof(WCHAR));
497 wsprintf(wstore, L"%S", store);
501 cs = CertOpenSystemStore(0, store);
504 wpa_printf(MSG_DEBUG, "%s: failed to open system cert store "
505 "'%s': error=%d", __func__, store,
3029 X509_STORE *store; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_context.h595 struct radeon_store store; member in struct:r200_context
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c878 * will get more gobbled gook in the random store which is what we
918 /* Refill the random store */
2524 /* store the current RTT in us */
4391 sctp_recover_scope(struct sockaddr_in6 *addr, struct sockaddr_in6 *store) argument
4397 *store = *addr;
4399 if (!sa6_recoverscope(store)) {
4401 if (!in6_recoverscope(store, &store->sin6_addr,
4405 addr = store;
6642 * store i
[all...]
/external/chromium_org/v8/src/
H A Dfactory.cc1555 // Initial size of the backing store to avoid resize of the storage during
1579 // Allocate the global object and initialize it with the backing store.
2347 Handle<FixedArray> store = NewFixedArray(JSRegExp::kAtomDataSize); local
2349 store->set(JSRegExp::kTagIndex, Smi::FromInt(type));
2350 store->set(JSRegExp::kSourceIndex, *source);
2351 store->set(JSRegExp::kFlagsIndex, Smi::FromInt(flags.value()));
2352 store->set(JSRegExp::kAtomPatternIndex, *data);
2353 regexp->set_data(*store);
2361 Handle<FixedArray> store = NewFixedArray(JSRegExp::kIrregexpDataSize); local
2363 store
[all...]
H A Dhydrogen-instructions.h3446 // properties or elements backing store are not tracked here.
3454 void ReuseSideEffectsFromStore(HInstruction* store) { argument
3455 DCHECK(store->HasObservableSideEffects());
3456 DCHECK(store->IsStoreNamedField());
3457 changes_flags_.Add(store->ChangesFlags());
3603 // represented as an int32, we store the (in some cases lossy)
3749 // We store the HConstant in the most specific form safely possible.
5920 // Perform a normal store to the context slot without checking its previous
6223 // Create an access to the backing store of an object.
6227 // Create an access to a resolved field (in-object or backing store)
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp805 // Function to store a first-class aggregate into memory. We prefer to
806 // store the elements rather than the aggregate to be more friendly to
830 /// CreateCoercedStore - Create a store to \arg DstPtr from \arg Src,
865 // If store is legal, just bitcast the src pointer.
869 // FIXME: Use better alignment / avoid requiring aligned store.
1513 llvm::Value *Ptr = V; // Pointer to store into.
1560 // Simple case, just do a coerced store of the argument into the alloca.
1788 /// Heuristically search for a dominating store to the return-value slot.
1797 llvm::StoreInst *store = dyn_cast<llvm::StoreInst>(&IP->back());
1798 if (!store) retur
1804 llvm::StoreInst *store = local
[all...]
H A DCGObjC.cpp40 /// null to store into it.
124 // Emit the element and store it to the appropriate array slot.
137 // Emit the key and store it to the appropriate array slot.
146 // Emit the value and store it to the appropriate array slot.
374 // For delegate init calls in ARC, do an unsafe store of null into
385 // Do an unsafe store of null into self.
413 // For delegate init calls in ARC, implicitly store the result of
551 // FIXME: Allow unaligned atomic load/store on x86. (It is not
980 /// emitStructSetterCall - Call the runtime function to store the value
1023 /// emitCPPObjectAtomicSetterCall - Call the runtime function to store
1141 llvm::StoreInst *store = Builder.CreateStore(load, ivarAddr); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.h595 struct radeon_store store; member in struct:r200_context
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jar ... osgi.service.prefs.BackingStoreException e public void store (java.io.OutputStream, java.lang.String ...
/external/qemu/target-mips/
H A Dtranslate.c102 /* Floating point load/store */
892 /* load/store instructions. */
986 /* Load and store */
1184 /* Load and store */
7253 const char* __attribute__((unused)) opn = "extended float load/store";
7254 int __attribute__((unused)) store = 0; local
7318 store = 1;
7331 store = 1;
7344 store = 1;
7348 MIPS_DEBUG("%s %s, %s(%s)", opn, fregnames[store
[all...]
/external/jarjar/lib/
H A Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class " package org.objectweb.asm ...
/external/libpng/contrib/libtests/
H A Dpngvalid.c569 * to the sequential reader. It can also store the result of a PNG
605 struct png_store *store; /* Back pointer */ member in struct:store_pool
623 /* For cexcept.h exception handling - simply store one of these;
708 pool->store = ps;
779 png_error(ps->pwrite, "invalid store call");
784 png_error(ps->pwrite, "store new: OOM");
812 * below) call store_storefile to store the result with the given name and id.
1098 png_error(pp, "store state damaged");
1193 png_error(ps->pread, "store state damaged");
1220 png_error(pp, "bad store rea
[all...]

Completed in 702 milliseconds

<<111213