OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:penv
(Results
1 - 7
of
7
) sorted by null
/external/qemu/
envlist.c
230
char **env, **
penv
;
local
232
penv
= env = malloc((envlist->el_count + 1) * sizeof (char *));
238
*(
penv
++) = strdup(entry->ev_var);
240
*
penv
= NULL; /* NULL terminate the list */
exec.c
580
CPUState **
penv
;
local
587
penv
= &first_cpu;
589
while (*
penv
!= NULL) {
590
penv
= &(*
penv
)->next_cpu;
597
*
penv
= env;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h
152
iwffff_env_t
penv
; /* pitch envelope */
member in struct:iwffff_layer
288
iwffff_xenv_t
penv
; /* pitch envelope */
member in struct:iwffff_xlayer
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h
152
iwffff_env_t
penv
; /* pitch envelope */
member in struct:iwffff_layer
288
iwffff_xenv_t
penv
; /* pitch envelope */
member in struct:iwffff_xlayer
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h
155
struct iwffff_env
penv
; /* pitch envelope */
member in struct:iwffff_layer
291
struct iwffff_xenv
penv
; /* pitch envelope */
member in struct:iwffff_xlayer
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
ainstr_iw.h
152
iwffff_env_t
penv
; /* pitch envelope */
member in struct:iwffff_layer
288
iwffff_xenv_t
penv
; /* pitch envelope */
member in struct:iwffff_xlayer
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ainstr_iw.h
155
struct iwffff_env
penv
; /* pitch envelope */
member in struct:iwffff_layer
291
struct iwffff_xenv
penv
; /* pitch envelope */
member in struct:iwffff_xlayer
Completed in 434 milliseconds