Home
last modified time | relevance | path

Searched defs:cdir (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/PC/bdist_wininst/
Darchive.h27 struct cdir { struct
28 long tag; /* must be 0x02014b50 */
29 short version_made;
30 short version_extract;
31 short gp_bitflag;
32 short comp_method;
33 short last_mod_file_time;
34 short last_mod_file_date;
35 long crc32;
36 long comp_size;
[all …]
/external/python/cpython3/PC/bdist_wininst/
Darchive.h26 struct cdir { struct
27 long tag; /* must be 0x02014b50 */
28 short version_made;
29 short version_extract;
30 short gp_bitflag;
31 short comp_method;
32 short last_mod_file_time;
33 short last_mod_file_date;
34 long crc32;
35 long comp_size;
[all …]
/external/toybox/toys/pending/
Dcrontab.c30 GLOBALS( in GLOBALS()
/external/skqp/src/c/
Dsk_surface.cpp64 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction()
203 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_rect()
211 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_oval()
/external/skia/src/c/
Dsk_surface.cpp64 static bool from_c_path_direction(sk_path_direction_t cdir, SkPath::Direction* dir) { in from_c_path_direction()
203 void sk_path_add_rect(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_rect()
211 void sk_path_add_oval(sk_path_t* cpath, const sk_rect_t* crect, sk_path_direction_t cdir) { in sk_path_add_oval()
/external/toybox/generated/
Dglobals.h501 char *cdir; member