HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 26 - 36 of 36) sorted by null

12

  /external/libgsm/src/
rpe.c 22 static void Weighting_filter P2((e, x),
  /frameworks/base/core/tests/coretests/src/android/os/
HierarchicalStateMachineTest.java     [all...]
  /external/openssl/crypto/des/
des-lib.com 28 $! Specify either DEBUG or NODEBUG as P2 to compile with or without
710 $ IF (P2.EQS."NODEBUG")
713 $! P2 Is Blank, So Compile Without Debugger Information.
728 $ IF (P2.EQS."DEBUG")
747 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
761 $! End The P2 Check.
  /external/openssl/ssl/
ssl-lib.com 24 $! Specify DEBUG or NODEBUG as P2 to compile with or without debugger
568 $! Check To See If P2 Is Blank.
570 $ IF (P2.EQS."NODEBUG")
573 $! P2 Is NODEBUG, So Compile Without Debugger Information.
588 $ IF (P2.EQS."DEBUG")
604 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
618 $! End The P2 Check.
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
1071 P2 = (P_X + 2 * P_I + P_J + 2) >> 2;
1076 temp |= (R0 << 16); //[P2 P0 Q0 R0]
1085 temp = P2 | (P0 << 8);
1102 P2 = (P_X + 2 * P_A + P_B + 2) >> 2;
1120 temp = P0 | (D << 8); //[P0 D P2 Q2]
1122 temp |= (P2 << 16); //[R0 Q1 Q0 P1]
    [all...]
  /external/svox/pico/lib/
picopam.c 269 #define P2 1
    [all...]
  /external/openssl/crypto/
crypto-lib.com 25 $! Specify DEBUG or NODEBUG as P2 to compile with or without debugger
823 $! Check To See If P2 Is Blank.
825 $ IF (P2.EQS."NODEBUG")
828 $! P2 Is NODEBUG, So Compile Without The Debugger Information.
841 $ IF (P2.EQS."DEBUG")
858 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
872 $! End The P2 Check.
1142 $ IF ARCH .EQS. "VAX" .AND. COMPILER .EQS. "DECC" .AND. P2 .NES. "DEBUG"
    [all...]
  /external/zlib/
make_vms.com 233 $! P2 = Command to make it
263 $ write sys$output P2
264 $ 'P2
697 $ IF "''P2'" .EQS. ""
762 $ open/write case_vector 'p2'
  /external/bison/tests/
testsuite     [all...]
  /external/sqlite/dist/
sqlite3.c 7120 int p2; \/* Second parameter (often the jump destination) *\/ member in struct:VdbeOp
7167 signed char p2; \/* Second parameter (often the jump destination) *\/ member in struct:VdbeOpList
9392 int p1, p2; \/* Operands of the opcode used to ends the loop *\/ member in struct:WhereLevel
47906 int p2 = pIn->p2; local
52601 int p2; \/* Register to copy to *\/ member in struct:vdbeExecUnion::OP_Variable_stack_vars
52609 int p2; \/* Register to copy to *\/ member in struct:vdbeExecUnion::OP_Move_stack_vars
52644 int p2; member in struct:vdbeExecUnion::OP_Compare_stack_vars
52661 int p2; \/* column number to retrieve *\/ member in struct:vdbeExecUnion::OP_Column_stack_vars
52739 int p2; member in struct:vdbeExecUnion::OP_OpenWrite_stack_vars
71459 i64 p1, p2; local
97887 sqlite3 *p2; local
99803 char *p2 = *pp2; local
99874 char *p2 = *pp2; local
99985 char *p2 = *pp2; local
100056 char *p2 = a2; local
103560 const sqlite3_tokenizer_module *p2; local
106588 struct snippetMatch *p2 = &pSnippet->aMatch[jj]; local
106608 struct snippetMatch *p2 = &pSnippet->aMatch[jj]; local
    [all...]
sqlite3.c.orig     [all...]

Completed in 271 milliseconds

12