/external/srec/srec/Nametag/src/ |
Nametag.c | 36 ESR_ReturnCode SR_NametagGetValue(const SR_Nametag* self, const char** pvalue, size_t* plen) 38 if (self == NULL || pvalue == NULL || plen == NULL) 43 return self->getValue(self, pvalue, plen);
|
NametagImpl.c | 202 ESR_ReturnCode SR_Nametag_GetValue(const SR_Nametag* self, const char** pvalue, size_t* plen) 206 *pvalue = (const char*)impl->value;
|
/external/srec/srec/Nametag/include/ |
SR_NametagDefs.h | 60 * @param pvalue pointer to the transcription, SR_Nametag retains ownership 64 ESR_ReturnCode (*getValue)(const struct SR_Nametag_t* self, const char** pvalue, size_t* plen);
|
SR_Nametag.h | 70 SREC_NAMETAG_API ESR_ReturnCode SR_NametagGetValue(const SR_Nametag* self, const char** pvalue, size_t *plen);
|
SR_NametagImpl.h | 57 SREC_NAMETAG_API ESR_ReturnCode SR_Nametag_GetValue(const SR_Nametag* self, const char** pvalue, size_t *plen);
|
/bionic/libc/bionic/ |
semaphore.c | 163 __sem_dec(volatile unsigned int *pvalue) 165 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK); 170 old = (*pvalue & SEMCOUNT_VALUE_MASK); 179 (volatile int *)pvalue) != 0); 187 __sem_trydec(volatile unsigned int *pvalue) 189 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK); 194 old = (*pvalue & SEMCOUNT_VALUE_MASK); 203 (volatile int *)pvalue) != 0); 217 __sem_inc(volatile unsigned int *pvalue) 219 unsigned int shared = (*pvalue & SEMCOUNT_SHARED_MASK) [all...] |
/external/clang/test/Sema/ |
expr-address-of.c | 12 struct entry pvalue; local 14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}}
|
/external/qemu/android/ |
hw-events.c | 136 int *pvalue ) 146 *pvalue = 0; 189 *pvalue = (int)strtol( p, &end, 0 );
|
hw-events.h | 525 int *pvalue );
|
/external/stlport/src/ |
sparc_atomic64.s | 5 ! int _STLP_atomic_exchange (void *pvalue, int value) 26 ! int _STLP_atomic_increment (void *pvalue) 46 ! /* int _STLP_atomic_decrement (void *pvalue) */
|
/ndk/sources/cxx-stl/stlport/src/ |
sparc_atomic64.s | 5 ! int _STLP_atomic_exchange (void *pvalue, int value) 26 ! int _STLP_atomic_increment (void *pvalue) 46 ! /* int _STLP_atomic_decrement (void *pvalue) */
|
/external/pcre/ |
pcre_printint.src | 126 get_ucpname(int ptype, int pvalue) 132 if (ptype == _pcre_utt[i].type && pvalue == _pcre_utt[i].value) break; 137 ptype = ptype * pvalue; 138 return (ptype == pvalue)? "??" : "??"; 478 int pvalue = *ccode++; 479 fprintf(f, "\\p{%s}", get_ucpname(ptype, pvalue)); 484 int pvalue = *ccode++; 485 fprintf(f, "\\P{%s}", get_ucpname(ptype, pvalue));
|
/external/srec/srec/Semproc/src/ |
SymbolTable.c | 126 LCHAR *pvalue; local 135 HashMapGet(self->hashmap, pkey, (void **)&pvalue); 137 copyValue = (LCHAR*) CALLOC(LSTRLEN(pvalue) + 1, sizeof(LCHAR), _MTAG); 143 LSTRCPY(copyValue, pvalue);
|
/external/openssl/crypto/x509v3/ |
v3_genn.c | 242 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) 248 if (pvalue) 249 *pvalue = gen->d.otherName->value;
|
x509v3.h | 554 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
|
/external/bluetooth/glib/tests/ |
hash-test.c | 389 gint *pvalue; local 398 pvalue = g_hash_table_find (hash_table, find_first, &value); 399 if (!pvalue || *pvalue != value)
|
testglib.c | 1033 gint *pvalue = NULL; local 1043 pvalue = g_hash_table_find (hash_table, find_first_that, &value); 1044 if (*pvalue != value) [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 681 const char *pvalue; local 684 pvalue = strchr(pname, '='); 685 if (pvalue == NULL) { 691 int count = pvalue - pname; 701 pvalue ++; 703 pname = strchr(pvalue, ','); 707 count = pname - pvalue; 708 strncpy(str, pvalue, count); [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 440 ProtocolType pvalue; local 441 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue)) 443 if (it->sequence->ProtocolEnabled(pvalue)) { 462 ProtocolType pvalue; local 463 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue)) 465 if (pvalue == proto) {
|
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/ |
DumpRenderTreeSupport_wrapPregenerated.c | 885 void *pvalue; member in struct:swig_constant_info 1150 sv_setpv(sv, (char *) swig_constants[i].pvalue); 1153 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0); 1156 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
|
/external/qemu/android/skin/ |
file.c | 460 skin_layout_event_decode( const char* event, int *ptype, int *pcode, int *pvalue ) 495 *pvalue = strtol(y+1, NULL, 0);
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
scm.py | 595 def propset(self, pname, pvalue, path): 597 return self.run(['svn', 'pset', pname, pvalue, base], cwd=dir) [all...] |
/external/openssl/include/openssl/ |
x509v3.h | 554 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
|
/external/jdiff/ |
xerces.jar | |