OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pExt
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrCompiler.cpp
217
INT8 *pFileName, *pPath, *
pExt
;
236
if ((
pExt
= strchr (pFileName, '.')) == NULL) {
240
strncpy (mOptions.VfrBaseFileName, pFileName,
pExt
- pFileName);
241
mOptions.VfrBaseFileName[
pExt
- pFileName] = '\0';
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp
334
CHAR8 *pFileName, *pPath, *
pExt
;
353
if ((
pExt
= strchr (pFileName, '.')) == NULL) {
357
*
pExt
= '\0';
359
*
pExt
= '.';
365
*
pExt
= '.';
370
*
pExt
= '.';
/external/aac/libDRCdec/src/
drcDec_reader.cpp
446
UNI_DRC_GAIN_EXTENSION*
pExt
) {
451
pExt
->uniDrcGainExtType[k] = FDKreadBits(hBs, 4);
452
while (
pExt
->uniDrcGainExtType[k] != UNIDRCGAINEXT_TERM) {
458
pExt
->extBitSize[k] = bitSize + 1;
460
switch (
pExt
->uniDrcGainExtType[k]) {
463
FDKpushFor(hBs,
pExt
->extBitSize[k]);
467
pExt
->uniDrcGainExtType[k] = FDKreadBits(hBs, 4);
[
all
...]
Completed in 808 milliseconds