OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tempptr
(Results
1 - 8
of
8
) sorted by null
/external/icu4c/common/
ucnv_u8.c
353
uint8_t *
tempPtr
;
417
tempPtr
= (((targetLimit - myTarget) >= 4) ? myTarget : tempBuf);
421
tempPtr
[0] = (uint8_t) ((ch >> 12) | 0xe0);
425
tempPtr
[0] = (uint8_t) ((ch >> 18) | 0xf0);
426
tempPtr
[1] = (uint8_t) (((ch >> 12) & 0x3f) | 0x80);
428
tempPtr
[indexToWrite-1] = (uint8_t) (((ch >> 6) & 0x3f) | 0x80);
429
tempPtr
[indexToWrite] = (uint8_t) ((ch & 0x3f) | 0x80);
431
if (
tempPtr
== myTarget) {
437
for (;
tempPtr
<= (tempBuf + indexToWrite);
tempPtr
++)
[
all
...]
/hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_pipes.c
232
TIMM_OSAL_U8 *
tempPtr
= NULL;
257
tempPtr
=
261
if (
tempPtr
== NULL)
269
read(pHandle->pfd[0],
tempPtr
, pHandle->totalBytesInPipe);
273
write(pHandle->pfd[1],
tempPtr
,
288
TIMM_OSAL_Free(
tempPtr
);
/external/bison/lib/
obstack.h
161
void *
tempptr
;
489
(h)->temp.
tempptr
= (h)->object_base, \
497
(h)->temp.
tempptr
)
160
void *
tempptr
;
member in union:obstack::__anon1406
/ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h
160
void *
tempptr
;
493
(h)->temp.
tempptr
= (h)->object_base, \
501
(h)->temp.
tempptr
)
159
void *
tempptr
;
member in union:obstack::__anon16794
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
obstack.h
162
void *
tempptr
;
490
(h)->temp.
tempptr
= (h)->object_base, \
498
(h)->temp.
tempptr
)
161
void *
tempptr
;
member in union:obstack::__anon21126
/external/icu4c/test/cintltst/
cmsccoll.c
2551
char *
tempptr
;
local
[
all
...]
/external/opencv/cvaux/src/
enmin.cpp
150
int*
tempPtr
= ( int* ) malloc( ( width + 2 ) * 7 * sizeof( int ) );
151
*verticesPtr =
tempPtr
;
[
all
...]
/external/pcre/
pcre_compile.c
2979
const uschar *
tempptr
;
local
[
all
...]
Completed in 357 milliseconds