/external/kernel-headers/original/linux/ |
D | nodemask.h | 160 const nodemask_t *srcp, int nbits) in __nodes_complement() 190 static inline int __nodes_empty(const nodemask_t *srcp, int nbits) in __nodes_empty() 196 static inline int __nodes_full(const nodemask_t *srcp, int nbits) in __nodes_full() 202 static inline int __nodes_weight(const nodemask_t *srcp, int nbits) in __nodes_weight() 210 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_right() 218 const nodemask_t *srcp, int n, int nbits) in __nodes_shift_left() 227 static inline int __first_node(const nodemask_t *srcp) in __first_node() 233 static inline int __next_node(int n, const nodemask_t *srcp) in __next_node() 286 const nodemask_t *srcp, int nbits) in __nodemask_scnprintf() 302 const nodemask_t *srcp, int nbits) in __nodelist_scnprintf() [all …]
|
D | cpumask.h | 155 const cpumask_t *srcp, int nbits) in __cpus_complement() 182 static inline int __cpus_empty(const cpumask_t *srcp, int nbits) in __cpus_empty() 188 static inline int __cpus_full(const cpumask_t *srcp, int nbits) in __cpus_full() 194 static inline int __cpus_weight(const cpumask_t *srcp, int nbits) in __cpus_weight() 202 const cpumask_t *srcp, int n, int nbits) in __cpus_shift_right() 210 const cpumask_t *srcp, int n, int nbits) in __cpus_shift_left() 271 const cpumask_t *srcp, int nbits) in __cpumask_scnprintf() 287 const cpumask_t *srcp, int nbits) in __cpulist_scnprintf() 308 static inline void __cpus_remap(cpumask_t *dstp, const cpumask_t *srcp, in __cpus_remap()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_blit_A.c | 232 Uint32 *srcp = (Uint32 *)info->s_pixels; in BlitRGBtoRGBSurfaceAlpha128MMX() local 290 Uint32 *srcp = (Uint32 *)info->s_pixels; in BlitRGBtoRGBSurfaceAlphaMMX() local 368 Uint32 *srcp = (Uint32 *)info->s_pixels; in BlitRGBtoRGBPixelAlphaMMX() local 450 Uint32 *srcp = (Uint32 *)info->s_pixels; in BlitRGBtoRGBSurfaceAlpha128MMX() local 513 Uint32 *srcp = (Uint32 *)info->s_pixels; in BlitRGBtoRGBSurfaceAlphaMMX() local 599 Uint32 *srcp = (Uint32 *)info->s_pixels; in BlitRGBtoRGBPixelAlphaMMX() local 941 Uint32 *srcp = (Uint32 *)info->s_pixels; in Blit32to32SurfaceAlphaKeyAltivec() local 1064 Uint32 *srcp = (Uint32 *)info->s_pixels; in Blit32to32PixelAlphaAltivec() local 1161 Uint32 *srcp = (Uint32 *)info->s_pixels; in BlitRGBtoRGBPixelAlphaAltivec() local 1258 Uint32 *srcp = (Uint32 *)info->s_pixels; in Blit32to32SurfaceAlphaAltivec() local [all …]
|
D | SDL_stretch.c | 182 Uint8 *srcp = NULL; in SDL_SoftStretch() local
|
D | SDL_blit_N.c | 545 Uint32 *srcp = (Uint32 *) info->s_pixels; in Blit32to32KeyAltivec() local 2162 Uint16 *srcp = (Uint16 *)info->s_pixels; in Blit2to2Key() local
|
/external/bison/lib/ |
D | abitset.c | 151 bitset_word *srcp = ABITSET_WORDS (src); in abitset_list_reverse() local 210 bitset_word *srcp = ABITSET_WORDS (src); in abitset_list() local 356 bitset_word *srcp = ABITSET_WORDS (src); in abitset_copy1() local 370 bitset_word *srcp = ABITSET_WORDS (src); in abitset_not() local 384 bitset_word *srcp = ABITSET_WORDS (src); in abitset_equal_p() local 399 bitset_word *srcp = ABITSET_WORDS (src); in abitset_subset_p() local 414 bitset_word *srcp = ABITSET_WORDS (src); in abitset_disjoint_p() local
|
D | vbitset.c | 174 bitset_word *srcp = VBITSET_WORDS (src); local 236 bitset_word *srcp = VBITSET_WORDS (src); local 383 bitset_word *srcp; in vbitset_copy1() local 409 bitset_word *srcp; in vbitset_not() local 434 bitset_word *srcp = VBITSET_WORDS (src); in vbitset_equal_p() local 464 bitset_word *srcp = VBITSET_WORDS (src); in vbitset_subset_p() local 488 bitset_word *srcp = VBITSET_WORDS (src); in vbitset_disjoint_p() local
|
D | lbitset.c | 622 bitset_word *srcp = elt->words; in lbitset_list_reverse() local 709 bitset_word *srcp = elt->words; in lbitset_list() local 749 bitset_word *srcp = elt->words; in lbitset_list() local 895 bitset_word *srcp; in lbitset_unused_clear() local
|
D | ebitset.c | 609 bitset_word *srcp; in ebitset_list_reverse() local 685 bitset_word *srcp = EBITSET_WORDS (elt); in ebitset_list() local 721 bitset_word *srcp; in ebitset_list() local 859 bitset_word *srcp = EBITSET_WORDS (elt); in ebitset_unused_clear() local
|
/external/tcpdump/ |
D | print-802_11.c | 687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in data_header_print() 763 mgmt_header_print(const u_char *p, const u_int8_t **srcp, in mgmt_header_print() 781 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ctrl_header_print() 868 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ieee_802_11_hdr_print()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
D | SDL_gsyuv.c | 328 Uint32 *srcp, *dstp; in GS_DisplayYUVOverlay() local
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
D | SDL_string.c | 278 char *srcp = (char *)src; in SDL_memcpy() local 290 char *srcp = (char *)src; in SDL_revcpy() local
|