OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PICOPAL_PROT_WRITE
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picopal.h
265
#define
PICOPAL_PROT_WRITE
2 /* the memory can be written to */
picopal.c
438
if (prot &
PICOPAL_PROT_WRITE
) {
443
} else if (prot &
PICOPAL_PROT_WRITE
) {
picoos.c
464
prot |=
PICOPAL_PROT_WRITE
;
474
#define
PICOPAL_PROT_WRITE
2 /* the memory can be written to */
[
all
...]
Completed in 23 milliseconds