Home
last modified time | relevance | path

Searched refs:mode1 (Results 1 – 15 of 15) sorted by relevance

/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DCipherHelper.java28 private final int mode1; field in CipherHelper
31 public CipherHelper(String algorithmName, String plainData, int mode1, int mode2) { in CipherHelper() argument
34 this.mode1 = mode1; in CipherHelper()
40 cipher.init(mode1, encryptKey); in test()
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DCipherHelper.java32 private final int mode1; field in CipherHelper
35 public CipherHelper(String algorithmName, String plainData, int mode1, int mode2) { in CipherHelper() argument
38 this.mode1 = mode1; in CipherHelper()
44 cipher.init(mode1, encryptKey); in test()
/external/u-boot/board/samsung/universal_c210/
Duniversal.c101 int hwrev, mode0, mode1; in get_hw_revision() local
106 mode1 = get_adc_value(2); /* HWREV_MODE1 */ in get_hw_revision()
115 if (IS_RANGE(mode0, 80, 200) && IS_RANGE(mode1, 80, 200)) in get_hw_revision()
117 if (IS_RANGE(mode0, 750, 1000) && IS_RANGE(mode1, 80, 200)) in get_hw_revision()
119 if (IS_RANGE(mode0, 1300, 1700) && IS_RANGE(mode1, 80, 200)) in get_hw_revision()
121 if (IS_RANGE(mode0, 2000, 2400) && IS_RANGE(mode1, 80, 200)) in get_hw_revision()
125 debug("mode0: %d, mode1: %d, hwrev 0x%x\n", mode0, mode1, hwrev); in get_hw_revision()
/external/u-boot/drivers/video/exynos/
Dexynos_mipi_dsi_common.c466 static void convert_to_fb_videomode(struct fb_videomode *mode1, in convert_to_fb_videomode() argument
469 mode1->xres = mode2->vl_width; in convert_to_fb_videomode()
470 mode1->yres = mode2->vl_height; in convert_to_fb_videomode()
471 mode1->upper_margin = mode2->vl_vfpd; in convert_to_fb_videomode()
472 mode1->lower_margin = mode2->vl_vbpd; in convert_to_fb_videomode()
473 mode1->left_margin = mode2->vl_hfpd; in convert_to_fb_videomode()
474 mode1->right_margin = mode2->vl_hbpd; in convert_to_fb_videomode()
475 mode1->vsync_len = mode2->vl_vspw; in convert_to_fb_videomode()
476 mode1->hsync_len = mode2->vl_hspw; in convert_to_fb_videomode()
/external/libevent/
Devthread-internal.h302 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
303 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
338 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
343 EVLOCK_LOCK(lock1_tmplock_,mode1); \
348 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
355 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
/external/libkmsxx/py/tests/
Dplane_hog.py21 mode1 = conn1.get_default_mode() variable
22 modeb1 = mode1.to_blob(card)
/external/clang/test/CodeGenObjC/
Ddebug-info-block-captured-self.m34 id *mode1;
35 t2 = [mode1 withBlock:^(id object){
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddebug-info-block-captured-self.ll52 ; id *mode1;
53 ; t2 = [mode1 withBlock:^(id object){
/external/llvm/test/DebugInfo/X86/
Ddebug-info-block-captured-self.ll52 ; id *mode1;
53 ; t2 = [mode1 withBlock:^(id object){
/external/v8/src/arm64/
Dinstructions-arm64.cc677 SubstitutionMode mode1, in Substitute() argument
680 GetSubstitute(1, mode1), GetSubstitute(2, mode2)); in Substitute()
Dinstructions-arm64.h660 SubstitutionMode mode1 = kFormat,
/external/vixl/src/aarch64/
Dinstructions-aarch64.h640 SubstitutionMode mode1 = kFormat,
646 GetSubstitute(1, mode1),
/external/v8/src/
Dglobals.h335 inline LanguageMode stricter_language_mode(LanguageMode mode1, in stricter_language_mode() argument
338 return static_cast<LanguageMode>(static_cast<int>(mode1) | in stricter_language_mode()
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c5954 enum hostapd_hw_mode mode1, mode2; in wpas_same_band() local
5957 mode1 = ieee80211_freq_to_chan(freq1, &chan1); in wpas_same_band()
5959 if (mode1 == NUM_HOSTAPD_MODES) in wpas_same_band()
5961 return mode1 == mode2; in wpas_same_band()
/external/libaom/libaom/av1/encoder/
Drdopt.c8712 const int mode1 = compound_ref1_mode(mbmi->mode); in interpolation_filter_search() local
8714 args->modelled_rd[mode1][ref_mv_idx][refs[1]]); in interpolation_filter_search()
10531 const int mode1 = compound_ref1_mode(this_mode); in handle_inter_mode() local
10534 args->modelled_rd[mode1][ref_mv_idx][refs[1]]); in handle_inter_mode()