Home
last modified time | relevance | path

Searched defs:__mode (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/
H A Dgtf.c133 typedef struct __mode { struct
134 int hr, hss, hse, hfl;
135 int vr, vss, vse, vfl;
136 float pclk, h_freq, v_freq;
/OK3568_Linux_fs/kernel/arch/m68k/lib/
H A Dlshrdi3.c21 typedef int SItype __mode(SI); typedef
22 typedef unsigned int USItype __mode(SI); typedef
23 typedef int DItype __mode(DI); typedef
24 typedef int word_type __mode(__word__); typedef
H A Dashldi3.c21 typedef int SItype __mode(SI); typedef
22 typedef unsigned int USItype __mode(SI); typedef
23 typedef int DItype __mode(DI); typedef
24 typedef int word_type __mode(__word__); typedef
H A Dashrdi3.c21 typedef int SItype __mode(SI); typedef
22 typedef unsigned int USItype __mode(SI); typedef
23 typedef int DItype __mode(DI); typedef
24 typedef int word_type __mode(__word__); typedef
H A Dmuldi3.c68 typedef int SItype __mode(SI); typedef
69 typedef unsigned int USItype __mode(SI); typedef
70 typedef int DItype __mode(DI); typedef
71 typedef int word_type __mode(__word__); typedef
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos()
H A Dfstream.tcc180 open(const char* __s, ios_base::openmode __mode) in open()
215 open(const wchar_t* __s, ios_base::openmode __mode) in open()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dsstream.tcc168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff()
216 seekpos(pos_type __sp, ios_base::openmode __mode) in seekpos()
H A Dfstream.tcc180 open(const char* __s, ios_base::openmode __mode) in open()
215 open(const wchar_t* __s, ios_base::openmode __mode) in open()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_attributes.h185 #define __mode(x) __attribute__((__mode__(x))) macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00lib.h49 #define RATE_MCS(__mode, __mcs) \ argument
/OK3568_Linux_fs/kernel/drivers/scsi/bfa/
H A Dbfa_svc.c6121 #define bfa_dport_result_start(__dport, __mode) do { \ argument