HomeSort by relevance Sort by last modified time
    Searched refs:Alpha (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.cc 109 const Alpha* gen_alpha = challenge().GetAlpha(*nonce_);
111 LOG(ERROR) << "Failed to get alpha";
230 const Alpha* alpha = challenge().GetAlpha(*nonce_); local
231 if (!alpha) {
232 LOG(ERROR) << "Failed to get alpha";
238 message::SecretAckMessage ack(*alpha);
239 delete alpha;
261 bool PairingSession::VerifySecret(const Alpha& secret) const {
267 const Alpha* gen_alpha = challenge().GetAlpha(*nonce_)
    [all...]
pairingsession.h 174 bool VerifySecret(const Alpha& secret) const;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_pair.h 52 /* For rgb and alpha instructions when arg[n].Source = RC_PAIR_PRESUB_SRC, then
54 * {RGB,Alpha}.Src[RC_PAIR_PRESUB_SRC].File will be set to RC_FILE_PRESUB.
87 struct rc_pair_sub_instruction Alpha;
103 unsigned int rgb, unsigned int alpha,
radeon_variable.c 62 sub = &var_ptr->Inst->U.P.Alpha;
111 pair_inst->Alpha.Src[src_index]
113 pair_inst->Alpha.Src[src_index]
115 pair_inst->Alpha.Src[src_index]
379 &inst->U.P.Alpha);
radeon_compiler.c 385 if (tmp->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Used)
387 /* Assuming alpha will never be a flow control or
389 if (tmp->U.P.Alpha.Opcode != RC_OPCODE_NOP)
397 if (tmp->U.P.Alpha.Omod != RC_OMOD_MUL_1 &&
398 tmp->U.P.Alpha.Omod != RC_OMOD_DISABLE) {
437 "~%4u Scalar Instructions (Alpha)\n"
radeon_compiler_util.c 328 * source, an Alpha source, or both.
479 /* Count the number of source selects for Alpha and RGB. If we
592 readmask |= get_source_readmask(&inst->U.P.Alpha, source, src_type);
603 memset(&inst->U.P.Alpha.Src[source], 0,
621 /*A flow control instruction shouldn't have an alpha
624 inst->U.P.Alpha.Opcode == RC_OPCODE_NOP);
radeon_pair_regalloc.c 359 || is_derivative(variable->Inst->U.P.Alpha.Opcode)) {
372 || is_derivative(r->Inst->U.P.Alpha.Opcode)) {
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
Mixer.h 35 LVM_INT32 Alpha; /* Time constant. Set by calling application. Can be changed at any time */
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
MixInSoft_D32C31_SAT.c 50 if(pInstance->Alpha == 0){
MixSoft_1St_D32C31_WRA.c 52 if(pInstance->Alpha == 0){
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 62 assertEquals(1, twoByteString.indexOf("\u0391"), "Alpha");
69 assertEquals(0, twoByteString.indexOf("\u039a\u0391"), "lambda Alpha");
70 assertEquals(1, twoByteString.indexOf("\u0391\u03a3"), "Alpha Sigma");
75 "Not Alpha Sigma Epsilon");
string-index.js 135 N[-2] = "Alpha";
136 assertEquals("Alpha", N[-2]);
165 var alpha = ['@']; variable
168 alpha[i] = c[0];
170 var alphaStr = alpha.join("");
174 assertEquals(alpha[i], alphaStr[i]);
debug-set-variable-value.js 199 throw "Alpha";
  /hardware/intel/img/psb_video/src/
psb_surface_ext.h 71 unsigned char Alpha;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.c 62 sub = &var_ptr->Inst->U.P.Alpha;
111 pair_inst->Alpha.Src[src_index]
113 pair_inst->Alpha.Src[src_index]
115 pair_inst->Alpha.Src[src_index]
379 &inst->U.P.Alpha);
radeon_compiler.c 385 if (tmp->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Used)
387 /* Assuming alpha will never be a flow control or
389 if (tmp->U.P.Alpha.Opcode != RC_OPCODE_NOP)
397 if (tmp->U.P.Alpha.Omod != RC_OMOD_MUL_1 &&
398 tmp->U.P.Alpha.Omod != RC_OMOD_DISABLE) {
437 "~%4u Scalar Instructions (Alpha)\n"
radeon_compiler_util.c 328 * source, an Alpha source, or both.
479 /* Count the number of source selects for Alpha and RGB. If we
592 readmask |= get_source_readmask(&inst->U.P.Alpha, source, src_type);
603 memset(&inst->U.P.Alpha.Src[source], 0,
621 /*A flow control instruction shouldn't have an alpha
624 inst->U.P.Alpha.Opcode == RC_OPCODE_NOP);
radeon_pair_regalloc.c 359 || is_derivative(variable->Inst->U.P.Alpha.Opcode)) {
372 || is_derivative(r->Inst->U.P.Alpha.Opcode)) {
  /external/clang/test/Misc/
diag-template-diffing.cpp 115 class Alpha{};
123 void set4(Alpha<int, int>);
128 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'Beta<void, void>' to 'Alpha<int, int>' for 1st argument
130 // CHECK-NOELIDE-NOTREE: candidate function not viable: no known conversion from 'Beta<void, void>' to 'Alpha<int, int>' for 1st argument
132 // CHECK-ELIDE-TREE: candidate function not viable: no known conversion from 'Beta<void, void>' to 'Alpha<int, int>' for 1st argument
134 // CHECK-NOELIDE-TREE: candidate function not viable: no known conversion from 'Beta<void, void>' to 'Alpha<int, int>' for 1st argument
136 void set5(Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>);
138 set5(Alpha<Beta<Gamma<void, void>, double>, double>());
141 // CHECK-ELIDE-NOTREE: candidate function not viable: no known conversion from 'Alpha<Beta<Gamma<void, void>, double>, double>' to 'Alpha<Beta<Gamma<Delta<int, int>, int>, int>, int>' for 1st argumen
    [all...]
  /external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
polochallengeresponsetest.cc 103 const Alpha* alpha = response->GetAlpha(nonce); local
104 ASSERT_TRUE(alpha);
107 util::PoloUtil::BytesToHexString(&(*alpha)[0], alpha->size()));
108 delete alpha;
  /external/chromium_org/v8/test/mjsunit/harmony/
string-contains.js 41 assertTrue(twoByteString.contains("\u0391"), "Alpha");
48 assertTrue(twoByteString.contains("\u039a\u0391"), "lambda Alpha");
49 assertTrue(twoByteString.contains("\u0391\u03a3"), "Alpha Sigma");
54 "Not Alpha Sigma Epsilon");
  /external/aac/libSBRdec/src/
psdec.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 173 USHORT Alpha;
180 UCHAR Alpha;
352 DXVA2_Fixed32 Alpha;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 265 .addEscape('\u0391', "&Alpha;")
289 .addEscape('\u03B1', "&alpha;")
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
config.guess 239 alpha:OSF1:*:*)
247 ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
250 UNAME_MACHINE="alpha" ;;
252 UNAME_MACHINE="alpha" ;;
254 UNAME_MACHINE="alpha" ;;
286 Alpha*:OpenVMS:*:*)
287 echo alpha-hp-vms
289 Alpha\ *:Windows_NT*:*)
292 # of the specific Alpha model?
293 echo alpha-pc-interi
    [all...]

Completed in 2230 milliseconds

12 3 4 5