OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:penv
(Results
1 - 10
of
10
) sorted by null
/external/libpng/contrib/visupng/
cexcept.h
198
jmp_buf *
penv
; \
209
#define init_exception_context(ec) ((void)((ec)->
penv
= 0))
214
exception__prev = the_exception_context->
penv
; \
215
the_exception_context->
penv
= &exception__env; \
226
the_exception_context->
penv
= exception__prev; \
244
for (;; longjmp(*the_exception_context->
penv
, 1)) \
/external/qemu/
cpus.c
468
CPUState *
penv
= first_cpu;
470
while (
penv
) {
471
if (!
penv
->stopped)
473
penv
= (CPUState *)
penv
->next_cpu;
481
CPUState *
penv
= first_cpu;
483
while (
penv
) {
484
penv
->stop = 1;
485
qemu_thread_signal(
penv
->thread, SIGUSR1);
486
qemu_cpu_kick(
penv
);
[
all
...]
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
/external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h
[
all
...]
Completed in 458 milliseconds