Home
last modified time | relevance | path

Searched defs:mode (Results 1976 - 2000 of 4448) sorted by relevance

1...<<71727374757677787980>>...178

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_he.c87 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_capab() local
340 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_he_6ghz_band_cap() local
509 hostapd_get_he_twt_responder(struct hostapd_data *hapd, enum ieee80211_op_mode mode) hostapd_get_he_twt_responder() argument
[all...]
H A Drrm.c575 enum beacon_report_mode mode; in hostapd_send_beacon_req() local
H A Dwmm.c74 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in wmm_calc_regulatory_limit() local
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp114 ISEMode mode; member
[all...]
H A DtcuTexVerifierUtil.cpp143 int wrap (Sampler::WrapMode mode, int c, int size) in wrap() argument
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeFile.c66 static int mapOpenMode (deFileMode mode) in mapOpenMode() argument
100 deFile_create(const char* filename, deUint32 mode) deFile_create() argument
241 deFile_create(const char* filename, deUint32 mode) deFile_create() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderDiscardTests.cpp180 static ShaderEvalFunc getEvalFunc (DiscardMode mode) in getEvalFunc() argument
296 static const char* getModeName (DiscardMode mode) in getModeName() argument
326 static const char* getModeDesc (DiscardMode mode) in getModeDesc() argument
341 ShaderDiscardCase* makeDiscardCase (Context& context, DiscardTemplate tmpl, DiscardMode mode) in makeDiscardCase() argument
[all...]
H A Des2fTextureWrapTests.cpp285 deUint32 mode; in init() member
296 deUint32 mode; in init() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dop_classes.c20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel() argument
50 static int get_center_80mhz(struct hostapd_hw_modes *mode, u argument
72 verify_80mhz(struct hostapd_hw_modes *mode, u8 op_class, u8 channel) verify_80mhz() argument
123 get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel, const u8 *center_channels, size_t num_chan) get_center_160mhz() argument
145 verify_160mhz(struct hostapd_hw_modes *mode, u8 op_class, u8 channel) verify_160mhz() argument
199 verify_channel(struct hostapd_hw_modes *mode, u8 op_class, u8 channel, u8 bw) verify_channel() argument
258 struct hostapd_hw_modes *mode; wpas_op_class_supported() local
[all...]
/third_party/vulkan-loader/tests/framework/shim/
H A Dunix_shim.cpp214 FRAMEWORK_EXPORT int ACCESS_FUNC_NAME(const char* in_pathname, int mode) { in ACCESS_FUNC_NAME() argument
231 FRAMEWORK_EXPORT FILE* FOPEN_FUNC_NAME(const char* in_filename, const char* mode) { in FOPEN_FUNC_NAME() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dacs.c538 static int is_24ghz_mode(enum hostapd_hw_mode mode) in is_24ghz_mode() argument
H A Dap_rrm.c575 enum beacon_report_mode mode; in hostapd_send_beacon_req() local
H A Dctrl_iface_ap.c653 struct hostapd_hw_modes *mode = iface->current_mode; in hostapd_ctrl_iface_status() local
[all...]
H A Dieee802_11_vht.c26 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in hostapd_eid_vht_capabilities() local
126 static int check_valid_vht_mcs(struct hostapd_hw_modes *mode, in check_valid_vht_mcs() argument
224 struct hostapd_hw_modes *mode = iface->current_mode; hostapd_eid_txpower_envelope() local
[all...]
H A Dwmm.c74 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in wmm_calc_regulatory_limit() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1State.cpp240 void GLES1State::setMatrixMode(MatrixType mode) in setMatrixMode() argument
/third_party/zlib/contrib/infback9/
H A Dinfback9.c220 inflate_mode mode; /* current inflate mode */ in inflateBack9() local
[all...]
/third_party/zlib/contrib/minizip/
H A Diowin32.c48 static void win32_translate_open_mode(int mode, in win32_translate_open_mode() argument
93 voidpf ZCALLBACK win32_open64_file_func(voidpf opaque, const void* filename, int mode) in win32_open64_file_func() argument
122 voidpf ZCALLBACK win32_open64_file_funcA(voidpf opaque, const void* filename, int mode) in win32_open64_file_funcA() argument
146 voidpf ZCALLBACK win32_open64_file_funcW(voidpf opaque, const void* filename, int mode) in win32_open64_file_funcW() argument
166 win32_open_file_func(voidpf opaque, const char* filename, int mode) win32_open_file_func() argument
[all...]
/third_party/zlib/examples/
H A Dzran.c142 int mode = 0; // mode in deflate_index_build() local
[all...]
/third_party/zlib/
H A Dgzguts.h176 int mode; /* see gzip modes above */ member
H A Dgzlib.c88 local gzFile gz_open(const void *path, int fd, const char *mode) in gz_open() argument
264 gzopen(const char *path, const char *mode) gzopen() argument
270 gzopen64(const char *path, const char *mode) gzopen64() argument
276 gzdopen(int fd, const char *mode) gzdopen() argument
295 gzopen_w(const wchar_t *path, const char *mode) gzopen_w() argument
[all...]
/third_party/zlib/test/
H A Dminigzip.c172 static gzFile gz_open(const char *path, int fd, const char *mode) in gz_open() argument
207 static gzFile gzopen(const char *path, const char *mode) in gzopen() argument
212 static gzFile gzdopen(int fd, const char *mode) in gzdopen() argument
442 static void file_compress(char *file, char *mode) in file_compress() argument
/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c566 int HiEventFileProcImp(uint8 type, const char *dest, uint8 mode) in HiEventFileProcImp() argument
/base/hiviewdfx/hitrace/frameworks/native/
H A Dhitracechainc.c257 void HiTraceChainTracepointInner(HiTraceCommunicationMode mode, HiTraceTracepointType type, in HiTraceChainTracepointInner() argument
323 void HiTraceChainTracepointExWithArgs(HiTraceCommunicationMode mode, HiTraceTracepointType type, in HiTraceChainTracepointExWithArgs() argument
338 void HiTraceChainTracepointEx(HiTraceCommunicationMode mode, HiTraceTracepointType type, const HiTraceIdStruct* pId, in HiTraceChainTracepointEx() argument
[all...]
/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/test/unittest/src/
H A Dsandbox_manager_kit_test.cpp89 uint32_t mode = 0; member
[all...]

Completed in 20 milliseconds

1...<<71727374757677787980>>...178