OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pTable
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
digit_reversal_tables.cpp
255
const Int16 *
pTable
;
257
pTable
= digit_reverse_swap_256;
261
i = *
pTable
++;
262
j = *
pTable
++;
fwd_short_complex_rot.cpp
164
const Int16 *
pTable
;
184
pTable
= digit_reverse_64;
217
I = *
pTable
++;
inv_short_complex_rot.cpp
168
const Int16 *
pTable
;
205
pTable
= digit_reverse_64;
230
I = *
pTable
++;
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scanResultTable.c
130
TSiteEntry *
pTable
; /**< site table */
166
pScanResultTable->
pTable
=
168
if (NULL == pScanResultTable->
pTable
)
220
if (NULL != pScanResultTable->
pTable
)
223
os_memoryFree (pScanResultTable->hOS, (void*)pScanResultTable->
pTable
,
376
return &(pScanResultTable->
pTable
[ pScanResultTable->uIterator++ ]);
401
if (MAC_EQUAL (*pBssid, pScanResultTable->
pTable
[ uIndex ].bssid) &&
402
((pSsid->len == pScanResultTable->
pTable
[ uIndex ].ssid.len) &&
404
&(pScanResultTable->
pTable
[ uIndex ].ssid.str[ 0 ]),
408
return &(pScanResultTable->
pTable
[ uIndex ])
[
all
...]
/external/chromium/third_party/icu/source/common/
ucnv_lmb.c
387
const struct _UniLMBCSGrpMap *
pTable
= UniLMBCSGrpMap;
389
while (uniChar >
pTable
->uniEndRange)
391
pTable
++;
394
if (uniChar >=
pTable
->uniStartRange)
396
return
pTable
->GrpType;
477
const struct _LocaleLMBCSGrpMap *
pTable
= LocaleLMBCSGrpMap;
484
while (
pTable
->LocaleID)
486
if (*
pTable
->LocaleID == *LocaleID) /* Check only first char for speed */
489
if (uprv_strncmp(
pTable
->LocaleID, LocaleID, strlen(
pTable
->LocaleID)) == 0
[
all
...]
/external/icu4c/common/
ucnv_lmb.c
450
const struct _UniLMBCSGrpMap *
pTable
= UniLMBCSGrpMap;
452
while (uniChar >
pTable
->uniEndRange)
454
pTable
++;
457
if (uniChar >=
pTable
->uniStartRange)
459
return
pTable
->GrpType;
540
const struct _LocaleLMBCSGrpMap *
pTable
= LocaleLMBCSGrpMap;
547
while (
pTable
->LocaleID)
549
if (*
pTable
->LocaleID == *LocaleID) /* Check only first char for speed */
552
if (uprv_strncmp(
pTable
->LocaleID, LocaleID, strlen(
pTable
->LocaleID)) == 0
[
all
...]
/frameworks/base/services/camera/libcameraservice/
FakeCamera.cpp
153
uint8_t *
pTable
;
158
pTable
= gCrTable + 384;
160
pTable
[i] = (uint8_t) clamp( i/kRr + 128.5 );
180
uint8_t *
pTable
;
185
pTable
= gCbTable + 384;
187
pTable
[i] = (uint8_t) clamp( i/kBb + 128.5 );
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c
132
TSiteEntry *
pTable
; /**< site table */
176
pScanResultTable->
pTable
=
178
if (NULL == pScanResultTable->
pTable
)
187
os_memoryZero(pScanResultTable->hOS, pScanResultTable->
pTable
, sizeof(TSiteEntry) * uEntriesNumber);
237
if (NULL != pScanResultTable->
pTable
)
240
os_memoryFree (pScanResultTable->hOS, (void*)pScanResultTable->
pTable
,
424
return &(pScanResultTable->
pTable
[ pScanResultTable->uIterator++ ]);
449
if (MAC_EQUAL (*pBssid, pScanResultTable->
pTable
[ uIndex ].bssid) &&
450
((pSsid->len == pScanResultTable->
pTable
[ uIndex ].ssid.len) &&
452
(TI_UINT8 *)(&(pScanResultTable->
pTable
[ uIndex ].ssid.str[ 0 ]))
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 96 milliseconds