HomeSort by relevance Sort by last modified time
    Searched full:plength (Results 1 - 25 of 135) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/icu/source/i18n/
udatpg.cpp 122 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
136 if(pLength!=NULL) {
137 *pLength=length;
153 int32_t *pLength) {
155 if(pLength!=NULL) {
156 *pLength=result.length();
172 int32_t *pLength) {
174 if(pLength!=NULL) {
175 *pLength=result.length();
189 int32_t *pLength) {
    [all...]
  /external/icu/icu4c/source/i18n/
udatpg.cpp 122 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
136 if(pLength!=NULL) {
137 *pLength=length;
153 int32_t *pLength) {
155 if(pLength!=NULL) {
156 *pLength=result.length();
172 int32_t *pLength) {
174 if(pLength!=NULL) {
175 *pLength=result.length();
189 int32_t *pLength) {
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Demangle.cpp 43 bool isCtorOrDtor(const char* pName, size_t pLength)
56 demangle(pName, pName + pLength, db, internal_status);
65 demangle(pName, pName + pLength, db, internal_status);
FileOutputBuffer.cpp 49 MemoryRegion FileOutputBuffer::request(size_t pOffset, size_t pLength)
51 if (pOffset > getBufferSize() || (pOffset + pLength) > getBufferSize())
53 return MemoryRegion(getBufferStart() + pOffset, pLength);
FileHandle.cpp 164 bool FileHandle::read(void* pMemBuffer, size_t pStartOffset, size_t pLength)
171 if (0 == pLength)
176 pLength,
187 bool FileHandle::write(const void* pMemBuffer, size_t pStartOffset, size_t pLength)
194 if (0 == pLength)
200 pLength,
MemoryArea.cpp 44 llvm::StringRef MemoryArea::request(size_t pOffset, size_t pLength)
46 return llvm::StringRef(m_pMemoryBuffer->getBufferStart() + pOffset, pLength);
  /frameworks/compile/mclinker/include/mcld/Support/
FileHandle.h 91 bool read(void* pMemBuffer, size_t pStartOffset, size_t pLength);
93 bool write(const void* pMemBuffer, size_t pStartOffset, size_t pLength);
95 bool mmap(void*& pMemBuffer, size_t pStartOffset, size_t pLength);
97 bool munmap(void* pMemBuffer, size_t pLength);
Demangle.h 18 bool isCtorOrDtor(const char* pName, size_t pLength);
MemoryArea.h 38 llvm::StringRef request(size_t pOffset, size_t pLength);
  /frameworks/compile/libbcc/include/bcc/Support/
File.h 62 inline android::FileMap *createMap(off_t pOffset, size_t pLength,
65 return FileBase::createMap(pOffset, pLength, pIsReadOnly);
  /frameworks/compile/mclinker/lib/Support/Windows/
FileSystem.inc 139 int ftruncate(int pFD, size_t pLength)
141 return ::_chsize(pFD, pLength);
158 bool FileHandle::mmap(void*& pMemBuffer, size_t pStartOffset, size_t pLength)
161 pMemBuffer = (void*)::malloc(pLength);
162 return read(pMemBuffer, pStartOffset, pLength);
165 bool FileHandle::munmap(void* pMemBuffer, size_t pLength)
  /frameworks/compile/mclinker/lib/Support/Unix/
FileSystem.inc 139 int ftruncate(int pFD, size_t pLength)
141 return ::ftruncate(pFD, pLength);
158 bool FileHandle::mmap(void*& pMemBuffer, size_t pStartOffset, size_t pLength)
165 if (0 == pLength)
190 pMemBuffer = ::mmap(NULL, pLength, prot, flag, m_Handler, pStartOffset);
200 bool FileHandle::munmap(void* pMemBuffer, size_t pLength)
207 if (-1 == ::munmap(pMemBuffer, pLength)) {
  /external/chromium_org/third_party/icu/source/common/
locresdata.cpp 46 int32_t *pLength,
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
ulocimp.h 35 int32_t *pLength,
uresdata.c 302 res_getString(const ResourceData *pResData, Resource res, int32_t *pLength) {
330 if(pLength) {
331 *pLength=length;
337 res_getAlias(const ResourceData *pResData, Resource res, int32_t *pLength) {
349 if(pLength) {
350 *pLength=length;
356 res_getBinary(const ResourceData *pResData, Resource res, int32_t *pLength) {
368 if(pLength) {
369 *pLength=length;
376 res_getIntVector(const ResourceData *pResData, Resource res, int32_t *pLength) {
    [all...]
  /external/icu/icu4c/source/common/
locresdata.cpp 46 int32_t *pLength,
81 item = ures_getStringByKeyWithFallback(&subTable, itemKey, pLength, &errorCode);
91 item = ures_getStringByKeyWithFallback(&table, itemKey, pLength, &errorCode);
104 item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode);
ulocimp.h 35 int32_t *pLength,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 99 virtual HRESULT WINAPI GetReplyData(byte **ppBuffer,UINT64 *pLength) = 0;
146 HRESULT (WINAPI *GetReplyData)(IBackgroundCopyJob2 *This,byte **ppBuffer,UINT64 *pLength);
195 #define IBackgroundCopyJob2_GetReplyData(This,ppBuffer,pLength) (This)->lpVtbl->GetReplyData(This,ppBuffer,pLength)
208 HRESULT WINAPI IBackgroundCopyJob2_GetReplyData_Proxy(IBackgroundCopyJob2 *This,byte **ppBuffer,UINT64 *pLength);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udatpg.h 324 * @param pLength a pointer to the length of conflictingPattern.
335 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
369 * @param pLength A pointer that will receive the length of appendItemFormat.
376 int32_t *pLength);
402 * @param pLength A pointer that will receive the length of the name for field.
409 int32_t *pLength);
439 * @param pLength A pointer that will receive the length of the format
445 int32_t *pLength);
468 * @param pLength A pointer that will receive the length of the decimal string.
474 int32_t *pLength);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
udatpg.h 324 * @param pLength a pointer to the length of conflictingPattern.
335 UChar *conflictingPattern, int32_t capacity, int32_t *pLength,
369 * @param pLength A pointer that will receive the length of appendItemFormat.
376 int32_t *pLength);
402 * @param pLength A pointer that will receive the length of the name for field.
409 int32_t *pLength);
439 * @param pLength A pointer that will receive the length of the format
445 int32_t *pLength);
468 * @param pLength A pointer that will receive the length of the decimal string.
474 int32_t *pLength);
    [all...]
  /external/qemu/android/
async-utils.c 170 asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength)
175 if (pLength != 0)
176 *pLength = alr->pos;
async-utils.h 188 * If 'pLength" is not NULL, the function sets '*pLength' to the length
198 const char* asyncLineReader_getLineRaw(AsyncLineReader* alr, int *pLength);
  /external/chromium_org/third_party/libevent/
event_tagging.c 272 evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength)
285 res = decode_int_internal(plength, &tmp, 0);
289 *plength += res + len;
295 evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength)
308 res = decode_int_internal(plength, &tmp, 0);
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
asn1_lib.c 96 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
134 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
140 fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
141 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
145 if (*plength > (omax - (p - *pp)))
  /external/openssl/crypto/asn1/
asn1_lib.c 94 int ASN1_get_object(const unsigned char **pp, long *plength, int *ptag,
132 if (!asn1_get_length(&p,&inf,plength,(int)max)) goto err;
138 fprintf(stderr,"p=%d + *plength=%ld > omax=%ld + *pp=%d (%d > %d)\n",
139 (int)p,*plength,omax,(int)*pp,(int)(p+ *plength),
143 if (*plength > (omax - (p - *pp)))

Completed in 2621 milliseconds

1 2 3 4 5 6