Searched refs:source (Results 1 - 11 of 11) sorted by relevance

/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dipt_addrtype.h11 *** source file (e.g. under external/kernel-headers/original/) then
22 u_int16_t source; member in struct:ipt_addrtype_info
/bionic/libc/kernel/common/linux/
H A Dudp.h11 *** source file (e.g. under external/kernel-headers/original/) then
24 __u16 source; member in struct:udphdr
H A Dif_arcnet.h11 *** source file (e.g. under external/kernel-headers/original/) then
82 uint8_t source, member in struct:arc_hardware
H A Dmedia.h11 *** source file (e.g. under external/kernel-headers/original/) then
106 struct media_pad_desc source; member in struct:media_link_desc
H A Dtcp.h11 *** source file (e.g. under external/kernel-headers/original/) then
25 __u16 source; member in struct:tcphdr
/bionic/libc/include/netinet/
H A Dudp.h5 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
38 u_int16_t uh_sport; /* source port */
47 __u16 source; member in struct:udphdr
/bionic/libc/netbsd/net/
H A Dnsdispatch.c10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
49 * Redistribution and use in source and binary forms, with or without
52 * 1. Redistributions of source code must retain the above copyright
91 _nsmethod(const char *source, const char *database, const char *method, argument
98 if (strcasecmp(source, disp_tab[curdisp].src) == 0) {
/bionic/libc/kernel/arch-mips/asm/
H A Dmipsregs.h11 *** source file (e.g. under external/kernel-headers/original/) then
479 #define __read_32bit_c0_register(source, sel) ({ int __res; if (sel == 0) __asm__ __volatile__( "mfc0\t%0, " #source "\n\t" : "=r" (__res)); else __asm__ __volatile__( ".set\tmips32\n\t" "mfc0\t%0, " #source ", " #sel "\n\t" ".set\tmips0\n\t" : "=r" (__res)); __res; })
480 #define __read_64bit_c0_register(source, sel) ({ unsigned long long __res; if (sizeof(unsigned long) == 4) __res = __read_64bit_c0_split(source, sel); else if (sel == 0) __asm__ __volatile__( ".set\tmips3\n\t" "dmfc0\t%0, " #source "\n\t" ".set\tmips0" : "=r" (__res)); else __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%0, " #source ", " #sel "\n\t" ".set\tmips0" : "=r" (__res)); __res; })
486 #define __read_32bit_c0_ctrl_register(source) ({ int __res; __asm__ __volatile__( "cfc0\t%0, " #source "\
[all...]
/bionic/libc/private/
H A Dbionic_atomic_arm.h31 * However, it is highly recommended to avoid compiling any C library source
54 # warning Rebuilding this source file in ARM mode is highly recommended for performance!!
/bionic/libc/netbsd/resolv/
H A Dres_init.c7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
481 res_setoptions(res_state statp, const char *options, const char *source) argument
490 options, source);
531 options, source);
/bionic/libc/
H A DAndroid.mk5 # Define the common source files for all the libc instances
363 # Architecture specific source files go here
462 ## Add cpu specific source files.
465 ## the first source file for each unique $(1).
468 ## $(2): Cpu specific source file.

Completed in 305 milliseconds