Searched refs:x1 (Results 1 - 25 of 85) sorted by relevance

1234

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dpreferred_network.h29 OPEN = 0x1 << 0,
30 WEP = 0x1 << 1,
31 PSK = 0x1 << 2,
32 EAP = 0x1 << 3,
/system/netd/include/
H A DPermission.h40 PERMISSION_NETWORK = 0x1,
/system/bt/include/hardware/
H A Dbt_av.h87 BTAV_A2DP_CODEC_SAMPLE_RATE_44100 = 0x1 << 0,
88 BTAV_A2DP_CODEC_SAMPLE_RATE_48000 = 0x1 << 1,
89 BTAV_A2DP_CODEC_SAMPLE_RATE_88200 = 0x1 << 2,
90 BTAV_A2DP_CODEC_SAMPLE_RATE_96000 = 0x1 << 3,
91 BTAV_A2DP_CODEC_SAMPLE_RATE_176400 = 0x1 << 4,
92 BTAV_A2DP_CODEC_SAMPLE_RATE_192000 = 0x1 << 5,
93 BTAV_A2DP_CODEC_SAMPLE_RATE_16000 = 0x1 << 6,
94 BTAV_A2DP_CODEC_SAMPLE_RATE_24000 = 0x1 << 7
99 BTAV_A2DP_CODEC_BITS_PER_SAMPLE_16 = 0x1 << 0,
100 BTAV_A2DP_CODEC_BITS_PER_SAMPLE_24 = 0x1 <<
[all...]
/system/media/audio/include/system/audio_effects/
H A Deffect_visualizer.h40 #define MEASUREMENT_MODE_PEAK_RMS 0x1
/system/bt/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; local
105 x1 = (pInVect[3] + pInVect[5]) >> 1;
138 /* rearrangement of x1,x3,x5,x7 as in (15) */
142 x1 -= x3 >> 1;
144 /* two-dimensional IDCT of x1 and x5 */
146 temp = x1;
147 x1 = x1 + x5;
162 /* 4-point IDCT of x1,x3,x5 and x7 and post multiplication by diagonal matrix
164 SBC_IDCT_MULT((SBC_COS_PI_SUR_16), (x1
[all...]
/system/bt/service/
H A Dgatt_server_old.h31 const int kPermissionRead = 0x1;
41 const int kPropertyBroadcast = 0x1;
/system/tpm/tpm_manager/server/
H A Dtpm_managerd-seccomp-amd64.policy32 socket: arg0 == 0x1 || arg0 == 0x10
/system/bt/stack/smp/
H A Dp_256_ecc_pp.cc45 uint32_t* x1; local
57 x1 = p->x;
65 multiprecision_sub_mod(t2, x1, t1, keyLength); // t2=x1-t1
66 multiprecision_add_mod(t1, x1, t1, keyLength); // t1=x1+t1
76 multiprecision_mersenns_mult_mod(t3, y3, x1, keyLength); // t3=y3*x1=x1*y1^2
93 uint32_t* x1; local
[all...]
/system/core/libpixelflinger/codeflinger/
H A DArm64Assembler.cpp994 ((0xB8u << 24) | (0x3 << 21) | (0x6 << 13) | (0x0 << 12) |(0x1 << 11)),
995 ((0x38u << 24) | (0x3 << 21) | (0x6 << 13) | (0x1 << 12) |(0x1 << 11)),
996 ((0x78u << 24) | (0x3 << 21) | (0x6 << 13) | (0x0 << 12) |(0x1 << 11)),
997 ((0xB8u << 24) | (0x1 << 21) | (0x6 << 13) | (0x0 << 12) |(0x1 << 11)),
998 ((0x38u << 24) | (0x1 << 21) | (0x6 << 13) | (0x1 << 12) |(0x1 << 11)),
999 ((0x78u << 24) | (0x1 << 2
[all...]
/system/core/libdiskconfig/include/diskconfig/
H A Ddiskconfig.h32 #define PART_SCHEME_MBR 0x1
54 #define PART_ACTIVE_FLAG 0x1
/system/extras/power_profile/camera_avg/gradle/wrapper/
H A Dgradle-wrapper.jar ... .wrapper.Install x0 java.io.File x1 String x2 static synthetic org.gradle.wrapper. ...
/system/extras/power_profile/camera_flashlight/gradle/wrapper/
H A Dgradle-wrapper.jar ... .wrapper.Install x0 java.io.File x1 String x2 static synthetic org.gradle.wrapper. ...
/system/extras/power_profile/gps_on/gradle/wrapper/
H A Dgradle-wrapper.jar ... .wrapper.Install x0 java.io.File x1 String x2 static synthetic org.gradle.wrapper. ...
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/system/bt/service/common/bluetooth/
H A Dlow_energy_constants.h62 const uint16_t kAttributePermissionRead = 0x1;
74 const uint8_t kCharacteristicPropertyBroadcast = 0x1;
/system/core/include/private/
H A Dandroid_logger.h138 #define BOOL_DEFAULT_FLAG_TRUE_FALSE 0x1
140 #define BOOL_DEFAULT_TRUE 0x1 /* true if property not present */
/system/core/liblog/include/private/
H A Dandroid_logger.h138 #define BOOL_DEFAULT_FLAG_TRUE_FALSE 0x1
140 #define BOOL_DEFAULT_TRUE 0x1 /* true if property not present */
/system/core/fs_mgr/
H A Dfs_mgr_priv.h85 #define MF_WAIT 0x1
/system/core/trusty/storage/lib/include/trusty/lib/
H A Dstorage.h37 STORAGE_OP_COMPLETE = 0x1,
/system/extras/ioshark/
H A Dioshark.h69 #define IOSHARK_PROT_READ 0x1
/system/netd/server/
H A DNetdConstants.h32 const int PROTECT_MARK = 0x1;
/system/keymaster/key_blob_utils/
H A Docb.c438 EXPAND_ASSIST(x0, x1, x2, x3, 85, aes_const); \
444 EXPAND_ASSIST(x0, x1, x2, x3, 85, (aes_const * 2)); \
451 __m128i x0, x1, x2; local
455 EXPAND_ASSIST(x0, x1, x2, x0, 255, 1);
457 EXPAND_ASSIST(x0, x1, x2, x0, 255, 2);
459 EXPAND_ASSIST(x0, x1, x2, x0, 255, 4);
461 EXPAND_ASSIST(x0, x1, x2, x0, 255, 8);
463 EXPAND_ASSIST(x0, x1, x2, x0, 255, 16);
465 EXPAND_ASSIST(x0, x1, x2, x0, 255, 32);
467 EXPAND_ASSIST(x0, x1, x
478 __m128i x0, x1, x2, x3, tmp, *kp = (__m128i*)key; local
489 __m128i x0, x1, x2, x3, *kp = (__m128i*)key; local
[all...]
/system/bt/btcore/test/
H A Dproperty_test.cc30 RawAddress addr0 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0x6}};
179 RawAddress addr0 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0x6}};
192 RawAddress addr = {{0x1, 0x2, 0x3, 0x4, 0x5, 0x6}};
203 RawAddress addr0 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0x6}};
206 RawAddress addr1 = {{0x1, 0x2, 0x3, 0x4, 0x5, 0xff}};

Completed in 490 milliseconds

1234