/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-mixer.c | 75 static inline u32 xa_track_test_flags(XATrack *track, u32 flags) in xa_track_test_flags() argument 77 return (track->input.flags & flags); in xa_track_test_flags() 80 static inline u32 xa_track_set_flags(XATrack *track, u32 flags) in xa_track_set_flags() argument 82 return (track->input.flags |= flags); in xa_track_set_flags() 85 static inline u32 xa_track_clear_flags(XATrack *track, u32 flags) in xa_track_clear_flags() argument 87 return (track->input.flags &= ~flags); in xa_track_clear_flags() 90 static inline u32 xa_track_toggle_flags(XATrack *track, u32 flags) in xa_track_toggle_flags() argument 92 return (track->input.flags ^= flags); in xa_track_toggle_flags() 110 XATrack track[XA_MIXER_MAX_TRACK_NUMBER]; member 162 XATrack *track; in xa_mixer_check_active() local [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/ |
D | rexpr.h | 6 struct _a *track; /* track mem allocation */ member 13 struct _n *track; member
|
D | rexpr.c | 139 while ( p!=NULL ) { q = p->track; free(p); p = q; } 433 if ( freelist != NULL ) p->track = (ArcPtr) freelist; in newGraphArc() 447 if ( freelist != NULL ) p->track = freelist; in newNode()
|
/device/linaro/hikey/hifi/xaf/host-apf/include/audio/ |
D | xa-mixer-api.h | 66 #define XA_MIXER_VOLUME(track, channel, volume) \ argument 67 (__XA_MIXER_VOLUME(volume) | ((track) << 16) | ((channel) << 20))
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/audio/ |
D | xa-mixer-api.h | 69 #define XA_MIXER_VOLUME(track, channel, volume) \ argument 70 (__XA_MIXER_VOLUME(volume) | ((track) << 16) | ((channel) << 20))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/ |
D | README | 16 doesn't happen again. And if it does, it should be easier to track down.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/leakers/ |
D | README.txt | 32 to track down.
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/ |
D | GdbRun | 36 # We keep track of the number of symbol files we have loaded via gdb
|
/device/google/marlin/ |
D | system.prop | 143 #Enable audio track offload by default 144 audio.offload.track.enable=true
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/ |
D | dlg_p.g | 45 int action_no = 0; /* keep track of actions outputed */ 46 int nfa_allocated = 0; /* keeps track of number of nfa nodes */ 55 int mode_counter = 0; /* keep track of number of %%names */ 61 int lex_mode_counter = 0; /* keeps track of the number of %%names */
|
D | parser.dlg | 39 int lex_mode_counter = 0; /* keeps track of the number of %%names */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_class.py | 71 def track(*args, **kwargs): function 74 return track
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
D | ScanMem.asm | 121 L60 ; We're here because the fast path found a hit - now we have to track down exactly which word i…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | README | 10 to keep track of changes to individual FAQ entries. It is fully
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 282 MIXER../audio/xa-class-mixer.c[%s.%s] track-%u: received buffer [%p]:%u @%s:%d 283 [%s.%s] track-%u started (pts=%x) @%s:%d 285 [%s.%s] mixer[%p]::track[%u] paused @%s:%d 286 [%s.%s] mixer[%p]::track[%u] is not active @%s:%d 287 [%s.%s] mixer[%p]::track[%u] resumed @%s:%d 288 [%s.%s] mixer[%p]::track[%u] is not paused @%s:%d 289 [%s.%s] mixer[%p]::track[%u] flushed @%s:%d 290 [%s.%s] mixer[%p]::track[%u] input port created - size=%u @%s:%d 293 [%s.%s] track-%u: ts=%x vs mts=%x @%s:%d 294 [%s.%s] track-%u: filled %u bytes @%s:%d [all …]
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 284 MIXER../audio/xa-class-mixer.c[%s.%s] track-%u: received buffer [%p]:%u @%s:%d 285 [%s.%s] track-%u started (pts=%x) @%s:%d 287 [%s.%s] mixer[%p]::track[%u] paused @%s:%d 288 [%s.%s] mixer[%p]::track[%u] is not active @%s:%d 289 [%s.%s] mixer[%p]::track[%u] resumed @%s:%d 290 [%s.%s] mixer[%p]::track[%u] is not paused @%s:%d 291 [%s.%s] mixer[%p]::track[%u] flushed @%s:%d 292 [%s.%s] mixer[%p]::track[%u] input port created - size=%u @%s:%d 295 [%s.%s] track-%u: ts=%x vs mts=%x @%s:%d 296 [%s.%s] track-%u: filled %u bytes @%s:%d [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | psci-pd-tree.rst | 193 * is used to track the state of all the nodes i.e. power domain instances
|
D | xlat-tables-lib-v2-design.rst | 121 context* constitutes the superset of information used by the library to track
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | README | 19 track down performance bottlenecks or to demonstrate the impact of
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | parser.dlg | 1018 …/* MR10 */ /* keep track of <<... $label ...>> for semantic predicates in gue…
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 274 // Free up our string we allocated to track the include paths 281 // Free up our string we allocated to track preprocessor options 571 // Allocate a structure in which we can keep track of this line information. 2148 more than one substatement, we keep track of the flags at a statement 3287 keeping track of VFR goto statements.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 1046 --with-pydebug: Enable additional debugging code to help track down 1213 buildno Keeps track of the build number
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 1053 --with-pydebug: Enable additional debugging code to help track down 1220 buildno Keeps track of the build number
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | listsort.txt | 430 mode. The only twist here is keeping track of how many times in a row "the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | listsort.txt | 433 mode. The only twist here is keeping track of how many times in a row "the
|